CbmRoot
|
#include <CbmL1TrdTracklet.h>
Public Member Functions | |
CbmL1TrdTracklet () | |
virtual | ~CbmL1TrdTracklet () |
Int_t | GetIndLeft () |
Int_t | GetIndRight () |
Int_t | GetVal () |
Int_t | GetIsAlone () |
Int_t | GetIndex () |
Double_t | GetCoord (Int_t ind) |
Int_t | GetPlanesID (Int_t num) |
void | SetIndLeft (Int_t indLeft) |
void | SetIndRight (Int_t indRight) |
void | SetVal (Int_t segVal) |
void | SetIsAlone (Bool_t isAlone) |
void | SetIndex (Int_t index) |
void | SetCoord (Int_t ind, Double_t val) |
void | SetPlanesID (Int_t A_ID, Int_t B_ID) |
Static Public Member Functions | |
static Bool_t | Compare1 (CbmL1TrdTracklet *tr1, CbmL1TrdTracklet *tr2) |
static Bool_t | Compare2 (CbmL1TrdTracklet *tr1, CbmL1TrdTracklet *tr2) |
Public Attributes | |
std::vector< Int_t > | vAccostTracklet |
Private Member Functions | |
ClassDef (CbmL1TrdTracklet, 1) | |
Private Attributes | |
Int_t | fID [2] |
Int_t | fIndLeft |
Int_t | fIndRight |
Int_t | fVal |
Int_t | fY |
Bool_t | fIsAlone |
Int_t | fIndex |
Double_t | fCoord [4] |
Definition at line 7 of file CbmL1TrdTracklet.h.
CbmL1TrdTracklet::CbmL1TrdTracklet | ( | ) |
Default constructor
Definition at line 6 of file CbmL1TrdTracklet.cxx.
|
virtual |
Destructor
Definition at line 16 of file CbmL1TrdTracklet.cxx.
|
private |
|
inlinestatic |
Definition at line 39 of file CbmL1TrdTracklet.h.
References GetCoord().
Referenced by CbmL1CATrdTrackFinderSA::DoFind().
|
inlinestatic |
Definition at line 43 of file CbmL1TrdTracklet.h.
References GetCoord().
|
inline |
Definition at line 21 of file CbmL1TrdTracklet.h.
References fCoord.
Referenced by Compare1(), Compare2(), and CbmL1CATrdTrackFinderSA::CreateSegments().
|
inline |
Definition at line 20 of file CbmL1TrdTracklet.h.
References fIndex.
|
inline |
Definition at line 16 of file CbmL1TrdTracklet.h.
References fIndLeft.
Referenced by CbmL1CATrdTrackFinderSA::CreateSegments().
|
inline |
Definition at line 17 of file CbmL1TrdTracklet.h.
References fIndRight.
Referenced by CbmL1CATrdTrackFinderSA::CreateSegments().
|
inline |
Definition at line 19 of file CbmL1TrdTracklet.h.
References fIsAlone.
|
inline |
Definition at line 22 of file CbmL1TrdTracklet.h.
References fID.
|
inline |
Definition at line 18 of file CbmL1TrdTracklet.h.
References fVal.
|
inline |
Definition at line 29 of file CbmL1TrdTracklet.h.
References fCoord.
Referenced by CbmL1CATrdTrackFinderSA::CreateSpacePoints().
|
inline |
Definition at line 28 of file CbmL1TrdTracklet.h.
References fIndex.
Referenced by CbmL1CATrdTrackFinderSA::CreateSpacePoints().
|
inline |
Definition at line 24 of file CbmL1TrdTracklet.h.
References fIndLeft.
Referenced by CbmL1CATrdTrackFinderSA::CreateSpacePoints().
|
inline |
Definition at line 25 of file CbmL1TrdTracklet.h.
References fIndRight.
Referenced by CbmL1CATrdTrackFinderSA::CreateSpacePoints().
|
inline |
Definition at line 27 of file CbmL1TrdTracklet.h.
References fIsAlone.
|
inline |
Definition at line 30 of file CbmL1TrdTracklet.h.
References fID.
Referenced by CbmL1CATrdTrackFinderSA::CreateSpacePoints().
|
inline |
Definition at line 26 of file CbmL1TrdTracklet.h.
References fVal.
Referenced by CbmL1CATrdTrackFinderSA::CreateSpacePoints().
|
private |
Definition at line 55 of file CbmL1TrdTracklet.h.
Referenced by GetCoord(), and SetCoord().
|
private |
Definition at line 48 of file CbmL1TrdTracklet.h.
Referenced by GetPlanesID(), and SetPlanesID().
|
private |
Definition at line 54 of file CbmL1TrdTracklet.h.
Referenced by GetIndex(), and SetIndex().
|
private |
Definition at line 49 of file CbmL1TrdTracklet.h.
Referenced by GetIndLeft(), and SetIndLeft().
|
private |
Definition at line 50 of file CbmL1TrdTracklet.h.
Referenced by GetIndRight(), and SetIndRight().
|
private |
Definition at line 53 of file CbmL1TrdTracklet.h.
Referenced by GetIsAlone(), and SetIsAlone().
|
private |
Definition at line 51 of file CbmL1TrdTracklet.h.
|
private |
Definition at line 52 of file CbmL1TrdTracklet.h.
std::vector<Int_t> CbmL1TrdTracklet::vAccostTracklet |
Definition at line 36 of file CbmL1TrdTracklet.h.