Fork me on GitHub

Ignore:
Timestamp:
Dec 12, 2014, 2:54:27 PM (10 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
7f12612, cd75093
Parents:
14ae668
Message:

added Wl rpath to comments for external fastjet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/ExternalFastJetHepMC.cpp

    r14ae668 r3d10d1f  
    3333Then run the following commands to build the executable:
    3434
    35 DELPHES_LIB="-L$DELPHES_DIR -lDelphesNoFastJet"
     35DELPHES_LIB="-Wl,-rpath $DELPHES_DIR -L$DELPHES_DIR -lDelphesNoFastJet"
    3636
    3737FASTJET_INC=`$FASTJET_DIR/bin/fastjet-config --cxxflags`
     
    4646g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJetHepMC.cpp -o examples/ExternalFastJetHepMC
    4747
    48 Then run from the main Delphes dir (you need an event file in hepmc format):
     48Then run (you need an event file in hepmc format):
    4949
    5050./examples/ExternalFastJetHepMC cards/delphes_card_CMS_NoFastJet.tcl file.hepmc
Note: See TracChangeset for help on using the changeset viewer.