Jpp
15.0.1-rc.1-highQE
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 |