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
TileCalorimeter
TileRecUtils
TileRecUtils
ITileDQstatusTool.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
/*
3
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
4
*/
5
/*
6
*/
15
#ifndef TILERECUTILS_ITILEDQSTATUSTOOL_H
16
#define TILERECUTILS_ITILEDQSTATUSTOOL_H
17
18
19
#include "GaudiKernel/IAlgTool.h"
20
#include "GaudiKernel/StatusCode.h"
21
22
23
class
TileRawChannelContainer
;
24
class
TileDigitsContainer
;
25
class
TileBeamElemContainer
;
26
class
TileDQstatus
;
27
class
EventContext;
28
29
30
/***
31
* @brief Interface for building TileDQstatus object.
32
*/
33
class
ITileDQstatusTool
34
:
virtual
public
IAlgTool
35
{
36
public
:
37
DeclareInterfaceID
(
ITileDQstatusTool
, 1, 0);
38
39
48
virtual
49
StatusCode
50
makeStatus
(
const
EventContext& ctx,
51
const
TileRawChannelContainer
*
rawChannelContainer
,
52
const
TileDigitsContainer
*
tileDigitsContainer
,
53
const
TileBeamElemContainer
* tileBeamElemContainer,
54
TileDQstatus
& dqstatus)
const
= 0;
55
};
56
57
58
#endif // not TILERECUTILS_ITILEDQSTATUSTOOL_H
TileRawChannelContainer
Definition:
TileRawChannelContainer.h:13
ITileDQstatusTool::makeStatus
virtual StatusCode makeStatus(const EventContext &ctx, const TileRawChannelContainer *rawChannelContainer, const TileDigitsContainer *tileDigitsContainer, const TileBeamElemContainer *tileBeamElemContainer, TileDQstatus &dqstatus) const =0
Make a new TileDQstatus object.
TileDigitsContainer
Definition:
TileDigitsContainer.h:13
TileDQstatus
Class that holds Data Quality fragment information and provides functions to extract the data quality...
Definition:
TileDQstatus.h:49
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ITileDQstatusTool
Definition:
ITileDQstatusTool.h:35
CaloJiveXML_DataTypes.tileDigitsContainer
string tileDigitsContainer
Definition:
CaloJiveXML_DataTypes.py:11
TileBeamElemContainer
Definition:
TileBeamElemContainer.h:13
TileAANtupleConfig.rawChannelContainer
rawChannelContainer
Definition:
TileAANtupleConfig.py:120
ITileDQstatusTool::DeclareInterfaceID
DeclareInterfaceID(ITileDQstatusTool, 1, 0)
Generated on Thu Apr 3 2025 21:12:27 for ATLAS Offline Software by
1.8.18