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