Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesCMSFWLite.cpp

    rcd699d0 r0a836f2  
    164164    candidate->Momentum.SetPxPyPzE(px, py, pz, e);
    165165
    166     candidate->Position.SetXYZT(x, y, z, 0.0);
     166    candidate->Position.SetXYZT(x*10.0, y*10.0, z*10.0, 0.0);
    167167
    168168    allParticleOutputArray->Add(candidate);
Note: See TracChangeset for help on using the changeset viewer.