2 #ifndef RIVET_MergedFinalState_HH
3 #define RIVET_MergedFinalState_HH
5 #include "Rivet/Tools/Logging.hh"
6 #include "Rivet/Rivet.hh"
7 #include "Rivet/Particle.hh"
8 #include "Rivet/Event.hh"
9 #include "Rivet/Projection.hh"
10 #include "Rivet/Projections/FinalState.hh"
void setName(const std::string &name)
Used by derived classes to set their name.
Definition: Projection.hh:120
virtual const Projection * clone() const
Clone on the heap.
Definition: MergedFinalState.hh:29
int compare(const Projection &p) const
Compare projections.
Definition: MergedFinalState.cc:11
Get final state particles merged from two FinalState projections.
Definition: MergedFinalState.hh:16
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
Base class for all Rivet projections.
Definition: Projection.hh:28
void project(const Event &e)
Apply the projection on the supplied event.
Definition: MergedFinalState.cc:17