|
|
SRVector3D | start |
| | Track 3D start point [cm].
|
| |
|
SRVector3D | end |
| | Track 3D end point [cm].
|
| |
|
SRVector3D | dir |
| | Unit vector representing estimate of track direction taken from start point
|
| |
|
SRVector3D | enddir |
| | Unit vector representing estimate of track direction taken from endpoint
|
| |
|
double | time = NaN |
| | Time of track formation [ns].
|
| |
|
float | Evis = NaN |
| | Visible energy in voxels corresponding to this track.
|
| |
|
float | qual = NaN |
| | Reco-specific quality metric (in TMS, equivalent to "hits in track"/"total hits in event".
|
| |
|
float | len_gcm2 = NaN |
| | Track length in g/cm2.
|
| |
|
float | len_cm = NaN |
| | Track length in centimeter (actual physical distance)
|
| |
|
float | E = NaN |
| | Track energy estimate in MeV.
|
| |
|
std::vector< TrueParticleID > | truth |
| | Associated SRTrueParticle(s), if relevant (use SRTruthBranch::Particle() with these IDs to grab them)
|
| |
|
std::vector< float > | truthOverlap |
| | Fractional overlap between this track and true particle.
|
| |
|
|
static constexpr float | NaN = std::numeric_limits<float>::signaling_NaN() |
| |
The documentation for this class was generated from the following file: