CMS 3D CMS Logo

dtResolutionTask_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 dtResolutionAnalysisMonitor = cms.EDAnalyzer("DTResolutionAnalysisTask",
00004     # labels of 4D and 1D hits
00005     recHits4DLabel = cms.string('dt4DSegments'),
00006     recHitLabel = cms.string('dt1DRecHits'),
00007     # interval of lumi block after which we reset the histos
00008     ResetCycle = cms.untracked.int32(10000)
00009 )
00010 
00011 

Generated on Tue Jun 9 17:32:35 2009 for CMSSW by  doxygen 1.5.4