Go to the documentation of this file.
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;
void save(const std::string &name)
std::unique_ptr< TFile > theFileRef
void openSecondFile(const std::string &name)
std::map< int, TProfile2D * > mihp2
bool addHistoProf2(TProfile2D *ih)
void printComparisonResult(int ih)
std::map< int, TH2F * > mih2
std::map< int, TH1F * > mih1
TProfile * getHistoProf1(int ih)
TProfile2D * getHistoProf2(int ih)
TH1F * getHisto1FromSecondFile(const char *hnam)
bool addHistoProf1(TProfile *ih)
std::map< int, TProfile * > mihp1