CMS 3D CMS Logo

RPCResidualsHLTClient_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 rpcGlobalEfficiencyHLT = DQMEDHarvester("RPCEfficiencySecond",
5  SaveFile = cms.untracked.bool(False),
6  debug = cms.untracked.bool(False),
7  barrel = cms.untracked.bool(True),
8  endcap = cms.untracked.bool(True),
9  folderPath = cms.untracked.string('HLT/HLTMonMuon/RPC/')
10 )
11 
12 rpcClientHLT = cms.Sequence(rpcGlobalEfficiencyHLT)