2 #define TestHistoMgr_h 1 7 #include "TProfile2D.h" 16 typedef std::map<int, TH1F*>
mih1;
17 typedef std::map<int, TH2F*>
mih2;
18 typedef std::map<int, TProfile*>
mihp1;
19 typedef std::map<int, TProfile2D*>
mihp2;
TProfile2D * getHistoProf2(int ih)
std::map< int, TH1F * > mih1
bool addHistoProf2(TProfile2D *ih)
void openSecondFile(const std::string &name)
std::map< int, TH2F * > mih2
TProfile * getHistoProf1(int ih)
std::map< int, TProfile * > mihp1
void save(const std::string &name)
std::unique_ptr< TFile > theFileRef
TH1F * getHisto1FromSecondFile(const char *hnam)
void printComparisonResult(int ih)
bool addHistoProf1(TProfile *ih)
std::map< int, TProfile2D * > mihp2