Skip to content

Commit 0bf8a3f

Browse files
committed
comments updated
1 parent 600f093 commit 0bf8a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbnobj/Common/CRT/CRTHit.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace sbn::crt {
4949
int64_t ts0() const { return static_cast<int64_t>(ts0_s) * 1'000'000'000LL + static_cast<int64_t>(ts0_ns); }
5050
// T1 is a relative time not a timestamp, so we don't need second-part.
5151
// 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
52+
int64_t ts1() const { return static_cast<int64_t>(ts1_ns); }
5353

5454
};
5555

0 commit comments

Comments
 (0)