DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Structure describing a G4 physics constructor. More...
#include <Geant4PhysicsList.h>
Public Member Functions | |
PhysicsConstructor ()=default | |
Default constructor. More... | |
PhysicsConstructor (const PhysicsConstructor &c)=default | |
Copy constructor. More... | |
PhysicsConstructor (const std::string &s) | |
Initalizing constructor. More... | |
PhysicsConstructor & | operator= (const PhysicsConstructor &c)=default |
Assignment operator. More... | |
Public Attributes | |
G4VPhysicsConstructor * | pointer = 0 |
Pointer to physics constructor object. More... | |
Structure describing a G4 physics constructor.
Definition at line 92 of file Geant4PhysicsList.h.
|
default |
Default constructor.
|
default |
Copy constructor.
|
inline |
Initalizing constructor.
Definition at line 102 of file Geant4PhysicsList.h.
|
default |
Assignment operator.
G4VPhysicsConstructor* dd4hep::sim::Geant4PhysicsList::PhysicsConstructor::pointer = 0 |
Pointer to physics constructor object.
Definition at line 95 of file Geant4PhysicsList.h.