Conversation
- add check for opening a new file - access the run process history to get the number of generated events - add new histogram to save ngenevt, paralleling fTotalPOT
…and Events variables
|
trigger build LArSoft/lar*@LARSOFT_SUITE_v10_11_01 |
|
✔️ CI build for LArSoft Succeeded on slf7 for e26:prof -- details available through the CI dashboard |
|
✔️ CI build for LArSoft Succeeded on slf7 for c14:prof -- details available through the CI dashboard |
|
❌ CI build for SBND Failed at phase build SBND on slf7 for c14:prof -- details available through the CI dashboard 🚨 For more details about the failed phase, check the build SBND phase logs parent CI build details are available through the CI dashboard |
|
❌ CI build for ICARUS Failed at phase build ICARUS on slf7 for c14:prof -- details available through the CI dashboard 🚨 For more details about the failed phase, check the build ICARUS phase logs parent CI build details are available through the CI dashboard |
|
❌ CI build for ICARUS Failed at phase ci_tests ICARUS on slf7 for e26:prof - ignored warnings for build -- details available through the CI dashboard 🚨 For more details about the failed phase, check the ci_tests ICARUS phase logs parent CI build details are available through the CI dashboard |
|
🚨 For more details about the warning phase, check the ci_tests SBND phase logs parent CI build details are available through the CI dashboard |
Description
Identical to #596.
When the input artroot file(s) have 0 art events, subrun-level information (such as POT) is not properly saved in
rec.hdr.*branches since they are only filled during call to art event. In order to fully persist the POT information, the POT histogramTotalPOTneeds to be saved even if there are no art events in the file. Also documented in docb44065.Note:
recTreestill seems to be created in the output caf files, but the genie tree is not.(Edited to add description of additional feature):
To fully persist the number of generated events per file, a new histogram
TotalGenEventsis created and saved. The input to this histogram is filled insidebeginRun()if and only if a new file has been opened.