![]() |
eventAnalysis
7.0-49-g0ac7482
|
An object to describe a track that has no fit result. More...
#include <TTrackerReconModule.hxx>
Public Member Functions | |
TTrackOther () | |
virtual | ~TTrackOther () |
ClassDef (TTrackerReconModule::TTrackOther, 1) | |
Public Attributes | |
std::string | AlgorithmName |
The name of the algorithm that created this object. More... | |
TLorentzVector | BackPosition |
The position of the track at itsdownstream-most end (x,y,z,t) in mm,ns. More... | |
int | Detector |
Detector used (1,2,3 for TPC, or 4,5 for FGD?) More... | |
double | EDeposit |
The deposited charge for the object. More... | |
TLorentzVector | FrontPosition |
The position of the track at itsupstream-most end (x,y,z,t) in mm, ns. More... | |
TUnusedHit | hackHits |
This is just here to fool TFile::MakeProject, nota real object. More... | |
TClonesArray * | Hits |
The hits. More... | |
int | NHits |
The number of hits. More... | |
An object to describe a track that has no fit result.
Definition at line 194 of file TTrackerReconModule.hxx.
ND::TTrackerReconModule::TTrackOther::TTrackOther | ( | ) |
Definition at line 81 of file TTrackerReconModule.cxx.
|
virtual |
Definition at line 80 of file TTrackerReconModule.cxx.
ND::TTrackerReconModule::TTrackOther::ClassDef | ( | TTrackerReconModule::TTrackOther | , |
1 | |||
) |
std::string ND::TTrackerReconModule::TTrackOther::AlgorithmName |
The name of the algorithm that created this object.
Definition at line 199 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillOther().
TLorentzVector ND::TTrackerReconModule::TTrackOther::BackPosition |
The position of the track at itsdownstream-most end (x,y,z,t) in mm,ns.
Definition at line 211 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillOther().
int ND::TTrackerReconModule::TTrackOther::Detector |
Detector used (1,2,3 for TPC, or 4,5 for FGD?)
Definition at line 201 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillOther().
double ND::TTrackerReconModule::TTrackOther::EDeposit |
The deposited charge for the object.
Definition at line 207 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillOther().
TLorentzVector ND::TTrackerReconModule::TTrackOther::FrontPosition |
The position of the track at itsupstream-most end (x,y,z,t) in mm, ns.
Definition at line 209 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillOther().
TUnusedHit ND::TTrackerReconModule::TTrackOther::hackHits |
This is just here to fool TFile::MakeProject, nota real object.
Definition at line 217 of file TTrackerReconModule.hxx.
TClonesArray* ND::TTrackerReconModule::TTrackOther::Hits |
The hits.
Definition at line 205 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillOther().
int ND::TTrackerReconModule::TTrackOther::NHits |
The number of hits.
Definition at line 203 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillOther().