Skip to content

Commit 3b13092

Browse files
Update CAFMaker_module.cc
1 parent e599e80 commit 3b13092

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sbncode/CAFMaker/CAFMaker_module.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,6 +1628,8 @@ void CAFMaker::produce(art::Event& evt) noexcept {
16281628
// }
16291629

16301630
// 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";
16311633
bool pass_flash_trig = false;
16321634
art::Handle<bool> flashtrig_handle;
16331635
GetByLabelStrict(evt, fParams.FlashTrigLabel(), flashtrig_handle);

0 commit comments

Comments
 (0)