ATLAS Offline Software
Loading...
Searching...
No Matches
MC::Pythia8 Namespace Reference

Functions

template<class T>
bool isConditionA (const T &p)
 To be understood.
template<class T>
bool isConditionB (const T &p)
template<class T>
bool isConditionC (const T &p)

Function Documentation

◆ isConditionA()

template<class T>
bool MC::Pythia8::isConditionA ( const T & p)
inline

To be understood.

Definition at line 23 of file HepMCHelpers.h.

23{ return p->status() == 62 || p->status() == 52 || p->status() == 21 || p->status() == 22;}

◆ isConditionB()

template<class T>
bool MC::Pythia8::isConditionB ( const T & p)
inline

Definition at line 25 of file HepMCHelpers.h.

25{ return p->status() == 23;}

◆ isConditionC()

template<class T>
bool MC::Pythia8::isConditionC ( const T & p)
inline

Definition at line 27 of file HepMCHelpers.h.

27{ return p->status() > 30 && p->status() < 40;}