CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FP420Reco_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 FP420Reco = cms.EDProducer("ReconstructerFP420",
4  ROUList = cms.vstring('FP420Track'),
5  VerbosityLevel = cms.untracked.int32(0),
6  NumberFP420Detectors = cms.int32(3),
7  RP420f = cms.double(420000.0),
8  RP420b = cms.double(420000.0),
9  zreff = cms.double(8000.0),
10  zrefb = cms.double(8000.0),
11  Beam2 = cms.string('SimTransport/HectorProducer/data/LHCB2IR5_v6.500.tfs'),
12  Beam1 = cms.string('SimTransport/HectorProducer/data/LHCB1IR5_v6.500.tfs'),
13  BeamLineLength = cms.double(430.0),
14  VtxFlagGenRec = cms.int32(0),
15  genReadoutName = cms.string('source')
16 )
17 # VtxFlagGenRec: =0 vtx=0; =1 vtx=GEN; =2 vtx=REC
18 
19