2 #ifndef RIVET_MissingMomentum_HH
3 #define RIVET_MissingMomentum_HH
5 #include "Rivet/Rivet.hh"
6 #include "Rivet/Projection.hh"
7 #include "Rivet/Projections/VisibleFinalState.hh"
8 #include "Rivet/Particle.hh"
9 #include "Rivet/Event.hh"
void setName(const std::string &name)
Used by derived classes to set their name.
Definition: Projection.hh:120
const Vector3 & vectorEt() const
The vector-summed (in)visible transverse energy in the event.
Definition: MissingMomentum.hh:53
Definition: MC_JetAnalysis.hh:9
virtual const Projection * clone() const
Clone on the heap.
Definition: MissingMomentum.hh:42
MissingMomentum()
Default constructor with uncritical FS.
Definition: MissingMomentum.hh:23
MissingMomentum(const FinalState &fs)
Constructor.
Definition: MissingMomentum.hh:33
double scalarEt() const
The scalar-summed visible transverse energy in the event.
Definition: MissingMomentum.hh:56
void clear()
Clear the projection results.
Definition: MissingMomentum.cc:14
Calculate missing , etc.
Definition: MissingMomentum.hh:19
int compare(const Projection &p) const
Compare projections.
Definition: MissingMomentum.cc:9
Project out all final-state particles in an event. Probably the most important projection in Rivet! ...
Definition: FinalState.hh:14
const PROJ & addProjection(const PROJ &proj, const std::string &name)
Definition: ProjectionApplier.hh:113
void project(const Event &e)
Apply the projection to the event.
Definition: MissingMomentum.cc:21
Base class for all Rivet projections.
Definition: Projection.hh:28
Three-dimensional specialisation of Vector.
Definition: Vector3.hh:26
Specialized version of the FourVector with momentum/energy functionality.
Definition: Vector4.hh:324
const FourMomentum & visibleMomentum() const
The vector-summed visible four-momentum in the event.
Definition: MissingMomentum.hh:50
Final state modifier excluding particles which are not experimentally visible.
Definition: VisibleFinalState.hh:16