BaseEventDisplay base class to work on event display. More...
#include <BaseEventDisplay.h>
Public Member Functions | |
virtual void | AddGeometry (TGeoVolume *volume, TGeoMatrix *matrix=gGeoIdentity) |
virtual void | FirstEvent () |
Int_t | GetCurrentEventId () const |
Float_t | GetMaxEnergy () |
virtual void | LoadGeometry (const Char_t *fileName) |
virtual void | NextEvent () |
virtual void | PrevEvent () |
void | SetMaxEnergy (Float_t e) |
virtual void | SetTransparency (Char_t transparency=50) |
virtual void | ShowDisplay () |
virtual | ~BaseEventDisplay () |
Protected Member Functions | |
BaseEventDisplay () | |
default constructor More... | |
ClassDef (BaseEventDisplay, 1) | |
log message More... | |
Protected Attributes | |
Int_t | fCurrentEventId |
Bool_t | fDrawFloor |
Bool_t | fFirstEventDone |
LogMessage | fLog |
Float_t | fMaxEnergy |
TGeoVolume * | fTopVolume |
Static Protected Attributes | |
static Bool_t | fgIsDisplayed |
static Bool_t | fgIsGeoLoaded |
BaseEventDisplay base class to work on event display.
Definition at line 26 of file BaseEventDisplay.h.