#include <CustomParticle.h>
Public Member Functions | |
CustomParticle (const G4String &aName, G4double mass, G4double width, G4double charge, G4int iSpin, G4int iParity, G4int iConjugation, G4int iIsospin, G4int iIsospin3, G4int gParity, const G4String &pType, G4int lepton, G4int baryon, G4int encoding, G4bool stable, G4double lifetime, G4DecayTable *decaytable) | |
G4ParticleDefinition * | GetCloud () |
G4ParticleDefinition * | GetSpectator () |
void | SetCloud (G4ParticleDefinition *theCloud) |
void | SetSpectator (G4ParticleDefinition *theSpectator) |
~CustomParticle () override | |
Private Attributes | |
G4ParticleDefinition * | m_cloud |
G4ParticleDefinition * | m_spec |
Definition at line 11 of file CustomParticle.h.
CustomParticle::CustomParticle | ( | const G4String & | aName, |
G4double | mass, | ||
G4double | width, | ||
G4double | charge, | ||
G4int | iSpin, | ||
G4int | iParity, | ||
G4int | iConjugation, | ||
G4int | iIsospin, | ||
G4int | iIsospin3, | ||
G4int | gParity, | ||
const G4String & | pType, | ||
G4int | lepton, | ||
G4int | baryon, | ||
G4int | encoding, | ||
G4bool | stable, | ||
G4double | lifetime, | ||
G4DecayTable * | decaytable | ||
) |
Definition at line 7 of file CustomParticle.cc.
|
inlineoverride |
Definition at line 33 of file CustomParticle.h.
|
inline |
Definition at line 37 of file CustomParticle.h.
References m_cloud.
Referenced by CustomPhysicsList::ConstructProcess(), CustomPhysicsListSS::ConstructProcess(), and FullModelHadronicProcess::PostStepDoIt().
|
inline |
Definition at line 39 of file CustomParticle.h.
References m_spec.
Referenced by CustomPhysicsList::ConstructProcess(), CustomPhysicsListSS::ConstructProcess(), and FullModelHadronicProcess::PostStepDoIt().
|
inline |
Definition at line 36 of file CustomParticle.h.
References m_cloud.
Referenced by CustomParticleFactory::addCustomParticle().
|
inline |
Definition at line 38 of file CustomParticle.h.
References m_spec.
Referenced by CustomParticleFactory::addCustomParticle().
|
private |
Definition at line 26 of file CustomParticle.h.
Referenced by GetCloud(), and SetCloud().
|
private |
Definition at line 27 of file CustomParticle.h.
Referenced by GetSpectator(), and SetSpectator().