File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments