Fork me on GitHub

Changes between Version 2 and Version 3 of WorkBook/Tutorials/Prefit


Ignore:
Timestamp:
Mar 5, 2020, 3:01:25 PM (5 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Tutorials/Prefit

    v2 v3  
    2727In this section you will run Delphes Fast Detector simulation using the default CMS card. Delphes will produce a ROOT file starting from the hepmc format produced by MG5+Pythia8.
    2828
    29 ./DelphesHepMC cards/delphes_card_CMS.tcl pp_ll_sm.root pp_ll_sm.hepmc
    30 ./DelphesHepMC cards/delphes_card_CMS.tcl pp_ll_bsm.root pp_ll_bsm.hepmc
     29Produce two delphes output files, one for the sample SM and one for the BSM sample ({{{pp_ll_sm.root}}} and {{{pp_ll_bsm.root}}}), using the {{{DelphesHepMC}}} executable and the CMS configuration card {{{cards/delphes_card_CMS.tcl}}}.
     30
     31Hint: The command to produce a Delphes output
     32
     33'''
     34./DelphesHepMC cards/delphes_card.tcl output.root input.hepmc
     35'''
    3136
    3237