ATLAS Offline Software
Namespaces | Functions
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

 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 }

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