Variables | |
tuple | DTRefitAndCombineReco4DAlgo |
00001 cms.PSet( 00002 Reco4DAlgoName = cms.string('DTRefitAndCombineReco4D'), 00003 Reco4DAlgoConfig = cms.PSet( 00004 # Parameters for the updator 00005 # this is the RecHit1D algo!! 00006 DTParametrizedDriftAlgo, 00007 debug = cms.untracked.bool(False), 00008 # Parameters for the cleaner 00009 nSharedHitsMax = cms.int32(2), 00010 MaxChi2forPhi = cms.double(100.0) ##FIX this value! 00011 00012 ) 00013 )
Definition at line 5 of file DTRefitAndCombineReco4DAlgo_cfi.py.