ATLAS Offline Software
Simulation
G4Atlas
G4AtlasInterfaces
G4AtlasInterfaces
IPhysicsListSvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef G4ATLASINTERFACES_IPHYSICSLISTSVC_H
6
#define G4ATLASINTERFACES_IPHYSICSLISTSVC_H
7
8
#include "GaudiKernel/IService.h"
9
10
class
G4VUserPhysicsList;
11
20
class
IPhysicsListSvc
:
virtual
public
IService
21
{
22
public
:
23
IPhysicsListSvc
() {}
24
virtual
~IPhysicsListSvc
() {}
26
DeclareInterfaceID
(
IPhysicsListSvc
, 1, 0);
27
30
virtual
void
CreatePhysicsList
() = 0 ;
31
33
virtual
G4VUserPhysicsList*
GetPhysicsList
() = 0 ;
34
38
virtual
void
SetPhysicsList
() = 0 ;
39
42
virtual
void
SetPhysicsOptions
() = 0 ;
43
44
};
45
#endif // G4ATLASINTERFACES_IPHYSICSLISTSVC_H
IPhysicsListSvc::IPhysicsListSvc
IPhysicsListSvc()
Definition:
IPhysicsListSvc.h:23
IPhysicsListSvc::CreatePhysicsList
virtual void CreatePhysicsList()=0
Build the physics list.
IPhysicsListSvc::SetPhysicsList
virtual void SetPhysicsList()=0
Get the run manager out and assign the physics list to it.
IPhysicsListSvc::SetPhysicsOptions
virtual void SetPhysicsOptions()=0
Set the options to be used by the physics lists.
IPhysicsListSvc::DeclareInterfaceID
DeclareInterfaceID(IPhysicsListSvc, 1, 0)
Creates the InterfaceID and interfaceID() method.
IPhysicsListSvc
Definition:
IPhysicsListSvc.h:21
IPhysicsListSvc::GetPhysicsList
virtual G4VUserPhysicsList * GetPhysicsList()=0
Simple function to get the physics list pointer, in case it is needed.
IPhysicsListSvc::~IPhysicsListSvc
virtual ~IPhysicsListSvc()
Definition:
IPhysicsListSvc.h:24
Generated on Sun Dec 22 2024 21:11:58 for ATLAS Offline Software by
1.8.18