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
G4Extensions
G4ExtraProcesses
src
G4EMProcessesPhysicsTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef G4_EXTRA_PROCESSESS__G4_EM_PROCESSES_PHYSICS_TOOL_H
6
#define G4_EXTRA_PROCESSESS__G4_EM_PROCESSES_PHYSICS_TOOL_H 1
7
8
// Include files
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
G4AtlasInterfaces/IPhysicsOptionTool.h
"
11
#include "G4VPhysicsConstructor.hh"
12
21
class
G4EMProcessesPhysicsTool
22
:
public
G4VPhysicsConstructor,
23
public
extends<AthAlgTool, IPhysicsOptionTool>
24
{
25
public
:
27
G4EMProcessesPhysicsTool
(
const
std::string &
type
,
const
std::string &
name
,
28
const
IInterface *
parent
);
29
30
virtual
~G4EMProcessesPhysicsTool
(){};
31
33
virtual
StatusCode
initialize
() override
final
;
34
virtual
void
ConstructParticle
() override
final
;
35
virtual
void
ConstructProcess
() override
final
;
36
38
virtual
G4EMProcessesPhysicsTool
*
GetPhysicsOption
() override
final
;
39
40
protected
:
42
std::
vector
<
int
>
m_particleList
;
43
};
44
45
#endif // G4_EXTRA_PROCESSESS__G4_EM_PROCESSES_PHYSICS_TOOL_H
G4EMProcessesPhysicsTool::~G4EMProcessesPhysicsTool
virtual ~G4EMProcessesPhysicsTool()
Definition:
G4EMProcessesPhysicsTool.h:30
G4EMProcessesPhysicsTool::initialize
virtual StatusCode initialize() override final
Destructor.
Definition:
G4EMProcessesPhysicsTool.cxx:39
G4EMProcessesPhysicsTool::G4EMProcessesPhysicsTool
G4EMProcessesPhysicsTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition:
G4EMProcessesPhysicsTool.cxx:26
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
protected
#define protected
Definition:
DetDescrConditionsDict_dict_fixes.cxx:14
IPhysicsOptionTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
vector
Definition:
MultiHisto.h:13
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
G4EMProcessesPhysicsTool::m_particleList
std::vector< int > m_particleList
list of particles to apply the em processes to
Definition:
G4EMProcessesPhysicsTool.h:42
G4EMProcessesPhysicsTool::ConstructProcess
virtual void ConstructProcess() override final
Definition:
G4EMProcessesPhysicsTool.cxx:62
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
columnar::final
CM final
Definition:
ColumnAccessor.h:106
G4EMProcessesPhysicsTool::ConstructParticle
virtual void ConstructParticle() override final
Definition:
G4EMProcessesPhysicsTool.cxx:57
G4EMProcessesPhysicsTool::GetPhysicsOption
virtual G4EMProcessesPhysicsTool * GetPhysicsOption() override final
Implements.
Definition:
G4EMProcessesPhysicsTool.cxx:49
G4EMProcessesPhysicsTool
Definition:
G4EMProcessesPhysicsTool.h:24
Generated on Wed Apr 2 2025 21:10:58 for ATLAS Offline Software by
1.8.18