#include "G4AtlasInterfaces/IPhysicsListSvc.h"
Abstract interface to Geant4 Physics list classes
- Author
- Andrea Dell'Acqua
- Date
- 2014-10-01
Definition at line 20 of file IPhysicsListSvc.h.
◆ IPhysicsListSvc()
IPhysicsListSvc::IPhysicsListSvc |
( |
| ) |
|
|
inline |
◆ ~IPhysicsListSvc()
virtual IPhysicsListSvc::~IPhysicsListSvc |
( |
| ) |
|
|
inlinevirtual |
◆ CreatePhysicsList()
virtual void IPhysicsListSvc::CreatePhysicsList |
( |
| ) |
|
|
pure virtual |
Build the physics list.
This method should be called when G4 is ready for the initialization of the physics list
◆ DeclareInterfaceID()
Creates the InterfaceID and interfaceID() method.
◆ GetPhysicsList()
virtual G4VUserPhysicsList* IPhysicsListSvc::GetPhysicsList |
( |
| ) |
|
|
pure virtual |
Simple function to get the physics list pointer, in case it is needed.
◆ SetPhysicsList()
virtual void IPhysicsListSvc::SetPhysicsList |
( |
| ) |
|
|
pure virtual |
Get the run manager out and assign the physics list to it.
This should be called once the run manager exists, before the physics list initialization needs to happen.
◆ SetPhysicsOptions()
virtual void IPhysicsListSvc::SetPhysicsOptions |
( |
| ) |
|
|
pure virtual |
Set the options to be used by the physics lists.
Things like EM physics options and binning, neutron cuts, etc.
The documentation for this class was generated from the following file: