Fork me on GitHub

Changeset a9c67b3a in git for readers/DelphesCMSFWLite.cpp


Ignore:
Timestamp:
Jun 4, 2016, 8:10:24 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
4dd5358
Parents:
3c46e17 (diff), 7b45ff5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into dev_01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesCMSFWLite.cpp

    r3c46e17 ra9c67b3a  
    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.