12#include "FairMCEventHeader.h"
17#include "TObjString.h"
74 if (entry < 0)
return -1;
78 Int_t nBytes =
fChain->GetEntry(entry);
79 if (nBytes <= 0) LOG(warn) <<
"InputChain: " << nBytes <<
" Bytes read from tree!";
93 TList* listFile =
fChain->GetFile()->Get<TList>(
"BranchList");
95 TObjString* branchName =
nullptr;
96 for (Int_t entry = 0; entry < listFile->GetEntries(); entry++) {
97 branchName =
dynamic_cast<TObjString*
>(listFile->At(entry));
99 fBranches.insert(branchName->GetString());
ClassImp(CbmConverterManager)
ECbmTreeAccess
Mode to read entries from a ROOT TTree.