DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Structure describing a G4 process. More...
#include <Geant4PhysicsList.h>
Public Member Functions | |
Process () | |
Default constructor. More... | |
Process (const Process &p) | |
Copy constructor. More... | |
Process & | operator= (const Process &p) |
Assignment operator. More... | |
Public Attributes | |
std::string | name |
int | ordAtRestDoIt =-1 |
int | ordAlongSteptDoIt =-1 |
int | ordPostStepDoIt =-1 |
Structure describing a G4 process.
Image of a physics constructor holding all stub information to attach the concrete process contributing to the user physics list.
Definition at line 53 of file Geant4PhysicsList.h.
Geant4PhysicsList::Process::Process | ( | ) |
Default constructor.
Definition at line 69 of file Geant4PhysicsList.cpp.
Geant4PhysicsList::Process::Process | ( | const Process & | p | ) |
Copy constructor.
Definition at line 73 of file Geant4PhysicsList.cpp.
Geant4PhysicsList::Process & Geant4PhysicsList::Process::operator= | ( | const Process & | p | ) |
Assignment operator.
Definition at line 78 of file Geant4PhysicsList.cpp.
std::string dd4hep::sim::Geant4PhysicsList::Process::name |
Definition at line 55 of file Geant4PhysicsList.h.
int dd4hep::sim::Geant4PhysicsList::Process::ordAlongSteptDoIt =-1 |
Definition at line 56 of file Geant4PhysicsList.h.
int dd4hep::sim::Geant4PhysicsList::Process::ordAtRestDoIt =-1 |
Definition at line 56 of file Geant4PhysicsList.h.
int dd4hep::sim::Geant4PhysicsList::Process::ordPostStepDoIt =-1 |
Definition at line 56 of file Geant4PhysicsList.h.