|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4VUserRegionInformation is an abstract class, the user can subclass for storing information associated with a G4Region class object. More...
#include <G4VUserRegionInformation.hh>
Public Member Functions | |
| G4VUserRegionInformation ()=default | |
| virtual | ~G4VUserRegionInformation ()=default |
| virtual void | Print () const =0 |
G4VUserRegionInformation is an abstract class, the user can subclass for storing information associated with a G4Region class object.
Definition at line 48 of file G4VUserRegionInformation.hh.
|
default |
Default Constructor and Destructor.
|
virtualdefault |
|
pure virtual |
Customisable function to print the user information of a region.