CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/RecoRomanPot/RecoFP420/python/FP420Reco_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 FP420Reco = cms.EDProducer("ReconstructerFP420",
00004     ROUList = cms.vstring('FP420Track'),
00005     VerbosityLevel = cms.untracked.int32(0),
00006     NumberFP420Detectors = cms.int32(3),
00007     RP420f = cms.double(420000.0),
00008     RP420b = cms.double(420000.0),
00009     zreff = cms.double(8000.0),
00010     zrefb = cms.double(8000.0),
00011     Beam2 = cms.string('SimTransport/HectorProducer/data/LHCB2IR5_v6.500.tfs'),
00012     Beam1 = cms.string('SimTransport/HectorProducer/data/LHCB1IR5_v6.500.tfs'),
00013     BeamLineLength = cms.double(430.0),
00014     VtxFlagGenRec  = cms.int32(0),
00015     genReadoutName = cms.string('source')
00016 )
00017 # VtxFlagGenRec:                =0 vtx=0;                =1 vtx=GEN;                    =2 vtx=REC
00018 
00019