![]() |
ATLAS Offline Software
|
#include <stdexcept>#include <map>Go to the source code of this file.
Namespaces | |
| namespace | SignEnum |
| the conversion key for comparison operators for Event Selection Algorithms | |
Enumerations | |
| enum | SignEnum::ComparisonOperator { SignEnum::LT , SignEnum::GT , SignEnum::EQ , SignEnum::GE , SignEnum::LE } |
| all possible comparison user inputs More... | |
Functions | |
| template<typename T> | |
| bool | SignEnum::checkValue (T reference, ComparisonOperator sign, T test) |
| the comparison test given the specified sign and two test values | |
Variables | |
| static const std::map< std::string, ComparisonOperator > | SignEnum::stringToOperator |
| the map between user inputs and comparison operators | |