Variables | |
tuple | DTLPPatternReco2DAlgo_ParamDrift |
00001 cms.PSet( 00002 Reco2DAlgoConfig = cms.PSet( 00003 # Parameters for the updator 00004 # this is the RecHit1D algo!! 00005 DTParametrizedDriftAlgo, 00006 performT0SegCorrection = cms.bool(False), 00007 hit_afterT0_resolution = cms.double(0.03), 00008 performT0_vdriftSegCorrection = cms.bool(False), 00009 debug = cms.untracked.bool(False), 00010 #these are the parameters for the 2D algo 00011 DeltaFactor = cms.double(4.0), 00012 maxAlphaTheta = cms.double(0.1), 00013 maxAlphaPhi = cms.double(1.0), 00014 min_q = cms.double(-300.0), 00015 max_q = cms.double(300.0), 00016 bigM = cms.double(100.0), 00017 ), 00018 Reco2DAlgoName = cms.string('DTLPPatternReco') 00019 )
Definition at line 13 of file DTLPPatternReco2DAlgo_ParamDrift_cfi.py.