41 float charge, SIMPLEPID pid,
42 float logL_e,
float logL_mu,
float logL_pi,
float logL_k,
float logL_p,
float logL_d)
44 new ((*m_particles)[
m_nprt++])
BParticle(px, py, pz, e, charge, pid, logL_e, logL_mu, logL_pi, logL_k, logL_p, logL_d);
void AddTrack(float px, float py, float pz, float e, float charge, SIMPLEPID pid)
Add the track to the event.
The Class for Masterclass particle information This class provides the data structure of the particle...