DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Structure describing a G4 particle constructor. More...
#include <Geant4PhysicsList.h>
Public Member Functions | |
ParticleConstructor ()=default | |
Default constructor. More... | |
ParticleConstructor (const ParticleConstructor ©)=default | |
Default constructor. More... | |
ParticleConstructor (const std::string &s) | |
Initalizing constructor. More... | |
ParticleConstructor & | operator= (const ParticleConstructor &c)=default |
Assignment operator. More... | |
Structure describing a G4 particle constructor.
Definition at line 73 of file Geant4PhysicsList.h.
|
default |
Default constructor.
|
default |
Default constructor.
|
inline |
Initalizing constructor.
Definition at line 80 of file Geant4PhysicsList.h.
|
default |
Assignment operator.