The Gaudi Framework
master (37c0b60a)
|
Classes | |
struct | BranchWrapper |
Encapsulates a branch within a ROOT TTree, managing the data and interaction with the TTree. More... | |
struct | container |
helper structure to get container type More... | |
class | LegacyAlgorithmAdapter |
struct | overloaded_t |
Functions | |
template<typename... lambda_ts> | |
overloaded_t (lambda_ts...) -> overloaded_t< lambda_ts... > | |
GAUDI_API void | rangeException (const long index, const size_t size) |
Helpful function to throw an "out-of-range exception" for class Range_. More... | |
Gaudi::details::overloaded_t | ( | lambda_ts... | ) | -> overloaded_t< lambda_ts... > |
void Gaudi::details::rangeException | ( | const long | index, |
const size_t | size | ||
) |
Helpful function to throw an "out-of-range exception" for class Range_.
index | invalid index |
size | range size |
Definition at line 40 of file Range.cpp.