Fork me on GitHub

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


Ignore:
Timestamp:
Sep 18, 2018, 10:02:47 PM (6 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Tutorials/Pisa

    v4 v5  
    7070
    7171Note: Most objects are described in terms of pp specific variables (PT, Eta, Phi).
    72 This is simply for historical reasons since Delphes was developed originally as a tool for LHC physics. To plot ee-like variables, one needs to write the translation (or make use of the very useful TLorentzVector of ROOT, see part III).
     72This is simply for historical reasons (and makes of course no difference whatsoever) since Delphes was developed originally as a tool for LHC physics. To plot ee-like variables, one needs to write the translation (or make use of the very useful TLorentzVector of ROOT, see part III).
    7373
    74742) Interactively draw the muon multiplicity and the jet multiplicity. Do you understand these distributions?
     
    7676== III) Write a simple analysis macro ==
    7777
    78 0) Write down the formula for the recoil Higgs mass.
     781) Write down the formula for the recoil Higgs mass.
    7979
    80 1) You can find a simple analysis macro in "example/Example1.py". It can be executed like this:
     802) You can find a simple analysis macro in "example/Example1.py". It can be executed like this:
    8181
    8282{{{
     
    8484}}}
    8585
    86 This Example1.py macro does not do anything interesting for this problem (it most likely produce an empty plot). You should open it with a text editor, and write a small analysis that selects two muons and reconstructs and plot the recoil Higgs mass.
     86This Example1.py macro does not produce anything interesting here (it most likely produce an empty plot). The above command is simply shown as an example for how to run a macro. You should open Example1.py with a text editor, and write a small analysis that first selects events with two muons and then reconstructs and plot the recoil Higgs mass using the formula found in III.1)
    8787
    8888
     
    9292You have now produced a Delphes simulated event with the hypothetical CEPC default detector configuration.
    9393
    94 1) Can you think of two detector parameters that drive the performance of this measurement?
     941) Can you think of 2 detector parameters that determine and drive the sensitivity of the Higgs recoil measurement in this particular final state?
    9595
    96 2) Identify where they are configured in the delphes detector card
     962) Identify where they are configured in the delphes detector card.
    9797
    98 3) Create two new detector configurations by degrade these two parameters by a sizable factor.
     983) Create two new detector configurations by degrading these two parameters by a sizable factor.
    9999
    1001004) Reproduce a Delphes sample with these new configurations and observe the impact on the recoil mass distribution.