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
Monopole
src
MonopolePhysicsTool.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 MONOPOLE_MonopolePhysicsTool_H
6
#define MONOPOLE_MonopolePhysicsTool_H
7
8
// Include files
9
10
#include "
AthenaBaseComps/AthAlgTool.h
"
11
#include "
G4AtlasInterfaces/IPhysicsOptionTool.h
"
12
#include "
G4AtlasInterfaces/IPhysicsConstructor.h
"
13
21
class
MonopolePhysicsTool
:
public
extends<AthAlgTool, IPhysicsOptionTool> {
22
public
:
24
MonopolePhysicsTool
(
const
std::string&
type
,
const
std::string&
name
,
25
const
IInterface*
parent
) ;
26
27
virtual
~MonopolePhysicsTool
( );
28
30
virtual
StatusCode
initialize
()
override
final
;
31
35
virtual
UPPhysicsConstructor
GetPhysicsOption
()
override
final
;
36
37
class
PhysicsConstructor
:
public
IPhysicsContructor
{
38
public
:
39
using
IPhysicsContructor::IPhysicsContructor
;
40
41
virtual
void
ConstructParticle
()
override
;
42
virtual
void
ConstructProcess
()
override
;
43
};
44
};
45
#endif //MONOPOLE_MonopolePhysicsTool_H
MonopolePhysicsTool::MonopolePhysicsTool
MonopolePhysicsTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition:
MonopolePhysicsTool.cxx:39
MonopolePhysicsTool::initialize
virtual StatusCode initialize() override final
Initialize method.
Definition:
MonopolePhysicsTool.cxx:57
IPhysicsContructor::IPhysicsContructor
IPhysicsContructor(const std::string &name, MSG::Level level)
Standard constructor.
Definition:
IPhysicsConstructor.h:44
MonopolePhysicsTool::GetPhysicsOption
virtual UPPhysicsConstructor GetPhysicsOption() override final
Implements.
Definition:
MonopolePhysicsTool.cxx:63
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
IPhysicsOptionTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
MonopolePhysicsTool::PhysicsConstructor
Definition:
MonopolePhysicsTool.h:37
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
MonopolePhysicsTool
Definition:
MonopolePhysicsTool.h:21
MonopolePhysicsTool::~MonopolePhysicsTool
virtual ~MonopolePhysicsTool()
Destructor.
Definition:
MonopolePhysicsTool.cxx:50
IPhysicsConstructor.h
MonopolePhysicsTool::PhysicsConstructor::ConstructParticle
virtual void ConstructParticle() override
Definition:
MonopolePhysicsTool.cxx:68
MonopolePhysicsTool::PhysicsConstructor::ConstructProcess
virtual void ConstructProcess() override
Definition:
MonopolePhysicsTool.cxx:72
IPhysicsContructor
Definition:
IPhysicsConstructor.h:41
Generated on Tue May 13 2025 21:14:13 for ATLAS Offline Software by
1.8.18