Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4RegionData Class Reference

G4RegionData encapsulates the fields associated to the class G4Region that may not be read-only.. More...

#include <G4Region.hh>

Public Member Functions

void initialize ()

Public Attributes

G4FastSimulationManagerfFastSimulationManager
G4UserSteppingActionfRegionalSteppingAction

Detailed Description

G4RegionData encapsulates the fields associated to the class G4Region that may not be read-only..

Definition at line 63 of file G4Region.hh.

Member Function Documentation

◆ initialize()

void G4RegionData::initialize ( )
inline

Definition at line 67 of file G4Region.hh.

68 {
69 fFastSimulationManager = nullptr;
71 }
G4UserSteppingAction * fRegionalSteppingAction
Definition G4Region.hh:74
G4FastSimulationManager * fFastSimulationManager
Definition G4Region.hh:73

Member Data Documentation

◆ fFastSimulationManager

G4FastSimulationManager* G4RegionData::fFastSimulationManager

Definition at line 73 of file G4Region.hh.

Referenced by initialize().

◆ fRegionalSteppingAction

G4UserSteppingAction* G4RegionData::fRegionalSteppingAction

Definition at line 74 of file G4Region.hh.

Referenced by initialize().


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