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