Variables | |
tuple | dtChamberEfficiencyMonitor |
00001 cms.EDAnalyzer("DTChamberEfficiencyTask", 00002 # define the segment quality 00003 minHitsSegment = cms.int32(5), 00004 # parameter for check on extrapolated check 00005 minCloseDist = cms.double(20.0), 00006 # labels of 4D segments 00007 recHits4DLabel = cms.string('dt4DSegments'), 00008 # switch for verbosity 00009 debug = cms.untracked.bool(False), 00010 minChi2NormSegment = cms.double(20.0), 00011 # interval of lumi block after which we reset the histos 00012 ResetCycle = cms.untracked.int32(10000), 00013 # the running mode 00014 onlineMonitor = cms.untracked.bool(False), 00015 # the analysis mode 00016 detailedAnalysis = cms.untracked.bool(False) 00017 )
Definition at line 3 of file dtChamberEfficiencyTask_cfi.py.