thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
ThePEG::IntermediateSelector Struct Reference

The IntermediateSelector class is used to extract only intermediate particles from an event. More...

#include <StandardSelectors.h>

Inheritance diagram for ThePEG::IntermediateSelector:

Static Public Member Functions

static bool Check (const Particle &)
 Static method corresponding to the virtual check() method. More...
 
static bool Intermediate ()
 Static method corresponding to the virtual intermediate() method. More...
 
static bool FinalState ()
 Static method corresponding to the virtual finalState() method. More...
 
static bool AllSteps ()
 Static method corresponding to the virtual allSteps() method. More...
 
static bool AllCollisions ()
 Static method corresponding to the virtual allCollisions() method. More...
 
- Static Public Member Functions inherited from ThePEG::SelectorBase
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.
 

Additional Inherited Members

- Public Member Functions inherited from ThePEG::SelectorBase
virtual ~SelectorBase ()
 Virtual destructor.
 
virtual bool check (const Particle &p) const
 Return true if the particle should be extracted.
 
virtual bool finalState () const
 Return true if final state particles are to be considered.
 
virtual bool intermediate () const
 Return true if intermediate particles should be considered.
 
virtual bool allSteps () const
 Return true if all steps should be considered. More...
 
virtual bool allCollisions () const
 Return ture if all collisions should be considered. More...
 

Detailed Description

The IntermediateSelector class is used to extract only intermediate particles from an event.

See also
SelectorBase
ParticleSelector

Definition at line 103 of file StandardSelectors.h.

Member Function Documentation

◆ AllCollisions()

static bool ThePEG::IntermediateSelector::AllCollisions ( )
inlinestatic

Static method corresponding to the virtual allCollisions() method.

Returns true.

Definition at line 133 of file StandardSelectors.h.

◆ AllSteps()

static bool ThePEG::IntermediateSelector::AllSteps ( )
inlinestatic

Static method corresponding to the virtual allSteps() method.

Returns true.

Definition at line 127 of file StandardSelectors.h.

◆ Check()

static bool ThePEG::IntermediateSelector::Check ( const Particle )
inlinestatic

Static method corresponding to the virtual check() method.

Returns true.

Definition at line 109 of file StandardSelectors.h.

◆ FinalState()

static bool ThePEG::IntermediateSelector::FinalState ( )
inlinestatic

Static method corresponding to the virtual finalState() method.

Returns false.

Definition at line 121 of file StandardSelectors.h.

◆ Intermediate()

static bool ThePEG::IntermediateSelector::Intermediate ( )
inlinestatic

Static method corresponding to the virtual intermediate() method.

Returns true.

Definition at line 115 of file StandardSelectors.h.


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