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
LArCalibUtils
LArCalibUtils
LArShapeCorrector.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 LARCALIBUTILS_LArShapeCorrector_H
6
#define LARCALIBUTILS_LArShapeCorrector_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
10
class
LArShapeCorrector
:
public
AthAlgorithm
11
{
12
13
public
:
14
15
LArShapeCorrector
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
16
~LArShapeCorrector
();
17
18
StatusCode
initialize
();
19
StatusCode
execute
();
20
StatusCode
stop
();
21
StatusCode
finalize
(){
return
StatusCode::SUCCESS;}
22
23
private
:
24
25
//Job properties
26
std::string
m_keyShape
;
27
std::string
m_keyShape_newcorr
;
28
std::string
m_keyShapeResidual
;
29
30
std::string
m_groupingName
;
31
int
m_groupingType
;
32
int
m_phase
;
33
};
34
#endif
LArShapeCorrector::m_keyShapeResidual
std::string m_keyShapeResidual
Definition:
LArShapeCorrector.h:28
LArShapeCorrector::execute
StatusCode execute()
Definition:
LArShapeCorrector.cxx:50
LArShapeCorrector::m_phase
int m_phase
Definition:
LArShapeCorrector.h:32
LArShapeCorrector::finalize
StatusCode finalize()
Definition:
LArShapeCorrector.h:21
LArShapeCorrector::initialize
StatusCode initialize()
Definition:
LArShapeCorrector.cxx:25
AthAlgorithm.h
LArShapeCorrector::LArShapeCorrector
LArShapeCorrector(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArShapeCorrector.cxx:11
LArShapeCorrector
Definition:
LArShapeCorrector.h:11
LArShapeCorrector::~LArShapeCorrector
~LArShapeCorrector()
LArShapeCorrector::stop
StatusCode stop()
Definition:
LArShapeCorrector.cxx:57
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition:
AthAlgorithm.h:47
LArShapeCorrector::m_keyShape_newcorr
std::string m_keyShape_newcorr
Definition:
LArShapeCorrector.h:27
LArShapeCorrector::m_groupingName
std::string m_groupingName
Definition:
LArShapeCorrector.h:30
LArShapeCorrector::m_keyShape
std::string m_keyShape
Definition:
LArShapeCorrector.h:26
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
LArShapeCorrector::m_groupingType
int m_groupingType
Definition:
LArShapeCorrector.h:31
Generated on Sun Mar 16 2025 21:14:01 for ATLAS Offline Software by
1.8.18