|
FairShip
|
#include <Tracklet.h>


Public Member Functions | |
| Tracklet () | |
| Tracklet (Int_t f, const std::vector< unsigned int > &indices) | |
| Tracklet (Int_t f, const std::vector< strawtubesHit > &hits, const std::vector< strawtubesHit > &container) | |
| ~Tracklet () override | |
| std::vector< unsigned int > * | getList () |
| const std::vector< unsigned int > & | getIndices () const |
| Int_t | getType () const |
| void | setType (Int_t f) |
| Int_t | link2MCTrack (std::vector< strawtubesPoint > *strawPoints, Float_t min) |
| void | Print (const Option_t *opt="") const override |
Protected Member Functions | |
| ClassDefOverride (Tracklet, 2) | |
Protected Attributes | |
| std::vector< unsigned int > | aTracklet |
| list of indices | |
| Int_t | flag |
Simple class to describe a tracklet list of indices pointing to strawtubesHit objects in the digiStraw container
Definition at line 23 of file Tracklet.h.
| Tracklet::Tracklet | ( | ) |
| Tracklet::Tracklet | ( | Int_t | f, |
| const std::vector< unsigned int > & | indices | ||
| ) |
| Tracklet::Tracklet | ( | Int_t | f, |
| const std::vector< strawtubesHit > & | hits, | ||
| const std::vector< strawtubesHit > & | container | ||
| ) |
Constructor with hits (extracts indices from container)
Definition at line 20 of file Tracklet.cxx.
|
override |
|
protected |
|
inline |
Definition at line 39 of file Tracklet.h.
|
inline |
Definition at line 38 of file Tracklet.h.
|
inline |
Definition at line 40 of file Tracklet.h.
| Int_t Tracklet::link2MCTrack | ( | std::vector< strawtubesPoint > * | strawPoints, |
| Float_t | min | ||
| ) |
Definition at line 39 of file Tracklet.cxx.
|
inlineoverride |
Definition at line 47 of file Tracklet.h.
|
inline |
Definition at line 41 of file Tracklet.h.
|
protected |
list of indices
Definition at line 50 of file Tracklet.h.
|
protected |
Definition at line 51 of file Tracklet.h.