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
Reconstruction
Jet
JetEDM
JetEDM
FastJetLink.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef JETEDM_FASTJETLINK_H
8
#define JETEDM_FASTJETLINK_H
9
19
#include "fastjet/PseudoJet.hh"
20
#include "
xAODJet/FastJetLinkBase.h
"
21
22
23
namespace
xAOD
{
24
25
class
FastJetLink
:
public
FastJetLinkBase
{
26
public
:
27
FastJetLink
(
const
fastjet::PseudoJet & pj )
28
:
m_actualPseudoJet
(pj)
29
{
30
pseudoJet
= &
m_actualPseudoJet
;
31
if
( pj.has_valid_cluster_sequence () ) {
32
clusterSequence
= pj.validated_cluster_sequence ();
33
}
34
}
35
virtual
FastJetLinkBase
*
clone
() {
return
new
FastJetLink
(*
this
); }
36
~FastJetLink
() {}
37
protected
:
38
fastjet::PseudoJet
m_actualPseudoJet
;
39
};
40
41
}
42
43
#endif
xAOD::FastJetLink::FastJetLink
FastJetLink(const fastjet::PseudoJet &pj)
Definition:
FastJetLink.h:27
xAOD::FastJetLink::clone
virtual FastJetLinkBase * clone()
Definition:
FastJetLink.h:35
xAOD::FastJetLinkBase::clusterSequence
const fastjet::ClusterSequence * clusterSequence
Definition:
FastJetLinkBase.h:32
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::FastJetLinkBase
Definition:
FastJetLinkBase.h:28
xAOD::FastJetLink::m_actualPseudoJet
fastjet::PseudoJet m_actualPseudoJet
Definition:
FastJetLink.h:38
xAOD::FastJetLinkBase::pseudoJet
const fastjet::PseudoJet * pseudoJet
Definition:
FastJetLinkBase.h:31
FastJetLinkBase.h
xAOD::FastJetLink
Definition:
FastJetLink.h:25
xAOD::FastJetLink::~FastJetLink
~FastJetLink()
Definition:
FastJetLink.h:36
Generated on Thu Mar 13 2025 21:10:39 for ATLAS Offline Software by
1.8.18