|
ThePEG
1.8.0
|
A Matcher class which matches any particle. More...
#include <StandardMatchers.h>

Public Types | |
| typedef AnyMatcher | CC |
| Typedef the class matching the complex conjugate particles. More... | |
Static Public Member Functions | |
| static bool | Check (const ParticleData &pd) |
| The main static function to check if a given particle type pd matches. More... | |
| static string | className () |
| A simplified but unique class name. More... | |
A Matcher class which matches any particle.
Definition at line 37 of file StandardMatchers.h.
| typedef AnyMatcher ThePEG::AnyMatcher::CC |
Typedef the class matching the complex conjugate particles.
Definition at line 39 of file StandardMatchers.h.
|
inlinestatic |
The main static function to check if a given particle type pd matches.
Definition at line 42 of file StandardMatchers.h.
References ThePEG::ParticleData::id().
|
inlinestatic |
A simplified but unique class name.
Definition at line 46 of file StandardMatchers.h.
1.8.9.1