Changes between Version 8 and Version 9 of WorkBook/Tutorials/Prefit
- Timestamp:
- Jun 3, 2021, 12:59:39 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Tutorials/Prefit
v8 v9 29 29 In 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. 30 30 31 Produce 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}}}.31 Produce 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 {{{DelphesHepMC3}}} executable and the CMS configuration card {{{cards/delphes_card_CMS.tcl}}}. 32 32 33 33 Hint: The command to produce a Delphes output 34 34 35 35 {{{ 36 ./DelphesHepMC cards/delphes_card.tcl output.root input.hepmc36 ./DelphesHepMC3 cards/delphes_card.tcl output.root input.hepmc 37 37 }}} 38 38