CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
recAnalyzerMinbias_cfi.py
Go to the documentation of this file.
2 
3 RecAnalyzerMinbias = cms.EDAnalyzer("RecAnalyzerMinbias",
4  HistOutFile = cms.untracked.string('analysis_minbias.root'),
5  hbheInputMB = cms.InputTag("hbherecoMB"),
6  hfInputMB = cms.InputTag("hfrecoMB"),
7  Recalib = cms.bool(False),
8  IgnoreL1 = cms.untracked.bool(False)
9  )