Skip to content
Snippets Groups Projects
Commit 2d1c90b2 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Remove LHE artifact and debug event limit

parent 931c87b7
No related branches found
No related tags found
1 merge request!1Merge python environment
Pipeline #14466 failed
......@@ -279,7 +279,6 @@ def write_detector_file(gibuu_output,
timestamp = np.random.uniform(0, livetime)
event_info = parse_gibuu_event_info(event.optional[0])
nu_in_trk = ROOT.Trk()
nu_in_trk.id = 0
nu_in_trk.mother_id = -1
......@@ -322,7 +321,7 @@ def write_detector_file(gibuu_output,
trk.t = timestamp
aafile.evt.mc_trks.push_back(trk)
aafile.write()
if mc_event_id > 100:
break
# if mc_event_id > 100:
# break
del aafile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment