thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
StandardSelectors.h File Reference

This file contains declarations of standard selector classes. More...

#include "SelectorBase.h"
#include "ParticleTraits.h"

Go to the source code of this file.

Classes

struct  ThePEG::AllSelector
 The AllSelector class is used to extract all particles from an event. More...
 
struct  ThePEG::FinalStateSelector
 The FinalStateSelector class is used to extract all final state particles from an event. More...
 
struct  ThePEG::IntermediateSelector
 The IntermediateSelector class is used to extract only intermediate particles from an event. More...
 
struct  ThePEG::PrimaryCollisionSelector
 The PrimaryCollisionSelector class is used to extract all particles from the primary Collision of an event. More...
 
struct  ThePEG::ChargedSelector
 The ChargedSelector class is used to extract all charged particles from an event. More...
 

Namespaces

 ThePEG
 This is the main namespace within which all identifiers in ThePEG are declared.
 

Typedefs

typedef ParticleSelector< AllSelector > ThePEG::SelectAll
 Typedef to declare a selector used to extract all particles from an event. More...
 
typedef ParticleSelector< FinalStateSelector > ThePEG::SelectFinalState
 Typedef to declare a selector used to extract all final state particles from an event. More...
 
typedef ParticleSelector< IntermediateSelector > ThePEG::SelectIntermediates
 Typedef to declare a selector used to extract all intermediate particles from an event. More...
 
typedef ParticleSelector< PrimaryCollisionSelector > ThePEG::SelectPrimaryCollision
 Typedef to declare a selector used to extract all particles from the primary Collision of an event. More...
 
typedef ParticleSelector< ChargedSelector > ThePEG::SelectCharged
 Typedef to declare a selector used to extract all charged particles from an event. More...
 

Detailed Description

This file contains declarations of standard selector classes.

The classes contain only static functions and are assumed to be used as template arguments to the ParticleSelector class.

Definition in file StandardSelectors.h.