CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtDigiValidation_cfi.py
Go to the documentation of this file.
2 
3 muondtdigianalyzer = cms.EDAnalyzer("MuonDTDigis",
4  # Label to retrieve Digis from the event
5  DigiLabel = cms.InputTag('simMuonDTDigis'),
6  # Label to retrieve SimHits from the event
7  SimHitLabel = cms.InputTag('g4SimHits', "MuonDTHits"),
8  # Name of the root file which will contain the histos
9  outputFile = cms.untracked.string(''),
10  # Switch on/off the verbosity
11  verbose = cms.untracked.bool(False)
12 )
13 
14 
15