CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/SimG4CMS/EcalTestBeam/python/ee_PositionParticleGun_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(2.40105),
00005     MaxEta = cms.double(2.40105),
00006     MinPhi = cms.double(0.54217),
00007     MaxPhi = cms.double(0.54217),
00008     Psi    = cms.double(-2.14656),
00009     BeamMeanX = cms.double(5.41610),
00010     BeamMeanY = cms.double(-5.40978),
00011     BeamPosition = cms.double(  -26732.01)
00012     )