CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoLocalMuon/DTSegment/python/DTClusAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 DTClusAnalyzer = cms.EDAnalyzer("DTClusAnalyzer",
00004     debug = cms.untracked.bool(True),
00005     rootFileName = cms.untracked.string('DTClusAnalyzer.root'),
00006     recClusLabel = cms.string('dt1DClusters'),
00007     recHits1DLabel = cms.string('dt1DRecHits'),
00008     recHits2DLabel = cms.string('dt2DSegments')
00009 )
00010 
00011 
00012