31 void setInputFile(
const std::string_view inputfile) { mInputFilename = inputfile.data(); }
32 void setVerbose(
bool doVerbose) { mVerbose = doVerbose; }
42 std::unique_ptr<EventReader> mEventReader;
43 std::unique_ptr<TFile> mCurrentFile;
44 std::string mInputFilename;
45 int mCurrentEventNumber = 0;
46 bool mVerbose =
false;