#include <CombinedMatcher.h>
Public Types | |
typedef NotMatcher< typename T::CC > | CC |
Typedef for the class representing the matcher for the charge-gonjugate of particles matched by this class. | |
Static Public Member Functions | |
static bool | Check (const ParticleData &pd) |
Check match. |
Definition at line 75 of file CombinedMatcher.h.
static bool ThePEG::NotMatcher< T >::Check | ( | const ParticleData & | pd | ) | [inline, static] |
Check match.
Return true if the particle type pd is matched by this class (ie. if it is not matched by the template argument class).
Definition at line 88 of file CombinedMatcher.h.