ThePEG 2.3.0
|
The NotMatcher class represents the boolean not operation for its template argument class of base type MatcherBase. More...
#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. | |
The NotMatcher class represents the boolean not operation for its template argument class of base type MatcherBase.
Definition at line 75 of file CombinedMatcher.h.
typedef NotMatcher<typename T::CC> ThePEG::NotMatcher< T >::CC |
Typedef for the class representing the matcher for the charge-gonjugate of particles matched by this class.
Definition at line 81 of file CombinedMatcher.h.
|
inlinestatic |
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.