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