CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/SimG4CMS/EcalTestBeam/python/crystal553_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002                                         
00003 common_beam_direction_parameters = cms.PSet(
00004     MinEta = cms.double(0.486569),
00005     MaxEta = cms.double(0.486569),
00006     MinPhi = cms.double(-0.0398295 ),
00007     MaxPhi = cms.double(-0.0398295 ),
00008     Psi    = cms.double(999.9),
00009     BeamMeanX = cms.double(0.0),
00010     BeamMeanY = cms.double(0.0),
00011     BeamPosition = cms.double(-26733.5)
00012 )