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