Fork me on GitHub

Changeset 839deb7 in git for modules/TreeWriter.cc


Ignore:
Timestamp:
Jun 29, 2015, 10:27:47 PM (9 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
c1ce3fe
Parents:
5d2481f
Message:

fix variable names and formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    r5d2481f r839deb7  
    362362
    363363    entry->T = position.T()*1.0E-3/c_light;
    364     entry->Ntimes = candidate->Ntimes;
     364    entry->NTimeHits = candidate->NTimeHits;
    365365
    366366    FillParticles(candidate, &entry->Particles);
Note: See TracChangeset for help on using the changeset viewer.