1 #ifndef COMPARE_ROOTFILES_HH
2 #define COMPARE_ROOTFILES_HH
20 string oldFileName,
string description);
25 void getPartIdPlots();
30 TH1D* getDaugHist(TFile* theFile,
string histName);
31 TH1D* getAllIdHist(TFile* theFile,
string histName);
32 TH1D* getPartIdHist(TFile* theFile,
string histName);
33 TH1D* getMtmHist(TFile* theFile,
string histName, vector<int> groupInts);
37 int getPartGroup(
int PDGId);
39 string _decayName, _newFileName, _oldFileName, _description;