rave is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/rave does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 7 and Version 8 of RaveKinematics


Ignore:
Timestamp:
Jan 25, 2008, 12:28:43 PM (17 years ago)
Author:
fmos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RaveKinematics

    v7 v8  
    116116#!cpp
    117117using namespace rave;
    118 TransientTrackKinematicParticle (const Track &initialTrack, const double &massGuess, const double &massSigma)
    119 TransientTrackKinematicParticle (const Vector7D &state, const Covariance7D &error, const Charge &charge, const double &chiSquared, const double &degreesOfFr)
     118TransientTrackKinematicParticle (
     119const Track &initialTrack, const double &massGuess, const double &massSigma)
     120TransientTrackKinematicParticle (
     121const Vector7D &state, const Covariance7D &error,
     122const Charge &charge, const double &chiSquared, const double &degreesOfFr)
    120123}}}
    121124