ATLAS Offline Software
|
Classes | |
class | IElementStreamer |
class | XmlHeader |
class | XmlStreamer |
Enumerations | |
enum | { nbins = 6*128, firstStrip = 0, lastStrip = nbins-1, ntimeBins = 3, firstTimeBin = 0, lastTimeBin = 2, n_hitBins = 50, first_hitBin = 0, last_hitBin = 50, n_etaBins = 13, first_etaBin = -6, last_etaBin = 6, n_phiBins = 56, first_phiBin = 0, last_phiBin = 55, n_barrels = 4, first_barrel = 0, last_barrel = 3, n_disks = 9, first_disk = 0, last_disk = 8, n_etaBinsEC = 3, first_etaBinEC = 0, last_etaBinEC = 2, n_phiBinsEC = 52, first_phiBinEC = 0, last_phiBinEC = 51 } |
Functions | |
std::string | normalizeList (std::string s) |
std::string | formatPosition (const Identifier &waferId, const SCT_ID *helper, const std::string &delimiter, const bool includeSide) |
std::string | chipList2LinkList (const std::string &chipList) |
unsigned int | bec2Index (const int bec) |
std::string | xmlCloseChannel () |
template<class T > | |
std::string | xmlValue (const std::string &name, const T value) |
template<class T > | |
std::string | xmlOpenChannel (const long id, const T since, const T until) |
anonymous enum |
Definition at line 10 of file SCT_CalibNumbers.h.
unsigned int SCT_CalibAlgs::bec2Index | ( | const int | bec | ) |
Definition at line 60 of file SCT_CalibUtilities.cxx.
std::string SCT_CalibAlgs::chipList2LinkList | ( | const std::string & | chipList | ) |
Definition at line 47 of file SCT_CalibUtilities.cxx.
std::string SCT_CalibAlgs::formatPosition | ( | const Identifier & | waferId, |
const SCT_ID * | helper, | ||
const std::string & | delimiter, | ||
const bool | includeSide | ||
) |
Definition at line 36 of file SCT_CalibUtilities.cxx.
std::string SCT_CalibAlgs::normalizeList | ( | std::string | s | ) |
Definition at line 21 of file SCT_CalibUtilities.cxx.
std::string SCT_CalibAlgs::xmlCloseChannel | ( | ) |
Definition at line 65 of file SCT_CalibUtilities.cxx.
std::string SCT_CalibAlgs::xmlOpenChannel | ( | const long | id, |
const T | since, | ||
const T | until | ||
) |
Definition at line 36 of file SCT_CalibUtilities.h.