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
LArFebTimeOffset2Ntuple.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// Dear emacs, this is -*-c++-*-
6
#ifndef LARFEBTIMEOFFSET2NTUPLE_H
7
#define LARFEBTIMEOFFSET2NTUPLE_H
8
9
#include "
CxxUtils/checker_macros.h
"
10
#include "
LArCalibTools/LArCond2NtupleBase.h
"
11
12
class
LArFebTimeOffset2Ntuple
:
public
LArCond2NtupleBase
{
13
14
public
:
15
16
LArFebTimeOffset2Ntuple
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
17
18
virtual
~LArFebTimeOffset2Ntuple
();
19
20
virtual
StatusCode
initialize
()
override
;
21
virtual
StatusCode
execute
()
override
{
return
StatusCode::SUCCESS;}
22
virtual
StatusCode
stop
ATLAS_NOT_THREAD_SAFE
()
override
;
//<< Do the work here
23
24
25
private
:
26
std::string
m_inputContainer
;
27
int
m_gain
;
28
};
29
30
31
#endif
LArFebTimeOffset2Ntuple::initialize
virtual StatusCode initialize() override
Definition:
LArFebTimeOffset2Ntuple.cxx:23
LArCond2NtupleBase.h
LArFebTimeOffset2Ntuple::m_inputContainer
std::string m_inputContainer
Definition:
LArFebTimeOffset2Ntuple.h:26
PixelModuleFeMask_create_db.stop
int stop
Definition:
PixelModuleFeMask_create_db.py:76
LArCond2NtupleBase
Definition:
LArCond2NtupleBase.h:32
LArFebTimeOffset2Ntuple::m_gain
int m_gain
Definition:
LArFebTimeOffset2Ntuple.h:27
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArFebTimeOffset2Ntuple::LArFebTimeOffset2Ntuple
LArFebTimeOffset2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArFebTimeOffset2Ntuple.cxx:10
LArFebTimeOffset2Ntuple
Definition:
LArFebTimeOffset2Ntuple.h:12
LArFebTimeOffset2Ntuple::execute
virtual StatusCode execute() override
Definition:
LArFebTimeOffset2Ntuple.h:21
LArFebTimeOffset2Ntuple::ATLAS_NOT_THREAD_SAFE
virtual StatusCode stop ATLAS_NOT_THREAD_SAFE() override
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
LArFebTimeOffset2Ntuple::~LArFebTimeOffset2Ntuple
virtual ~LArFebTimeOffset2Ntuple()
checker_macros.h
Define macros for attributes used to control the static checker.
Generated on Sat Mar 29 2025 21:13:39 for ATLAS Offline Software by
1.8.18