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.
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  barrel = cms.untracked.bool(True),
8  endcap = cms.untracked.bool(True)
9 )
10 
11 rpcefficiencysecond = cms.Sequence(rpcEfficiencySecond)
12 
13