ATLAS Offline Software
Classes | Namespaces
MissingET_v1.h File Reference
#include "AthContainers/AuxElement.h"
#include "CxxUtils/CachedValue.h"
#include "xAODBase/IParticle.h"
#include "xAODMissingET/versions/MissingETBase.h"
#include <string>
#include <functional>
#include <utility>
#include "xAODMissingET/versions/MissingET_v1.icc"
Include dependency graph for MissingET_v1.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xAOD::MissingET_v1
 Principal data object for Missing ET. More...
 

Namespaces

 xAOD
 ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
 

Functions

Global namespace operators
xAOD::MissingET_v1 operator+ (const xAOD::MissingET_v1 &met0, const xAOD::MissingET_v1 &met1)
 Create new MET object from sum of two MissingET_v1 objects. More...
 
xAOD::MissingET_v1 operator- (const xAOD::MissingET_v1 &met0, const xAOD::MissingET_v1 &met1)
 Create new MET object from difference between two MissingET_v1 objects. More...
 
xAOD::MissingET_v1 operator* (const xAOD::MissingET_v1 &met, float scale)
 Create new MET object from source with scaled (weighted) kinematics. More...
 
xAOD::MissingET_v1 operator* (float scale, const xAOD::MissingET_v1 &met)
 Create new MET object from source with scaled (weighted) kinematics. More...
 
xAOD::MissingET_v1 operator/ (const xAOD::MissingET_v1 &met, float scale)
 Create new MET object from source with scaled kinematics. More...
 

Function Documentation

◆ operator*() [1/2]

xAOD::MissingET_v1 operator* ( const xAOD::MissingET_v1 met,
float  scale 
)

Create new MET object from source with scaled (weighted) kinematics.

◆ operator*() [2/2]

xAOD::MissingET_v1 operator* ( float  scale,
const xAOD::MissingET_v1 met 
)

Create new MET object from source with scaled (weighted) kinematics.

◆ operator+()

Create new MET object from sum of two MissingET_v1 objects.

◆ operator-()

Create new MET object from difference between two MissingET_v1 objects.

◆ operator/()

xAOD::MissingET_v1 operator/ ( const xAOD::MissingET_v1 met,
float  scale 
)

Create new MET object from source with scaled kinematics.