2 #ifndef RIVET_DISLepton_HH
3 #define RIVET_DISLepton_HH
5 #include "Rivet/Projections/Beam.hh"
6 #include "Rivet/Projections/FinalState.hh"
7 #include "Rivet/Particle.hh"
8 #include "Rivet/Event.hh"
50 const double &pzSign()
const {
return _sign; }
void setName(const std::string &name)
Used by derived classes to set their name.
Definition: Projection.hh:120
const Particle & in() const
The incoming lepton.
Definition: DISLepton.hh:45
Representation of particles from a HepMC::GenEvent.
Definition: Particle.hh:16
virtual void project(const Event &e)
Perform the projection operation on the supplied event.
Definition: DISLepton.cc:17
virtual int compare(const Projection &p) const
Compare with other projections.
Definition: DISLepton.cc:9
virtual const Projection * clone() const
Clone on the heap.
Definition: DISLepton.hh:28
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 out the incoming beams.
Definition: Beam.hh:39
const Particle & out() const
The outgoing lepton.
Definition: DISLepton.hh:48
Get the incoming and outgoing leptons in a DIS event.
Definition: DISLepton.hh:14
Base class for all Rivet projections.
Definition: Projection.hh:28