Fork me on GitHub

Changeset fb8932a in git


Ignore:
Timestamp:
May 6, 2014, 11:22:29 AM (10 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
00078bc
Parents:
fd83dce
Message:

fixed candidate position in PileUpMerger

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rfd83dce rfb8932a  
     13.1.2:
     2  fixed smearing of (z,t) vertex distribution in the PileUpMerger module
     3
    143.1.1:
    25  adapted DelphesSTDHEP to the latest version of the STDHEP format introduced in MadGraph5_aMC@NLO 2.1.2
  • modules/PileUpMerger.cc

    rfd83dce rfb8932a  
    119119  while((candidate = static_cast<Candidate*>(fItInputArray->Next())))
    120120  {
    121     candidate->Position.SetXYZT(x, y, z+dz, t+dt);
     121    candidate->Position.SetZ(z + dz);
     122    candidate->Position.SetT(t + dt);
    122123    fParticleOutputArray->Add(candidate);
    123124  }
Note: See TracChangeset for help on using the changeset viewer.