FairRoot
|
#include <FairEveTrack.h>
Public Member Functions | |
FairEveTrack () | |
FairEveTrack (TParticle *t, Int_t label, TEveTrackPropagator *prop=nullptr) | |
void | SetFirstPoint (const TVector3 &mom, const TVector3 &pos) |
void | SetNextPoint (const TVector3 &point) |
virtual | ~FairEveTrack () |
Definition at line 30 of file FairEveTrack.h.
FairEveTrack::FairEveTrack | ( | ) |
default constructor, should not be used
Definition at line 24 of file FairEveTrack.cxx.
FairEveTrack::FairEveTrack | ( | TParticle * | t, |
Int_t | label, | ||
TEveTrackPropagator * | prop = nullptr |
||
) |
Definition at line 28 of file FairEveTrack.cxx.
|
virtual |
Definition at line 63 of file FairEveTrack.cxx.
void FairEveTrack::SetFirstPoint | ( | const TVector3 & | mom, |
const TVector3 & | pos | ||
) |
set properties of first point must be called before calling SetNextPoint
mom | momentum of particle |
pos | initiali position of particle |
Definition at line 32 of file FairEveTrack.cxx.
void FairEveTrack::SetNextPoint | ( | const TVector3 & | point | ) |