Changes between Version 20 and Version 21 of WorkBook/TutorialBologna
- Timestamp:
- Jun 10, 2016, 1:01:35 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/TutorialBologna
v20 v21 413 413 7) Finally, call the Timing module in the delphes_card_CMS_PileUp in the detector and configure it. 414 414 415 {{{ 416 ######################################## 417 # Time Smearing 418 ######################################## 419 420 module 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 415 430 8) Set the average pile-up to 200 in the card. 416 431