Id.hh File Reference
Include dependency graph for Id.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
boca | |
Boosted Collider Analysis. | |
Functions | |
std::string boca::Name (int id) | |
Name of a particle with given PDG number. More... | |
std::string boca::Name (Id id) | |
Name of a particle with given Id. More... | |
std::ostream & boca::operator<< (std::ostream &stream, Id id) | |
Stream the name of a particle with given Id. More... | |
Mass boca::MassOf (Id id) | |
Mass of particle with given Id. More... | |
std::string boca::Name (MultiId multi_id) | |
Names of PDG particle groups. More... | |
std::ostream & boca::operator<< (std::ostream &stream, MultiId id) | |
Stream the name of a particle with given MultiId. More... | |
Mass boca::MassOf (MultiId multi_id) | |
Common mass of a multi particle. More... | |
std::vector< Id > boca::Resolve (MultiId multi_id) | |
Vector if PDG particle Ids for a given MultiId. More... | |
Id boca::Lightest (MultiId multi_id) | |
Lightest particle of a given MultiID. More... | |
Id boca::Heavyest (MultiId multi_id) | |
Heaviest particle of a given MultiId. More... | |