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
TrigCombinedEvent
TrigCombinedEvent
Trigger/TrigEvent/TrigCombinedEvent/TrigCombinedEvent/TrigCompositeContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGCOMPOSITECONTAINER_H
6
#define TRIGCOMPOSITECONTAINER_H
7
8
9
/*******************************************************
10
11
NAME: TrigCompositeContainer.h
12
PACKAGE: Trigger/TrigEvent/TrigCombinedEvent
13
AUTHORS: Camille B.-Champagne
14
CREATION DATE: November 28th, 2011
15
16
******************************************************/
17
// includes section
18
#include "
TrigCombinedEvent/TrigComposite.h
"
19
#include "
AthContainers/DataVector.h
"
20
#include "
AthenaKernel/BaseInfo.h
"
21
25
class
TrigCompositeContainer
:
public
DataVector
<TrigComposite> {
26
27
public
:
30
void
print_size
(
void
)
const
;
31
32
private
:
33
};
34
35
// CLIDSvc is already loaded in base class
36
//CLASS_DEF( TrigCompositeContainer , 1249274952 , 1 )
38
39
CLASS_DEF
(
TrigCompositeContainer
, 1190930394 , 1 )
40
CLASS_DEF
(
DataVector
<
TrigCompositeContainer
> , 1178462341 , 1 )
41
42
SG_BASE
(
TrigCompositeContainer
,
DataVector
<
TrigComposite
>);
43
44
#endif
SG_BASE
SG_BASE(TrigCompositeContainer, DataVector< TrigComposite >)
CLASS_DEF( DataVector<TrigCompositeContainer> , 1328522819 , 1 )
TrigComposite
Definition:
Trigger/TrigEvent/TrigCombinedEvent/TrigCombinedEvent/TrigComposite.h:26
TrigCompositeContainer
Container from TrigComposite type objects.
Definition:
Trigger/TrigEvent/TrigCombinedEvent/TrigCombinedEvent/TrigCompositeContainer.h:25
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
TrigComposite.h
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
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
TrigCompositeContainer::print_size
void print_size(void) const
calls TrigComposite::print (to std::cout) for all available combos
Definition:
TrigCompositeContainer.cxx:20
Generated on Sat Mar 29 2025 21:20:37 for ATLAS Offline Software by
1.8.18