ATLAS Offline Software
|
#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"
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... | |
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 & | 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 kinematics.