ATLAS Offline Software
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 Sun Dec 22 2024 21:10:26 for ATLAS Offline Software by
1.8.18