Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now it's time to grab a coffee...

Panel
Wiki Markup

*Known features/problems
*
* check for lib/lib64 fails, this is true for the following packages:Xerces, Fastjet


Fix _ln \-s lib64 lib
_
* Problems in FastJet 2.4.2 compilation
(function swap)
swap -> std::swap

_fix in 2.4.2/FastJet/include/fastjet/internal/ClusterSequence_N2.icc_

_109c109_
_>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (jetA < jetB) {std::swap(jetA,jetB);}_
_\--\-_
_<&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (jetA < jetB) {swap(jetA,jetB);}_

_2.4.2/FastJet/include/fastjet/NNH.hh_

_Line 266&nbsp;&nbsp; if (jetA < jetB) std::swap(jetA,jetB);_
_Line 270 change to&nbsp; this->init_jet(jetB, jet, index);_
* &nbsp;

LCSIM installation

First get the JAS 3.0.3 from here , it contains a handy LCIO browser and the Wired Event display

...