Fork me on GitHub

Changes between Version 12 and Version 13 of WorkBook/TutorialBologna


Ignore:
Timestamp:
Jun 9, 2016, 11:19:08 AM (8 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/TutorialBologna

    v12 v13  
    4004006)  Now we have to tell Delphes that we want these variables to appear in our final root tree. Store these variables in the Track objects in the ProcessTracks method in modules/TreeWriter.cc. Compile.
    401401
    402 7)  Finally, call the Timing module in the delphes_card_CMS_PileUp in the detector and configure it. Make a simplified detector card that produces only Tracks out of the Timing module. 
    403 
    404 8) Make two different runs with 20 and 100ps. Open the output trees a plots the new interesting variables.
    405 
     4027)  Finally, call the Timing module in the delphes_card_CMS_PileUp in the detector and configure it.
     403
     4048) Set the average pile-up to 200 in the card.
     405
     4069) Make a simplified detector card that produces only Tracks out of the Timing module. 
     407
     40810) Make two different runs with 20 and 100ps. Open the output trees and plot the new variables.
     409
     41011) [https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WorkBook/TutorialBologna/TimingAnalysis.C Download] and run it. This macro isolates the four highest PT tracks. The hard vertex is taken to be that given by the most energetic track. The difference in time between the first and the fourth track is plotted. Explain what you see.
     411
     412