#include <SToGS_BaseROOTEvents.h>
Inherits TObject.
Public Member Functions | |
SBROpticalHit * | AddHit () |
add a hit to the current event More... | |
void | Clear (Option_t *opt) |
SBROpticalHit * | GetHit (Int_t) |
to get a Hit More... | |
Int_t | GetNbHits () const |
SBROpticalEvent () | |
virtual | ~SBROpticalEvent () |
A SToGS Basic ROOT event is a list of SBRHits. It adds also the sum energy and event fold
Definition at line 324 of file SToGS_BaseROOTEvents.h.
SBROpticalEvent::SBROpticalEvent | ( | ) |
Definition at line 216 of file SToGS_BaseROOTEvents.C.
|
virtual |
Definition at line 224 of file SToGS_BaseROOTEvents.C.
SBROpticalHit * SBROpticalEvent::AddHit | ( | ) |
add a hit to the current event
Definition at line 234 of file SToGS_BaseROOTEvents.C.
void SBROpticalEvent::Clear | ( | Option_t * | opt | ) |
Definition at line 229 of file SToGS_BaseROOTEvents.C.
SBROpticalHit * SBROpticalEvent::GetHit | ( | Int_t | which | ) |
to get a Hit
Definition at line 246 of file SToGS_BaseROOTEvents.C.
|
inline |
Definition at line 334 of file SToGS_BaseROOTEvents.h.