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
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,6 @@ namespace caf
23
23
public:
24
24
staticconstexprintkPdgHadronicBlob = 2000000002; ///< Special PDG code used for a "hadronic blob" (usu. calorimetrically reconstructed), borrowed from GENIE
25
25
26
-
unsignedint uid = 0; ///< Unique identifier for the SRTrack/SRShower (if any) associated to this SRRecoParticle
27
-
28
26
bool primary = false; ///< Is this reco particle a "primary" one (i.e. emanates directly from the reconstructed vertex)?
29
27
30
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.
36
32
37
-
floatdEdx;///< dE/dx value at the shower start
38
-
float conversionGap; ///< Spatial distance between the photon creation and its conversion into e+e- pair [cm]
33
+
floatinitial_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]
39
35
40
36
std::vector<TrueParticleID> truth; ///< Associated SRTrueParticle(s), if relevant (use SRTruthBranch::Particle() with these IDs to grab them)
41
37
std::vector<float> truthOverlap; ///< Fractional overlap between this shower and true particle
0 commit comments