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