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