CMS 3D CMS Logo

rpcClient_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 rpcGlobalEfficiency = cms.EDFilter("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 rpcClient = cms.Sequence(rpcGlobalEfficiency)
00012 
00013 

Generated on Tue Jun 9 17:33:48 2009 for CMSSW by  doxygen 1.5.4