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.
1 import FWCore.ParameterSet.Config as cms
2 
3 RecAnalyzerMinbias = cms.EDAnalyzer("RecAnalyzerMinbias",
4  hbheInputMB = cms.InputTag("hbherecoMB"),
5  hfInputMB = cms.InputTag("hfrecoMB"),
6  RunNZS = cms.bool(True),
7  ELowHB = cms.double(4),
8  EHighHB = cms.double(100),
9  ELowHE = cms.double(4),
10  EHighHE = cms.double(150),
11  ELowHF = cms.double(10),
12  EHighHF = cms.double(150),
13  HistOutFile = cms.untracked.string('analysis_minbias.root'),
14  CorrFile = cms.untracked.string('CorFactor.txt'),
15  TriggerBits = cms.untracked.vint32([]),
16  IgnoreL1 = cms.untracked.bool(False),
17  FillHisto = cms.untracked.bool(False),
18  HcalIeta = cms.untracked.vint32([]),
19  HcalIphi = cms.untracked.vint32([]),
20  HcalDepth = cms.untracked.vint32([]),
21  )