41 void connectTree(
const std::string&
filename);
43 std::unique_ptr<TFile> mFile;
44 std::unique_ptr<TTree> mTree;
49 std::vector<o2::fv0::RecPoints>* mRecPoints =
nullptr;
50 std::vector<o2::fv0::ChannelDataFloat>* mChannelData =
nullptr;
52 std::string mInputFileName =
"o2reco_fv0.root";
53 std::string mRecPointTreeName =
"o2sim";
54 std::string mRecPointBranchName =
"FV0Cluster";
55 std::string mChannelDataBranchName =
"FV0RecChData";