EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Functions | |
t_particle * | get_particle_by_name (const char *name) |
t_particle_group * | get_particle_group_by_name (const char *grname) |
Variables | |
t_particle_group | particle_groups [] |
int | particle_group_num = sizeof(particle_groups)/sizeof(particle_groups[0]) |
t_particle* get_particle_by_name | ( | const char * | name | ) |
Definition at line 39 of file geant.cxx.
View newest version in sPHENIX GitHub at line 39 of file geant.cxx
References t_particle_group::members, t_particle::name, particle, and particle_group_num.
t_particle_group* get_particle_group_by_name | ( | const char * | grname | ) |
Definition at line 55 of file geant.cxx.
View newest version in sPHENIX GitHub at line 55 of file geant.cxx
References t_particle_group::grname, and particle_group_num.
Referenced by TrKalmanFilter::SetParticleGroup().
int particle_group_num = sizeof(particle_groups)/sizeof(particle_groups[0]) |
Definition at line 34 of file geant.cxx.
View newest version in sPHENIX GitHub at line 34 of file geant.cxx
Referenced by get_particle_by_name(), and get_particle_group_by_name().
t_particle_group particle_groups[] |
Definition at line 24 of file geant.cxx.
View newest version in sPHENIX GitHub at line 24 of file geant.cxx