FairRoot/PandaRoot
|
#include <PndDrcLutNodeH.h>
Public Member Functions | |
PndDrcLutNodeH () | |
PndDrcLutNodeH (Int_t nodeId) | |
PndDrcLutNodeH (Int_t nodeId, TVector3 dir, Double_t time) | |
PndDrcLutNodeH (PndDrcLutNodeH &node) | |
void | AddEntry (TVector3 dir, Int_t amb, Double_t time) |
void | SetPos (TVector3 dir) |
Int_t | Entries () |
Int_t | GetNodeId () |
Int_t | GetAmbiguity (Int_t entry) |
Double_t | GetTime (Int_t entry) |
TVector3 | GetDirection (Int_t entry) |
TVector3 | GetPos () |
Protected Attributes | |
Int_t | fNodeId |
Int_t | fSize |
std::vector< TVector3 > | fNodeArray |
std::vector< Int_t > | fAmbiguity |
std::vector< Double_t > | fTimeArray |
TVector3 | fNodePos |
Definition at line 18 of file PndDrcLutNodeH.h.
PndDrcLutNodeH::PndDrcLutNodeH | ( | ) |
Definition at line 14 of file PndDrcLutNodeH.cxx.
PndDrcLutNodeH::PndDrcLutNodeH | ( | Int_t | nodeId | ) |
PndDrcLutNodeH::PndDrcLutNodeH | ( | Int_t | nodeId, |
TVector3 | dir, | ||
Double_t | time | ||
) |
|
inline |
Definition at line 30 of file PndDrcLutNodeH.h.
void PndDrcLutNodeH::AddEntry | ( | TVector3 | dir, |
Int_t | amb, | ||
Double_t | time | ||
) |
Definition at line 33 of file PndDrcLutNodeH.cxx.
References fAmbiguity, fNodeArray, fSize, and fTimeArray.
|
inline |
Int_t PndDrcLutNodeH::GetAmbiguity | ( | Int_t | entry | ) |
TVector3 PndDrcLutNodeH::GetDirection | ( | Int_t | entry | ) |
|
inline |
|
inline |
Double_t PndDrcLutNodeH::GetTime | ( | Int_t | entry | ) |
|
inline |
|
protected |
Definition at line 50 of file PndDrcLutNodeH.h.
Referenced by AddEntry(), and GetAmbiguity().
|
protected |
Definition at line 49 of file PndDrcLutNodeH.h.
Referenced by AddEntry(), and GetDirection().
|
protected |
Definition at line 46 of file PndDrcLutNodeH.h.
Referenced by GetNodeId(), and PndDrcLutNodeH().
|
protected |
Definition at line 52 of file PndDrcLutNodeH.h.
|
protected |
Definition at line 47 of file PndDrcLutNodeH.h.
Referenced by AddEntry(), Entries(), and PndDrcLutNodeH().
|
protected |
Definition at line 51 of file PndDrcLutNodeH.h.
Referenced by AddEntry(), and GetTime().