#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 30 of file StandardSelectors.h.
static bool ThePEG::AllSelector::Check | ( | const Particle & | ) | [inline, static] |
Static method corresponding to the virtual check() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 36 of file StandardSelectors.h.
static bool ThePEG::AllSelector::Intermediate | ( | ) | [inline, static] |
Static method corresponding to the virtual intermediate() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 42 of file StandardSelectors.h.
static bool ThePEG::AllSelector::FinalState | ( | ) | [inline, static] |
Static method corresponding to the virtual finalState() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 48 of file StandardSelectors.h.
static bool ThePEG::AllSelector::AllSteps | ( | ) | [inline, static] |
Static method corresponding to the virtual allSteps() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 54 of file StandardSelectors.h.
static bool ThePEG::AllSelector::AllCollisions | ( | ) | [inline, static] |
Static method corresponding to the virtual allCollisions() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 60 of file StandardSelectors.h.