ATLAS Offline Software
Namespaces | Functions
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

 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. More...
 

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 }

◆ 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 }
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:76
a
TList * a
Definition: liststreamerinfos.cxx:10