ATLAS Offline Software
Loading...
Searching...
No Matches
xAOD::FastJetLink Class Reference

#include <FastJetLink.h>

Inheritance diagram for xAOD::FastJetLink:
Collaboration diagram for xAOD::FastJetLink:

Public Member Functions

 FastJetLink (const fastjet::PseudoJet &pj)
virtual FastJetLinkBaseclone ()
 ~FastJetLink ()

Public Attributes

const fastjet::PseudoJet * pseudoJet
const fastjet::ClusterSequence * clusterSequence

Protected Attributes

fastjet::PseudoJet m_actualPseudoJet

Detailed Description

Definition at line 25 of file FastJetLink.h.

Constructor & Destructor Documentation

◆ FastJetLink()

xAOD::FastJetLink::FastJetLink ( const fastjet::PseudoJet & pj)
inline

Definition at line 27 of file FastJetLink.h.

29 {
31 if( pj.has_valid_cluster_sequence () ) {
32 clusterSequence = pj.validated_cluster_sequence ();
33 }
34 }
const fastjet::ClusterSequence * clusterSequence
const fastjet::PseudoJet * pseudoJet

◆ ~FastJetLink()

xAOD::FastJetLink::~FastJetLink ( )
inline

Definition at line 36 of file FastJetLink.h.

36{}

Member Function Documentation

◆ clone()

virtual FastJetLinkBase * xAOD::FastJetLink::clone ( )
inlinevirtual

Reimplemented from xAOD::FastJetLinkBase.

Definition at line 35 of file FastJetLink.h.

35{ return new FastJetLink(*this); }

Member Data Documentation

◆ clusterSequence

const fastjet::ClusterSequence* xAOD::FastJetLinkBase::clusterSequence
inherited

Definition at line 32 of file FastJetLinkBase.h.

◆ m_actualPseudoJet

fastjet::PseudoJet xAOD::FastJetLink::m_actualPseudoJet
protected

Definition at line 38 of file FastJetLink.h.

◆ pseudoJet

const fastjet::PseudoJet* xAOD::FastJetLinkBase::pseudoJet
inherited

Definition at line 31 of file FastJetLinkBase.h.


The documentation for this class was generated from the following file: