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
LArROD
src
ReadLArRaw.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
11
#ifndef ReadLArRaw_H
12
#define ReadLArRaw_H
13
14
#include "
AthenaBaseComps/AthAlgorithm.h
"
15
#include "
LArCabling/LArOnOffIdMapping.h
"
16
#include "
StoreGate/ReadCondHandleKey.h
"
17
18
#include <fstream>
19
21
22
class
LArOnlineID
;
23
class
LArEM_ID
;
24
25
class
ReadLArRaw
:
public
AthAlgorithm
{
26
27
public
:
28
ReadLArRaw
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
29
virtual
StatusCode
initialize
();
30
virtual
StatusCode
execute
();
31
virtual
StatusCode
finalize
();
32
33
private
:
34
35
std::string
m_ChannelContainerName
;
36
std::string
m_dumpFile
;
37
std::ofstream
m_outFile
;
38
39
SG::ReadCondHandleKey<LArOnOffIdMapping>
m_cablingKey
{
this
,
"CablingKey"
,
"LArOnOffIdMap"
,
"SG Key of LArOnOffIdMapping object"
};
40
41
const
LArOnlineID
*
m_onlineID
;
42
const
LArEM_ID
*
m_larem_id
;
43
44
45
};
46
47
#endif
ReadLArRaw
CTB: code to read raw channels.
Definition:
ReadLArRaw.h:25
ReadLArRaw::m_outFile
std::ofstream m_outFile
Definition:
ReadLArRaw.h:37
ReadLArRaw::initialize
virtual StatusCode initialize()
Definition:
ReadLArRaw.cxx:60
ReadLArRaw::m_larem_id
const LArEM_ID * m_larem_id
Definition:
ReadLArRaw.h:42
AthAlgorithm.h
LArOnOffIdMapping.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadLArRaw::m_ChannelContainerName
std::string m_ChannelContainerName
Definition:
ReadLArRaw.h:35
ReadLArRaw::m_onlineID
const LArOnlineID * m_onlineID
Definition:
ReadLArRaw.h:41
AthAlgorithm
Definition:
AthAlgorithm.h:47
ReadCondHandleKey.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
LArOnlineID
Definition:
LArOnlineID.h:20
ReadLArRaw::finalize
virtual StatusCode finalize()
Definition:
ReadLArRaw.cxx:136
ReadLArRaw::m_cablingKey
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Definition:
ReadLArRaw.h:39
SG::ReadCondHandleKey< LArOnOffIdMapping >
ReadLArRaw::ReadLArRaw
ReadLArRaw(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
ReadLArRaw.cxx:47
LArEM_ID
Helper class for LArEM offline identifiers.
Definition:
LArEM_ID.h:118
ReadLArRaw::m_dumpFile
std::string m_dumpFile
Definition:
ReadLArRaw.h:36
ReadLArRaw::execute
virtual StatusCode execute()
Definition:
ReadLArRaw.cxx:86
Generated on Wed Mar 26 2025 21:17:23 for ATLAS Offline Software by
1.8.18