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
MuonSpectrometer
MuonCnv
MuonByteStreamCnvTest
src
CscDigitToCscRDO.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONBYTESTREAMCNVTEST_CSCDIGITTOCSCRDO_H
6
#define MUONBYTESTREAMCNVTEST_CSCDIGITTOCSCRDO_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "GaudiKernel/ToolHandle.h"
10
#include "
MuonDigToolInterfaces/IMuonDigitizationTool.h
"
11
12
// Author: Ketevi A. Assamagan
13
// BNL, October 27, 2003
14
15
// Digitization algorithm for the CSC:
16
// get the hit container from Storegate
17
// loop over the hits
18
// digitize each hit
19
// loop over the digit and build the digit container
20
// store the digits in StoreGate
21
22
class
CscDigitToCscRDO
:
public
AthAlgorithm
{
23
public
:
24
CscDigitToCscRDO
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
25
~CscDigitToCscRDO
() =
default
;
26
27
virtual
StatusCode
initialize
()
override
;
28
virtual
StatusCode
execute
()
override
;
29
virtual
bool
isClonable
()
const
override
final
{
return
true
; }
30
31
private
:
32
ToolHandle<IMuonDigitizationTool>
m_digTool
{
this
};
33
};
34
35
#endif
CscDigitToCscRDO
Definition:
CscDigitToCscRDO.h:22
IMuonDigitizationTool.h
const
bool const RAWDATA *ch2 const
Definition:
LArRodBlockPhysicsV0.cxx:560
CscDigitToCscRDO::~CscDigitToCscRDO
~CscDigitToCscRDO()=default
AthAlgorithm.h
CscDigitToCscRDO::CscDigitToCscRDO
CscDigitToCscRDO(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
CscDigitToCscRDO.cxx:7
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
columnar::final
CM final
Definition:
ColumnAccessor.h:106
AthAlgorithm
Definition:
AthAlgorithm.h:47
CscDigitToCscRDO::isClonable
virtual bool isClonable() const override final
Definition:
CscDigitToCscRDO.h:29
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
CscDigitToCscRDO::m_digTool
ToolHandle< IMuonDigitizationTool > m_digTool
Definition:
CscDigitToCscRDO.h:32
CscDigitToCscRDO::execute
virtual StatusCode execute() override
Definition:
CscDigitToCscRDO.cxx:18
CscDigitToCscRDO::initialize
virtual StatusCode initialize() override
Definition:
CscDigitToCscRDO.cxx:12
Generated on Tue May 13 2025 21:08:06 for ATLAS Offline Software by
1.8.18