DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Public Attributes | List of all members
dd4hep::sim::Geant4PhysicsList::Process Class Reference

Structure describing a G4 process. More...

#include <Geant4PhysicsList.h>

Public Member Functions

 Process ()
 Default constructor. More...
 
 Process (const Process &p)
 Copy constructor. More...
 
Processoperator= (const Process &p)
 Assignment operator. More...
 

Public Attributes

std::string name
 
int ordAtRestDoIt =-1
 
int ordAlongSteptDoIt =-1
 
int ordPostStepDoIt =-1
 

Detailed Description

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.

Author
M.Frank
Version
1.0

Definition at line 53 of file Geant4PhysicsList.h.

Constructor & Destructor Documentation

◆ Process() [1/2]

Geant4PhysicsList::Process::Process ( )

Default constructor.

Definition at line 69 of file Geant4PhysicsList.cpp.

◆ Process() [2/2]

Geant4PhysicsList::Process::Process ( const Process p)

Copy constructor.

Definition at line 73 of file Geant4PhysicsList.cpp.

Member Function Documentation

◆ operator=()

Geant4PhysicsList::Process & Geant4PhysicsList::Process::operator= ( const Process p)

Assignment operator.

Definition at line 78 of file Geant4PhysicsList.cpp.

Member Data Documentation

◆ name

std::string dd4hep::sim::Geant4PhysicsList::Process::name

Definition at line 55 of file Geant4PhysicsList.h.

◆ ordAlongSteptDoIt

int dd4hep::sim::Geant4PhysicsList::Process::ordAlongSteptDoIt =-1

Definition at line 56 of file Geant4PhysicsList.h.

◆ ordAtRestDoIt

int dd4hep::sim::Geant4PhysicsList::Process::ordAtRestDoIt =-1

Definition at line 56 of file Geant4PhysicsList.h.

◆ ordPostStepDoIt

int dd4hep::sim::Geant4PhysicsList::Process::ordPostStepDoIt =-1

Definition at line 56 of file Geant4PhysicsList.h.


The documentation for this class was generated from the following files: