10#ifndef CBMMCINPUTSET_H
11#define CBMMCINPUTSET_H 1
65 virtual Bool_t
ActivateObject(TObject**
object,
const char* branchName);
99 return (
fInputs.empty() ? std::make_pair(-1,
nullptr)
100 : std::make_pair(
fInputs.begin()->first,
fInputs.begin()->second));
ECbmTreeAccess
Mode to read entries from a ROOT TTree.