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
G4AtlasServices
src
G4AtlasRunAction.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef G4ATLASTOOLS__G4UA_G4ATLASRUNACTION_H
6
#define G4ATLASTOOLS__G4UA_G4ATLASRUNACTION_H
7
8
// STL includes
9
#include <vector>
10
11
// Geant4 includes
12
#include "G4UserRunAction.hh"
13
14
15
namespace
G4UA
16
{
17
28
class
G4AtlasRunAction
:
public
G4UserRunAction
29
{
30
31
public
:
32
34
G4AtlasRunAction
();
35
39
void
BeginOfRunAction
(
const
G4Run*
run
)
override
final
;
40
44
void
EndOfRunAction
(
const
G4Run*
run
)
override
final
;
45
47
void
addRunAction
(G4UserRunAction*
action
);
48
49
private
:
50
52
std::vector<G4UserRunAction*>
m_runActions
;
53
54
};
// class G4AtlasRunAction
55
56
}
57
58
#endif
G4UA::G4AtlasRunAction::EndOfRunAction
void EndOfRunAction(const G4Run *run) override final
Geant4 method for post-run action.
Definition:
G4AtlasRunAction.cxx:32
G4UA
for nSW
Definition:
CalibrationDefaultProcessing.h:19
G4UA::G4AtlasRunAction::G4AtlasRunAction
G4AtlasRunAction()
Constructor.
Definition:
G4AtlasRunAction.cxx:14
G4UA::G4AtlasRunAction::BeginOfRunAction
void BeginOfRunAction(const G4Run *run) override final
Geant4 method for pre-run action.
Definition:
G4AtlasRunAction.cxx:21
run
Definition:
run.py:1
G4UA::G4AtlasRunAction::addRunAction
void addRunAction(G4UserRunAction *action)
Add one action to the list.
Definition:
G4AtlasRunAction.cxx:43
G4UA::G4AtlasRunAction::m_runActions
std::vector< G4UserRunAction * > m_runActions
List of ATLAS run actions.
Definition:
G4AtlasRunAction.h:52
python.CaloScaleNoiseConfig.action
action
Definition:
CaloScaleNoiseConfig.py:77
G4UA::G4AtlasRunAction
ATLAS subclass of the G4 run action.
Definition:
G4AtlasRunAction.h:29
Generated on Wed Apr 9 2025 21:11:06 for ATLAS Offline Software by
1.8.18