![]() |
AmpGen 2.1
|
Definition at line 15 of file ParticlePropertiesList.h.
Public Member Functions | |
| bool | readFile (const std::string &fname) |
| void | makeAlias (const std::string &name, const std::string &alias) |
| const ParticleProperties * | find (const std::string &name, bool quiet=false) const |
| const ParticleProperties * | find (int pdg_id, bool quiet=false) const |
| std::vector< std::string > | getParticleNames () const |
| std::vector< int > | getParticleIds () const |
| std::vector< ParticleProperties >::const_iterator | begin () const |
| std::vector< ParticleProperties >::const_iterator | end () const |
| void | print (std::ostream &out=std::cout) const |
| bool | readLatexLabels (const std::string &name) |
| void | makeMappings () |
| void | addParticle (const std::vector< std::string > &properties) |
Static Public Member Functions | |
| static const ParticlePropertiesList * | getMe () |
| static ParticlePropertiesList * | getMutable () |
| static const ParticleProperties * | get (const std::string &name, const bool &quiet=false) |
| static const ParticleProperties * | get (const int &PDG, const bool &quiet=false) |
Protected Member Functions | |
| const std::vector< std::string > | dirList () const |
| void AmpGen::ParticlePropertiesList::addParticle | ( | const std::vector< std::string > & | properties | ) |
|
inline |
Definition at line 41 of file ParticlePropertiesList.h.
|
protected |
|
inline |
Definition at line 42 of file ParticlePropertiesList.h.
| const ParticleProperties * AmpGen::ParticlePropertiesList::find | ( | const std::string & | name, |
| bool | quiet = false ) const |
| const ParticleProperties * AmpGen::ParticlePropertiesList::find | ( | int | pdg_id, |
| bool | quiet = false ) const |
|
static |
|
static |
|
static |
|
static |
| std::vector< int > AmpGen::ParticlePropertiesList::getParticleIds | ( | ) | const |
| std::vector< std::string > AmpGen::ParticlePropertiesList::getParticleNames | ( | ) | const |
| void AmpGen::ParticlePropertiesList::makeAlias | ( | const std::string & | name, |
| const std::string & | alias ) |
| void AmpGen::ParticlePropertiesList::makeMappings | ( | ) |
| void AmpGen::ParticlePropertiesList::print | ( | std::ostream & | out = std::cout | ) | const |
| bool AmpGen::ParticlePropertiesList::readFile | ( | const std::string & | fname | ) |
| bool AmpGen::ParticlePropertiesList::readLatexLabels | ( | const std::string & | name | ) |