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
InnerDetector
InDetDigitization
BCM_Digitization
src
BCM_Digitization.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef BCM_DIGITIZATION_BCM_DIGITIZATION_H
6
#define BCM_DIGITIZATION_BCM_DIGITIZATION_H
7
8
#include "GaudiKernel/ToolHandle.h"
9
#include "
AthenaBaseComps/AthAlgorithm.h
"
10
11
class
IPileUpTool
;
12
14
class
BCM_Digitization
:
public
AthAlgorithm
{
15
16
public
:
17
19
BCM_Digitization
(
const
std::string &
name
,ISvcLocator *pSvcLocator);
20
21
virtual
~BCM_Digitization
() =
default
;
22
24
virtual
StatusCode
initialize
()
override
;
25
virtual
StatusCode
execute
()
override
;
26
virtual
bool
isClonable
()
const
override
final
{
return
true
; }
27
28
private
:
29
ToolHandle<IPileUpTool>
m_digTool
{
this
,
"DigitizationTool"
,
"BCM_DigitizationTool"
,
""
};
30
};
31
32
#endif // BCM_DIGITIZATION_BCM_DIGITIZATION_H
BCM_Digitization
Top algorithm class for BCM digitization.
Definition:
BCM_Digitization.h:14
columnar::final
CM final
Definition:
ColumnAccessor.h:106
BCM_Digitization::execute
virtual StatusCode execute() override
Definition:
BCM_Digitization.cxx:32
const
bool const RAWDATA *ch2 const
Definition:
LArRodBlockPhysicsV0.cxx:560
BCM_Digitization::m_digTool
ToolHandle< IPileUpTool > m_digTool
Definition:
BCM_Digitization.h:29
BCM_Digitization::initialize
virtual StatusCode initialize() override
Basic algorithm methods.
Definition:
BCM_Digitization.cxx:19
BCM_Digitization::BCM_Digitization
BCM_Digitization(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters.
Definition:
BCM_Digitization.cxx:11
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
BCM_Digitization::isClonable
virtual bool isClonable() const override final
Definition:
BCM_Digitization.h:26
IPileUpTool
Definition:
IPileUpTool.h:24
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
BCM_Digitization::~BCM_Digitization
virtual ~BCM_Digitization()=default
Generated on Sun Mar 16 2025 21:07:35 for ATLAS Offline Software by
1.8.18