![]() |
AmpGen 2.1
|
Definition at line 10 of file QuarkContent.h.
Public Member Functions | |
| QuarkState () | |
| QuarkState (const std::string &str) | |
| void | antiThis () |
| char | nameFromPosition (int i) const |
| int | positionFromName (char c) const |
| bool | isVacuum () const |
| void | print (std::ostream &os=std::cout) const |
| QuarkState & | operator+= (const QuarkState &rhs) |
| QuarkState & | operator-= (const QuarkState &rhs) |
| QuarkState | operator+ (const QuarkState &rhs) const |
| QuarkState | operator- (const QuarkState &rhs) const |
| bool | operator== (const QuarkState &rhs) const |
| bool | operator!= (const QuarkState &rhs) const |
| int | operator[] (const size_t &index) const |
| AmpGen::QuarkState::QuarkState | ( | ) |
|
explicit |
| void AmpGen::QuarkState::antiThis | ( | ) |
| bool AmpGen::QuarkState::isVacuum | ( | ) | const |
| char AmpGen::QuarkState::nameFromPosition | ( | int | i | ) | const |
| bool AmpGen::QuarkState::operator!= | ( | const QuarkState & | rhs | ) | const |
| QuarkState AmpGen::QuarkState::operator+ | ( | const QuarkState & | rhs | ) | const |
| QuarkState & AmpGen::QuarkState::operator+= | ( | const QuarkState & | rhs | ) |
| QuarkState AmpGen::QuarkState::operator- | ( | const QuarkState & | rhs | ) | const |
| QuarkState & AmpGen::QuarkState::operator-= | ( | const QuarkState & | rhs | ) |
| bool AmpGen::QuarkState::operator== | ( | const QuarkState & | rhs | ) | const |
| int AmpGen::QuarkState::operator[] | ( | const size_t & | index | ) | const |
| int AmpGen::QuarkState::positionFromName | ( | char | c | ) | const |
| void AmpGen::QuarkState::print | ( | std::ostream & | os = std::cout | ) | const |