CMS 3D CMS Logo

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