1 import FWCore.ParameterSet.Config
as cms
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)