![]() |
AmpGen 2.1
|
Definition at line 34 of file QuarkContent.h.
Public Member Functions | |
| QuarkContent () | |
| QuarkContent (const std::string &str) | |
| void | antiThis () |
| void | print (std::ostream &os=std::cout) const |
| size_t | size () const |
| bool | compatible (const QuarkContent &other) const |
| QuarkContent & | operator+= (const QuarkContent &rhs) |
| QuarkContent & | operator-= (const QuarkContent &rhs) |
| QuarkContent | operator+ (const QuarkContent &rhs) const |
| QuarkContent | operator- (const QuarkContent &rhs) const |
| bool | operator== (const QuarkContent &rhs) const |
| bool | operator!= (const QuarkContent &rhs) const |
| QuarkState | operator[] (const size_t &index) const |
| const std::vector< QuarkState > & | quarks () const |
| AmpGen::QuarkContent::QuarkContent | ( | ) |
|
explicit |
| void AmpGen::QuarkContent::antiThis | ( | ) |
| bool AmpGen::QuarkContent::compatible | ( | const QuarkContent & | other | ) | const |
| bool AmpGen::QuarkContent::operator!= | ( | const QuarkContent & | rhs | ) | const |
| QuarkContent AmpGen::QuarkContent::operator+ | ( | const QuarkContent & | rhs | ) | const |
| QuarkContent & AmpGen::QuarkContent::operator+= | ( | const QuarkContent & | rhs | ) |
| QuarkContent AmpGen::QuarkContent::operator- | ( | const QuarkContent & | rhs | ) | const |
| QuarkContent & AmpGen::QuarkContent::operator-= | ( | const QuarkContent & | rhs | ) |
| bool AmpGen::QuarkContent::operator== | ( | const QuarkContent & | rhs | ) | const |
| QuarkState AmpGen::QuarkContent::operator[] | ( | const size_t & | index | ) | const |
| void AmpGen::QuarkContent::print | ( | std::ostream & | os = std::cout | ) | const |
| const std::vector< QuarkState > & AmpGen::QuarkContent::quarks | ( | ) | const |
| size_t AmpGen::QuarkContent::size | ( | ) | const |