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
G4AtlasTrackingAction.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_G4ATLASTRACKINGACTION_H
6
#define G4ATLASTOOLS__G4UA_G4ATLASTRACKINGACTION_H
7
8
// STL includes
9
#include <vector>
10
11
// Geant4 includes
12
#include "G4UserTrackingAction.hh"
13
14
namespace
G4UA
15
{
16
27
class
G4AtlasTrackingAction
:
public
G4UserTrackingAction
28
{
29
30
public
:
31
33
G4AtlasTrackingAction
();
34
38
void
PreUserTrackingAction
(
const
G4Track* trk)
override
final
;
39
43
void
PostUserTrackingAction
(
const
G4Track* trk)
override
final
;
44
46
void
addTrackAction
(G4UserTrackingAction*
action
);
47
48
private
:
49
51
std::vector<G4UserTrackingAction*>
m_trackActions
;
52
53
};
// class G4AtlasTrackingAction
54
55
}
// namespace G4UA
56
57
#endif
G4UA
for nSW
Definition:
CalibrationDefaultProcessing.h:19
G4UA::G4AtlasTrackingAction::G4AtlasTrackingAction
G4AtlasTrackingAction()
Constructor.
Definition:
G4AtlasTrackingAction.cxx:14
G4UA::G4AtlasTrackingAction::PostUserTrackingAction
void PostUserTrackingAction(const G4Track *trk) override final
Geant4 method for post-tracking action.
Definition:
G4AtlasTrackingAction.cxx:32
G4UA::G4AtlasTrackingAction::PreUserTrackingAction
void PreUserTrackingAction(const G4Track *trk) override final
Geant4 method for pre-tracking action.
Definition:
G4AtlasTrackingAction.cxx:21
G4UA::G4AtlasTrackingAction
Atlas subclass of the G4 tracking action.
Definition:
G4AtlasTrackingAction.h:28
G4UA::G4AtlasTrackingAction::addTrackAction
void addTrackAction(G4UserTrackingAction *action)
Add one action to the list.
Definition:
G4AtlasTrackingAction.cxx:43
G4UA::G4AtlasTrackingAction::m_trackActions
std::vector< G4UserTrackingAction * > m_trackActions
List of ATLAS actions.
Definition:
G4AtlasTrackingAction.h:51
python.CaloScaleNoiseConfig.action
action
Definition:
CaloScaleNoiseConfig.py:77
Generated on Thu Apr 10 2025 21:10:57 for ATLAS Offline Software by
1.8.18