Loading [MathJax]/jax/output/SVG/config.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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 Mon Apr 21 2025 21:12:21 for ATLAS Offline Software by
1.8.18