ATLAS Offline Software
|
SCT_SimpleHisto.h C++ projects. More...
Namespaces | |
CoveritySafe | |
Typedefs | |
typedef std::map< float, unsigned int > | S_t |
Functions | |
bool | init (S_t &s, const float xlo, const float xhi, const unsigned int nbins) |
Initialize a map to be used as a histogram. More... | |
int | fill (S_t &s, const float value) |
std::string | asXmlString (const S_t &s) |
std::string | xmlHeader (const std::string &version="1.0", const std::string &encoding="UTF-8") |
std::string | stylesheet (const std::string &path) |
SCT_SimpleHisto.h C++ projects.
Created by sroe on 13/11/2009.
typedef std::map<float, unsigned int> SCT_ConditionsAlgorithms::S_t |
Definition at line 22 of file SCT_SimpleHisto.h.
Definition at line 40 of file SCT_SimpleHisto.h.
bool SCT_ConditionsAlgorithms::init | ( | S_t & | s, |
const float | xlo, | ||
const float | xhi, | ||
const unsigned int | nbins | ||
) |
Initialize a map to be used as a histogram.
Definition at line 26 of file SCT_SimpleHisto.h.
std::string SCT_ConditionsAlgorithms::stylesheet | ( | const std::string & | path | ) |
Definition at line 68 of file SCT_SimpleHisto.h.