40 void connectTree(
const std::string&
filename);
42 std::vector<o2::tpc::TriggerInfoDLBZS>* mTrig =
nullptr;
44 std::unique_ptr<TFile> mFile;
45 std::unique_ptr<TTree> mTree;
47 std::string mInputFileName =
"tpctriggers.root";
48 std::string mTriggerTreeName =
"triggers";
49 std::string mTriggerBranchName =
"Triggers";