ATLAS Offline Software
Namespaces | Functions
SystematicSet.cxx File Reference
#include <stdexcept>
#include <map>
#include <boost/functional/hash.hpp>
#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 17 of file SystematicSet.cxx.

18 {
19  return a.name() < b.name();
20 }

◆ operator==()

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

Definition at line 23 of file SystematicSet.cxx.

24 {
25  return a.name() == b.name();
26 }
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
a
TList * a
Definition: liststreamerinfos.cxx:10