HighLAND
|
Public Member Functions | |
virtual void | Reset () |
This method should be implemented by the derived class. If so it does nothing here. | |
virtual void | ResetBase () |
Reset this base class. More... | |
![]() | |
void | SoftReset () |
Reset the ToyBoxB. | |
Public Attributes | |
AnaVertexB * | Vertex |
For storing the reconstructed vertex. | |
AnaTrackB * | MainTrack |
For storing the Main Track (The lepton candidate in geranal: HMN or HMP track) | |
AnaTrackB * | HMtrack |
For storing the highest momentum track. | |
AnaTrackB * | HMNtrack |
For storing the highest momentum negative track. | |
AnaTrackB * | HMPtrack |
For storing the highest momentum positive track. | |
AnaTrackB * | SHMtrack |
For storing the second highest momentum track. | |
AnaTrackB * | SHMNtrack |
For storing the second highest momentum negative track. | |
AnaTrackB * | SHMPtrack |
For storing the second highest momentum positive track. | |
AnaTrackB ** | NegativeTPCtracks |
For storing all negative tracks in the event with TPC information. | |
int | nNegativeTPCtracks |
AnaTrackB ** | PositiveTPCtracks |
For storing all positive tracks in the event with TPC information. | |
int | nPositiveTPCtracks |
bool | LikeComputed [NMAXPARTICLES] |
For storing whether TPC PID likelihoods have been computed. | |
int | nLikeComputed |
Float_t | Likelihood [NMAXPARTICLES][4] |
For storing TPC PID likelihoods. | |
int | nLikelihood |
AnaTrackB * | VetoTrack |
For storing the veto track. | |
AnaTrackB * | OOFVtrack |
For storing the oofv fgd tracks. | |
![]() | |
AnaTrueVertexB * | TrueVertex |
For storing the true vertex, for analyses with no reconstructed primary vertex. | |
![]() | |
UInt_t | nBranches |
The number of branches in the selection this ToyBox belongs to. | |
Int_t * | AccumLevel |
Accum level for each branch in this toy in the selection this ToyBox belongs to. | |
Int_t | MaxAccumLevel |
bool * | BranchPassed |
Int_t | SuccessfulBranch |
The branch that is successful for this toy in the selection this ToyBox belongs to. | |
Int_t | SelectionEnabledIndex |
The enabled index of this selection this ToyBox belongs to. | |
SubDetId_h | DetectorFV |
Indicate the FV we are interested in. | |
Additional Inherited Members | |
![]() | |
bool | _ResetCheckDone |
Definition at line 6 of file ToyBoxTracker.hxx.
|
virtual |
Reset this base class.
Must delete these objects, which are created in the steps when applying the selection. TODO: should avoid that in the next version since multithreading requires no heap allocation of memory
Reimplemented from ToyBoxND280.
Definition at line 47 of file ToyBoxTracker.cxx.