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