Classes | |
struct | NoisyList |
struct to contain the noisy pixel list, includes a vector inside with <colum, row> struct More... | |
struct | DacValue |
Class to contain one dac value. More... | |
class | Parser |
Class to parse the output files from the calibration scan and to create a new database version. More... | |
struct | Entry |
a struct of an entry with a value and a name More... | |
struct | Category |
struct to keep the data of a category: each category as a name and a vector of entries More... | |
class | IniParser |
Class that parses a inifile into categories and entries. More... | |
Typedefs | |
typedef map< string, string > | EntryMap |
typedef map< string, Category > | CategoryMap |
Enumerations | |
enum | OperMode |
this is here for historical reasons, when IVan wanted several operational modes More... | |
enum | headerVariables { hdRunNumber = 0, hdType, hdRouter, hdActDetecConf, hdRunNumber = 0, hdType, hdRouter, hdActDetecConf } |
Header variables. More... | |
enum | OperMode |
enum | headerVariables { hdRunNumber = 0, hdType, hdRouter, hdActDetecConf, hdRunNumber = 0, hdType, hdRouter, hdActDetecConf } |
Functions | |
template<typename T> | |
T | fromString (const string &s) |
typedef map<string, Category> spdCalib::CategoryMap |
typedef map<string, string> spdCalib::EntryMap |
enum spdCalib::OperMode |
enum spdCalib::OperMode |
this is here for historical reasons, when IVan wanted several operational modes
T spdCalib::fromString | ( | const string & | s | ) | [inline] |