Fork me on GitHub

Changeset 0a836f2 in git for readers/DelphesCMSFWLite.cpp


Ignore:
Timestamp:
May 30, 2016, 4:35:07 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
0afc0fc, 7b45ff5
Parents:
e628a1d
Message:

convert distance from cm to mm in CMS input files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesCMSFWLite.cpp

    re628a1d 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.