Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JPDB.hh File Reference
#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.

Classes

struct  JAANET::JParticle
 Auxiliary class to handle particle name, codes and mass. More...
 
struct  JAANET::JPDB
 Collection of particles. More...
 

Namespaces

namespace  JAANET
 Extensions to Evt data format.
 
namespace  JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Macros

#define MAKE_PARTICLE(PDG, GEANT, MASS, CHARGE)
 Auxiliary macro for particle creation.
 

Macro Definition Documentation

◆ MAKE_PARTICLE

#define MAKE_PARTICLE ( PDG,
GEANT,
MASS,
CHARGE )
Value:
JParticle(#PDG, PDG, GEANT, MASS, CHARGE)

Auxiliary macro for particle creation.

Parameters
PDGPDG code
GEANTGEANT code
MASSmass

Definition at line 109 of file JPDB.hh.