CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTClusAnalyzer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 DTClusAnalyzer = cms.EDAnalyzer("DTClusAnalyzer",
4  debug = cms.untracked.bool(True),
5  rootFileName = cms.untracked.string('DTClusAnalyzer.root'),
6  recClusLabel = cms.string('dt1DClusters'),
7  recHits1DLabel = cms.string('dt1DRecHits'),
8  recHits2DLabel = cms.string('dt2DSegments')
9 )
10 
11 
12