Skip to content
Snippets Groups Projects
Commit ff2ffb40 authored by Vaibhavi Gawas's avatar Vaibhavi Gawas
Browse files

Update barrel.py

parent 2173f2f0
Branches
No related tags found
No related merge requests found
......@@ -195,17 +195,17 @@ else:
podout.outputCommands = [
#"drop *",
"keep *",
"keep MCParticles",
"keep *HitsReco",
"keep *HitsDigi",
"keep *Cluster*",
]
ApplicationMgr(
TopAlg=algorithms,
EvtSel="NONE",
EvtMax=n_events,
ExtSvc=[podioevent],
OutputLevel=DEBUG,
)
#ApplicationMgr(
# TopAlg=algorithms,
# EvtSel="NONE",
# EvtMax=n_events,
# ExtSvc=[podioevent],
# OutputLevel=DEBUG,
#)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment