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
w
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
G4Extensions
Quirks
src
QuirkStackingAction.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 QUIRKSTACKINGACTION_H
6
#define QUIRKSTACKINGACTION_H
7
8
#include "G4UserStackingAction.hh"
9
#include "globals.hh"
10
11
class
QuirkStackingAction
:
public
G4UserStackingAction {
12
public
:
13
QuirkStackingAction
(G4UserStackingAction* defaultStackingAction = 0);
14
virtual
~QuirkStackingAction
();
15
virtual
G4ClassificationOfNewTrack
ClassifyNewTrack
(
const
G4Track* aTrack);
16
virtual
void
NewStage
();
17
virtual
void
PrepareNewEvent
();
18
private
:
19
G4bool
m_firstTrack
;
20
G4UserStackingAction*
m_defaultStackingAction
;
21
};
22
23
#endif
QuirkStackingAction::NewStage
virtual void NewStage()
Definition:
QuirkStackingAction.cxx:37
QuirkStackingAction::ClassifyNewTrack
virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track *aTrack)
Definition:
QuirkStackingAction.cxx:20
QuirkStackingAction::m_defaultStackingAction
G4UserStackingAction * m_defaultStackingAction
Definition:
QuirkStackingAction.h:20
QuirkStackingAction::PrepareNewEvent
virtual void PrepareNewEvent()
Definition:
QuirkStackingAction.cxx:44
QuirkStackingAction::m_firstTrack
G4bool m_firstTrack
Definition:
QuirkStackingAction.h:19
QuirkStackingAction::QuirkStackingAction
QuirkStackingAction(G4UserStackingAction *defaultStackingAction=0)
Definition:
QuirkStackingAction.cxx:11
QuirkStackingAction
Definition:
QuirkStackingAction.h:11
QuirkStackingAction::~QuirkStackingAction
virtual ~QuirkStackingAction()
Definition:
QuirkStackingAction.cxx:16
Generated on Tue May 13 2025 21:16:24 for ATLAS Offline Software by
1.8.18