You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sbnanaobj/StandardRecord/SRTrueDeposit.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@
13
13
namespacecaf {
14
14
15
15
/**
16
-
* @brief A struct to store true deposited energy, charge, and photons for each MCTruth interaction.
16
+
* @brief A struct to store total true deposited energy, charge, and photons for each MCTruth interaction.
17
17
*
18
18
*/
19
19
structSRTrueDeposit {
20
-
float electrons = caf::kSignalingNaN; ///< # of electrons at the site of energy deposition (after recombination, before drift)
21
-
float photons = caf::kSignalingNaN; ///< # of photons at the site of energy deposition (after recombination, before propagation)
22
-
float energy = caf::kSignalingNaN; ///< total **deposited energy** [GeV]
20
+
float electrons = caf::kSignalingNaN; ///< total # of electrons from the sites of energy deposition, summed per nu interaction (after recombination, before drift)
21
+
float photons = caf::kSignalingNaN; ///< total # of photons from the sites of energy deposition, summed per nu interaction (after recombination, before propagation)
22
+
float energy = caf::kSignalingNaN; ///< total **deposited energy**, summed per nu interaction [GeV]
0 commit comments