#include <TrackCaloSkimmerObj.h>
Public Member Functions | |
TrackTruth () | |
Public Attributes | |
TrueParticle | p |
Truth information on particle. More... | |
TrueParticle | michel |
Truth information on daughter-Michel-electron. Invalid if it doesn't exist. More... | |
float | pur |
Purity of truth matching. More... | |
float | eff |
Efficiency of truth matching. More... | |
float | depE |
Total deposited energy of hits matched to track [GeV]. More... | |
Definition at line 235 of file TrackCaloSkimmerObj.h.
|
inline |
Definition at line 242 of file TrackCaloSkimmerObj.h.
float sbn::TrackTruth::depE |
Total deposited energy of hits matched to track [GeV].
Definition at line 240 of file TrackCaloSkimmerObj.h.
float sbn::TrackTruth::eff |
Efficiency of truth matching.
Definition at line 239 of file TrackCaloSkimmerObj.h.
TrueParticle sbn::TrackTruth::michel |
Truth information on daughter-Michel-electron. Invalid if it doesn't exist.
Definition at line 237 of file TrackCaloSkimmerObj.h.
TrueParticle sbn::TrackTruth::p |
Truth information on particle.
Definition at line 236 of file TrackCaloSkimmerObj.h.
float sbn::TrackTruth::pur |
Purity of truth matching.
Definition at line 238 of file TrackCaloSkimmerObj.h.