AlcapDAQ
1
|
#include <JetEvent.h>
Public Member Functions | |
JetEvent () | |
virtual | ~JetEvent () |
void | Build (Int_t jetm=3, Int_t trackm=10, Int_t hitam=100, Int_t hitbm=10) |
void | Clear (Option_t *option="") |
void | Reset (Option_t *option="") |
Int_t | GetNjet () const |
Int_t | GetNtrack () const |
Int_t | GetNhitA () const |
Int_t | GetNhitB () const |
Jet * | AddJet () |
Track * | AddTrack () |
Hit * | AddHitA () |
Hit * | AddHitB () |
TClonesArray * | GetJets () const |
Private Attributes | |
TVector3 | fVertex |
Int_t | fNjet |
Int_t | fNtrack |
Int_t | fNhitA |
Int_t | fNhitB |
TClonesArray * | fJets |
TClonesArray * | fTracks |
TClonesArray * | fHitsA |
TClonesArray * | fHitsB |
Static Private Attributes | |
static TClonesArray * | fgJets |
static TClonesArray * | fgTracks |
static TClonesArray * | fgHitsA = 0 |
static TClonesArray * | fgHitsB = 0 |
Definition at line 64 of file JetEvent.h.
JetEvent::JetEvent | ( | ) |
Definition at line 24 of file JetEvent.cxx.
|
virtual |
Hit * JetEvent::AddHitA | ( | ) |
Hit * JetEvent::AddHitB | ( | ) |
Jet * JetEvent::AddJet | ( | ) |
Track * JetEvent::AddTrack | ( | ) |
void JetEvent::Build | ( | Int_t | jetm = 3 , |
Int_t | trackm = 10 , |
||
Int_t | hitam = 100 , |
||
Int_t | hitbm = 10 |
||
) |
Definition at line 47 of file JetEvent.cxx.
References AddHitA(), AddHitB(), AddJet(), AddTrack(), Clear(), Track::fHits, Track::fNhit, fNhitA, fNhitB, fNjet, fNtrack, Jet::fPhi, Jet::fPt, Track::fPx, Track::fPy, Track::fPz, Jet::fTracks, fVertex, Hit::fX, Hit::fY, and Hit::fZ.
void JetEvent::Clear | ( | Option_t * | option = "" ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void JetEvent::Reset | ( | Option_t * | option = "" ) |
Definition at line 154 of file JetEvent.cxx.
References fgHitsA, fgHitsB, fgJets, and fgTracks.
Referenced by ~JetEvent().
|
staticprivate |
Definition at line 79 of file JetEvent.h.
Referenced by Reset().
|
staticprivate |
Definition at line 80 of file JetEvent.h.
Referenced by Reset().
|
staticprivate |
Definition at line 77 of file JetEvent.h.
Referenced by Reset().
|
staticprivate |
Definition at line 78 of file JetEvent.h.
Referenced by Reset().
|
private |
Definition at line 74 of file JetEvent.h.
|
private |
Definition at line 75 of file JetEvent.h.
|
private |
Definition at line 72 of file JetEvent.h.
|
private |
Definition at line 70 of file JetEvent.h.
Referenced by AddHitA(), Build(), and GetNhitA().
|
private |
Definition at line 71 of file JetEvent.h.
Referenced by AddHitB(), Build(), and GetNhitB().
|
private |
Definition at line 68 of file JetEvent.h.
|
private |
Definition at line 69 of file JetEvent.h.
Referenced by AddTrack(), Build(), and GetNtrack().
|
private |
Definition at line 73 of file JetEvent.h.
Referenced by AddTrack(), and Clear().
|
private |
Definition at line 67 of file JetEvent.h.
Referenced by Build().