FairRoot/PandaRoot
|
#include <FTSCANPlets.h>
Public Member Functions | |
FTSCANPlet () | |
FTSCANPlet (const vector< TESV > &ih, const int iV, const PndFTSCATrackParam ¶m) | |
int | N () const |
const TES & | IHit (int IH) const |
int | ISta (int IH) const |
const PndFTSCATrackParam & | Param () const |
float | QMomentum () const |
float | QMomentumErr () const |
float | QMomentumErr2 () const |
char & | Level () |
const char & | Level () const |
float & | Chi2Level () |
const float & | Chi2Level () const |
const unsigned int & | INeighbours (int i) const |
const float & | Chi2Neighbours (int i) const |
unsigned int | NNeighbours () const |
vector< pair< float, unsigned int > > & | Neighbours () |
bool | IsRightNeighbour (float, const FTSCANPlet &a, float &chi2) |
Static Public Member Functions | |
static bool | compare (const FTSCANPlet &i, const FTSCANPlet &j) |
Private Attributes | |
vector< TES > | fIHit |
PndFTSCATrackParam | fParam |
char | fLevel |
float | fChi2Level |
vector< pair< float, unsigned int > > | fNeighbours |
Definition at line 19 of file FTSCANPlets.h.
|
inline |
Definition at line 24 of file FTSCANPlets.h.
|
inline |
Definition at line 25 of file FTSCANPlets.h.
|
inline |
Definition at line 48 of file FTSCANPlets.h.
References fChi2Level.
Referenced by compare(), and PndFTSCAGBTracker::FindNeighbours().
|
inline |
|
inline |
Definition at line 52 of file FTSCANPlets.h.
References fNeighbours, and i.
Referenced by PndFTSCAGBTracker::FindNeighbours().
|
inlinestatic |
|
inline |
Definition at line 35 of file FTSCANPlets.h.
References fIHit.
Referenced by PndFTSCAGBTracker::CreateTracks(), PndFTSCAGBTracker::FindBestCandidate(), IsRightNeighbour(), and IsRightNeighbour().
|
inline |
Definition at line 51 of file FTSCANPlets.h.
References fNeighbours, and i.
Referenced by PndFTSCAGBTracker::FindBestCandidate().
|
inline |
Definition at line 57 of file FTSCANPlets.h.
References fabs(), i, IHit(), N(), QMomentum(), QMomentumErr2(), and sqrt().
|
inline |
Definition at line 36 of file FTSCANPlets.h.
References fIHit.
Referenced by PndFTSCAGBTracker::CreateTracks(), PndFTSCAGBTracker::FindBestCandidate(), PndFTSCAGBTracker::FindNeighbours(), and IsRightNeighbour().
|
inline |
Definition at line 45 of file FTSCANPlets.h.
References fLevel.
Referenced by compare(), PndFTSCAGBTracker::CreateTracks(), PndFTSCAGBTracker::FindBestCandidate(), and PndFTSCAGBTracker::FindNeighbours().
|
inline |
|
inline |
Definition at line 33 of file FTSCANPlets.h.
References fIHit.
Referenced by PndFTSCAGBTracker::CreateTracks(), PndFTSCAGBTracker::FindBestCandidate(), FTSCANPlet(), IsRightNeighbour(), and IsRightNeighbour().
|
inline |
Definition at line 54 of file FTSCANPlets.h.
References fNeighbours.
Referenced by PndFTSCAGBTracker::FindNeighbours().
|
inline |
Definition at line 53 of file FTSCANPlets.h.
References fNeighbours.
Referenced by PndFTSCAGBTracker::FindBestCandidate(), and PndFTSCAGBTracker::FindNeighbours().
|
inline |
Definition at line 38 of file FTSCANPlets.h.
References fParam.
Referenced by PndFTSCAGBTracker::CreateTracks(), and IsRightNeighbour().
|
inline |
Definition at line 41 of file FTSCANPlets.h.
References fParam, and PndFTSCATrackParam::QMomentum().
Referenced by PndFTSCAGBTracker::FindBestCandidate(), IsRightNeighbour(), and IsRightNeighbour().
|
inline |
Definition at line 42 of file FTSCANPlets.h.
References PndFTSCATrackParam::Err2QMomentum(), fParam, and sqrt().
Referenced by PndFTSCAGBTracker::FindBestCandidate().
|
inline |
Definition at line 43 of file FTSCANPlets.h.
References PndFTSCATrackParam::Err2QMomentum(), and fParam.
Referenced by IsRightNeighbour(), and IsRightNeighbour().
|
private |
Definition at line 75 of file FTSCANPlets.h.
Referenced by Chi2Level().
|
private |
Definition at line 71 of file FTSCANPlets.h.
Referenced by FTSCANPlet(), IHit(), ISta(), and N().
|
private |
Definition at line 74 of file FTSCANPlets.h.
Referenced by Level().
|
private |
Definition at line 76 of file FTSCANPlets.h.
Referenced by Chi2Neighbours(), INeighbours(), Neighbours(), and NNeighbours().
|
private |
Definition at line 72 of file FTSCANPlets.h.
Referenced by Param(), QMomentum(), QMomentumErr(), and QMomentumErr2().