Fork me on GitHub

Changes between Version 23 and Version 24 of WorkBook/TutorialBologna


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/TutorialBologna

    v23 v24  
    445445  set TimeResolution 20E-12
    446446}
    447 
     447}}}
    448448Then store the the Track branch in the root output tree (replace the existing TreeWriter):
    449449
     
    4594598) Set the average pile-up to 200 in the card in the !PileUpMerger module.
    460460{{{
     461module PileUpMerger PileUpMerger {
     462  set InputArray Delphes/stableParticles
     463   ...
     464  # average expected pile up
     465  set MeanPileUp 200
     466  ...
     467}
    461468
    462469}}}