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
PhysicsAnalysis
D3PDMaker
D3PDMakerCoreComps
src
DummyInitAlg.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3
/*
4
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5
*/
6
15
#ifndef D3PDMAKERCORECOMPS_DUMMYINITALG_H
16
#define D3PDMAKERCORECOMPS_DUMMYINITALG_H
17
18
19
20
#include "
AthenaBaseComps/AthAlgorithm.h
"
21
#include "
CxxUtils/checker_macros.h
"
22
#include "GaudiKernel/ITHistSvc.h"
23
#include "GaudiKernel/ServiceHandle.h"
24
25
26
namespace
D3PD
{
27
28
38
class
DummyInitAlg
39
:
public
AthAlgorithm
40
{
41
public
:
47
DummyInitAlg
(
const
std::string&
name
,
48
ISvcLocator* svcloc);
49
50
52
virtual
StatusCode
initialize
ATLAS_NOT_THREAD_SAFE
()
override
;
53
54
56
virtual
StatusCode
execute
()
override
;
57
58
59
private
:
60
ServiceHandle<ITHistSvc>
m_histSvc
;
61
};
62
63
64
}
// namespace D3PD
65
66
67
#endif // D3PDMAKERCORECOMPS_DUMMYINITALG_H
D3PD::DummyInitAlg::DummyInitAlg
DummyInitAlg(const std::string &name, ISvcLocator *svcloc)
Standard Gaudi algorithm constructor.
Definition:
DummyInitAlg.cxx:57
initialize
void initialize()
Definition:
run_EoverP.cxx:894
AthAlgorithm.h
D3PD
Block filler tool for noisy FEB information.
Definition:
CaloCellDetailsFillerTool.cxx:29
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
D3PD::DummyInitAlg
Work around initialization ordering problems.
Definition:
DummyInitAlg.h:40
AthAlgorithm
Definition:
AthAlgorithm.h:47
D3PD::DummyInitAlg::ATLAS_NOT_THREAD_SAFE
virtual StatusCode initialize ATLAS_NOT_THREAD_SAFE() override
Standard Gaudi initialize method.
D3PD::DummyInitAlg::m_histSvc
ServiceHandle< ITHistSvc > m_histSvc
Definition:
DummyInitAlg.h:60
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
checker_macros.h
Define macros for attributes used to control the static checker.
D3PD::DummyInitAlg::execute
virtual StatusCode execute() override
Standard Gaudi execute method.
Definition:
DummyInitAlg.cxx:98
ServiceHandle< ITHistSvc >
Generated on Mon Mar 24 2025 21:09:43 for ATLAS Offline Software by
1.8.18