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
LArMinBias2Ntuple.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARMINBIAS2NTUPLE_H
6
#define LARMINBIAS2NTUPLE_H
7
8
#include "
LArCalibTools/LArCond2NtupleBase.h
"
9
#include "
LArElecCalib/ILArMinBiasAverage.h
"
10
#include "
LArElecCalib/ILArMinBias.h
"
11
12
13
class
LArMinBias2Ntuple
:
public
LArCond2NtupleBase
14
{
15
public
:
16
LArMinBias2Ntuple
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
17
~LArMinBias2Ntuple
();
18
19
//standard algorithm methods
20
virtual
StatusCode
initialize
();
21
virtual
StatusCode
stop
();
22
StatusCode
finalize
(){
return
StatusCode::SUCCESS;}
23
private
:
24
25
SG::ReadCondHandleKey<ILArMinBias>
m_contKey
{
this
,
"ContainerKey"
,
"LArMinBias"
};
26
SG::ReadCondHandleKey<ILArMinBiasAverage>
m_contKeyAv
{
this
,
"ContainerKeyAv"
,
"LArPileupAverage"
};
27
bool
m_isPileup
;
28
};
29
30
#endif
LArMinBias2Ntuple::m_contKeyAv
SG::ReadCondHandleKey< ILArMinBiasAverage > m_contKeyAv
Definition:
LArMinBias2Ntuple.h:26
ILArMinBias.h
LArCond2NtupleBase.h
LArMinBias2Ntuple::finalize
StatusCode finalize()
Definition:
LArMinBias2Ntuple.h:22
LArMinBias2Ntuple::initialize
virtual StatusCode initialize()
Definition:
LArMinBias2Ntuple.cxx:21
LArCond2NtupleBase
Definition:
LArCond2NtupleBase.h:32
LArMinBias2Ntuple::stop
virtual StatusCode stop()
Definition:
LArMinBias2Ntuple.cxx:28
LArMinBias2Ntuple::m_isPileup
bool m_isPileup
Definition:
LArMinBias2Ntuple.h:27
LArMinBias2Ntuple
Definition:
LArMinBias2Ntuple.h:14
LArMinBias2Ntuple::~LArMinBias2Ntuple
~LArMinBias2Ntuple()
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArMinBias2Ntuple::m_contKey
SG::ReadCondHandleKey< ILArMinBias > m_contKey
Definition:
LArMinBias2Ntuple.h:25
LArMinBias2Ntuple::LArMinBias2Ntuple
LArMinBias2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArMinBias2Ntuple.cxx:9
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
SG::ReadCondHandleKey< ILArMinBias >
ILArMinBiasAverage.h
Generated on Sat Mar 29 2025 21:13:44 for ATLAS Offline Software by
1.8.18