CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
MuonCkfTrajectoryBuilder_cfi Namespace Reference

Variables

tuple MuonCkfTrajectoryBuilder
 

Variable Documentation

tuple MuonCkfTrajectoryBuilder_cfi.MuonCkfTrajectoryBuilder
Initial value:
1 = cms.PSet(
2  ComponentType = cms.string('MuonCkfTrajectoryBuilder'),
3  propagatorAlong = cms.string('PropagatorWithMaterial'),
4  trajectoryFilter = cms.PSet(refToPSet_ = cms.string('muonCkfTrajectoryFilter')),
5  maxCand = cms.int32(5),
6  intermediateCleaning = cms.bool(False),
7  #would skip the first layer to search for measurement if bare TrajectorySeed
8  useSeedLayer = cms.bool(False),
9  estimator = cms.string('Chi2'),
10  TTRHBuilder = cms.string('WithTrackAngle'),
11  #propagator used only if useSeedLayer=true
12  propagatorProximity = cms.string('SteppingHelixPropagatorAny'),
13  updator = cms.string('KFUpdator'),
14  alwaysUseInvalidHits = cms.bool(True),
15  #would rescale the error to find measurements is failing
16  #1.0 would skip this step completely
17  rescaleErrorIfFail = cms.double(1.0),
18  propagatorOpposite = cms.string('PropagatorWithMaterialOpposite'),
19  lostHitPenalty = cms.double(30.0),
20  #this is present in HLT config, appears to be dummy
21 # appendToDataLabel = cms.string( "" ),
22  #safety cone size
23  deltaEta = cms.double( 0.1 ),
24  deltaPhi = cms.double( 0.1 )
25 )

Definition at line 3 of file MuonCkfTrajectoryBuilder_cfi.py.