Variables | |
tuple | DTCombinatorialPatternReco2DAlgo_ParamDrift |
00001 cms.PSet( 00002 Reco2DAlgoConfig = cms.PSet( 00003 # Parameters for the updator 00004 # this is the RecHit1D algo!! 00005 DTParametrizedDriftAlgo, 00006 segmCleanerMode = cms.int32(2), 00007 AlphaMaxPhi = cms.double(1.0), 00008 MaxAllowedHits = cms.uint32(50), 00009 # Parameters for the cleaner 00010 nSharedHitsMax = cms.int32(2), 00011 AlphaMaxTheta = cms.double(0.9), 00012 debug = cms.untracked.bool(False), 00013 nUnSharedHitsMin = cms.int32(2), 00014 # Parameters for T0 fit segment in the Updator and 00015 performT0SegCorrection = cms.bool(False), 00016 performT0_vdriftSegCorrection = cms.bool(False), 00017 hit_afterT0_resolution = cms.double(0.03) 00018 ), 00019 Reco2DAlgoName = cms.string('DTCombinatorialPatternReco') 00020 )
Definition at line 11 of file DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py.