Skip to content

Commit c8fcd07

Browse files
committed
update comments to doxygen style
1 parent 54582ee commit c8fcd07

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sbnanaobj/StandardRecord/SRLightCalo.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ namespace caf {
1717
*
1818
*/
1919
struct SRLightCalo {
20-
float charge = caf::kSignalingNaN; // the total charge in the slice (on bestplane) [# electrons]
21-
float light = caf::kSignalingNaN; // the reconstructed total number of photons [# photons]
22-
float energy = caf::kSignalingNaN; // (charge+light)*scaling, [GeV]
23-
int bestplane = caf::kUninitializedInt; // plane with most number of hits
20+
float charge = caf::kSignalingNaN; ///< the total charge in the slice (on bestplane) [# electrons]
21+
float light = caf::kSignalingNaN; ///< the reconstructed total number of photons [# photons]
22+
float energy = caf::kSignalingNaN; ///< (charge+light)*scaling, [GeV]
23+
int bestplane = caf::kUninitializedInt; ///< plane with most number of hits
2424
};
2525
}
2626

0 commit comments

Comments
 (0)