#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 |
|
) |
| JParticle(#PDG, PDG, GEANT, MASS) |
Auxiliary macro for particle creation.
- Parameters
-
PDG | PDG code |
GEANT | GEANT code |
MASS | mass |
Definition at line 103 of file JPDB.hh.