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