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