#include <ConexInterface.h>
Public Member Functions | |
LeadingInteractionsParticleData (double e, double m, double px, double py, double pz, int id, int nInt) | |
Public Attributes | |
double | fEnergy |
int | fID |
double | fMass |
int | fnInt |
double | fpx |
double | fpy |
double | fpz |
Private Member Functions | |
LeadingInteractionsParticleData () | |
Definition at line 38 of file ConexInterface.h.
|
inline |
|
private |
double LeadingInteractionsParticleData::fEnergy |
Definition at line 43 of file ConexInterface.h.
Referenced by LeadingInteractionsParticleData(), and ConexShowerGeneratorKG::ConexInterface::ParticleSort().
int LeadingInteractionsParticleData::fID |
Definition at line 48 of file ConexInterface.h.
Referenced by LeadingInteractionsParticleData().
double LeadingInteractionsParticleData::fMass |
Definition at line 44 of file ConexInterface.h.
Referenced by LeadingInteractionsParticleData().
int LeadingInteractionsParticleData::fnInt |
Definition at line 49 of file ConexInterface.h.
Referenced by LeadingInteractionsParticleData(), and ConexShowerGeneratorKG::ConexInterface::ParticleSort().
double LeadingInteractionsParticleData::fpx |
Definition at line 45 of file ConexInterface.h.
Referenced by LeadingInteractionsParticleData().
double LeadingInteractionsParticleData::fpy |
Definition at line 46 of file ConexInterface.h.
Referenced by LeadingInteractionsParticleData().
double LeadingInteractionsParticleData::fpz |
Definition at line 47 of file ConexInterface.h.
Referenced by LeadingInteractionsParticleData().