Changes between Version 59 and Version 60 of WorkBook/QuickTour
- Timestamp:
- Jun 3, 2021, 1:00:25 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/QuickTour
v59 v60 38 38 When running Delphes without parameters or when supplying an invalid command line, the following message will be shown: 39 39 {{{#!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)] 42 42 config_file - configuration file in Tcl format, 43 43 output_file - output file in ROOT format, … … 48 48 Running Delphes with HepMC input files: 49 49 {{{#!sh 50 ./DelphesHepMC cards/delphes_card_CMS.tcl output.root input.hepmc50 ./DelphesHepMC3 cards/delphes_card_CMS.tcl output.root input.hepmc 51 51 }}} 52 52 … … 63 63 Running Delphes with files stored in CASTOR: 64 64 {{{#!sh 65 rfcat /castor/cern.ch/user/d/demine/test.hepmc.gz | gunzip | ./DelphesHepMC cards/delphes_card_CMS.tcl delphes_output.root65 rfcat /castor/cern.ch/user/d/demine/test.hepmc.gz | gunzip | ./DelphesHepMC3 cards/delphes_card_CMS.tcl delphes_output.root 66 66 }}} 67 67 68 68 Running Delphes with files accessible via HTTP: 69 69 {{{#!sh 70 curl http://cp3.irmp.ucl.ac.be/~demin/test.hepmc.gz | gunzip | ./DelphesHepMC cards/delphes_card_CMS.tcl delphes_output.root70 curl http://cp3.irmp.ucl.ac.be/~demin/test.hepmc.gz | gunzip | ./DelphesHepMC3 cards/delphes_card_CMS.tcl delphes_output.root 71 71 }}} 72 72