CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
dtDigiValidation_cfi Namespace Reference

Variables

tuple muondtdigianalyzer
 

Variable Documentation

tuple dtDigiValidation_cfi.muondtdigianalyzer
Initial value:
1 = cms.EDAnalyzer("MuonDTDigis",
2  # Label to retrieve Digis from the event
3  DigiLabel = cms.InputTag('simMuonDTDigis'),
4  # Label to retrieve SimHits from the event
5  SimHitLabel = cms.InputTag('g4SimHits', "MuonDTHits"),
6  # Name of the root file which will contain the histos
7  outputFile = cms.untracked.string(''),
8  # Switch on/off the verbosity
9  verbose = cms.untracked.bool(False)
10 )

Definition at line 3 of file dtDigiValidation_cfi.py.