CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 FP420Track = cms.EDProducer("TrackerizerFP420",
00004     ROUList = cms.vstring('FP420Cluster'),
00005     VerbosityLevel = cms.untracked.int32(0),
00006     NumberFP420Stations = cms.int32(3),
00007     NumberFP420Detectors = cms.int32(3),
00008     NumberFP420SPlanes = cms.int32(6),
00009     NumberFP420SPTypes = cms.int32(2),
00010     z420 = cms.double(420000.0),
00011     zD3 = cms.double(8000.0),
00012     zD2 = cms.double(4000.0),
00013     TrackModeFP420 = cms.string('TrackProducerSophisticatedFP420'),
00014     dXXFP420 = cms.double(4.7),
00015     dYYFP420 = cms.double(3.6),
00016     chiCutY420 = cms.double(3.0),
00017     chiCutX420 = cms.double(3.0)
00018 )
00019 
00020 
00021