FairRoot/PandaRoot
|
#include <PndCANPlets.h>
Public Member Functions | |
PndCANPlet () | |
PndCANPlet (const PndCATrackParam ¶m) | |
PndCANPlet (const vector< PndCATESV > &ih, const int iV, const PndCATrackParam ¶m) | |
int | N () const |
const PndCATES & | IHit (int IH) const |
int | ISta (int IH) const |
const PndCATrackParam & | 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 pick, const PndCANPlet &a, float &chi2) |
Static Public Member Functions | |
static bool | compare (const PndCANPlet &i, const PndCANPlet &j) |
Public Attributes | |
vector< PndCATES > | fIHit |
Private Attributes | |
PndCATrackParam | fParam |
char | fLevel |
float | fChi2Level |
vector< pair< float, unsigned int > > | fNeighbours |
Definition at line 19 of file PndCANPlets.h.
|
inline |
Definition at line 21 of file PndCANPlets.h.
|
inline |
Definition at line 22 of file PndCANPlets.h.
|
inline |
Definition at line 25 of file PndCANPlets.h.
|
inline |
Definition at line 48 of file PndCANPlets.h.
References fChi2Level.
Referenced by compare(), and PndCAGBTracker::FindNeighbours().
|
inline |
|
inline |
Definition at line 52 of file PndCANPlets.h.
References fNeighbours, and i.
Referenced by PndCAGBTracker::FindNeighbours().
|
inlinestatic |
|
inline |
Definition at line 35 of file PndCANPlets.h.
References fIHit.
Referenced by PndCAGBTracker::CreateTracks(), PndCAGBTracker::FindBestCandidate(), IsRightNeighbour(), and IsRightNeighbour().
|
inline |
Definition at line 51 of file PndCANPlets.h.
References fNeighbours, and i.
Referenced by PndCAGBTracker::FindBestCandidate().
|
inline |
Definition at line 57 of file PndCANPlets.h.
References fabs(), i, IHit(), N(), QMomentum(), QMomentumErr2(), and sqrt().
|
inline |
Definition at line 36 of file PndCANPlets.h.
References fIHit.
Referenced by PndCAGBTracker::CreateTracks(), PndCAGBTracker::FindBestCandidate(), and PndCAGBTracker::FindNeighbours().
|
inline |
Definition at line 45 of file PndCANPlets.h.
References fLevel.
Referenced by compare(), PndCAGBTracker::CreateTracks(), PndCAGBTracker::FindBestCandidate(), and PndCAGBTracker::FindNeighbours().
|
inline |
|
inline |
Definition at line 33 of file PndCANPlets.h.
References fIHit.
Referenced by PndCAGBTracker::CreateTracks(), PndCAGBTracker::FindBestCandidate(), IsRightNeighbour(), IsRightNeighbour(), and PndCANPlet().
|
inline |
Definition at line 54 of file PndCANPlets.h.
References fNeighbours.
Referenced by PndCAGBTracker::FindNeighbours().
|
inline |
Definition at line 53 of file PndCANPlets.h.
References fNeighbours.
Referenced by PndCAGBTracker::FindBestCandidate(), and PndCAGBTracker::FindNeighbours().
|
inline |
Definition at line 38 of file PndCANPlets.h.
References fParam.
Referenced by PndCAGBTracker::CreateTracks().
|
inline |
Definition at line 41 of file PndCANPlets.h.
References fParam, and PndCATrackParam::QMomentum().
Referenced by PndCAGBTracker::FindBestCandidate(), IsRightNeighbour(), and IsRightNeighbour().
|
inline |
Definition at line 42 of file PndCANPlets.h.
References PndCATrackParam::Err2QMomentum(), fParam, and sqrt().
Referenced by PndCAGBTracker::FindBestCandidate().
|
inline |
Definition at line 43 of file PndCANPlets.h.
References PndCATrackParam::Err2QMomentum(), and fParam.
Referenced by IsRightNeighbour(), and IsRightNeighbour().
|
private |
Definition at line 78 of file PndCANPlets.h.
Referenced by Chi2Level().
vector<PndCATES> PndCANPlet::fIHit |
Definition at line 71 of file PndCANPlets.h.
Referenced by IHit(), ISta(), N(), PndCANPlet(), and PndCANPlets::PndCANPlets().
|
private |
Definition at line 77 of file PndCANPlets.h.
Referenced by Level().
|
private |
Definition at line 79 of file PndCANPlets.h.
Referenced by Chi2Neighbours(), INeighbours(), Neighbours(), and NNeighbours().
|
private |
Definition at line 75 of file PndCANPlets.h.
Referenced by Param(), QMomentum(), QMomentumErr(), and QMomentumErr2().