#include <StandardMatchers.h>
Public Types | |
typedef QuarkMatcher | 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 188 of file StandardMatchers.h.
typedef QuarkMatcher ThePEG::QuarkMatcher::CC |
Typedef the class matching the complex conjugate particles.
Definition at line 190 of file StandardMatchers.h.
static bool ThePEG::QuarkMatcher::Check | ( | const ParticleData & | pd | ) | [inline, static] |
The main static function to check if a given particle type pd matches.
Definition at line 193 of file StandardMatchers.h.
References ThePEG::ParticleData::id().
static bool ThePEG::QuarkMatcher::Check | ( | long | id | ) | [inline, static] |
The main static function to check if a given particle with type id matches.
Definition at line 196 of file StandardMatchers.h.
static string ThePEG::QuarkMatcher::className | ( | ) | [inline, static] |