Fork me on GitHub

Ignore:
Timestamp:
Jan 13, 2009, 12:36:06 AM (16 years ago)
Author:
Xavier Rouby
Message:

TRootTracks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/src/BlockClasses.cc

    r85 r176  
    1111 *  to preserve mother-dautherlinks between particles.
    1212 *
    13  *  $Date: 2008-12-04 12:12:04 $
    14  *  $Revision: 1.5 $
     13 *  $Date: 2009-01-12 23:36:06 $
     14 *  $Revision: 1.6 $
    1515 *
    1616 * 
     
    5050}
    5151
    52 void TRootParticle::Set(float px,float py,float pz, float e) {
     52void TRootParticle::Set(const float px, const float py, const float pz, const float e) {
    5353        TLorentzVector toFill;
    5454        toFill.SetPxPyPzE(px,py,pz,e);
Note: See TracChangeset for help on using the changeset viewer.