ATLAS Offline Software
Classes | Namespaces | Functions
AnalysisCommon/PATInterfaces/PATInterfaces/Global.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CP::ICorrectionTool< T >
 

Namespaces

 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 }

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