#include <string>
#include <ostream>
#include <iomanip>
#include <vector>
#include <algorithm>
#include "JAAnet/JParticleTypes.hh"
#include "JPhysics/JConstants.hh"
#include "JLang/JPredicate.hh"
#include "JLang/JException.hh"
#include "JLang/JManip.hh"
#include "TDatabasePDG.h"
#include "TParticlePDG.h"
#include "TCollection.h"
#include "THashList.h"
 
Go to the source code of this file.
      
        
          | #define MAKE_PARTICLE | 
          ( | 
            | 
          PDG,  | 
        
        
           | 
           | 
            | 
          GEANT,  | 
        
        
           | 
           | 
            | 
          MASS,  | 
        
        
           | 
           | 
            | 
          CHARGE  | 
        
        
           | 
          ) | 
           |    JParticle(#PDG, PDG, GEANT, MASS, CHARGE) | 
        
      
 
Auxiliary macro for particle creation. 
- Parameters
 - 
  
    | PDG | PDG code  | 
    | GEANT | GEANT code  | 
    | MASS | mass  | 
  
   
Definition at line 109 of file JPDB.hh.