#include <StandardMatchers.h>
Public Types | |
typedef MesonMatcher | CC |
Typedef the class matching the complex conjugate particles. | |
Static Public Member Functions | |
static bool | Check (const ParticleData &pd) |
The main static function to check if a given particle type pd matches. | |
static bool | Check (long id) |
The main static function to check if a given particle with type id matches. | |
static string | className () |
A simplified but unique class name. |
Definition at line 147 of file StandardMatchers.h.
typedef MesonMatcher ThePEG::MesonMatcher::CC |
Typedef the class matching the complex conjugate particles.
Definition at line 149 of file StandardMatchers.h.
static bool ThePEG::MesonMatcher::Check | ( | const ParticleData & | pd | ) | [inline, static] |
The main static function to check if a given particle type pd matches.
Definition at line 152 of file StandardMatchers.h.
References ThePEG::ParticleData::id().
static bool ThePEG::MesonMatcher::Check | ( | long | id | ) | [inline, static] |
The main static function to check if a given particle with type id matches.
Definition at line 155 of file StandardMatchers.h.
static string ThePEG::MesonMatcher::className | ( | ) | [inline, static] |