Variables | |
tuple | muondtdigianalyzer |
00001 cms.EDAnalyzer("MuonDTDigis", 00002 # Label to retrieve Digis from the event 00003 DigiLabel = cms.untracked.string('simMuonDTDigis'), 00004 # Label to retrieve SimHits from the event 00005 SimHitLabel = cms.untracked.string('g4SimHits'), 00006 # Name of the root file which will contain the histos 00007 outputFile = cms.untracked.string(''), 00008 # Switch on/off the verbosity 00009 verbose = cms.untracked.bool(False) 00010 )
Definition at line 3 of file dtDigiValidation_cfi.py.