|
CbmRoot
|
#include <RootManager.h>
Public Member Functions | |
| RootManager () | |
| TObject * | GetObject (const char *BrName) |
| TFile * | GetInFile () |
| void | UpdateBranches () |
| void | FillTree () |
| void | SetInChain (TChain *tempChain, Int_t ident=-1) |
| Int_t | CheckBranch (const char *BrName) |
| Int_t | GetEntries () const |
| Int_t | GetEntry (Int_t, Int_t) |
| void | CdToOutput () |
| virtual | ~RootManager () |
Protected Member Functions | |
| virtual void | RegisterInternal (const char *name, const char *folderName, TNamed *obj, Bool_t toFile) |
| virtual void | RegisterInternal (const char *name, const char *Foldername, TCollection *obj, Bool_t toFile) |
| virtual void | RefreshBranchList () |
| virtual Bool_t | InitInternal () |
Private Attributes | |
| FairRootManager * | fFairManager |
Definition at line 23 of file RootManager.h.
| Hal::Fair::RootManager::RootManager | ( | ) |
Definition at line 20 of file RootManager.cxx.
References fFairManager, and GetInFile().
|
inlinevirtual |
Definition at line 43 of file RootManager.h.
| void Hal::Fair::RootManager::CdToOutput | ( | ) |
Definition at line 80 of file RootManager.cxx.
References fFairManager.
| Int_t Hal::Fair::RootManager::CheckBranch | ( | const char * | BrName | ) |
|
inline |
Definition at line 37 of file RootManager.h.
|
inline |
Definition at line 40 of file RootManager.h.
Definition at line 41 of file RootManager.h.
| TFile * Hal::Fair::RootManager::GetInFile | ( | ) |
Definition at line 31 of file RootManager.cxx.
References fFairManager.
Referenced by RootManager().
| TObject * Hal::Fair::RootManager::GetObject | ( | const char * | BrName | ) |
Definition at line 29 of file RootManager.cxx.
References fFairManager.
|
protectedvirtual |
Definition at line 68 of file RootManager.cxx.
References fFairManager, and RefreshBranchList().
|
protectedvirtual |
Definition at line 47 of file RootManager.cxx.
References fFairManager.
Referenced by InitInternal().
|
protectedvirtual |
Definition at line 42 of file RootManager.cxx.
References fFairManager.
|
protectedvirtual |
Definition at line 37 of file RootManager.cxx.
References fFairManager.
| void Hal::Fair::RootManager::SetInChain | ( | TChain * | tempChain, |
| Int_t | ident = -1 ) |
Definition at line 35 of file RootManager.cxx.
References fFairManager.
| void Hal::Fair::RootManager::UpdateBranches | ( | ) |
Definition at line 33 of file RootManager.cxx.
References fFairManager.
|
private |
Definition at line 24 of file RootManager.h.
Referenced by CdToOutput(), GetInFile(), GetObject(), InitInternal(), RefreshBranchList(), RegisterInternal(), RegisterInternal(), RootManager(), SetInChain(), and UpdateBranches().