#include <string>
#include <ostream>
#include <iomanip>
#include <vector>
#include <algorithm>
#include "JAAnet/JParticleTypes.hh"
#include "JTools/JConstants.hh"
#include "JLang/JPredicate.hh"
#include "JLang/JException.hh"
#include "Jeep/JPrint.hh"
Go to the source code of this file.
◆ MAKE_PARTICLE
#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 99 of file JPDB.hh.