Loading [MathJax]/jax/output/SVG/config.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
LArCalibTools
LArCalibTools
LArPhysCaliTDiffAlg.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
// Dear emacs, this is -*-c++-*-
6
#ifndef LARPHYSTCALIDIFFALG_H
7
#define LARPHYSTCALIDIFFALG_H
8
9
#include "
AthenaBaseComps/AthAlgorithm.h
"
10
#include "
LArCalibTools/LArCond2NtupleBase.h
"
11
12
class
LArPhysCaliTDiffAlg
:
public
LArCond2NtupleBase
{
13
14
public
:
15
16
LArPhysCaliTDiffAlg
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
17
18
virtual
~LArPhysCaliTDiffAlg
();
19
20
StatusCode
initialize
();
21
StatusCode
execute
();
// {return StatusCode::SUCCESS;}
22
// StatusCode stop(); //<< Do the work here
23
StatusCode
finalize
() {
return
StatusCode::SUCCESS;}
24
25
26
private
:
27
std::string
m_inputContainer
;
28
std::string
m_outputContainer
;
29
std::string
m_fileName
;
30
31
bool
m_perFebMG
;
32
33
34
};
35
36
37
#endif
LArPhysCaliTDiffAlg::LArPhysCaliTDiffAlg
LArPhysCaliTDiffAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArPhysCaliTDiffAlg.cxx:11
LArCond2NtupleBase.h
LArPhysCaliTDiffAlg::~LArPhysCaliTDiffAlg
virtual ~LArPhysCaliTDiffAlg()
LArCond2NtupleBase
Definition:
LArCond2NtupleBase.h:32
AthAlgorithm.h
LArPhysCaliTDiffAlg::m_outputContainer
std::string m_outputContainer
Definition:
LArPhysCaliTDiffAlg.h:28
LArPhysCaliTDiffAlg::m_inputContainer
std::string m_inputContainer
Definition:
LArPhysCaliTDiffAlg.h:27
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
LArPhysCaliTDiffAlg::m_perFebMG
bool m_perFebMG
Definition:
LArPhysCaliTDiffAlg.h:31
LArPhysCaliTDiffAlg
Definition:
LArPhysCaliTDiffAlg.h:12
LArPhysCaliTDiffAlg::m_fileName
std::string m_fileName
Definition:
LArPhysCaliTDiffAlg.h:29
LArPhysCaliTDiffAlg::initialize
StatusCode initialize()
Definition:
LArPhysCaliTDiffAlg.cxx:23
LArPhysCaliTDiffAlg::execute
StatusCode execute()
Definition:
LArPhysCaliTDiffAlg.cxx:30
LArPhysCaliTDiffAlg::finalize
StatusCode finalize()
Definition:
LArPhysCaliTDiffAlg.h:23
Generated on Sat Mar 29 2025 21:13:49 for ATLAS Offline Software by
1.8.18