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
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
LArCalorimeter
LArTest
LArCalibTest
LArCalibTest
FixLArIdMap.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef FIXLARIDMAP_H
6
#define FIXLARIDMAP_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include <string>
10
11
#include "LArTools/LArOnOffId_P.h"
12
13
class
FixLArIdMap
:
public
AthAlgorithm
14
{
15
public
:
16
FixLArIdMap
(
const
std::string&
name
,ISvcLocator* pSvcLocator);
17
virtual
~FixLArIdMap
();
18
19
StatusCode
initialize
();
20
StatusCode
execute
();
21
StatusCode
finalize
();
22
23
StatusCode
fix1
();
24
StatusCode
fix2
();
25
StatusCode
fix3
();
26
StatusCode
fix4
();
27
StatusCode
fix5
();
28
StatusCode
fix6
();
29
StatusCode
fix7
();
30
StatusCode
fix8
();
31
StatusCode
fix9
();
32
StatusCode
fix10
();
33
StatusCode
fix11
();
34
StatusCode
fix12
();
35
36
37
void
dumpId
();
38
private
:
39
int
m_fixFlag
;
40
bool
m_dumpIds
;
41
std::string
m_febToRodMap
;
42
43
};
44
45
bool
operator <
(
const
LArOnOffId_P::LArOnOffId_P_t &
t1
,
46
const
LArOnOffId_P::LArOnOffId_P_t &
t2
) ;
47
48
#endif // FixLArIDMAP_H
49
FixLArIdMap::finalize
StatusCode finalize()
Definition:
FixLArIdMap.cxx:219
FixLArIdMap::fix8
StatusCode fix8()
Definition:
FixLArIdMap.cxx:1485
FixLArIdMap::fix5
StatusCode fix5()
Definition:
FixLArIdMap.cxx:1068
ALFA_EventTPCnv_Dict::t1
std::vector< ALFA_RawDataCollection_p1 > t1
Definition:
ALFA_EventTPCnvDict.h:43
FixLArIdMap::fix4
StatusCode fix4()
Definition:
FixLArIdMap.cxx:935
FixLArIdMap::dumpId
void dumpId()
Definition:
FixLArIdMap.cxx:265
FixLArIdMap::fix7
StatusCode fix7()
Definition:
FixLArIdMap.cxx:1269
FixLArIdMap::~FixLArIdMap
virtual ~FixLArIdMap()
Definition:
FixLArIdMap.cxx:206
AthAlgorithm.h
FixLArIdMap::fix2
StatusCode fix2()
Definition:
FixLArIdMap.cxx:564
FixLArIdMap::fix3
StatusCode fix3()
Definition:
FixLArIdMap.cxx:783
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
FixLArIdMap::initialize
StatusCode initialize()
Definition:
FixLArIdMap.cxx:209
FixLArIdMap::fix9
StatusCode fix9()
Definition:
FixLArIdMap.cxx:1531
FixLArIdMap::m_febToRodMap
std::string m_febToRodMap
Definition:
FixLArIdMap.h:41
FixLArIdMap
Definition:
FixLArIdMap.h:14
AthAlgorithm
Definition:
AthAlgorithm.h:47
FixLArIdMap::m_dumpIds
bool m_dumpIds
Definition:
FixLArIdMap.h:40
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
ALFA_EventTPCnv_Dict::t2
std::vector< ALFA_RawDataContainer_p1 > t2
Definition:
ALFA_EventTPCnvDict.h:44
FixLArIdMap::m_fixFlag
int m_fixFlag
Definition:
FixLArIdMap.h:39
FixLArIdMap::fix11
StatusCode fix11()
Definition:
FixLArIdMap.cxx:1746
FixLArIdMap::fix6
StatusCode fix6()
Definition:
FixLArIdMap.cxx:1129
FixLArIdMap::fix1
StatusCode fix1()
Definition:
FixLArIdMap.cxx:351
operator<
bool operator<(const LArOnOffId_P::LArOnOffId_P_t &t1, const LArOnOffId_P::LArOnOffId_P_t &t2)
Definition:
FixLArIdMap.cxx:1433
FixLArIdMap::fix10
StatusCode fix10()
Definition:
FixLArIdMap.cxx:1643
FixLArIdMap::execute
StatusCode execute()
Definition:
FixLArIdMap.cxx:213
FixLArIdMap::fix12
StatusCode fix12()
Definition:
FixLArIdMap.cxx:1879
FixLArIdMap::FixLArIdMap
FixLArIdMap(const std::string &name, ISvcLocator *pSvcLocator)
Author Hong Ma hma@bnl.gov
Definition:
FixLArIdMap.cxx:195
Generated on Thu May 22 2025 21:10:02 for ATLAS Offline Software by
1.8.18