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