]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWGJE/CMakelibPWGJEFlavourJetTasks.pkg
Patch provided by Adrian (slightly reworked by Constantin).
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Oct 2013 21:03:58 +0000 (21:03 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Oct 2013 21:03:58 +0000 (21:03 +0000)
commit5d0a50076a16bb428fd2cc7fe4e6cdfe05a438e3
treeaffe36f1db4b85150fc165c5cdaeca2fac9b5fac
parent2bf353fb427d393be917967bfc203dda5b428e77
Patch provided by Adrian (slightly reworked by Constantin).
Enable the use of fastjet 3 (3.0.5 was tested). Not all features are implemented
in the wrapper. In particular  fj::JetMedianBackgroundEstimator is commented, and
we still use RangeDefinition instead of Selector. Can be changed at a later stage.
Verified that raw spectra are not changing if you have fastjet 2.4.x.
(Also with 3.0.5 raw results were the same for the same settings as with 2.4.x)
More tests are being performed by Adrian.

To install fastjet 3. Follow $ALICE_ROOT/JETAN/README_FASTJET
Configure fastjet with:
--enable-debug --enable-shared --enable-cgal --disable-monolithic --disable-static

Order to load libraries:
  gSystem->Load("libCGAL");
  gSystem->Load("libfastjet");
  gSystem->Load("libsiscone");
  gSystem->Load("libsiscone_spherical");
  gSystem->Load("libSISConePlugin");

  gSystem->Load("libJETAN");
  gSystem->Load("libFASTJETAN");
  gSystem->Load("libPWGJEEMCALJetTasks");
PWGJE/CMakelibPWGJE.pkg
PWGJE/CMakelibPWGJEEMCALJetTasks.pkg
PWGJE/CMakelibPWGJEFlavourJetTasks.pkg
PWGJE/EMCALJetTasks/AliEmcalJetTask.cxx
PWGJE/EMCALJetTasks/AliEmcalJetTask.h
PWGJE/EMCALJetTasks/AliFJWrapper.h
PWGJE/EMCALJetTasks/FJ_includes.h