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
TrigCaloEvent
TrigCaloEvent
TrigT2JetContainer.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 TRIGCALOEVENT_TRIGT2JETCONTAINER_H
6
#define TRIGCALOEVENT_TRIGT2JETCONTAINER_H
7
/********************************************************************
8
9
NAME: TrigT2JetContainer.h
10
PACKAGE:
11
12
AUTHORS: Kyle Cranmer
13
CREATED: Oct. 05
14
15
********************************************************************/
16
17
// INCLUDE HEADER FILES:
18
19
#include "
AthContainers/DataVector.h
"
20
#include "
AthenaKernel/CLASS_DEF.h
"
21
#include "
TrigCaloEvent/TrigT2Jet.h
"
22
#include "
AthenaKernel/BaseInfo.h
"
23
25
class
TrigT2JetContainer
:
public
DataVector
<TrigT2Jet>
26
{
27
public
:
28
/*
29
TrigT2JetContainer(SG::OwnershipPolicy own = SG::OWN_ELEMENTS)
30
: DataVector<TrigT2Jet>(own)
31
{ }
32
*/
33
35
virtual
~TrigT2JetContainer
() { } ;
36
38
// void print();
39
40
};
41
42
CLASS_DEF
(
TrigT2JetContainer
, 1178384516, 1)
43
//CLASS_DEF( DataVector<TrigT2JetContainer> , 1311929759 , 1 )
44
SG_BASE
(
TrigT2JetContainer
,
DataVector
<
TrigT2Jet
>);
45
#endif
TrigT2Jet
LVL2 Trigger Jet Class.
Definition:
TrigT2Jet.h:32
TrigT2JetContainer
container of TrigT2Jet elements
Definition:
TrigT2JetContainer.h:26
TrigT2JetContainer::~TrigT2JetContainer
virtual ~TrigT2JetContainer()
Destructor.
Definition:
TrigT2JetContainer.h:43
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
SG_BASE
SG_BASE(TrigT2JetContainer, DataVector< TrigT2Jet >)
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
CLASS_DEF.h
macros to associate a CLID to a type
TrigT2Jet.h
Generated on Mon Apr 21 2025 21:21:51 for ATLAS Offline Software by
1.8.18