#include <StandardSelectors.h>
Static Public Member Functions | |
static bool | Check (const Particle &) |
Static method corresponding to the virtual check() method. | |
static bool | Intermediate () |
Static method corresponding to the virtual intermediate() method. | |
static bool | FinalState () |
Static method corresponding to the virtual finalState() method. | |
static bool | AllSteps () |
Static method corresponding to the virtual allSteps() method. | |
static bool | AllCollisions () |
Static method corresponding to the virtual allCollisions() method. |
Definition at line 148 of file StandardSelectors.h.
static bool ThePEG::PrimaryCollisionSelector::Check | ( | const Particle & | ) | [inline, static] |
Static method corresponding to the virtual check() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 154 of file StandardSelectors.h.
static bool ThePEG::PrimaryCollisionSelector::Intermediate | ( | ) | [inline, static] |
Static method corresponding to the virtual intermediate() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 160 of file StandardSelectors.h.
static bool ThePEG::PrimaryCollisionSelector::FinalState | ( | ) | [inline, static] |
Static method corresponding to the virtual finalState() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 166 of file StandardSelectors.h.
static bool ThePEG::PrimaryCollisionSelector::AllSteps | ( | ) | [inline, static] |
Static method corresponding to the virtual allSteps() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 172 of file StandardSelectors.h.
static bool ThePEG::PrimaryCollisionSelector::AllCollisions | ( | ) | [inline, static] |
Static method corresponding to the virtual allCollisions() method.
Returns false.
Reimplemented from ThePEG::SelectorBase.
Definition at line 178 of file StandardSelectors.h.