| 
    Jpp
    19.1.0
    
   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, const int charge) | |
| 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... | |
| int | charge | 
| charge of particle [|e|/3]  More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JParticle &particle) | 
| Print particle.  More... | |
      
  | 
  inline | 
Constructor.
| name | name of particle | 
| pdg | PDG code of particle | 
| geant | GEANT code of particle | 
| mass | mass of particle | 
| charge | charge of particle | 
      
  | 
  friend | 
Print particle.
| out | output stream | 
| particle | particle | 
Definition at line 81 of file JPDB.hh.