We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330f278 commit 82261dcCopy full SHA for 82261dc
1 file changed
sbncode/CAFMaker/FillTrigger.cxx
@@ -55,7 +55,7 @@ namespace caf
55
56
double diff_ts = std::numeric_limits<double>::max();
57
58
- if ((triggerInfo.global_trigger_time != std::numeric_limits<uint64_t>::max()) & (triggerInfo.beam_gate_time_abs != std::numeric_limits<uint64_t>::max())){
+ if ((triggerInfo.global_trigger_time != std::numeric_limits<uint64_t>::max()) && (triggerInfo.beam_gate_time_abs != std::numeric_limits<uint64_t>::max())){
59
60
if (triggerInfo.global_trigger_time > triggerInfo.beam_gate_time_abs){
61
diff_ts = triggerInfo.global_trigger_time - triggerInfo.beam_gate_time_abs;
0 commit comments