ThePEG 2.3.0
|
The AndMatcher class represents the boolean and operation between its two template argument classes of base type MatcherBase. More...
#include <CombinedMatcher.h>
Public Types | |
typedef AndMatcher< typename T1::CC, typename T2::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 AndMatcher class represents the boolean and operation between its two template argument classes of base type MatcherBase.
Definition at line 25 of file CombinedMatcher.h.
typedef AndMatcher<typename T1::CC, typename T2::CC> ThePEG::AndMatcher< T1, T2 >::CC |
Typedef for the class representing the matcher for the charge-gonjugate of particles matched by this class.
Definition at line 31 of file CombinedMatcher.h.
|
inlinestatic |
Check match.
Return true if the particle type pd is matched by this class (ie. by both of the template argument classes).
Definition at line 37 of file CombinedMatcher.h.