#include <SToGS_BaseROOTEvents.h>
Inherits TObject.
Public Member Functions | |
void | AddEMult (Double_t h, Int_t k=1) |
SBRPHit * | AddHit () |
add a hit to the current event More... | |
virtual void | Clear (Option_t *opt) |
clear the collection of hits, set H, K to 0 More... | |
Double_t | GetETot () const |
SBRPHit * | GetHit (Int_t) |
to get a Hit More... | |
Int_t | GetMultTot () const |
Int_t | GetNbHits () const |
helper function More... | |
SBRPHit * | IsUID (Int_t uid, Int_t *which=0x0) |
Check in the list of hits the one having. More... | |
SBRPEvent () | |
void | SetEMult (Double_t h, Int_t k) |
virtual | ~SBRPEvent () |
A SToGS Basic ROOT event is a list of SBRPHits. It adds also the sum energy and event fold
Definition at line 224 of file SToGS_BaseROOTEvents.h.