Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Validation
MuonRPCDigis
python
validationMuonRPCDigis_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
validationMuonRPCDigis = cms.EDAnalyzer(
"RPCDigiValid"
,
4
# Label to retrieve Digis from the event
5
digiLabel = cms.untracked.string(
'simMuonRPCDigis'
),
6
# Name of the root file which will contain the histos
7
outputFile = cms.untracked.string(
''
)
8
)
9
10
11
Config
Generated for CMSSW Reference Manual by
1.8.5