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