FairRoot/PandaRoot
|
#include <PndSdsCell.h>
Public Member Functions | |
PndSdsCell () | |
PndSdsCell (unsigned int hitUp, unsigned int hitDw) | |
~PndSdsCell () | |
void | SetHitUp (unsigned int &ih) |
void | SetHitDw (unsigned int &ih) |
void | SetPV (int &ipv) |
int | GetHitUp () |
int | GetHitDw () |
int | GetPV () |
Private Member Functions | |
ClassDef (PndSdsCell, 1) | |
Private Attributes | |
unsigned int | fhit_upstream |
unsigned int | fhit_downstream |
int | fpv |
PndSdsCell.h
A container for a cell (straight track's segment)
Definition at line 19 of file PndSdsCell.h.
PndSdsCell::PndSdsCell | ( | ) |
PndSdsCell::PndSdsCell | ( | unsigned int | hitUp, |
unsigned int | hitDw | ||
) |
PndSdsCell::~PndSdsCell | ( | ) |
|
private |
|
inline |
Definition at line 35 of file PndSdsCell.h.
References fhit_downstream.
Referenced by PndLmdTrackFinderCATask::Exec(), PndLmdTrackFinderCATask::ForwardEvolution(), and PndLmdTrackFinderCATask::Neighbor().
|
inline |
Definition at line 34 of file PndSdsCell.h.
References fhit_upstream.
Referenced by PndLmdTrackFinderCATask::Exec(), PndLmdTrackFinderCATask::ForwardEvolution(), and PndLmdTrackFinderCATask::Neighbor().
|
inline |
Definition at line 36 of file PndSdsCell.h.
References fpv.
Referenced by PndLmdTrackFinderCATask::Exec(), and PndLmdTrackFinderCATask::ForwardEvolution().
|
inline |
|
inline |
|
inline |
Definition at line 33 of file PndSdsCell.h.
References fpv.
Referenced by PndLmdTrackFinderCATask::Exec(), and PndLmdTrackFinderCATask::ForwardEvolution().
|
private |
Definition at line 40 of file PndSdsCell.h.
Referenced by GetHitDw(), PndSdsCell(), and SetHitDw().
|
private |
Definition at line 39 of file PndSdsCell.h.
Referenced by GetHitUp(), PndSdsCell(), and SetHitUp().
|
private |
Definition at line 41 of file PndSdsCell.h.
Referenced by GetPV(), PndSdsCell(), and SetPV().