ATLAS Offline Software
Loading...
Searching...
No Matches
SystematicSet.cxx File Reference
#include <stdexcept>
#include <map>
#include <functional>
#include <PATInterfaces/SystematicSet.h>
#include <PATInterfaces/MessageCheck.h>
Include dependency graph for SystematicSet.cxx:

Go to the source code of this file.

Namespaces

namespace  CP
 Select isolated Photons, Electrons and Muons.

Functions

bool operator< (const CP::SystematicSet &a, const CP::SystematicSet &b)
bool operator== (const CP::SystematicSet &a, const CP::SystematicSet &b)
std::size_t CP::hash_value (const SystematicSet &)
 Hash function specifically for boost::hash.

Function Documentation

◆ operator<()

bool operator< ( const CP::SystematicSet & a,
const CP::SystematicSet & b )

Definition at line 16 of file SystematicSet.cxx.

17{
18 return a.name() < b.name();
19}
static Double_t a

◆ operator==()

bool operator== ( const CP::SystematicSet & a,
const CP::SystematicSet & b )

Definition at line 22 of file SystematicSet.cxx.

23{
24 return a.name() == b.name();
25}