ATLAS Offline Software
Public Member Functions | List of all members
IPhysicsListSvc Class Referenceabstract

#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. More...
 
virtual void CreatePhysicsList ()=0
 Build the physics list. More...
 
virtual G4VUserPhysicsList * GetPhysicsList ()=0
 Simple function to get the physics list pointer, in case it is needed. More...
 
virtual void SetPhysicsList ()=0
 Get the run manager out and assign the physics list to it. More...
 
virtual void SetPhysicsOptions ()=0
 Set the options to be used by the physics lists. More...
 

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  ,
,
 
)

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: