EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <iostream>
#include "TFile.h"
#include "TH1F.h"
#include "TROOT.h"
Go to the source code of this file.
Functions | |
void | errorOf1DHistograms (std::string inFile1, std::string hist1Name, std::string legendName1, std::string inFile2, std::string hist2Name, std::string legendName2, std::string dirName1="", std::string dirName2="") |
void | errorOf2DHistograms (std::string inFile1, std::string hist1Name, std::string legendName1, std::string inFile2, std::string hist2Name, std::string legendName2, std::string dirName1="", std::string dirName2="") |
void errorOf1DHistograms | ( | std::string | inFile1, |
std::string | hist1Name, | ||
std::string | legendName1, | ||
std::string | inFile2, | ||
std::string | hist2Name, | ||
std::string | legendName2, | ||
std::string | dirName1 = "" , |
||
std::string | dirName2 = "" |
||
) |
Definition at line 27 of file errorOfHistograms.C.
View newest version in sPHENIX GitHub at line 27 of file errorOfHistograms.C
References charm_jet_strange_helicity::bins, c1, h1, h2, leg(), max, and min.
void errorOf2DHistograms | ( | std::string | inFile1, |
std::string | hist1Name, | ||
std::string | legendName1, | ||
std::string | inFile2, | ||
std::string | hist2Name, | ||
std::string | legendName2, | ||
std::string | dirName1 = "" , |
||
std::string | dirName2 = "" |
||
) |
Definition at line 100 of file errorOfHistograms.C.
View newest version in sPHENIX GitHub at line 100 of file errorOfHistograms.C
References c1, h1, h2, and title().