Skip to content

Commit 22595b2

Browse files
committed
fixed doxygen comment
1 parent bb1863c commit 22595b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbnanaobj/StandardRecord/StandardRecord.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ namespace caf
6868
bool pass_flashtrig = false; ///< Whether this Record passed the Flash Trigger requirement
6969
SRSBNDFrameShiftInfo sbnd_frames; ///< List of Frame Shift in event in unit [ns] (SBND)
7070
SRSBNDTimingInfo sbnd_timings; ///< List of Timing Info in event in UNIX timestamp format(SBND)
71-
std::vector<SRBlip> blips; ///Blips are small O(mm) depositions in LAr, made from recob::Hit
71+
std::vector<SRBlip> blips; ///< Blips are small O(mm) depositions in LAr, made from recob::Hit
7272
SRSoftwareTrigger soft_trig; ///< Software Trigger Info in event
7373
int ndlp = 0; ///< Number of reco DLP (ML) interactions.
7474
std::vector<SRInteractionDLP> dlp; ///< Reco DLP (ML) interactions.

0 commit comments

Comments
 (0)