Changes between Version 9 and Version 10 of WorkBook/ExternalFastJet
- Timestamp:
- Dec 22, 2014, 3:43:25 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/ExternalFastJet
v9 v10 85 85 86 86 {{{ 87 g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJet Basic.cpp -o examples/ExternalFastJetBasic88 g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJet HepMC.cpp -o examples/ExternalFastJetHepMC87 g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJet/ExternalFastJetBasic.cpp -o ExternalFastJetBasic 88 g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJet/ExternalFastJetHepMC.cpp -o ExternalFastJetHepMC 89 89 }}} 90 90 … … 99 99 100 100 {{{ 101 ./ examples/ExternalFastJetBasic cards/delphes_card_CMS_NoFastJet.tcl102 ./ examples/ExternalFastJetHepMC cards/delphes_card_CMS_NoFastJet.tcl test.hepmc101 ./ExternalFastJetBasic cards/delphes_card_CMS_NoFastJet.tcl 102 ./ExternalFastJetHepMC cards/delphes_card_CMS_NoFastJet.tcl test.hepmc 103 103 }}}