AgataTrackDisplay a class to display tracks on event. More...
#include <AgataTrackDisplay.h>
Inherits TEveBoxSet.
Public Member Functions | |
void | AddNewTrack () |
Add new track, resetting counter. More... | |
void | AddTracklet (Float_t e, Float_t x1, Float_t y1, Float_t z1, Float_t x2, Float_t y2, Float_t z2, Bool_t eTot=false) |
Add Track. More... | |
AgataTrackDisplay (const Text_t *name) | |
void | DigitSelected (Int_t idx) |
overwrite base function More... | |
void | FirstEnergy () |
return first total energy More... | |
Float_t | GetBoxHeight () |
Float_t | GetBoxWidth () |
Get width/height of Box. More... | |
std::pair< Int_t, Int_t > | GetIndexes (Int_t index) |
Get index pair. More... | |
Float_t | GetMaxEnergy () |
Get Max energy. More... | |
Int_t | GetNofTracks () |
return number of tracks More... | |
Int_t | GetSelectedIdx () |
Get selected digit index. More... | |
Int_t | GetSelectedValue () |
Get current digit value. More... | |
Int_t | NextEnergy () |
return next total energy More... | |
void | ResetTracks () |
Reset tracks. More... | |
void | SetBoxHeight (Float_t h) |
void | SetBoxWidth (Float_t w) |
Set width/height of Box. More... | |
void | SetMaxEnergy (Float_t e) |
Set Max energy. More... | |
void | SetStyle (TString s) |
Set style (rec/cone) More... | |
virtual | ~AgataTrackDisplay () |
Protected Member Functions | |
ClassDef (AgataTrackDisplay, 1) | |
Float_t * | MakeRecTVert (Float_t x1, Float_t y1, Float_t z1, Float_t x2, Float_t y2, Float_t z2) |
log message More... | |
void | MakeSize (Float_t e) |
Make track size. More... | |
void | SetIndexes () |
Set indexes. More... | |
AgataTrackDisplay a class to display tracks on event.
Definition at line 27 of file AgataTrackDisplay.h.