Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Validation
MuonDTDigis
python
dtDigiValidation_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Config
Generated for CMSSW Reference Manual by
1.8.5