Changeset 176 in svn for trunk/Utilities/ExRootAnalysis/src
- Timestamp:
- Jan 13, 2009, 12:36:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ExRootAnalysis/src/BlockClasses.cc
r85 r176 11 11 * to preserve mother-dautherlinks between particles. 12 12 * 13 * $Date: 200 8-12-04 12:12:04$14 * $Revision: 1. 5$13 * $Date: 2009-01-12 23:36:06 $ 14 * $Revision: 1.6 $ 15 15 * 16 16 * … … 50 50 } 51 51 52 void TRootParticle::Set( float px,float py,float pz,float e) {52 void TRootParticle::Set(const float px, const float py, const float pz, const float e) { 53 53 TLorentzVector toFill; 54 54 toFill.SetPxPyPzE(px,py,pz,e);
Note:
See TracChangeset
for help on using the changeset viewer.