ATLAS Offline Software
Loading...
Searching...
No Matches
Global.h File Reference
This graph shows which files directly or indirectly include this file:

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)
bool operator< (const CP::SystematicSet &a, const CP::SystematicSet &b)
bool operator== (const CP::SystematicSet &a, const CP::SystematicSet &b)

Function Documentation

◆ operator<() [1/2]

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<() [2/2]

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}

◆ operator==() [1/2]

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}

◆ operator==() [2/2]

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}