Changes between Version 5 and Version 6 of WorkBook/ExternalFastJet
- Timestamp:
- Dec 18, 2014, 9:41:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/ExternalFastJet
v5 v6 52 52 53 53 {{{ 54 DELPHES_LIB="-Wl,-rpath 54 DELPHES_LIB="-Wl,-rpath=$DELPHES_DIR -L$DELPHES_DIR -lDelphesNoFastJet" 55 55 56 56 FASTJET_INC=`$FASTJET_DIR/bin/fastjet-config --cxxflags` … … 72 72 CONTRIB_DIR=<path to contrib installation> 73 73 CONTRIB_INC=$CONTRIB_DIR/include 74 CONTRIB_LIB="-Wl,-rpath 74 CONTRIB_LIB="-Wl,-rpath=$CONTRIB_DIR -L$CONTRIB_DIR -lNsubjettiness -lSoftKiller" 75 75 }}} 76 76