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 17 of file SystematicSet.cxx.

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

◆ 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 23 of file SystematicSet.cxx.

24 {
25  return a.name() == b.name();
26 }

◆ 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:77
a
TList * a
Definition: liststreamerinfos.cxx:10