#include <TBench.h>
Public Member Functions | |
TSTLhitList () | |
TSTLhitList (int nmax) | |
void | Clear (Option_t *option="") |
virtual | ~TSTLhitList () |
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 |
list< THit > | fList1 |
Definition at line 124 of file TBench.h.
TSTLhitList::TSTLhitList | ( | ) |
TSTLhitList::TSTLhitList | ( | int | nmax | ) |
TSTLhitList::~TSTLhitList | ( | ) | [virtual] |
void TSTLhitList::Clear | ( | Option_t * | option = "" |
) |
Definition at line 228 of file TBench.cxx.
References fList1.
Referenced by MakeEvent(), ReadTree(), and ~TSTLhitList().
void TSTLhitList::MakeEvent | ( | int | ievent | ) |
Definition at line 233 of file TBench.cxx.
References Clear(), fList1, fNhits, hit, j, and THit::Set().
Referenced by MakeTree().
Int_t TSTLhitList::MakeTree | ( | int | mode, | |
int | nevents, | |||
int | compression, | |||
int | split, | |||
float & | cx | |||
) |
Definition at line 242 of file TBench.cxx.
References TTree::Branch(), demofile_name(), TTree::Fill(), MakeEvent(), T, top(), and TTree::Write().
Int_t TSTLhitList::ReadTree | ( | ) |
Definition at line 267 of file TBench.cxx.
References Clear(), demofile_name(), TTree::GetEntries(), TTree::GetEntry(), TTree::SetBranchAddress(), T, and top().
Int_t TSTLhitList::fNhits [protected] |
list<THit> TSTLhitList::fList1 [protected] |