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
LArMphysOverMcal2Ntuple.h
Go to the documentation of this file.
1
//Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
19
#ifndef LARMPHYSOVERMCAL2NTUPLE_H
20
#define LARMPHYSOVERMCAL2NTUPLE_H
21
22
#include "
LArCalibTools/LArCond2NtupleBase.h
"
23
#include "
LArElecCalib/ILArMphysOverMcal.h
"
24
25
class
LArMphysOverMcal2Ntuple
:
public
LArCond2NtupleBase
26
{
27
public
:
28
LArMphysOverMcal2Ntuple
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
29
~LArMphysOverMcal2Ntuple
();
30
31
StatusCode
initialize
();
32
33
//standard algorithm methods
34
virtual
StatusCode
stop
();
35
StatusCode
finalize
(){
return
StatusCode::SUCCESS;}
36
private
:
37
SG::ReadCondHandleKey<ILArMphysOverMcal>
m_contKey
{
this
,
"ContainerKey"
,
"LArMphysOverMcal"
};
38
39
};
40
41
#endif
LArMphysOverMcal2Ntuple::LArMphysOverMcal2Ntuple
LArMphysOverMcal2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArMphysOverMcal2Ntuple.cxx:12
LArCond2NtupleBase.h
LArMphysOverMcal2Ntuple
This algrithm produces a column-wise NTuple out of a LArMphysOverMcalDB.
Definition:
LArMphysOverMcal2Ntuple.h:26
LArMphysOverMcal2Ntuple::stop
virtual StatusCode stop()
Definition:
LArMphysOverMcal2Ntuple.cxx:28
LArCond2NtupleBase
Definition:
LArCond2NtupleBase.h:32
ILArMphysOverMcal.h
LArMphysOverMcal2Ntuple::finalize
StatusCode finalize()
Definition:
LArMphysOverMcal2Ntuple.h:35
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArMphysOverMcal2Ntuple::m_contKey
SG::ReadCondHandleKey< ILArMphysOverMcal > m_contKey
Definition:
LArMphysOverMcal2Ntuple.h:37
LArMphysOverMcal2Ntuple::initialize
StatusCode initialize()
Definition:
LArMphysOverMcal2Ntuple.cxx:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
LArMphysOverMcal2Ntuple::~LArMphysOverMcal2Ntuple
~LArMphysOverMcal2Ntuple()
SG::ReadCondHandleKey< ILArMphysOverMcal >
Generated on Sat Mar 29 2025 21:13:45 for ATLAS Offline Software by
1.8.18