1 #ifndef PHOOL_PHNODEIOMANAGER_H
2 #define PHOOL_PHNODEIOMANAGER_H
33 void print()
const override;
37 bool read(
size_t requestedEvent);
38 int readSpecific(
size_t requestedEvent,
const std::string &objectName);
40 bool isSelected(
const std::string &objectName);
46 bool write(
TObject **,
const std::string &,
int buffersize,
int splitlevel);
47 bool NodeExist(
const std::string &nodename);