2 #ifndef RIVET_ChargedLeptons_HH
3 #define RIVET_ChargedLeptons_HH
5 #include "Rivet/Projection.hh"
6 #include "Rivet/Projections/ChargedFinalState.hh"
7 #include "Rivet/Particle.hh"
8 #include "Rivet/Event.hh"
void setName(const std::string &name)
Used by derived classes to set their name.
Definition: Projection.hh:120
Definition: MC_JetAnalysis.hh:9
void project(const Event &evt)
Apply the projection to the event.
Definition: ChargedLeptons.cc:15
const ParticleVector & chargedLeptons() const
Access the projected leptons.
Definition: ChargedLeptons.hh:42
virtual const Projection * clone() const
Clone on the heap.
Definition: ChargedLeptons.hh:27
Get charged final-state leptons.
Definition: ChargedLeptons.hh:16
int compare(const Projection &other) const
Compare projections.
Definition: ChargedLeptons.cc:10
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
Project only charged final state particles.
Definition: ChargedFinalState.hh:16
Base class for all Rivet projections.
Definition: Projection.hh:28
ChargedLeptons(const FinalState &fsp)
Constructor.
Definition: ChargedLeptons.hh:20