23 std::vector<Int_t> fDetIds;
24 std::map<std::pair<Int_t, Int_t>, std::unique_ptr<TF1>> fFits;
25 std::map<std::string, std::unique_ptr<GamR::Nucleus::Photon>> fReference;
26 std::map<std::string, std::vector<std::pair<GamR::Nucleus::Photon, Double_t>>> fRelative;
27 std::map<std::string, std::map<std::pair<Int_t, Int_t>, std::unique_ptr<TGraphErrors>>> fGraphs;
28 std::map<std::pair<Int_t, Int_t>, Double_t> fFitResults;
32 Int_t AddDataSet(std::string fn);
38 void MakeGraphs(Int_t ntoys, Bool_t showmc = kTRUE);
40 void Draw(TCanvas *c, Bool_t fits = kFALSE, std::string saveas =
"");