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
G4AtlasStackingAction.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_G4ATLASSTACKINGACTION_H
6
#define G4ATLASTOOLS__G4UA_G4ATLASSTACKINGACTION_H
7
8
// System includes
9
#include <vector>
10
11
// Geant4 includes
12
#include "G4UserStackingAction.hh"
13
14
15
namespace
G4UA
16
{
17
28
class
G4AtlasStackingAction
:
public
G4UserStackingAction
29
{
30
31
public
:
32
34
G4AtlasStackingAction
();
35
39
G4ClassificationOfNewTrack
40
ClassifyNewTrack
(
const
G4Track* track)
override
final
;
41
44
void
NewStage
()
override
final
;
45
48
void
PrepareNewEvent
()
override
final
;
49
51
void
addAction
(G4UserStackingAction*
action
);
52
53
private
:
54
56
std::vector<G4UserStackingAction*>
m_actions
;
57
58
};
// class G4AtlasStackingAction
59
60
}
// namespace G4UA
61
62
#endif
G4UA::G4AtlasStackingAction::NewStage
void NewStage() override final
Geant4 method for starting a new stack.
Definition:
G4AtlasStackingAction.cxx:38
G4UA::G4AtlasStackingAction::G4AtlasStackingAction
G4AtlasStackingAction()
Constructor.
Definition:
G4AtlasStackingAction.cxx:14
G4UA::G4AtlasStackingAction::addAction
void addAction(G4UserStackingAction *action)
Add one action to the list.
Definition:
G4AtlasStackingAction.cxx:60
G4UA
for nSW
Definition:
CalibrationDefaultProcessing.h:19
G4UA::G4AtlasStackingAction
Atlas subclass of the G4 stacking action.
Definition:
G4AtlasStackingAction.h:29
G4UA::G4AtlasStackingAction::ClassifyNewTrack
G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track *track) override final
Geant4 method for classifying a new track.
Definition:
G4AtlasStackingAction.cxx:22
G4UA::G4AtlasStackingAction::PrepareNewEvent
void PrepareNewEvent() override final
Geant4 method for stack preparation at new event.
Definition:
G4AtlasStackingAction.cxx:49
python.CaloScaleNoiseConfig.action
action
Definition:
CaloScaleNoiseConfig.py:77
G4UA::G4AtlasStackingAction::m_actions
std::vector< G4UserStackingAction * > m_actions
List of ATLAS stacking actions.
Definition:
G4AtlasStackingAction.h:56
Generated on Thu Apr 10 2025 21:10:57 for ATLAS Offline Software by
1.8.18