PYTHIA  8.311
Public Member Functions | Public Attributes | List of all members
HadronLevel::PriorityNode Class Reference

Public Member Functions

 PriorityNode (int iDecayIn, Vec4 originIn)
 
 PriorityNode (int i1In, int i2In, Vec4 originIn, Vec4 displaced1In, Vec4 displaced2In)
 
bool isDecay ()
 
bool operator< (const PriorityNode &r) const
 

Public Attributes

int i1
 
int i2
 
Vec4 origin
 
Vec4 displaced1
 
Vec4 displaced2
 

Detailed Description

The PriorityNode class. Used to order scatterings and decays during hadronic rescattering.

Member Function Documentation

bool operator< ( const PriorityNode r) const
inline

Priority comparison to be used by priority_queue. Note that lower t means higher priority! : allow the user to pick the comparer (time-ordering problem)?


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