#include <TBench.h>
Public Member Functions | |
TCloneshit () | |
TCloneshit (int nmax) | |
void | Clear (Option_t *option="") |
virtual | ~TCloneshit () |
void | MakeEvent (int ievent) |
Int_t | MakeTree (int mode, int nevents, int compression, int split, float &cx) |
Int_t | ReadTree () |
Protected Attributes | |
Int_t | fNhits |
TClonesArray * | fList3 |
Definition at line 404 of file TBench.h.
TCloneshit::TCloneshit | ( | ) |
TCloneshit::TCloneshit | ( | int | nmax | ) |
TCloneshit::~TCloneshit | ( | ) | [virtual] |
void TCloneshit::Clear | ( | Option_t * | option = "" |
) |
Definition at line 1338 of file TBench.cxx.
References TClonesArray::Delete(), and fList3.
Referenced by MakeEvent(), and ~TCloneshit().
void TCloneshit::MakeEvent | ( | int | ievent | ) |
Definition at line 1344 of file TBench.cxx.
References Clear(), fList3, and j.
Referenced by MakeTree().
Int_t TCloneshit::MakeTree | ( | int | mode, | |
int | nevents, | |||
int | compression, | |||
int | split, | |||
float & | cx | |||
) |
Definition at line 1352 of file TBench.cxx.
References TTree::Branch(), demofile, TTree::Fill(), MakeEvent(), T, top(), and TTree::Write().
Int_t TCloneshit::ReadTree | ( | ) |
Definition at line 1377 of file TBench.cxx.
References demofile, TTree::GetEntries(), TTree::GetEntry(), TTree::SetBranchAddress(), T, and top().
Int_t TCloneshit::fNhits [protected] |
TClonesArray* TCloneshit::fList3 [protected] |