CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCEfficiencySecondStep_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 rpcEfficiencySecond = cms.EDAnalyzer("RPCEfficiencySecond",
4  SaveFile = cms.untracked.bool(False),
5  NameFile = cms.untracked.string('/tmp/carrillo/RPCEfficiency.root'),
6  debug = cms.untracked.bool(False),
7 )
8 
9 rpcefficiencysecond = cms.Sequence(rpcEfficiencySecond)
10 
11