Fork me on GitHub

Changes between Version 3 and Version 4 of WorkBook/Tutorials/Pisa


Ignore:
Timestamp:
Sep 18, 2018, 9:08:55 PM (6 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Tutorials/Pisa

    v3 v4  
    2222
    2323
    24 == Event generation with Pythia8 + Delphes sample ==
     24== I) Event generation with Pythia8 + Delphes sample ==
    2525
    2626
    2727This exercise will teach how to configure the Pythia8 event generator for a simple production of e+e- -> ZH events. Next, you will generate events and simulate the detector with the DelphesPythia8 executable.
    2828
    29 0) Stare at the following example "examples/Pythia8/configNoLHE.cmnd" of Pythia8 configuration file.
     291)  First have a look at the Pythia8 configuration file "examples/Pythia8/configNoLHE.cmnd".
    3030In this card identify the parameters that control:
    3131
    3232- the number of events to be generated
    33 - the particle beam type
     33- the nature of the colliding beams
    3434- the center of mass energy
    3535- the physics process to be generated
    3636
    37 1) Create a Pythia8 configuration card that generates N=10k events of
    38 ee->Zh->mumu at sqrt(s)=240 GeV.
     372) Create a Pythia8 configuration card that generates N=10k events of ee->Zh->mumu at sqrt(s)=240 GeV.
    3938
    40 The identifier for the above process can be found in the Pythia8 manual:
     39Find the above process in the Pythia8 manual (Hint: under "Higgs", then "Standard-Model Higgs, basic processes"):
    4140
    4241http://home.thep.lu.se/~torbjorn/pythia81html/Welcome.html
     
    5150}}}
    5251
    53 2) Produce Delphes events using the above Pythia8 configuration (this command should run Pythia and Delphes on the fly!), using the CEPC detector card "cards/delphes_card_CEPC.tcl"
     523) Produce Delphes events using the above Pythia8 configuration (this command should run Pythia and Delphes on the fly!), using the CEPC detector card "cards/delphes_card_CEPC.tcl"
    5453
    5554Hint: find the command to be executed here (adapting it to the above Delphes and Pythia8 cards of course):
     
    5857
    5958
    60 == Simple Tree analysis ==
     59== II) Simple Tree analysis ==
    6160
    6261
     
    75742) Interactively draw the muon multiplicity and the jet multiplicity. Do you understand these distributions?
    7675
    77 == Write a simple analysis macro ==
     76== III) Write a simple analysis macro ==
    7877
    79780) Write down the formula for the recoil Higgs mass.
     
    8887
    8988
    90 == Modify the Delphes detector card ==
     89== IV) Modify the Delphes detector card ==
    9190
    9291