CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonRoadTrajectoryBuilderESProducer_cfi.py
Go to the documentation of this file.
2 
3 muonRoadTrajectoryBuilderESProducer = cms.ESProducer("MuonRoadTrajectoryBuilderESProducer",
4  minNumberOfHitOnCandidate = cms.uint32(4),
5  maxTrajectories = cms.uint32(30),
6  #category: MuonRoadTrajectoryBuilder
7  ComponentName = cms.string('muonRoadTrajectoryBuilder'),
8  outputAllTraj = cms.bool(True),
9  numberOfHitPerModuleThreshold = cms.vuint32(3, 1),
10  measurementTrackerName = cms.string(''),
11  dynamicMaxNumberOfHitPerModule = cms.bool(True),
12  maxChi2Road = cms.double(40.0),
13  maxChi2Hit = cms.double(40.0),
14  propagatorName = cms.string('SteppingHelixPropagatorAny'),
15  numberOfHitPerModule = cms.uint32(1000), ##no cut then
16 
17  maxTrajectoriesThreshold = cms.vuint32(10, 25)
18 )
19 
20 
21