ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  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.
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.
xAOD::MissingET_v1 operator* (const xAOD::MissingET_v1 &met, float scale)
 Create new MET object from source with scaled (weighted) kinematics.
xAOD::MissingET_v1 operator* (float scale, const xAOD::MissingET_v1 &met)
 Create new MET object from source with scaled (weighted) kinematics.
xAOD::MissingET_v1 operator/ (const xAOD::MissingET_v1 &met, float scale)
 Create new MET object from source with scaled kinematics.

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+()

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.

◆ operator-()

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.

◆ operator/()

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

Create new MET object from source with scaled kinematics.