Variables | |
tuple | dtResolutionAnalysisMonitor |
00001 cms.EDAnalyzer("DTResolutionAnalysisTask", 00002 # labels of 4D hits 00003 recHits4DLabel = cms.string('dt4DSegments'), 00004 # interval of lumi block after which we reset the histos 00005 ResetCycle = cms.untracked.int32(10000), 00006 # cut on the hits of segments considered for resolution 00007 phiHitsCut = cms.untracked.uint32(6), 00008 zHitsCut = cms.untracked.uint32(3), 00009 # top folder for the histograms in DQMStore 00010 topHistoFolder = cms.untracked.string("DT/02-Segments") 00011 )
Definition at line 3 of file dtResolutionTask_cfi.py.