Changes between Version 23 and Version 24 of WorkBook/TutorialBologna
- Timestamp:
- Jun 10, 2016, 1:11:05 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/TutorialBologna
v23 v24 445 445 set TimeResolution 20E-12 446 446 } 447 447 }}} 448 448 Then store the the Track branch in the root output tree (replace the existing TreeWriter): 449 449 … … 459 459 8) Set the average pile-up to 200 in the card in the !PileUpMerger module. 460 460 {{{ 461 module PileUpMerger PileUpMerger { 462 set InputArray Delphes/stableParticles 463 ... 464 # average expected pile up 465 set MeanPileUp 200 466 ... 467 } 461 468 462 469 }}}