Changes between Version 4 and Version 5 of WorkBook/PileUp
- Timestamp:
- Mar 6, 2013, 11:31:59 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/PileUp
v4 v5 3 3 Multiple particle interactions per bunch-crossing are now implemented in Delphes. The procedure is divided in two main parts: 4 4 5 * mixing pile-up events with the main interaction6 * pile-up subtraction with the fast jet area method5 * mixing pile-up events with the main interaction 6 * pile-up subtraction with the fast jet area method 7 7 8 8 === Mixing pile-up === … … 10 10 The mixing procedure is done via the "PileUpMerger" module. The user can specify 4 parameters: PileUpFile, MeanPileUp, ZVertexWidth, ZVertexResolution. 11 11 12 * PileUpFile:12 * PileUpFile: 13 13 14 14 the event sample containing pile-up events in binary format. This format allows for faster random event access compared to root trees. Basic information about the event is contained (particle 4-momenta, vertex position, and Particle ID) … … 16 16 This sample has to be generated in advance with an event generator (typically Pythia6/8 or HERWIG) and then converted into binary format. 17 17 18 * MeanPileUp:18 * MeanPileUp: 19 19 20 20 the average amount of pile-up events per bunch-crossing. For each hard scattering, N pile-up events will be randomly chosen from the PileUp file, where N is a random number following Poisson statistics with a mean MeanPileUp. 21 21 22 * ZVertexWidth:22 * ZVertexWidth: 23 23 24 24 Pile-up events randomly populate the z-axis. The position of each pile-up event is generated from a gaussian distribution with a standard deviation ZveterxWidth. 25 25 26 * ZVertexResolution26 * ZVertexResolution 27 27 28 28 For |z|< ZVertexResolution the hard interaction vertex cannot be distinguished from pile-up vertices. For such pile-up events both charged and neutrals are then merged in the event (no charged particle subtraction).