ATLAS Offline Software
Loading...
Searching...
No Matches
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
21
22namespace fastjet {
23 class PseudoJet;
24 class ClusterSequence;
25}
26
27namespace xAOD {
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
virtual FastJetLinkBase * clone()
const fastjet::ClusterSequence * clusterSequence
const fastjet::PseudoJet * pseudoJet
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.