ATLAS Offline Software
Loading...
Searching...
No Matches
IPhysicsListSvc Class Referenceabstract

Abstract interface to Geant4 Physics list classes. More...

#include "G4AtlasInterfaces/IPhysicsListSvc.h"

Inheritance diagram for IPhysicsListSvc:
Collaboration diagram for IPhysicsListSvc:

Public Member Functions

 IPhysicsListSvc ()
virtual ~IPhysicsListSvc ()
 DeclareInterfaceID (IPhysicsListSvc, 1, 0)
 Creates the InterfaceID and interfaceID() method.
virtual void CreatePhysicsList ()=0
 Build the physics list.
virtual G4VUserPhysicsList * GetPhysicsList ()=0
 Simple function to get the physics list pointer, in case it is needed.
virtual void SetPhysicsList ()=0
 Get the run manager out and assign the physics list to it.
virtual void SetPhysicsOptions ()=0
 Set all physics options with the ordering expected by legacy run managers.
virtual void SetPhysicsListOptions ()=0
 Set global physics-list options before run-manager initialization.
virtual void SetPhysicsProcessOptions ()=0
 Set options requiring processes to have already been constructed.

Detailed Description

Abstract interface to Geant4 Physics list classes.

Author
Andrea Dell'Acqua
Date
2014-10-01

Definition at line 20 of file IPhysicsListSvc.h.

Constructor & Destructor Documentation

◆ IPhysicsListSvc()

IPhysicsListSvc::IPhysicsListSvc ( )
inline

Definition at line 23 of file IPhysicsListSvc.h.

23{}

◆ ~IPhysicsListSvc()

virtual IPhysicsListSvc::~IPhysicsListSvc ( )
inlinevirtual

Definition at line 24 of file IPhysicsListSvc.h.

24{}

Member Function Documentation

◆ 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()

IPhysicsListSvc::DeclareInterfaceID ( IPhysicsListSvc ,
1 ,
0  )

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.

◆ SetPhysicsListOptions()

virtual void IPhysicsListSvc::SetPhysicsListOptions ( )
pure virtual

Set global physics-list options before run-manager initialization.

◆ SetPhysicsOptions()

virtual void IPhysicsListSvc::SetPhysicsOptions ( )
pure virtual

Set all physics options with the ordering expected by legacy run managers.

◆ SetPhysicsProcessOptions()

virtual void IPhysicsListSvc::SetPhysicsProcessOptions ( )
pure virtual

Set options requiring processes to have already been constructed.


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