Fork me on GitHub

Changes between Version 20 and Version 21 of WorkBook/TutorialBologna


Ignore:
Timestamp:
Jun 10, 2016, 1:01:35 PM (8 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/TutorialBologna

    v20 v21  
    4134137)  Finally, call the Timing module in the delphes_card_CMS_PileUp in the detector and configure it.
    414414
     415{{{
     416########################################
     417#   Time Smearing
     418########################################
     419
     420module Timing Timing {
     421  set InputArray TrackMerger/tracks
     422  set OutputArray tracks
     423
     424  # assume 20 ps resolution for now
     425  set TimeResolution 20E-12
     426}
     427
     428}}}
     429
    4154308) Set the average pile-up to 200 in the card.
    416431