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
LArCalorimeter
LArDigitization
src
LArHitEMapMaker.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARDIGITIZATION_LARDIGITMAKER_H
6
#define LARDIGITIZATION_LARDIGITMAKER_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
10
#include "
PileUpTools/IPileUpTool.h
"
11
12
#include "GaudiKernel/ToolHandle.h"
13
14
class
LArHitEMapMaker
:
public
AthAlgorithm
15
{
16
public
:
17
18
LArHitEMapMaker
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
19
20
virtual
StatusCode
initialize
()
override
;
21
virtual
StatusCode
execute
()
override
;
22
virtual
bool
isClonable
()
const
override
final
{
return
true
; }
23
24
private
:
25
26
ToolHandle<IPileUpTool>
m_LArPileUpTool
;
27
28
};
29
30
#endif
columnar::final
CM final
Definition:
ColumnAccessor.h:106
const
bool const RAWDATA *ch2 const
Definition:
LArRodBlockPhysicsV0.cxx:560
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArHitEMapMaker::execute
virtual StatusCode execute() override
Definition:
LArHitEMapMaker.cxx:44
IPileUpTool.h
a call-back interface for tools that merge pileup events information An IPileUpTool is called back fo...
LArHitEMapMaker::initialize
virtual StatusCode initialize() override
Definition:
LArHitEMapMaker.cxx:25
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
LArHitEMapMaker::isClonable
virtual bool isClonable() const override final
Definition:
LArHitEMapMaker.h:22
LArHitEMapMaker
Definition:
LArHitEMapMaker.h:15
LArHitEMapMaker::m_LArPileUpTool
ToolHandle< IPileUpTool > m_LArPileUpTool
Definition:
LArHitEMapMaker.h:26
LArHitEMapMaker::LArHitEMapMaker
LArHitEMapMaker(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArHitEMapMaker.cxx:16
Generated on Sun Mar 16 2025 21:13:45 for ATLAS Offline Software by
1.8.18