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.
- Timestamp:
-
Jan 25, 2008, 12:28:43 PM (17 years ago)
- Author:
-
fmos
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
116 | 116 | #!cpp |
117 | 117 | using 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 °reesOfFr) |
| 118 | TransientTrackKinematicParticle ( |
| 119 | const Track &initialTrack, const double &massGuess, const double &massSigma) |
| 120 | TransientTrackKinematicParticle ( |
| 121 | const Vector7D &state, const Covariance7D &error, |
| 122 | const Charge &charge, const double &chiSquared, const double °reesOfFr) |
120 | 123 | }}} |
121 | 124 | |