AgataHitDisplay a class to display hits on event. More...
#include <AgataHitDisplay.h>
Inherits TEveQuadSet.
Public Member Functions | |
void | AddHit (Float_t e, Float_t x, Float_t y, Float_t z) |
Add hit. More... | |
AgataHitDisplay (const Text_t *name) | |
void | DigitSelected (Int_t idx) |
overwrite base function More... | |
Float_t | GetMaxEnergy () |
Get Max energy. More... | |
Float_t | GetQuadHeight () |
Float_t | GetQuadWidth () |
Get width/height of quad. More... | |
Int_t | GetSelectedIdx () |
Get selected digit index. More... | |
Int_t | GetSelectedValue () |
Get selected digit value. More... | |
void | ResetHits () |
Reset hits. More... | |
void | SetMaxEnergy (Float_t e) |
Set Max energy. More... | |
void | SetQuadHeight (Float_t h) |
void | SetQuadWidth (Float_t w) |
Set width/height of quad. More... | |
virtual | ~AgataHitDisplay () |
AgataHitDisplay a class to display hits on event.
Definition at line 16 of file AgataHitDisplay.h.