Changes between Version 39 and Version 40 of WorkBook/PileUp
- Timestamp:
- Dec 17, 2014, 10:49:31 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/PileUp
v39 v40 104 104 The charged pile-up subtraction is done via the !TrackPileUpSubtractor module. 105 105 It simply removes from the specified input collections tracks that are distant enough from the primary vertex. 106 The distance is controlled by the parameter ZVertexResolution:106 The distance is controlled by the following parameter: 107 107 108 * {{{ZVertexResolution}}} 109 110 For |z|< ZVertexResolution the hard interaction vertex cannot be distinguished from pile-up vertices. 111 For |z|> ZVertexResolution the hard interaction vertex can be distinguished from pile-up vertices. 108 {{{ZVertexResolution}}}:: 109 {{{}}}:: For |z|< ZVertexResolution the hard interaction vertex cannot be distinguished from pile-up vertices. 110 {{{}}}:: For |z|> ZVertexResolution the hard interaction vertex can be distinguished from pile-up vertices. 112 111 113 112 114 113 {{{ 115 116 114 module TrackPileUpSubtractor TrackPileUpSubtractor { 117 115 … … 122 120 set ZVertexResolution 0.0001 123 121 } 124 125 122 }}} 126 123