Variables | |
tuple | DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData |
00001 cms.PSet( 00002 Reco4DAlgoName = cms.string('DTCombinatorialPatternReco4D'), 00003 Reco4DAlgoConfig = cms.PSet( 00004 # this are the RecSegment2D algo parameters! 00005 DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData, 00006 # Parameters for the updator 00007 # this is the RecHit1D algo!! 00008 DTLinearDriftAlgo_CosmicData, 00009 segmCleanerMode = cms.int32(1), 00010 # Parameters for the cleaner 00011 nSharedHitsMax = cms.int32(2), 00012 debug = cms.untracked.bool(False), 00013 nUnSharedHitsMin = cms.int32(2), 00014 # the input type. 00015 # If true the instructions in setDTRecSegment2DContainer will be schipped and the 00016 # theta segment will be recomputed from the 1D rechits 00017 # If false the theta segment will be taken from the Event. Caveat: in this case the 00018 # event must contain the 2D segments! 00019 AllDTRecHits = cms.bool(True), 00020 # Parameters for the Updator and T0 fit segment 00021 performT0SegCorrection = cms.bool(False), 00022 performT0_vdriftSegCorrection = cms.bool(False), 00023 hit_afterT0_resolution = cms.double(0.03) 00024 ) 00025 )
Definition at line 13 of file DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py.