#include <TrackCaloSkimmerObj.h>
Public Member Functions | |
TrackHitInfo () | |
Public Attributes | |
HitInfo | h |
Hit information by itself. More... | |
float | pitch |
Pitch of track across wire the hit is on [cm]. More... | |
float | dqdx |
Initial computed dq/dx of hit [ADC/cm]. More... | |
float | rr |
Residual range of hit along track [cm]. More... | |
Vector3D | tp |
Track Trajectory position of hit [cm]. More... | |
Vector3D | dir |
Direction of track at hit location. More... | |
uint16_t | i_snippet |
Index of hit into snippet. More... | |
bool | ontraj |
Whether the hit is on the track trajectory. More... | |
bool | oncalo |
Whether the hit is on the track calorimetry. More... | |
Definition at line 76 of file TrackCaloSkimmerObj.h.
|
inline |
Definition at line 87 of file TrackCaloSkimmerObj.h.
Vector3D sbn::TrackHitInfo::dir |
Direction of track at hit location.
Definition at line 82 of file TrackCaloSkimmerObj.h.
float sbn::TrackHitInfo::dqdx |
Initial computed dq/dx of hit [ADC/cm].
Definition at line 79 of file TrackCaloSkimmerObj.h.
HitInfo sbn::TrackHitInfo::h |
Hit information by itself.
Definition at line 77 of file TrackCaloSkimmerObj.h.
uint16_t sbn::TrackHitInfo::i_snippet |
Index of hit into snippet.
Definition at line 83 of file TrackCaloSkimmerObj.h.
bool sbn::TrackHitInfo::oncalo |
Whether the hit is on the track calorimetry.
Definition at line 85 of file TrackCaloSkimmerObj.h.
bool sbn::TrackHitInfo::ontraj |
Whether the hit is on the track trajectory.
Definition at line 84 of file TrackCaloSkimmerObj.h.
float sbn::TrackHitInfo::pitch |
Pitch of track across wire the hit is on [cm].
Definition at line 78 of file TrackCaloSkimmerObj.h.
float sbn::TrackHitInfo::rr |
Residual range of hit along track [cm].
Definition at line 80 of file TrackCaloSkimmerObj.h.
Vector3D sbn::TrackHitInfo::tp |
Track Trajectory position of hit [cm].
Definition at line 81 of file TrackCaloSkimmerObj.h.