You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update version number in histogram ```_hVersion``` in ```src/EventNtupleMaker_module.cc``` and commit
82
82
* make sure EventNtuple runs following these [steps](validation/README.md#Validating-eventntuple-runs)
83
+
* if any test fails, then you can look in ```test_fcls.log``` to see the error. You can also see the command to rerun and debug locally without having to re-run the whole ```test_fcls.sh``` script
83
84
* create a "before" ntuple with the previous release of EventNtuple. In a fresh login:
if (tnav.getTrigPaths().size() > TrigInfo::ntrig_) {
936
+
throwcet::exception("EventNtuple") << "More trigger paths in TriggerResultsNavigator than maximum allowed by TrigInfo::ntrig_. Increase TrigInfo::ntrig_ and rebuild\n";
937
+
}
935
938
for (unsignedint i = 0; i < tnav.getTrigPaths().size(); ++i) {
936
939
const std::string name = "trig_"+tnav.getTrigPathName(i);
0 commit comments