ATLAS Offline Software
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 {
29  public:
30  virtual FastJetLinkBase* clone(){return NULL;}
31  const fastjet::PseudoJet* pseudoJet;
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