|
Rivet
1.8.0
|
Templated FS projection which can lose some of the supplied particles. More...
#include <LossyFinalState.hh>
Public Member Functions | |
Constructors | |
| LossyFinalState (const FinalState &fsp, FILTER filter) | |
| Constructor from FinalState. | |
| LossyFinalState (FILTER filter, double mineta=-MAXRAPIDITY, double maxeta=MAXRAPIDITY, double minpt=0.0) | |
| Stand-alone constructor. Initialises the base FinalState projection. | |
| virtual | ~LossyFinalState () |
| Virtual destructor, to allow subclassing. | |
| virtual const Projection * | clone () const |
| Clone on the heap. | |
Protected Member Functions | |
| void | project (const Event &e) |
| Apply the projection on the supplied event. | |
| int | compare (const Projection &p) const |
| Compare projections. | |
Templated FS projection which can lose some of the supplied particles.
1.7.6.1