We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f04d25 commit fba4c22Copy full SHA for fba4c22
MC/bin/o2dpg_determine_eventstat.py
@@ -121,9 +121,11 @@ def read_AO2D_eventcount(file):
121
return eventcount
122
123
AO2D_eventcount = read_AO2D_eventcount(args.aod_file)
124
-GEANT_eventcount = read_accumulated_GEANT_eventcount()
125
-if AO2D_eventcount != GEANT_eventcount:
126
- print ("WARN: AO2D MC event count and GEANT event count differ")
+
+# for debugging
+# GEANT_eventcount = read_accumulated_GEANT_eventcount()
127
+# if AO2D_eventcount != GEANT_eventcount:
128
+# print ("WARN: AO2D MC event count and GEANT event count differ")
129
130
print ("Found " + str(AO2D_eventcount) + " events in AO2D file")
131
write_stat_file(AO2D_eventcount)
0 commit comments