ATLAS Offline Software
Event
xAOD
xAODJet
xAODJet
FastJetLinkBase.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef XAODJET_FASTJETLINKBASE_H
8
#define XAODJET_FASTJETLINKBASE_H
9
22
namespace
fastjet
{
23
class
PseudoJet;
24
class
ClusterSequence
;
25
}
26
27
namespace
xAOD
{
28
class
FastJetLinkBase
{
29
public
:
30
virtual
FastJetLinkBase
*
clone
(){
return
NULL;}
31
const
fastjet::PseudoJet*
pseudoJet
;
32
const
fastjet::ClusterSequence
*
clusterSequence
;
33
virtual
~FastJetLinkBase
(){}
34
};
35
}
36
#endif
fastjet
Definition:
FastJetLinkBase.h:22
xAOD::FastJetLinkBase::clusterSequence
const fastjet::ClusterSequence * clusterSequence
Definition:
FastJetLinkBase.h:32
xAOD::FastJetLinkBase::clone
virtual FastJetLinkBase * clone()
Definition:
FastJetLinkBase.h:30
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
jet::ClusterSequence
fastjet::ClusterSequence ClusterSequence
Definition:
ClusterSequence.h:21
xAOD::FastJetLinkBase::pseudoJet
const fastjet::PseudoJet * pseudoJet
Definition:
FastJetLinkBase.h:31
xAOD::FastJetLinkBase::~FastJetLinkBase
virtual ~FastJetLinkBase()
Definition:
FastJetLinkBase.h:33
Generated on Thu Nov 7 2024 21:15:11 for ATLAS Offline Software by
1.8.18