|
HighLAND
|
Public Member Functions | |
| virtual void | Reset () |
| This method should be implemented by the derived class. If so it does nothing here. | |
| virtual void | Reset () |
| This method should be implemented by the derived class. If so it does nothing here. | |
Public Member Functions inherited from ToyBoxTracker | |
| virtual void | ResetBase () |
| Reset this base class. More... | |
Public Member Functions inherited from ToyBoxB | |
| void | SoftReset () |
| Reset the ToyBoxB. | |
Public Attributes | |
| AnaTrackB * | MainTrack |
| For storing tracks information in the bunch. | |
| std::vector< AnaTrackB * > | LowAngle |
| std::vector< AnaTrackB * > | HighAngle |
| std::vector< AnaTrackB * > | FwdTracks |
| std::vector< AnaTrackB * > | BwdTracks |
| std::vector< AnaTrackB * > | HAFwdTracks |
| std::vector< AnaTrackB * > | HABwdTracks |
| std::vector< AnaTrackB * > | FwdTracks_Veto |
| std::vector< AnaTrackB * > | BwdTracks_Veto |
| std::vector< AnaTrackB * > | HAFwdTracks_Veto |
| std::vector< AnaTrackB * > | HABwdTracks_Veto |
| std::vector< AnaTrackB * > | FwdTracks_PID |
| std::vector< AnaTrackB * > | BwdTracks_PID |
| std::vector< AnaTrackB * > | HAFwdTracks_PID |
| std::vector< AnaTrackB * > | HABwdTracks_PID |
| std::vector< AnaTrackB * > | CSFD2Tracks_PID |
| std::vector< AnaTrackB * > | CSECALTracks_PID |
Public Attributes inherited from ToyBoxTracker | |
| 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. | |
Public Attributes inherited from ToyBoxND280 | |
| AnaTrueVertexB * | TrueVertex |
| For storing the true vertex, for analyses with no reconstructed primary vertex. | |
Public Attributes inherited from ToyBoxB | |
| 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 | |
Protected Attributes inherited from ToyBoxB | |
| bool | _ResetCheckDone |
Definition at line 34 of file numuCC4piSelection.hxx.
1.8.13