|
template<typename T > |
bool | jet::utils::isTypeObjFromString (const std::string &str) |
|
template<typename T > |
bool | jet::utils::isTypeObjFromString (const TString &str) |
|
template<typename T > |
bool | jet::utils::getTypeObjFromString (const std::string &str, T &obj) |
|
template<typename T > |
T | jet::utils::getTypeObjFromString (const std::string &str) |
|
template<typename T > |
bool | jet::utils::getTypeObjFromString (const TString &str, T &obj) |
|
template<typename T > |
T | jet::utils::getTypeObjFromString (const TString &str) |
|
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) |
|
template<typename T > |
bool | jet::utils::vectorize (const TString &str, const TString &sep, std::vector< T > &result) |
|
template<typename T > |
std::vector< T > | jet::utils::vectorize (const TString &str, const TString &sep) |
|
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) |
|