ATLAS Offline Software
|
#include <sstream>
#include <string>
Go to the source code of this file.
Namespaces | |
SCT_Cabling | |
SCT_Cabling::CoveritySafe | |
Functions | |
Utility functions for this unit | |
int | SCT_Cabling::stringToInt (const std::string &hexOrDecString) |
Convert a string (decimal or hex) to an int; -1 indicates an error. More... | |
bool | SCT_Cabling::inRange (const int value, const int lowerBound, const int upperBound, const std::string &valueName) |
Check range and give error if out of range. More... | |
int | SCT_Cabling::calculateLink (const int MURorder, const int ModID, const int theSide, const bool isSwapped=false) |
calculate link, normal and swapped (from Kondo) More... | |
Equivalent functions which avoid coverity check warnings | |
std::string | SCT_Cabling::CoveritySafe::getenv (const std::string &variableName) |
get an environment variable More... | |
Utility functions for this unit | |
int | SCT_Cabling::stringToInt (const std::string &hexOrDecString) |
Convert a string (decimal or hex) to an int; -1 indicates an error. More... | |
bool | SCT_Cabling::inRange (const int value, const int lowerBound, const int upperBound, const std::string &valueName) |
Check range and give error if out of range. More... | |
int | SCT_Cabling::calculateLink (const int MURorder, const int ModID, const int theSide, const bool isSwapped=false) |
calculate link, normal and swapped (from Kondo) More... | |
Equivalent functions which avoid coverity check warnings | |
std::string | SCT_Cabling::CoveritySafe::getenv (const std::string &variableName) |
get an environment variable More... | |
Utility functions for this unit | |
int | SCT_Cabling::stringToInt (const std::string &hexOrDecString) |
Convert a string (decimal or hex) to an int; -1 indicates an error. More... | |
bool | SCT_Cabling::inRange (const int value, const int lowerBound, const int upperBound, const std::string &valueName) |
Check range and give error if out of range. More... | |
int | SCT_Cabling::calculateLink (const int MURorder, const int ModID, const int theSide, const bool isSwapped=false) |
calculate link, normal and swapped (from Kondo) More... | |
Equivalent functions which avoid coverity check warnings | |
std::string | SCT_Cabling::CoveritySafe::getenv (const std::string &variableName) |
get an environment variable More... | |
Header file for utility functions used in SCT cabling code
Definition in file SCT_CablingUtilities.h.