Skip to content

Commit

Permalink
Remove no longer necessary specification of input collections
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Mar 11, 2024
1 parent e3d7b40 commit 3a5c200
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions k4MarlinWrapper/examples/clicRec_e4h_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,47 +38,12 @@
from Configurables import ToolSvc, Lcio2EDM4hepTool, EDM4hep2LcioTool


# read = LcioEvent()
# read.OutputLevel = WARNING
# read.Files = ["ttbar.slcio"]
# algList.append(read)


from Configurables import k4DataSvc, PodioInput
evtsvc = k4DataSvc('EventDataSvc')
evtsvc.input = os.path.join('$TEST_DIR/inputFiles/', os.environ.get("INPUTFILE", "ttbar_edm4hep_frame.root"))


inp = PodioInput('InputReader')
inp.collections = [
'MCParticles',
'VertexBarrelCollection',
'VertexEndcapCollection',
'InnerTrackerBarrelCollection',
'OuterTrackerBarrelCollection',
'InnerTrackerEndcapCollection',
'OuterTrackerEndcapCollection',
'ECalEndcapCollection',
'ECalEndcapCollectionContributions',
'ECalBarrelCollection',
'ECalBarrelCollectionContributions',
'ECalPlugCollection',
'ECalPlugCollectionContributions',
'HCalBarrelCollection',
'HCalBarrelCollectionContributions',
'HCalEndcapCollection',
'HCalEndcapCollectionContributions',
'HCalRingCollection',
'HCalRingCollectionContributions',
'YokeBarrelCollection',
'YokeBarrelCollectionContributions',
'YokeEndcapCollection',
'YokeEndcapCollectionContributions',
'LumiCalCollection',
'LumiCalCollectionContributions',
'BeamCalCollection',
'BeamCalCollectionContributions',
]
inp.OutputLevel = DEBUG


Expand Down

0 comments on commit 3a5c200

Please sign in to comment.