Fork me on GitHub

Changeset 9fccf4f in git for modules


Ignore:
Timestamp:
May 26, 2016, 2:59:18 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
8284b74
Parents:
28c722a
Message:

remove empty spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackSmearing.cc

    r28c722a r9fccf4f  
    349349    y = candidate->InitialPosition.Y ();
    350350    candidate->InitialPosition.SetZ (z + ((pz * (px * (x - beamSpotPosition.X ()) + py * (y - beamSpotPosition.Y ())) + pt * pt * (dz - z)) / (pt * pt)));
    351    
    352    
    353     candidate->InitialPosition.SetT (t);
     351 
     352    candidate->InitialPosition.SetT(t);
    354353   
    355354    if (fApplyToPileUp || !candidate->IsPU)
Note: See TracChangeset for help on using the changeset viewer.