|
Jpp
17.3.0-rc.2
the software that should make you happy
|
Auxiliary class to handle particle name, codes and mass. More...
#include <JPDB.hh>
Public Member Functions | |
| JParticle () | |
| Default constructor. More... | |
| JParticle (const std::string &name, const int pdg, const int geant, const double mass) | |
| Constructor. More... | |
Public Attributes | |
| std::string | name |
| name of particle More... | |
| int | pdg |
| PDG code of particle. More... | |
| int | geant |
| GEANT code of particle. More... | |
| double | mass |
| mass of particle [GeV] More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JParticle &particle) |
| Print particle. More... | |
|
inline |
|
friend |
| std::string JAANET::JParticle::name |
1.8.5