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
Calorimeter
CaloLocalHadCalib
CaloLocalHadCalib
CaloReadLCClassificationFile.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//Dear emacs, this is -*-c++-*-
6
#ifndef CALOLOCALHADCALIB_CALOREADLCCLASSIFICATIONFILE
7
#define CALOLOCALHADCALIB_CALOREADLCCLASSIFICATIONFILE
8
9
#include "
AthenaBaseComps/AthAlgorithm.h
"
10
#include "
CaloConditions/CaloLocalHadCoeff.h
"
11
#include <string>
12
13
14
class
CaloReadLCClassificationFile
:
public
AthAlgorithm
15
{
16
public
:
17
CaloReadLCClassificationFile
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
18
~CaloReadLCClassificationFile
();
19
20
StatusCode
initialize
();
21
StatusCode
execute
();
22
StatusCode
finalize
();
23
StatusCode
initDataFromFile
(
const
std::string& theLCClassificationFileName,
24
CaloLocalHadCoeff
&
data
);
25
26
private
:
27
std::string
m_key
;
28
std::string
m_LCClassificationFileName
;
29
};
30
31
#endif
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
CaloReadLCClassificationFile::finalize
StatusCode finalize()
Definition:
CaloReadLCClassificationFile.cxx:153
CaloReadLCClassificationFile::execute
StatusCode execute()
Definition:
CaloReadLCClassificationFile.cxx:148
CaloReadLCClassificationFile::m_LCClassificationFileName
std::string m_LCClassificationFileName
Definition:
CaloReadLCClassificationFile.h:28
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CaloLocalHadCoeff
Hold binned correction data for local hadronic calibration procedure.
Definition:
CaloLocalHadCoeff.h:41
CaloReadLCClassificationFile::initialize
StatusCode initialize()
Definition:
CaloReadLCClassificationFile.cxx:140
AthAlgorithm
Definition:
AthAlgorithm.h:47
CaloReadLCClassificationFile
Definition:
CaloReadLCClassificationFile.h:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
CaloReadLCClassificationFile::initDataFromFile
StatusCode initDataFromFile(const std::string &theLCClassificationFileName, CaloLocalHadCoeff &data)
Definition:
CaloReadLCClassificationFile.cxx:29
CaloReadLCClassificationFile::~CaloReadLCClassificationFile
~CaloReadLCClassificationFile()
Definition:
CaloReadLCClassificationFile.cxx:25
CaloReadLCClassificationFile::m_key
std::string m_key
Definition:
CaloReadLCClassificationFile.h:27
CaloLocalHadCoeff.h
CaloReadLCClassificationFile::CaloReadLCClassificationFile
CaloReadLCClassificationFile(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
CaloReadLCClassificationFile.cxx:17
Generated on Thu Apr 24 2025 21:08:12 for ATLAS Offline Software by
1.8.18