CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCResidualsHLTClient_cfi.py
Go to the documentation of this file.
2 
3 rpcGlobalEfficiencyHLT = cms.EDAnalyzer("RPCEfficiencySecond",
4  SaveFile = cms.untracked.bool(False),
5  debug = cms.untracked.bool(False),
6  barrel = cms.untracked.bool(True),
7  endcap = cms.untracked.bool(True),
8  folderPath = cms.untracked.string('HLT/HLTMonMuon/RPC/')
9 )
10 
11 rpcClientHLT = cms.Sequence(rpcGlobalEfficiencyHLT)