#include <clonesA_Event.h>
Inheritance diagram for TUsrHitBuffer:
Public Member Functions | |
TUsrHitBuffer (Int_t maxent=10) | |
virtual | ~TUsrHitBuffer () |
TUsrHit * | AddHit (Int_t ev) |
Int_t | GetBufSize () |
TClonesArray * | GetCA () |
void | Clear (Option_t *opt="") |
Protected Attributes | |
Int_t | fNofEntries |
Int_t | fNofHits |
TClonesArray * | fHits |
Definition at line 20 of file clonesA_Event.h.
TUsrHitBuffer::TUsrHitBuffer | ( | Int_t | maxent = 10 |
) |
virtual TUsrHitBuffer::~TUsrHitBuffer | ( | ) | [inline, virtual] |
Definition at line 30 of file clonesA_Event.cxx.
References fHits, fNofHits, and hit.
Referenced by TUsrSevtData2::SetEvent(), and TUsrSevtData1::SetEvent().
Int_t TUsrHitBuffer::GetBufSize | ( | ) | [inline] |
TClonesArray* TUsrHitBuffer::GetCA | ( | ) | [inline] |
void TUsrHitBuffer::Clear | ( | Option_t * | opt = "" |
) | [virtual] |
Reimplemented from TObject.
Definition at line 38 of file clonesA_Event.cxx.
References TClonesArray::Clear(), fHits, and fNofHits.
Referenced by TMrbSubevent_Caen::Clear().
Int_t TUsrHitBuffer::fNofEntries [protected] |
Int_t TUsrHitBuffer::fNofHits [protected] |
Definition at line 38 of file clonesA_Event.h.
Referenced by AddHit(), Clear(), and TUsrHitBuffer().
TClonesArray* TUsrHitBuffer::fHits [protected] |
Definition at line 39 of file clonesA_Event.h.
Referenced by AddHit(), Clear(), GetBufSize(), GetCA(), TUsrHitBuffer(), and ~TUsrHitBuffer().