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 dddb506 commit 6c8f7e8Copy full SHA for 6c8f7e8
1 file changed
sbndcode/Trigger/PMT/PMTMCMetricProducer_module.cc
@@ -149,6 +149,7 @@ void sbnd::trigger::PMTMCMetricProducer::produce(art::Event& e)
149
trig_metrics.prelimPE = 0;
150
trig_metrics.peakPE = _flash_peakpe;
151
trig_metrics.peaktime = _flash_peaktime;
152
+ trig_metrics.trig_ts = 0;
153
trig_metrics_v->push_back(trig_metrics);
154
155
e.put(std::move(trig_metrics_v));
0 commit comments