Changeset 3d10d1f in git for examples/ExternalFastJetBasic.cpp
- Timestamp:
- Dec 12, 2014, 2:54:27 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 7f12612, cd75093
- Parents:
- 14ae668
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/ExternalFastJetBasic.cpp
r14ae668 r3d10d1f 36 36 Then run the following commands to build the executable: 37 37 38 DELPHES_LIB="- L$DELPHES_DIR -lDelphesNoFastJet"38 DELPHES_LIB="-Wl,-rpath $DELPHES_DIR -L$DELPHES_DIR -lDelphesNoFastJet" 39 39 40 40 FASTJET_INC=`$FASTJET_DIR/bin/fastjet-config --cxxflags` … … 49 49 g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJetBasic.cpp -o examples/ExternalFastJetBasic 50 50 51 Then run from the main Delphes dir:51 Then run: 52 52 53 53 ./examples/ExternalFastJetBasic cards/delphes_card_CMS_NoFastJet.tcl
Note:
See TracChangeset
for help on using the changeset viewer.