40 void connectTree(
const std::string&
filename);
42 std::unique_ptr<TFile> mFile;
43 std::unique_ptr<TTree> mTree;
48 std::vector<o2::fdd::RecPoint>* mRecPoints =
nullptr;
49 std::vector<o2::fdd::ChannelDataFloat>* mChannelData =
nullptr;
51 std::string mInputFileName =
"o2reco_fdd.root";
52 std::string mRecPointTreeName =
"o2sim";
53 std::string mRecPointBranchName =
"FDDCluster";
54 std::string mChannelDataBranchName =
"FDDRecChData";