#define ClassDefOverride(name, id)
 
void Clear(Option_t *option="") override
 
TClonesArray * GetJets() const
 
static TClonesArray * fgTracks
 
Jet * AddJet()
Add a new Jet to the list of tracks for this event.
 
Hit * AddHitB()
Add a new hit to the list of hits in detector B.
 
static TClonesArray * fgJets
 
static TClonesArray * fgHitsB
 
JetEvent()
Create a JetEvent object.
 
Hit * AddHitA()
Add a new hit to the list of hits in detector A.
 
static TClonesArray * fgHitsA
 
Track * AddTrack()
Add a new track to the list of tracks for this event.
 
void Reset(Option_t *option="")
Static function to reset all static objects for this event.
 
void Build(Int_t jetm=3, Int_t trackm=10, Int_t hitam=100, Int_t hitbm=10)
Build one event.
 
An array of clone (identical) objects.
 
Mother of all ROOT objects.
 
An array of references to TObjects.