CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
analyzer_minbias_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 minbiasana = cms.EDAnalyzer("Analyzer_minbias",
4  HistOutFile = cms.untracked.string('analysis_minbias.root'),
5  hbheInputMB = cms.InputTag("hbherecoMB"),
6  hoInputMB = cms.InputTag("horecoMB"),
7  hfInputMB = cms.InputTag("hfrecoMB"),
8  hbheInputNoise = cms.InputTag("hbherecoNoise"),
9  hoInputNoise = cms.InputTag("horecoNoise"),
10  hfInputNoise = cms.InputTag("hfrecoNoise"),
11  Recalib = cms.bool(False)
12  )