CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/DQM/RPCMonitorClient/python/RPCEfficiencySecondStep_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 RPCEfficiencySecond = cms.EDAnalyzer("RPCEfficiencySecond",
00004     SaveFile = cms.untracked.bool(False),
00005     NameFile = cms.untracked.string('/tmp/carrillo/RPCEfficiency.root'),
00006     debug = cms.untracked.bool(False),
00007     barrel = cms.untracked.bool(True),
00008     endcap = cms.untracked.bool(True)
00009 )
00010 
00011 RPCEfficiencySecond = cms.Sequence(RPCEfficiencySecond)
00012 
00013