CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/SimG4CMS/EcalTestBeam/python/crystal853_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.74392),
00005     MaxEta = cms.double(0.74392),
00006     MinPhi = cms.double(-0.0401051 ),
00007     MaxPhi = cms.double(-0.0401051 ),
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 )