Go to the documentation of this file.
8 #include "FairLogger.h"
9 #include "FairMCEventHeader.h"
12 #include "TObjString.h"
29 , fNofUsedEntries(0) {}
67 if (entry < 0)
return -1;
71 Int_t nBytes =
fChain->GetEntry(entry);
73 LOG(warn) <<
"InputChain: " << nBytes <<
" Bytes read from tree!";
86 TList* listFile =
dynamic_cast<TList*
>(
fChain->GetFile()->Get(
"BranchList"));
88 TObjString* branchName =
nullptr;
89 for (Int_t entry = 0; entry < listFile->GetEntries(); entry++) {
90 branchName =
dynamic_cast<TObjString*
>(listFile->At(entry));
92 fBranches.insert(branchName->GetString());
ECbmTreeAccess
Mode to read entries from a ROOT TTree.
ClassImp(CbmConverterManager) InitStatus CbmConverterManager