Fork me on GitHub

Changeset 3d10d1f in git for examples


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

Location:
examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • examples/ExternalFastJetBasic.cpp

    r14ae668 r3d10d1f  
    3636Then run the following commands to build the executable:
    3737
    38 DELPHES_LIB="-L$DELPHES_DIR -lDelphesNoFastJet"
     38DELPHES_LIB="-Wl,-rpath $DELPHES_DIR -L$DELPHES_DIR -lDelphesNoFastJet"
    3939
    4040FASTJET_INC=`$FASTJET_DIR/bin/fastjet-config --cxxflags`
     
    4949g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJetBasic.cpp -o examples/ExternalFastJetBasic
    5050
    51 Then run from the main Delphes dir:
     51Then run:
    5252
    5353./examples/ExternalFastJetBasic cards/delphes_card_CMS_NoFastJet.tcl
  • 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.