ATLAS Offline Software
Loading...
Searching...
No Matches
SignEnums.h File Reference
#include <stdexcept>
#include <map>
Include dependency graph for SignEnums.h:

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, ComparisonOperatorSignEnum::stringToOperator
 the map between user inputs and comparison operators