Jpp
|
#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"
Go to the source code of this file.
Classes | |
struct | JAANET::JParticle |
Auxiliary class to handle particle name, codes and mass. More... | |
struct | JAANET::JPDB |
Collection of particles. More... | |
Namespaces | |
JAANET | |
Extensions to AAnet data format. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Macros | |
#define | MAKE_PARTICLE(PDG, GEANT, MASS) JParticle(#PDG, PDG, GEANT, MASS) |
Auxiliary macro for particle creation. More... | |