Geant4 VMC Version 6.6
|
The abstract base class for user defined class to customize geometry. More...
#include <TG4VUserPostDetConstruction.h>
Public Member Functions | |
TG4VUserPostDetConstruction () | |
virtual | ~TG4VUserPostDetConstruction () |
virtual void | Construct ()=0 |
Method to be overriden by user. | |
Private Member Functions | |
TG4VUserPostDetConstruction (const TG4VUserPostDetConstruction &right) | |
Not implemented. | |
TG4VUserPostDetConstruction & | operator= (const TG4VUserPostDetConstruction &right) |
Not implemented. | |
The abstract base class for user defined class to customize geometry.
An implemented use case is a user customization of magnetic field equation of motion and its stepper.
Definition at line 29 of file TG4VUserPostDetConstruction.h.
|
inline |
Definition at line 32 of file TG4VUserPostDetConstruction.h.
|
inlinevirtual |
Definition at line 33 of file TG4VUserPostDetConstruction.h.
|
private |
Not implemented.
|
pure virtual |
Method to be overriden by user.
Referenced by TG4GeometryManager::ConstructSDandField().
|
private |
Not implemented.