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
Trigger
TrigEvent
TrigSteeringEvent
TrigSteeringEvent
TrigRoiDescriptorCollection.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#pragma once
6
//#ifndef XAOD_ANALYSIS
7
// #ifndef TRIGSTEERINGEVENT_TRIGROIDESCRIPTORCOLLECTION_H
8
#define TRIGSTEERINGEVENT_TRIGROIDESCRIPTORCOLLECTION_H
9
10
// #include "DataModel/DataVector.h"
11
#include "
AthContainers/DataVector.h
"
12
// #include "AthenaKernel/BaseInfo.h"
13
14
#include "
xAODCore/CLASS_DEF.h
"
15
#include "
xAODCore/BaseInfo.h
"
16
17
#ifndef TRIGSTEERINGEVENT_TRIGROIDESCRIPTOR_H
18
#include "
TrigSteeringEvent/TrigRoiDescriptor.h
"
19
#endif
20
21
class
TrigRoiDescriptorCollection
:
public
DataVector
<TrigRoiDescriptor> {
22
public
:
23
TrigRoiDescriptorCollection
() {};
24
25
TrigRoiDescriptorCollection
(
SG::OwnershipPolicy
pl)
26
:
DataVector
<
TrigRoiDescriptor
>(pl){};
27
};
28
29
CLASS_DEF
(
TrigRoiDescriptorCollection
, 1097199488 , 1 )
30
31
SG_BASE
(
TrigRoiDescriptorCollection
,
DataVector
<
TrigRoiDescriptor
>);
32
33
// #endif /// #ifndef TRIGSTEERINGEVENT_TRIGROIDESCRIPTORCOLLECTION_H
34
35
//#endif //XAOD_ANALYSIS
TrigRoiDescriptorCollection::TrigRoiDescriptorCollection
TrigRoiDescriptorCollection()
Definition:
TrigRoiDescriptorCollection.h:23
BaseInfo.h
TrigRoiDescriptor
nope - should be used for standalone also, perhaps need to protect the class def bits #ifndef XAOD_AN...
Definition:
TrigRoiDescriptor.h:56
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition:
OwnershipPolicy.h:16
TrigRoiDescriptorCollection::TrigRoiDescriptorCollection
TrigRoiDescriptorCollection(SG::OwnershipPolicy pl)
Definition:
TrigRoiDescriptorCollection.h:25
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
CLASS_DEF.h
File providing the different SG_BASE macros.
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
TrigRoiDescriptorCollection
Definition:
TrigRoiDescriptorCollection.h:21
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
SG_BASE
SG_BASE(TrigRoiDescriptorCollection, DataVector< TrigRoiDescriptor >)
TrigRoiDescriptor.h
Generated on Sun Apr 27 2025 21:21:57 for ATLAS Offline Software by
1.8.18