PYTHIA  8.311
Public Member Functions | List of all members
SlowJetHook Class Referenceabstract

#include <Analysis.h>

Public Member Functions

virtual ~SlowJetHook ()
 Destructor.
 
virtual bool include (int iSel, const Event &event, Vec4 &pSel, double &mSel)=0
 

Detailed Description

SlowJetHook class. Base class, used to derive your own class with your selection criteria.

Member Function Documentation

virtual bool include ( int  iSel,
const Event event,
Vec4 pSel,
double &  mSel 
)
pure virtual

Method to be overloaded. It will be called for all final-state particles, one at a time, and should return true if the particle should be analyzed, false if not. The particle is in location iSel of the event record. If you wish you can also modify the four-momentum and mass that will be used in the analysis, without affecting the event record itself, by changing pSel and mSel. Remember to respect E^2 - p^2 = m^2.


The documentation for this class was generated from the following file: