#include <SRTrack.h>
Public Member Functions | |
SRTrack () | |
~SRTrack () | |
Public Attributes | |
unsigned | producer |
Index of the producer that produced this object. In ICARUS, this is the same as the cryostat. More... | |
unsigned short | npts |
number of points (recob Track.NPoints) More... | |
float | len |
track length [cm] More... | |
float | costh |
Costh of start direction of track. More... | |
float | phi |
Angle of the start direction of the track in the x-y plane. More... | |
SRVector3D | dir |
Direction of track at start. More... | |
SRVector3D | dir_end |
Direction of track at end. More... | |
SRVector3D | start |
Start point of track. More... | |
SRVector3D | end |
End point of track. More... | |
int | ID |
ID of this track (taken from the pandora particle "ID" of this track) More... | |
SRTrkChi2PID | chi2pid [3] |
Per-plane Chi2 Particle ID. More... | |
SRTrackCalo | calo [3] |
Per-plane Calorimetry information. More... | |
Plane_t | bestplane |
Plane index with the most hits. -1 if no calorimetry. More... | |
SRTrkMCS | mcsP |
SRTrkRange | rangeP |
SRTrackTruth | truth |
truth information More... | |
SRCRTHitMatch | crthit |
CRT Hit match. More... | |
SRCRTTrackMatch | crttrack |
CRT Track match. More... | |
SRPFP | pfp |
Contains the hierarchy and metadata from Pandora. More... | |
SRTrackScatterClosestApproach | scatterClosestApproach |
Scattering variables relating to spread about interpolated track. More... | |
SRTrackStoppingChi2Fit | stoppingChi2Fit |
Fit results from Pol0 and Exp to dEdx vs res. range. More... | |
SRTrackDazzle | dazzle |
Results from the track PID MVA. More... | |
Representation of a rb::Track, knows energy and direction, but not a list of hits.
caf::SRTrack::SRTrack | ( | ) |
Definition at line 18 of file SRTrack.cxx.
Plane_t caf::SRTrack::bestplane |
SRTrackCalo caf::SRTrack::calo[3] |
SRTrkChi2PID caf::SRTrack::chi2pid[3] |
float caf::SRTrack::costh |
SRCRTHitMatch caf::SRTrack::crthit |
SRCRTTrackMatch caf::SRTrack::crttrack |
SRTrackDazzle caf::SRTrack::dazzle |
SRVector3D caf::SRTrack::dir |
SRVector3D caf::SRTrack::dir_end |
SRVector3D caf::SRTrack::end |
int caf::SRTrack::ID |
unsigned short caf::SRTrack::npts |
SRPFP caf::SRTrack::pfp |
float caf::SRTrack::phi |
unsigned caf::SRTrack::producer |
SRTrkRange caf::SRTrack::rangeP |
SRTrackScatterClosestApproach caf::SRTrack::scatterClosestApproach |
SRVector3D caf::SRTrack::start |
SRTrackStoppingChi2Fit caf::SRTrack::stoppingChi2Fit |
SRTrackTruth caf::SRTrack::truth |