ATLAS Offline Software
Loading...
Searching...
No Matches
SystematicVariation.cxx File Reference
#include <PATInterfaces/SystematicVariation.h>
#include <cmath>
#include <regex>
#include <sstream>
#include <RootCoreUtils/Assert.h>
#include <RootCoreUtils/ThrowMsg.h>
Include dependency graph for SystematicVariation.cxx:

Go to the source code of this file.

Namespaces

namespace  CP
 Select isolated Photons, Electrons and Muons.

Functions

bool operator< (const CP::SystematicVariation &a, const CP::SystematicVariation &b)
bool operator== (const CP::SystematicVariation &a, const CP::SystematicVariation &b)
std::ostream & CP::operator<< (std::ostream &str, const CP::SystematicVariation &obj)

Function Documentation

◆ operator<()

bool operator< ( const CP::SystematicVariation & a,
const CP::SystematicVariation & b )
Author
Nils Krumnack

Definition at line 20 of file SystematicVariation.cxx.

21{
22 return a.name() < b.name();
23}
static Double_t a

◆ operator==()

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

Definition at line 26 of file SystematicVariation.cxx.

27{
28 return a.name() == b.name();
29}