#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 103 of file StandardSelectors.h.
static bool ThePEG::IntermediateSelector::Check | ( | const Particle & | ) | [inline, static] |
Static method corresponding to the virtual check() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 109 of file StandardSelectors.h.
static bool ThePEG::IntermediateSelector::Intermediate | ( | ) | [inline, static] |
Static method corresponding to the virtual intermediate() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 115 of file StandardSelectors.h.
static bool ThePEG::IntermediateSelector::FinalState | ( | ) | [inline, static] |
Static method corresponding to the virtual finalState() method.
Returns false.
Reimplemented from ThePEG::SelectorBase.
Definition at line 121 of file StandardSelectors.h.
static bool ThePEG::IntermediateSelector::AllSteps | ( | ) | [inline, static] |
Static method corresponding to the virtual allSteps() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 127 of file StandardSelectors.h.
static bool ThePEG::IntermediateSelector::AllCollisions | ( | ) | [inline, static] |
Static method corresponding to the virtual allCollisions() method.
Returns true.
Reimplemented from ThePEG::SelectorBase.
Definition at line 133 of file StandardSelectors.h.