rivet is hosted by Hepforge, IPPP Durham
Rivet 3.1.6
UnstableParticles.hh
1// -*- C++ -*-
2#ifndef RIVET_UnstableParticles_HH
3#define RIVET_UnstableParticles_HH
4
5#include "Rivet/Projections/FinalState.hh"
6
7namespace Rivet {
8
9
26 public:
27
29
30
33 : FinalState(c)
34 {
35 setName("UnstableParticles");
36 }
37
40
42
43 protected:
44
46 virtual void project(const Event& e);
47
48 };
49
50
51 // Backward compatibility alias
53
54
55}
56
57
58#endif
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
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
DEFAULT_RIVET_PROJ_CLONE(UnstableParticles)
Clone on the heap.
virtual void project(const Event &e)
Apply the projection to the event.
UnstableParticles(const Cut &c=Cuts::open())
Cut-based / default constructor.
Definition: UnstableParticles.hh:32
const Cut & open()
Fully open cut singleton, accepts everything.
Definition: MC_Cent_pPb.hh:10