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
G4Utilities
G4ProfilingTools
src
TestActionEHistTool.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 G4PROFILINGTOOLS_G4UA__TESTACTIONEHISTTOOL_H
6
#define G4PROFILINGTOOLS_G4UA__TESTACTIONEHISTTOOL_H
7
8
#include "
G4AtlasTools/UserActionToolBase.h
"
9
#include "
TestActionEHist.h
"
10
11
namespace
G4UA
12
{
13
22
class
TestActionEHistTool
:
23
public
UserActionToolBase
<TestActionEHist>
24
{
25
26
public
:
27
29
TestActionEHistTool
(
const
std::string&
type
,
const
std::string&
name
,
30
const
IInterface*
parent
);
31
32
protected
:
33
35
virtual
std::unique_ptr<TestActionEHist>
36
makeAndFillAction
(
G4AtlasUserActions
&)
override
final
;
37
38
private
:
39
41
TestActionEHist::Config
m_config
;
42
43
};
// class TestActionEHistTool
44
45
}
// namespace G4UA
46
47
#endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition:
IUserActionTool.h:32
G4UA::TestActionEHistTool::makeAndFillAction
virtual std::unique_ptr< TestActionEHist > makeAndFillAction(G4AtlasUserActions &) override final
Create action for this thread.
Definition:
TestActionEHistTool.cxx:25
G4UA
for nSW
Definition:
CalibrationDefaultProcessing.h:19
UserActionToolBase.h
G4UA::TestActionEHistTool::m_config
TestActionEHist::Config m_config
holds the configuration details received from python
Definition:
TestActionEHistTool.h:41
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
G4UA::TestActionEHist::Config
Definition:
TestActionEHist.h:53
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
G4UA::UserActionToolBase
abstract template utility base-class for G4 user-action tools.
Definition:
UserActionToolBase.h:33
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
G4UA::TestActionEHistTool::TestActionEHistTool
TestActionEHistTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition:
TestActionEHistTool.cxx:10
TestActionEHist.h
G4UA::TestActionEHistTool
A Tool to manage TestActionEHist Create the TestActionEHist for each worker thread....
Definition:
TestActionEHistTool.h:24
Generated on Mon Jan 13 2025 21:18:36 for ATLAS Offline Software by
1.8.18