Fork me on GitHub

Changes between Version 9 and Version 10 of WorkBook/ExternalFastJet


Ignore:
Timestamp:
Dec 22, 2014, 3:43:25 PM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/ExternalFastJet

    v9 v10  
    8585
    8686{{{
    87 g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJetBasic.cpp -o examples/ExternalFastJetBasic
    88 g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJetHepMC.cpp -o examples/ExternalFastJetHepMC
     87g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJet/ExternalFastJetBasic.cpp -o ExternalFastJetBasic
     88g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJet/ExternalFastJetHepMC.cpp -o ExternalFastJetHepMC
    8989}}}
    9090
     
    9999
    100100{{{
    101 ./examples/ExternalFastJetBasic cards/delphes_card_CMS_NoFastJet.tcl
    102 ./examples/ExternalFastJetHepMC cards/delphes_card_CMS_NoFastJet.tcl test.hepmc
     101./ExternalFastJetBasic cards/delphes_card_CMS_NoFastJet.tcl
     102./ExternalFastJetHepMC cards/delphes_card_CMS_NoFastJet.tcl test.hepmc
    103103}}}