![]() |
ATLAS Offline Software
|
Functions | |
| template<typename T > | |
| bool | isTypeObjFromString (const std::string &str) |
| template<typename T > | |
| bool | isTypeObjFromString (const TString &str) |
| template<typename T > | |
| bool | getTypeObjFromString (const std::string &str, T &obj) |
| template<typename T > | |
| T | getTypeObjFromString (const std::string &str) |
| template<typename T > | |
| bool | getTypeObjFromString (const TString &str, T &obj) |
| template<typename T > | |
| T | getTypeObjFromString (const TString &str) |
| template<> | |
| bool | getTypeObjFromString< std::string > (const std::string &str, std::string &obj) |
| template<> | |
| bool | getTypeObjFromString< TString > (const std::string &str, TString &obj) |
| template<> | |
| bool | getTypeObjFromString< bool > (const std::string &str, bool &obj) |
| template<> | |
| bool | getTypeObjFromString< std::string > (const TString &str, std::string &obj) |
| template<> | |
| bool | getTypeObjFromString< TString > (const TString &str, TString &obj) |
| template<> | |
| bool | getTypeObjFromString< bool > (const TString &str, bool &obj) |
| template<typename T > | |
| bool | vectorize (const TString &str, const TString &sep, std::vector< T > &result) |
| template<typename T > | |
| std::vector< T > | vectorize (const TString &str, const TString &sep) |
| bool | fileExists (const TString &fileName) |
| TString | findFilePath (const TString &fileName, const TString &path="", const TString &calibArea="") |
| TFile * | readRootFile (const TString &fileName, const TString &path="", const TString &calibArea="") |
| std::vector< double > | getLogBins (const size_t numBins, const double minVal, const double maxVal) |
| std::vector< double > | getUniformBins (const size_t numBins, const double minVal, const double maxVal) |
| void | scaleHistoAxes (TH1 *toScale, const double factorX=1, const double factorY=1, const double factorZ=1) |
| bool jet::utils::fileExists | ( | const TString & | fileName | ) |
Definition at line 94 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| TString jet::utils::findFilePath | ( | const TString & | fileName, |
| const TString & | path = "", |
||
| const TString & | calibArea = "" |
||
| ) |
Definition at line 99 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| std::vector< double > jet::utils::getLogBins | ( | const size_t | numBins, |
| const double | minVal, | ||
| const double | maxVal | ||
| ) |
Definition at line 152 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| T jet::utils::getTypeObjFromString | ( | const std::string & | str | ) |
Definition at line 122 of file Reconstruction/Jet/JetUncertainties/JetUncertainties/Helpers.h.
| bool jet::utils::getTypeObjFromString | ( | const std::string & | str, |
| T & | obj | ||
| ) |
Definition at line 116 of file Reconstruction/Jet/JetUncertainties/JetUncertainties/Helpers.h.
| T jet::utils::getTypeObjFromString | ( | const TString & | str | ) |
Definition at line 137 of file Reconstruction/Jet/JetUncertainties/JetUncertainties/Helpers.h.
| bool jet::utils::getTypeObjFromString | ( | const TString & | str, |
| T & | obj | ||
| ) |
Definition at line 131 of file Reconstruction/Jet/JetUncertainties/JetUncertainties/Helpers.h.
| bool jet::utils::getTypeObjFromString< bool > | ( | const std::string & | str, |
| bool & | obj | ||
| ) |
Definition at line 33 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| bool jet::utils::getTypeObjFromString< bool > | ( | const TString & | str, |
| bool & | obj | ||
| ) |
Definition at line 71 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| bool jet::utils::getTypeObjFromString< std::string > | ( | const std::string & | str, |
| std::string & | obj | ||
| ) |
Definition at line 19 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| bool jet::utils::getTypeObjFromString< std::string > | ( | const TString & | str, |
| std::string & | obj | ||
| ) |
Definition at line 57 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| bool jet::utils::getTypeObjFromString< TString > | ( | const std::string & | str, |
| TString & | obj | ||
| ) |
Definition at line 26 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| bool jet::utils::getTypeObjFromString< TString > | ( | const TString & | str, |
| TString & | obj | ||
| ) |
Definition at line 64 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| std::vector< double > jet::utils::getUniformBins | ( | const size_t | numBins, |
| const double | minVal, | ||
| const double | maxVal | ||
| ) |
Definition at line 164 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| bool jet::utils::isTypeObjFromString | ( | const std::string & | str | ) |
| bool jet::utils::isTypeObjFromString | ( | const TString & | str | ) |
Definition at line 109 of file Reconstruction/Jet/JetUncertainties/JetUncertainties/Helpers.h.
| TFile * jet::utils::readRootFile | ( | const TString & | fileName, |
| const TString & | path = "", |
||
| const TString & | calibArea = "" |
||
| ) |
Definition at line 139 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| void jet::utils::scaleHistoAxes | ( | TH1 * | toScale, |
| const double | factorX = 1, |
||
| const double | factorY = 1, |
||
| const double | factorZ = 1 |
||
| ) |
Definition at line 177 of file Reconstruction/Jet/JetUncertainties/Root/Helpers.cxx.
| std::vector< T > jet::utils::vectorize | ( | const TString & | str, |
| const TString & | sep | ||
| ) |
Definition at line 171 of file Reconstruction/Jet/JetUncertainties/JetUncertainties/Helpers.h.
| bool jet::utils::vectorize | ( | const TString & | str, |
| const TString & | sep, | ||
| std::vector< T > & | result | ||
| ) |
Definition at line 147 of file Reconstruction/Jet/JetUncertainties/JetUncertainties/Helpers.h.
1.8.18