]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/FJWrapper/README.FastJet
Adding include path
[u/mrichter/AliRoot.git] / HLT / FJWrapper / README.FastJet
1 To enable the EMCAL jet trigger you need to
2
3 0) install FastJet and define $FASTJET
4 1) rename the CMakelibAliHLTFJW.pkg.noFJ in CMakelibAliHLTFJW.pkg this will build the FastJet library
5 2) uncomment the line with # AliHLTTriggerFastJet.h in CMakelibAliHLTTrigger.pkg
6 3) eneble the corresponding pragma directive in trigger/AliHLTTriggerLinkDef.h
7 4) uncomment the lines
8 //#include "AliHLTTriggerFastJet.h"
9 //pHandler->AddComponent(new AliHLTTriggerFastJet);
10 in trigger/AliHLTTriggerAgent.cxx
11
12 problems questions
13 "Federico Ronchetti" <federico.ronchetti@gmail.com>
14 "Leonidas Xaplanteris" <leonidas.xaplanteris@gmail.com>