ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "PoPs.h"
#include "PoPs_mass.h"
Go to the source code of this file.
Classes | |
struct | ZLabels |
Functions | |
static char const * | lPoPs_ZSymbol (int Z) |
int | lPoPs_addParticleIfNeeded (statusMessageReporting *smr, char const *name, char const *special) |
Variables | |
static struct ZLabels | Zs [] |
static const int | nZs = sizeof( Zs ) / sizeof( Zs[0] ) |
int lPoPs_addParticleIfNeeded | ( | statusMessageReporting * | smr, |
char const * | name, | ||
char const * | special | ||
) |
Definition at line 36 of file lPoPs.cc.
View newest version in sPHENIX GitHub at line 36 of file lPoPs.cc
References A(), PoP_s::index, int(), lPoPs_ZSymbol(), PoP_free(), PoP_makeAlias(), PoPs_addParticleIfNeeded(), PoPs_errorToken_badName, PoPs_particleCreateLoadInfo(), PoPs_particleIndex(), PoPs_smr_ID, smr_setReportError2, and Z.
Referenced by _MCGIDI_map_addEntry(), MCGIDI_map_findAllOfTarget(), MCGIDI_map_findTarget(), MCGIDI_map_initialize(), MCGIDI_POPs_addParticleIfNeeded(), and PoPs_particleReadDatabase().
|
static |
Definition at line 30 of file lPoPs.cc.
View newest version in sPHENIX GitHub at line 30 of file lPoPs.cc
Referenced by lPoPs_ZSymbol().
|
static |
Referenced by lPoPs_ZSymbol().