#include <map>
#include <Rtypes.h>
Go to the source code of this file.
Classes | |
struct | ParticleInfo |
Typedefs | |
typedef std::map< const int, ParticleInfo >::const_iterator | MapIt_t |
Variables | |
const std::map< const int, ParticleInfo > | gParticleTable |
typedef std::map<const int, ParticleInfo>::const_iterator MapIt_t |
Definition at line 32 of file ParticleTable.h.
const std::map<const int, ParticleInfo> gParticleTable |