#include <SToGS_BaseROOTEvents.h>
Inherits TObject.
Public Member Functions | |
void | AddEMult (Double_t h, Int_t k=1) |
SBRHit * | 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 |
SBRHit * | GetHit (Int_t) |
to get a Hit More... | |
Int_t | GetMultTot () const |
Int_t | GetNbHits () const |
helper function More... | |
SBRHit * | IsUID (Int_t uid, Int_t *which=0x0) |
Check in the list of hits the one having. More... | |
SBREvent () | |
void | SetEMult (Double_t h, Int_t k) |
virtual | ~SBREvent () |
A SToGS Basic ROOT event is a list of SBRHits. It adds also the sum energy and event fold
Definition at line 149 of file SToGS_BaseROOTEvents.h.
SBREvent::SBREvent | ( | ) |
Definition at line 127 of file SToGS_BaseROOTEvents.C.
|
virtual |
Definition at line 137 of file SToGS_BaseROOTEvents.C.
|
inline |
Definition at line 193 of file SToGS_BaseROOTEvents.h.
SBRHit * SBREvent::AddHit | ( | ) |
add a hit to the current event
Definition at line 150 of file SToGS_BaseROOTEvents.C.
|
virtual |
clear the collection of hits, set H, K to 0
Definition at line 142 of file SToGS_BaseROOTEvents.C.
|
inline |
Definition at line 205 of file SToGS_BaseROOTEvents.h.
SBRHit * SBREvent::GetHit | ( | Int_t | which | ) |
to get a Hit
Definition at line 162 of file SToGS_BaseROOTEvents.C.
|
inline |
Definition at line 209 of file SToGS_BaseROOTEvents.h.
|
inline |
|
inline |
Check in the list of hits the one having.
Definition at line 171 of file SToGS_BaseROOTEvents.h.
|
inline |
Definition at line 199 of file SToGS_BaseROOTEvents.h.