Loading [MathJax]/jax/input/TeX/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
Event
xAOD
xAODTrigMinBiasCnv
xAODTrigMinBiasCnv
ITrigTrackCountsCnvTool.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: ITrigTrackCountsCnvTool.h 603232 2014-06-23 17:24:35Z azemla $
8
#ifndef xAODTrigMinBiasCNV_ITrigTrackCountsCNVTOOL_H
9
#define xAODTrigMinBiasCNV_ITrigTrackCountsCNVTOOL_H
10
11
// Gaudi/Athena include(s):
12
#include "GaudiKernel/IAlgTool.h"
13
14
// EDM include(s):
15
#include "
xAODTrigMinBias/TrigTrackCountsContainer.h
"
16
17
// Forward declaration(s):
18
class
TrigTrackCountsCollection
;
19
20
namespace
xAODMaker
{
21
23
static
const
InterfaceID
24
IID_ITrigTrackCountsCnvTool(
"xAODMaker::ITrigTrackCountsCnvTool"
, 1, 0 );
25
33
class
ITrigTrackCountsCnvTool
:
public
virtual
IAlgTool {
34
35
public
:
37
virtual
StatusCode
convert
(
const
TrigTrackCountsCollection
* aod,
38
xAOD::TrigTrackCountsContainer
* xaod )
const
= 0;
39
41
static
const
InterfaceID&
interfaceID
() {
42
return
IID_ITrigTrackCountsCnvTool;
43
}
44
45
};
// class ITrigTrackCountsCnvTool
46
47
}
// namespace xAODMaker
48
49
#endif // xAODTrigMinBiasCNV_ITrigTrackCountsCNVTOOL_H
TrigTrackCountsContainer.h
xAODMaker
Definition:
StoreGateSvc.h:72
xAODMaker::ITrigTrackCountsCnvTool::convert
virtual StatusCode convert(const TrigTrackCountsCollection *aod, xAOD::TrigTrackCountsContainer *xaod) const =0
Function that fills an existing xAOD::TrigTrackCountsContainer.
TrigTrackCountsCollection
Definition:
TrigTrackCountsCollection.h:13
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODMaker::ITrigTrackCountsCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition:
ITrigTrackCountsCnvTool.h:41
xAODMaker::ITrigTrackCountsCnvTool
Interface for the tool creating TrigTrackCountsContainer from an AOD.
Definition:
ITrigTrackCountsCnvTool.h:33
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
Generated on Mon Mar 24 2025 21:12:25 for ATLAS Offline Software by
1.8.18