CMS 3D CMS Logo

RPCEfficiencySecondStep_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 rpcEfficiencySecond = DQMEDHarvester("RPCEfficiencySecond",
5  SaveFile = cms.untracked.bool(False),
6  NameFile = cms.untracked.string('/tmp/carrillo/RPCEfficiency.root'),
7  debug = cms.untracked.bool(False),
8 )
9 
10 rpcefficiencysecond = cms.Sequence(rpcEfficiencySecond)
11 
12