1
2
3
4
5
6
7
8
9
10
|
import FWCore.ParameterSet.Config as cms
from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
rpcrechitprobabilityclient = DQMEDHarvester("RPCRecHitProbabilityClient",
RPCFolder = cms.untracked.string("RPC"),
GlobalFolder = cms.untracked.string("SummaryHistograms/RecHits"),
MuonFolder = cms.untracked.string("Muon")
)
|