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