Fork me on GitHub

Changes between Version 59 and Version 60 of WorkBook/QuickTour


Ignore:
Timestamp:
Jun 3, 2021, 1:00:25 PM (3 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

    v59 v60  
    3838When running Delphes without parameters or when supplying an invalid command line, the following message will be shown:
    3939{{{#!sh
    40 ./DelphesHepMC
    41  Usage: DelphesHepMC config_file output_file [input_file(s)]
     40./DelphesHepMC3
     41 Usage: DelphesHepMC3 config_file output_file [input_file(s)]
    4242 config_file - configuration file in Tcl format,
    4343 output_file - output file in ROOT format,
     
    4848Running Delphes with HepMC input files:
    4949{{{#!sh
    50 ./DelphesHepMC cards/delphes_card_CMS.tcl output.root input.hepmc
     50./DelphesHepMC3 cards/delphes_card_CMS.tcl output.root input.hepmc
    5151}}}
    5252
     
    6363Running Delphes with files stored in CASTOR:
    6464{{{#!sh
    65 rfcat /castor/cern.ch/user/d/demine/test.hepmc.gz | gunzip | ./DelphesHepMC cards/delphes_card_CMS.tcl delphes_output.root
     65rfcat /castor/cern.ch/user/d/demine/test.hepmc.gz | gunzip | ./DelphesHepMC3 cards/delphes_card_CMS.tcl delphes_output.root
    6666}}}
    6767
    6868Running Delphes with files accessible via HTTP:
    6969{{{#!sh
    70 curl http://cp3.irmp.ucl.ac.be/~demin/test.hepmc.gz | gunzip | ./DelphesHepMC cards/delphes_card_CMS.tcl delphes_output.root
     70curl http://cp3.irmp.ucl.ac.be/~demin/test.hepmc.gz | gunzip | ./DelphesHepMC3 cards/delphes_card_CMS.tcl delphes_output.root
    7171}}}
    7272