![]() |
ATLAS Offline Software
|
Namespace for helper functions. More...
Namespaces | |
| namespace | Helpers |
| namespace | Lookup |
| Stores. | |
Classes | |
| class | CaloCellPositionShift |
| Container for a cell-level rescaling-factors, typically obtained by Z->ee intercalibration. More... | |
| class | ToolConstants |
Container for the tool constants managed by ToolWithConstants. More... | |
| class | Arrayrep |
| Representation class for Array's. More... | |
| class | Array |
| Read-only multidimensional array. More... | |
| class | WritableArray |
| Read-write multidimensional array. More... | |
| class | WritableArrayData |
| class | ArrayScanner |
| Helper class for converting strings to Array's. More... | |
Typedefs | |
| typedef float | Arrayelt |
The type of an element of an Array. | |
Functions | |
| else | if (str=="False") m_data.push_back(0) |
| Construct from a string. | |
| if (s.at_open()) read_array(*this | |
| if (!s.at_num(elt)) error(context | |
| m_data | push_back (elt) |
| if (!s.at_end()) error(context | |
| init_sizes () | |
Variables | |
| else | |
| ArrayScanner | s (is) |
| context | |
| Number | expected |
| End of vector before end of | string |
Namespace for helper functions.
These functions are largely a copy of xAOD::CaloEvent::CaloKineHelper but avoid the proximity stepper which seems to create a problem. Additional functions are added.
| typedef float CaloRec::Arrayelt |
The type of an element of an Array.
Definition at line 26 of file Control/CxxUtils/CxxUtils/Arrayrep.h.
| CaloRec::if | ( | !s. | at_end() | ) |
| CaloRec::if | ( | !s. | at_numelt | ) |
| CaloRec::if | ( | s. | at_open() | ) |
Construct from a string.
Parse the string and initialize the array. This string should be like `[[1, 2], [3, 4]]'. */ Arrayrep::Arrayrep (const std::string& str, const std::string& context /*=""
| CaloRec::init_sizes | ( | ) |
| m_data CaloRec::push_back | ( | elt | ) |
| CaloRec::context |
Definition at line 217 of file Arrayrep.cxx.
| CaloRec::else |
Definition at line 209 of file Arrayrep.cxx.
| Number CaloRec::expected |
Definition at line 222 of file Arrayrep.cxx.
| CaloRec::s | ( | is | ) |
Definition at line 217 of file Arrayrep.cxx.
| End of vector before end of CaloRec::string |
Definition at line 228 of file Arrayrep.cxx.