#include "JetUncertainties/Helpers.h"
#include "PathResolver/PathResolver.h"
#include "TSystem.h"
#include "TH1.h"
#include <math.h>
Go to the source code of this file.
|
template<> |
bool | jet::utils::getTypeObjFromString< std::string > (const std::string &str, std::string &obj) |
|
template<> |
bool | jet::utils::getTypeObjFromString< TString > (const std::string &str, TString &obj) |
|
template<> |
bool | jet::utils::getTypeObjFromString< bool > (const std::string &str, bool &obj) |
|
template<> |
bool | jet::utils::getTypeObjFromString< std::string > (const TString &str, std::string &obj) |
|
template<> |
bool | jet::utils::getTypeObjFromString< TString > (const TString &str, TString &obj) |
|
template<> |
bool | jet::utils::getTypeObjFromString< bool > (const TString &str, bool &obj) |
|
bool | jet::utils::fileExists (const TString &fileName) |
|
TString | jet::utils::findFilePath (const TString &fileName, const TString &path="", const TString &calibArea="") |
|
TFile * | jet::utils::readRootFile (const TString &fileName, const TString &path="", const TString &calibArea="") |
|
std::vector< double > | jet::utils::getLogBins (const size_t numBins, const double minVal, const double maxVal) |
|
std::vector< double > | jet::utils::getUniformBins (const size_t numBins, const double minVal, const double maxVal) |
|
void | jet::utils::scaleHistoAxes (TH1 *toScale, const double factorX=1, const double factorY=1, const double factorZ=1) |
|