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
LArCalibTools
LArCalibTools
LArDSPConfig2Ntuple.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 LARDSPCONFIGNTUPLE_H
6
#define LARDSPCONFIGNTUPLE_H
7
8
#include "
LArCalibTools/LArCond2NtupleBase.h
"
9
10
11
class
LArDSPConfig2Ntuple
:
public
LArCond2NtupleBase
12
{
13
public
:
14
LArDSPConfig2Ntuple
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
15
~LArDSPConfig2Ntuple
();
16
17
//standard algorithm methods
18
StatusCode
initialize
();
19
StatusCode
finalize
(){
return
StatusCode::SUCCESS;}
20
StatusCode
stop
();
21
22
private
:
23
std::string
m_ntname
;
24
std::string
m_folder
;
25
26
NTuple::Item<short>
m_peakSample
;
27
NTuple::Item<short>
m_useHgIntercept
;
28
NTuple::Item<short>
m_useMgIntercept
;
29
NTuple::Item<short>
m_useLgIntercept
;
30
};
31
32
#endif
LArCond2NtupleBase.h
LArDSPConfig2Ntuple::initialize
StatusCode initialize()
Definition:
LArDSPConfig2Ntuple.cxx:24
LArDSPConfig2Ntuple::finalize
StatusCode finalize()
Definition:
LArDSPConfig2Ntuple.h:19
LArCond2NtupleBase
Definition:
LArCond2NtupleBase.h:32
LArDSPConfig2Ntuple::m_folder
std::string m_folder
Definition:
LArDSPConfig2Ntuple.h:24
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArDSPConfig2Ntuple::LArDSPConfig2Ntuple
LArDSPConfig2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArDSPConfig2Ntuple.cxx:13
LArDSPConfig2Ntuple::~LArDSPConfig2Ntuple
~LArDSPConfig2Ntuple()
LArDSPConfig2Ntuple::m_useLgIntercept
NTuple::Item< short > m_useLgIntercept
Definition:
LArDSPConfig2Ntuple.h:29
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
LArDSPConfig2Ntuple::m_useHgIntercept
NTuple::Item< short > m_useHgIntercept
Definition:
LArDSPConfig2Ntuple.h:27
LArDSPConfig2Ntuple::m_peakSample
NTuple::Item< short > m_peakSample
Definition:
LArDSPConfig2Ntuple.h:26
LArDSPConfig2Ntuple::stop
StatusCode stop()
Definition:
LArDSPConfig2Ntuple.cxx:62
LArDSPConfig2Ntuple::m_ntname
std::string m_ntname
Definition:
LArDSPConfig2Ntuple.h:23
LArDSPConfig2Ntuple
Definition:
LArDSPConfig2Ntuple.h:12
LArDSPConfig2Ntuple::m_useMgIntercept
NTuple::Item< short > m_useMgIntercept
Definition:
LArDSPConfig2Ntuple.h:28
Generated on Sat Mar 29 2025 21:13:36 for ATLAS Offline Software by
1.8.18