SND@LHC Software
|
#include <Tracklet.h>
Public Member Functions | |
Tracklet () | |
Tracklet (Int_t f, std::vector< unsigned int > aT) | |
virtual | ~Tracklet () |
std::vector< unsigned int > * | getList () |
Int_t | getType () |
void | setType (Int_t f) |
Int_t | link2MCTrack (TClonesArray *strawPoints, Float_t min) |
virtual void | Print (const Option_t *opt="") const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Protected Member Functions | |
ClassDef (Tracklet, 1) | |
Protected Attributes | |
std::vector< unsigned int > | aTracklet |
list of indices | |
Int_t | flag |
Friends | |
class | boost::serialization::access |
Simple class to describe a tracklet list of indices pointing to strawtubesHit objects in the digiStraw container
Definition at line 22 of file Tracklet.h.
Tracklet::Tracklet | ( | ) |
Default constructor
Definition at line 10 of file Tracklet.cxx.
Tracklet::Tracklet | ( | Int_t | f, |
std::vector< unsigned int > | aT | ||
) |
Constructor with arguments
Definition at line 16 of file Tracklet.cxx.
|
virtual |
|
protected |
|
inline |
Definition at line 33 of file Tracklet.h.
|
inline |
Definition at line 34 of file Tracklet.h.
Int_t Tracklet::link2MCTrack | ( | TClonesArray * | strawPoints, |
Float_t | min = 0.6 |
||
) |
Definition at line 27 of file Tracklet.cxx.
|
inlinevirtual |
Definition at line 38 of file Tracklet.h.
|
inline |
Definition at line 41 of file Tracklet.h.
|
inline |
Definition at line 35 of file Tracklet.h.
|
friend |
Definition at line 49 of file Tracklet.h.
|
protected |
list of indices
Definition at line 52 of file Tracklet.h.
|
protected |
Definition at line 53 of file Tracklet.h.