Fork me on GitHub

Changeset 7bcca65 in git for modules/TreeWriter.cc


Ignore:
Timestamp:
Jun 2, 2016, 3:39:51 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
50edcdbf
Parents:
9fb48ad
Message:

removed empty space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    r9fb48ad r7bcca65  
    260260    genDeltaZ = candidate->GenDeltaZ;
    261261    genSumPT2 = candidate->GenSumPT2;
    262 
    263     x = candidate->Position.X ();
    264     y = candidate->Position.Y ();
    265     z = candidate->Position.Z ();
     262   
     263    x = candidate->Position.X();
     264    y = candidate->Position.Y();
     265    z = candidate->Position.Z();
    266266    t = candidate->Position.T()*1.0E-3/c_light;
    267267 
     
    279279    entry->GenDeltaZ = genDeltaZ;
    280280    entry->GenSumPT2 = genSumPT2;
    281  
     281   
    282282    entry->X = x;
    283283    entry->Y = y;
Note: See TracChangeset for help on using the changeset viewer.