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 600f093 commit 0bf8a3fCopy full SHA for 0bf8a3f
1 file changed
sbnobj/Common/CRT/CRTHit.hh
@@ -49,7 +49,7 @@ namespace sbn::crt {
49
int64_t ts0() const { return static_cast<int64_t>(ts0_s) * 1'000'000'000LL + static_cast<int64_t>(ts0_ns); }
50
// T1 is a relative time not a timestamp, so we don't need second-part.
51
// nano-second part is enough and we saved entire time there.
52
- int64_t ts1() const { return static_cast<int64_t>(ts1_ns); } ///< This is for ICARUS only. Need review from SBND
+ int64_t ts1() const { return static_cast<int64_t>(ts1_ns); }
53
54
};
55
0 commit comments