2#ifndef RIVET_METFinder_HH
3#define RIVET_METFinder_HH
5#include "Rivet/Projection.hh"
15 using Projection::operator=;
Interface for projections that find missing transverse energy/momentum.
Definition METFinder.hh:11
double missingPt() const
The vector-summed missing transverse momentum in the event.
Definition METFinder.hh:34
virtual double scalarEt() const =0
The scalar-summed visible transverse energy in the event.
virtual double scalarPt() const =0
The scalar-summed visible transverse momentum in the event.
double missingEt() const
The vector-summed missing transverse energy in the event.
Definition METFinder.hh:60
double scalarSumEt() const
Alias for scalarEt.
Definition METFinder.hh:67
double scalarSumPt() const
Alias for scalarPt.
Definition METFinder.hh:39
const Vector3 vectorMissingPt() const
Convenience vector MPT function.
Definition METFinder.hh:29
virtual const Vector3 & vectorPt() const =0
const Vector3 vectorMissingEt() const
Convenience vector MET function.
Definition METFinder.hh:55
virtual void reset()
Reset the projection. Smearing functions will be unchanged.
Definition METFinder.hh:75
virtual const Vector3 & vectorEt() const =0
double set() const
Alias for scalarSumEt.
Definition METFinder.hh:69
double met() const
Alias for missingEt.
Definition METFinder.hh:62
Base class for all Rivet projections.
Definition Projection.hh:29
Three-dimensional specialisation of Vector.
Definition Vector3.hh:40
double mod() const
Calculate the modulus of a vector. .
Definition VectorN.hh:95
Definition MC_CENT_PPB_Projections.hh:10