]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGJE/EMCALJetTasks/FJ_includes.h
set phys sel for jet finders
[u/mrichter/AliRoot.git] / PWGJE / EMCALJetTasks / FJ_includes.h
CommitLineData
f7d6146b 1#ifndef FJ_includes_H
2#define FJ_includes_H
3
4// $Id$
5
6#if !defined(__CINT__) && !defined(__MAKECINT__)
7#if defined __GNUC__
8#pragma GCC system_header
9#endif
5d0a5007 10#include <fastjet/config.h>
f7d6146b 11#include <fastjet/PseudoJet.hh>
12#include <fastjet/JetDefinition.hh>
13#include <fastjet/ClusterSequence.hh>
14#include <fastjet/ClusterSequenceArea.hh>
15#include <fastjet/AreaDefinition.hh>
16#include <fastjet/SISConePlugin.hh>
c515ed6d 17#include <fastjet/CDFMidPointPlugin.hh>
5d0a5007 18#ifdef FASTJET_VERSION
19#include <fastjet/tools/JetMedianBackgroundEstimator.hh>
20#endif
f7d6146b 21#endif
22#endif