Loading [MathJax]/extensions/tex2jax.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
IUserActionSvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
#ifndef G4ATLASINTERFACES_G4UA__IUSERACTIONSVC_H
7
#define G4ATLASINTERFACES_G4UA__IUSERACTIONSVC_H
8
9
// Framework includes
10
#include "GaudiKernel/IService.h"
11
#include "GaudiKernel/ToolHandle.h"
12
13
14
#include <vector>
15
#include "G4UserSteppingAction.hh"
16
#include "
G4AtlasInterfaces/IUserActionTool.h
"
17
namespace
G4UA
18
{
19
25
class
IUserActionSvc
:
virtual
public
IService
26
{
27
28
public
:
29
31
virtual
StatusCode
initializeActions
() = 0;
32
33
// For ISF, get UserActions that could have stored secondary particles
34
virtual
StatusCode
getSecondaryActions
( std::vector< G4UserSteppingAction* >& actions ) = 0;
35
41
virtual
StatusCode
addActionTool
(
const
ToolHandle<IUserActionTool>& service_tool) = 0;
42
43
45
DeclareInterfaceID
(
G4UA::IUserActionSvc
, 1, 0);
46
47
};
// class IUserActionSvc
48
49
}
// namespace G4UA
50
51
#endif
G4UA::IUserActionSvc
Abstract interface for the UserActionSvc.
Definition:
IUserActionSvc.h:26
G4UA
for nSW
Definition:
CalibrationDefaultProcessing.h:19
G4UA::IUserActionSvc::addActionTool
virtual StatusCode addActionTool(const ToolHandle< IUserActionTool > &service_tool)=0
In very rare cases, the IUserActionSvc needs to call tools of which it cannot be owner during its ini...
G4UA::IUserActionSvc::DeclareInterfaceID
DeclareInterfaceID(G4UA::IUserActionSvc, 1, 0)
Creates the InterfaceID and interfaceID() method.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
G4UA::IUserActionSvc::initializeActions
virtual StatusCode initializeActions()=0
Initialize all the user actions for the current thread.
IUserActionTool.h
G4UA::IUserActionSvc::getSecondaryActions
virtual StatusCode getSecondaryActions(std::vector< G4UserSteppingAction * > &actions)=0
Generated on Tue Apr 8 2025 21:12:37 for ATLAS Offline Software by
1.8.18