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