Loading [MathJax]/extensions/MathMenu.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
Event
xAOD
xAODTrigMinBiasCnv
xAODTrigMinBiasCnv
ITrigT2ZdcSignalsCnvTool.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: ITrigT2ZdcSignalsCnvTool.h 608072 2014-07-23 00:27:40Z azemla $
8
#ifndef xAODTrigMinBiasCNV_ITrigT2ZdcSignalsCNVTOOL_H
9
#define xAODTrigMinBiasCNV_ITrigT2ZdcSignalsCNVTOOL_H
10
11
// Gaudi/Athena include(s):
12
#include "GaudiKernel/IAlgTool.h"
13
14
// EDM include(s):
15
#include "
xAODTrigMinBias/TrigT2ZdcSignalsContainer.h
"
16
17
// Forward declaration(s):
18
class
TrigT2ZdcSignalsContainer
;
19
20
namespace
xAODMaker
{
21
23
static
const
InterfaceID
24
IID_ITrigT2ZdcSignalsCnvTool(
"xAODMaker::ITrigT2ZdcSignalsCnvTool"
, 1, 0 );
25
33
class
ITrigT2ZdcSignalsCnvTool
:
public
virtual
IAlgTool {
34
35
public
:
37
virtual
StatusCode
convert
(
const
TrigT2ZdcSignalsContainer
* aod,
38
xAOD::TrigT2ZdcSignalsContainer
* xaod ) = 0;
39
41
static
const
InterfaceID&
interfaceID
() {
42
return
IID_ITrigT2ZdcSignalsCnvTool;
43
}
44
45
};
// class ITrigT2ZdcSignalsCnvTool
46
47
}
// namespace xAODMaker
48
49
#endif // xAODTrigMinBiasCNV_ITrigT2ZdcSignalsCNVTOOL_H
TrigT2ZdcSignalsContainer.h
xAODMaker
Definition:
StoreGateSvc.h:72
xAODMaker::ITrigT2ZdcSignalsCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition:
ITrigT2ZdcSignalsCnvTool.h:41
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODMaker::ITrigT2ZdcSignalsCnvTool
Interface for the tool creating TrigT2ZdcSignalsContainer from an AOD.
Definition:
ITrigT2ZdcSignalsCnvTool.h:33
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
TrigT2ZdcSignalsContainer
Definition:
Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2ZdcSignalsContainer.h:13
xAODMaker::ITrigT2ZdcSignalsCnvTool::convert
virtual StatusCode convert(const TrigT2ZdcSignalsContainer *aod, xAOD::TrigT2ZdcSignalsContainer *xaod)=0
Function that fills an existing xAOD::TrigT2ZdcSignalsContainer.
Generated on Sat Mar 29 2025 21:12:19 for ATLAS Offline Software by
1.8.18