|
FairRoot
|
#include <FairMCDataCrawler.h>
Public Member Functions | |
| FairMCDataCrawler () | |
| virtual | ~FairMCDataCrawler () |
| FairMultiLinkedData | GetInfo (FairMultiLinkedData startLink, TString stopStage) |
| FairMultiLinkedData | GetInfo (FairMultiLinkedData startLink, Int_t stopStageId) |
| FairMultiLinkedData * | GetEntry (Int_t fileId, Int_t eventNr, Int_t type, Int_t index) |
| FairMultiLinkedData * | GetEntry (FairLink link) |
| void | SetStoreIntermediate (Bool_t val=kTRUE) |
| void | SetStoreAllEndpoints (Bool_t val=kTRUE) |
| void | Init () |
| void | SetVerbose (Int_t val) |
| virtual void | InitDataObjects ()=0 |
Protected Attributes | |
| FairRootManager * | fIoman |
Definition at line 27 of file FairMCDataCrawler.h.
| FairMCDataCrawler::FairMCDataCrawler | ( | ) |
Definition at line 24 of file FairMCDataCrawler.cxx.
|
virtual |
Definition at line 33 of file FairMCDataCrawler.cxx.
| FairMultiLinkedData * FairMCDataCrawler::GetEntry | ( | Int_t | fileId, |
| Int_t | eventNr, | ||
| Int_t | type, | ||
| Int_t | index | ||
| ) |
Definition at line 128 of file FairMCDataCrawler.cxx.
| FairMultiLinkedData * FairMCDataCrawler::GetEntry | ( | FairLink | link | ) |
Definition at line 123 of file FairMCDataCrawler.cxx.
| FairMultiLinkedData FairMCDataCrawler::GetInfo | ( | FairMultiLinkedData | startLink, |
| TString | stopStage | ||
| ) |
Definition at line 101 of file FairMCDataCrawler.cxx.
| FairMultiLinkedData FairMCDataCrawler::GetInfo | ( | FairMultiLinkedData | startLink, |
| Int_t | stopStageId | ||
| ) |
Definition at line 106 of file FairMCDataCrawler.cxx.
| void FairMCDataCrawler::Init | ( | ) |
Definition at line 35 of file FairMCDataCrawler.cxx.
|
pure virtual |
|
inline |
Definition at line 40 of file FairMCDataCrawler.h.
|
inline |
Definition at line 39 of file FairMCDataCrawler.h.
|
inline |
Definition at line 44 of file FairMCDataCrawler.h.
|
protected |
Definition at line 49 of file FairMCDataCrawler.h.