![]() |
ATLAS Offline Software
|
the conversion key for comparison operators for Event Selection Algorithms More...
Enumerations | |
| enum | ComparisonOperator { LT , GT , EQ , GE , LE } |
| all possible comparison user inputs More... | |
Functions | |
| template<typename T> | |
| bool | 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 > | stringToOperator |
| the map between user inputs and comparison operators | |
the conversion key for comparison operators for Event Selection Algorithms
| bool SignEnum::checkValue | ( | T | reference, |
| ComparisonOperator | sign, | ||
| T | test ) |
the comparison test given the specified sign and two test values
Definition at line 37 of file SignEnums.h.
|
static |
the map between user inputs and comparison operators
Definition at line 27 of file SignEnums.h.