We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e599e80 commit 3b13092Copy full SHA for 3b13092
1 file changed
sbncode/CAFMaker/CAFMaker_module.cc
@@ -1628,6 +1628,8 @@ void CAFMaker::produce(art::Event& evt) noexcept {
1628
// }
1629
1630
// try to find the result of the Flash trigger if it was run
1631
+ mf::LogInfo("CAFMaker") << " New Trigger Time = " << srtrigger.global_trigger_det_time << " us\n"
1632
+ << " New Beam Gate Time = " << srtrigger.beam_gate_det_time << " us";
1633
bool pass_flash_trig = false;
1634
art::Handle<bool> flashtrig_handle;
1635
GetByLabelStrict(evt, fParams.FlashTrigLabel(), flashtrig_handle);
0 commit comments