File indexing completed on 2023-11-06 23:38:08
0001 import FWCore.ParameterSet.Config as cms
0002
0003 hfShowerLibaryAnalysis = cms.EDAnalyzer('HFShowerLibraryAnalyzer',
0004 FileName = cms.string('HFShowerLibrary_10000.root'),
0005 TreeEMID = cms.string('emParticles'),
0006 TreeHadID = cms.string('hadParticles'),
0007 BranchEvt = cms.string(''),
0008 BranchPre = cms.string(''),
0009 BranchPost = cms.string(''),
0010 Verbosity = cms.bool(False),
0011 EventPerBin = cms.int32(10000),
0012 mightGet = cms.optional.untracked.vstring
0013 )