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: duneanaobj/StandardRecord/SRRecoParticle.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ namespace caf
22
22
23
23
public:
24
24
staticconstexprintkPdgHadronicBlob = 2000000002; ///< Special PDG code used for a "hadronic blob" (usu. calorimetrically reconstructed), borrowed from GENIE
25
-
25
+
26
26
bool primary = false; ///< Is this reco particle a "primary" one (i.e. emanates directly from the reconstructed vertex)?
27
27
28
28
int pdg = 0; ///< PDG code inferred for this particle.
float len_cm = NaN; ///< Shower length [cm]. The definition is reco-dependent; consult the documentation of the specific reconstruction algorithm (e.g. Pandora, SPINE) for its exact meaning before use.
32
+
33
+
float initial_dEdx; ///< dE/dx value at the shower start
34
+
float conversionGap; ///< Spatial distance between the photon creation and its conversion into e+e- pair [cm]
22
35
23
36
std::vector<TrueParticleID> truth; ///< Associated SRTrueParticle(s), if relevant (use SRTruthBranch::Particle() with these IDs to grab them)
24
37
std::vector<float> truthOverlap; ///< Fractional overlap between this shower and true particle
0 commit comments