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