FairRoot/PandaRoot
|
#include <PndDrcLutNode.h>
Public Member Functions | |
PndDrcLutNode () | |
PndDrcLutNode (Int_t detectorId) | |
PndDrcLutNode (PndDrcLutNode &node) | |
void | AddEntry (Int_t nodeId, TVector3 dir, Double_t path, Int_t pathid, Double_t time, TVector3 pos) |
void | SetPos (TVector3 pos) |
Int_t | Entries () |
Double_t | GetDetectorId () |
TVector3 | GetEntry (Int_t entry) |
Int_t | GetPathId (Int_t entry) |
Double_t | GetPath (Int_t entry) |
Double_t | GetTime (Int_t entry) |
TVector3 | GetPos () |
Protected Attributes | |
Int_t | fDetectorId |
Int_t | fSize |
TVector3 | fNodePos |
std::vector< TVector3 > | fNodeArray |
std::vector< Int_t > | fPathIdArray |
std::vector< Double_t > | fPathArray |
std::vector< Double_t > | fTimeArray |
Definition at line 18 of file PndDrcLutNode.h.
PndDrcLutNode::PndDrcLutNode | ( | ) |
Definition at line 13 of file PndDrcLutNode.cxx.
PndDrcLutNode::PndDrcLutNode | ( | Int_t | detectorId | ) |
Definition at line 19 of file PndDrcLutNode.cxx.
|
inline |
Definition at line 29 of file PndDrcLutNode.h.
void PndDrcLutNode::AddEntry | ( | Int_t | nodeId, |
TVector3 | dir, | ||
Double_t | path, | ||
Int_t | pathid, | ||
Double_t | time, | ||
TVector3 | pos | ||
) |
Definition at line 24 of file PndDrcLutNode.cxx.
References fDetectorId, fNodeArray, fNodePos, fPathArray, fPathIdArray, fSize, fTimeArray, and pos.
|
inline |
Definition at line 36 of file PndDrcLutNode.h.
References fSize.
Referenced by adddirs(), PndDrcLutReco::FillAmbiguities(), PndDrcReco::LookUpTable(), and lutmean().
|
inline |
Definition at line 37 of file PndDrcLutNode.h.
References fDetectorId.
Referenced by adddirs(), and lutmean().
|
inline |
Definition at line 39 of file PndDrcLutNode.h.
References fNodeArray.
Referenced by adddirs(), PndDrcLutReco::FillAmbiguities(), PndDrcReco::LookUpTable(), and lutmean().
|
inline |
Definition at line 41 of file PndDrcLutNode.h.
References fPathArray.
Referenced by adddirs(), PndDrcReco::LookUpTable(), and lutmean().
|
inline |
Definition at line 40 of file PndDrcLutNode.h.
References fPathIdArray.
Referenced by adddirs(), and PndDrcReco::LookUpTable().
|
inline |
Definition at line 43 of file PndDrcLutNode.h.
References fNodePos.
Referenced by adddirs(), and lutmean().
|
inline |
Definition at line 42 of file PndDrcLutNode.h.
References fTimeArray.
Referenced by adddirs(), PndDrcLutReco::FillAmbiguities(), PndDrcReco::LookUpTable(), and lutmean().
|
inline |
Definition at line 33 of file PndDrcLutNode.h.
|
protected |
Definition at line 47 of file PndDrcLutNode.h.
Referenced by AddEntry(), and GetDetectorId().
|
protected |
Definition at line 51 of file PndDrcLutNode.h.
Referenced by AddEntry(), and GetEntry().
|
protected |
Definition at line 49 of file PndDrcLutNode.h.
Referenced by AddEntry(), GetPos(), and SetPos().
|
protected |
Definition at line 53 of file PndDrcLutNode.h.
Referenced by AddEntry(), and GetPath().
|
protected |
Definition at line 52 of file PndDrcLutNode.h.
Referenced by AddEntry(), and GetPathId().
|
protected |
Definition at line 48 of file PndDrcLutNode.h.
Referenced by AddEntry(), and Entries().
|
protected |
Definition at line 54 of file PndDrcLutNode.h.
Referenced by AddEntry(), and GetTime().