PYTHIA
8.312
|
#include <Analysis.h>
Public Member Functions | |
virtual | ~SlowJetHook () |
Destructor. | |
virtual bool | include (int iSel, const Event &event, Vec4 &pSel, double &mSel)=0 |
SlowJetHook class. Base class, used to derive your own class with your selection criteria.
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.