ATLAS Offline Software
|
#include <stdexcept>
#include <map>
#include <boost/functional/hash.hpp>
#include <PATInterfaces/SystematicSet.h>
#include <PATInterfaces/MessageCheck.h>
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... | |
bool operator< | ( | const CP::SystematicSet & | a, |
const CP::SystematicSet & | b | ||
) |
Definition at line 17 of file SystematicSet.cxx.
bool operator== | ( | const CP::SystematicSet & | a, |
const CP::SystematicSet & | b | ||
) |
Definition at line 23 of file SystematicSet.cxx.