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
TrigT1
TrigGepPerf
src
Trigger/TrigT1/TrigGepPerf/src/Jet.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGL0GEPPERF_JET_H
6
#define TRIGL0GEPPERF_JET_H
7
8
#include "TLorentzVector.h"
9
10
namespace
Gep
{
11
struct
Jet
12
{
13
14
TLorentzVector
vec
;
15
std::vector<int>
constituentsIndices
;
16
int
nConstituents
{0};
17
float
radius
{0};
18
float
seedEta
{0};
19
float
seedPhi
{0};
20
float
seedEt
{0};
21
22
};
23
}
24
25
#endif //TRIGL0GEPPERF_CUSTOMJET_H
Gep::Jet::seedEta
float seedEta
Definition:
Trigger/TrigT1/TrigGepPerf/src/Jet.h:18
Gep::Jet::seedPhi
float seedPhi
Definition:
Trigger/TrigT1/TrigGepPerf/src/Jet.h:19
Gep::Jet::nConstituents
int nConstituents
Definition:
Trigger/TrigT1/TrigGepPerf/src/Jet.h:16
Gep::Jet::constituentsIndices
std::vector< int > constituentsIndices
Definition:
Trigger/TrigT1/TrigGepPerf/src/Jet.h:15
Gep::Jet::vec
TLorentzVector vec
Definition:
Trigger/TrigT1/TrigGepPerf/src/Jet.h:14
Gep::Jet::seedEt
float seedEt
Definition:
Trigger/TrigT1/TrigGepPerf/src/Jet.h:20
Gep
Definition:
Trigger/TrigT1/TrigGepPerf/src/Cluster.h:11
Gep::Jet
Definition:
Trigger/TrigT1/TrigGepPerf/src/Jet.h:12
Gep::Jet::radius
float radius
Definition:
Trigger/TrigT1/TrigGepPerf/src/Jet.h:17
Generated on Fri Apr 4 2025 21:12:40 for ATLAS Offline Software by
1.8.18