2#ifndef RIVET_PrimaryHadrons_HH
3#define RIVET_PrimaryHadrons_HH
5#include "Rivet/Projections/FinalState.hh"
6#include "Rivet/Projections/UnstableParticles.hh"
7#include "Rivet/Particle.hh"
8#include "Rivet/Event.hh"
Representation of a HepMC event, and enabler of Projection caching.
Definition: Event.hh:22
Project out all final-state particles in an event. Probably the most important projection in Rivet!
Definition: FinalState.hh:12
Project out the first hadrons from hadronisation.
Definition: PrimaryHadrons.hh:17
PrimaryHadrons(double mineta, double maxeta, double minpt=0.0 *GeV)
Definition: PrimaryHadrons.hh:31
DEFAULT_RIVET_PROJ_CLONE(PrimaryHadrons)
Clone on the heap.
PrimaryHadrons(const Cut &c=Cuts::open())
Constructor with cuts argument.
Definition: PrimaryHadrons.hh:24
virtual void project(const Event &e)
Apply the projection to the event.
const PROJ & declare(const PROJ &proj, const std::string &name)
Register a contained projection (user-facing version)
Definition: ProjectionApplier.hh:170
void setName(const std::string &name)
Used by derived classes to set their name.
Definition: Projection.hh:142
Project out all physical-but-decayed particles in an event.
Definition: UnstableParticles.hh:25
const Cut & open()
Fully open cut singleton, accepts everything.
Definition: MC_Cent_pPb.hh:10