|
close
Warning:
- Error with navigation contributor "BrowserModule"
- Failed to sync with repository "(default)": instance.__dict__ not accessible in restricted mode; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Jan 25, 2008, 10:42:57 AM (17 years ago)
- Author:
-
fmos
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
23 | 23 | |
24 | 24 | namespace { |
25 | | std::vector< rave::KinematicParticle > createParticles() |
26 | | { |
27 | | rave::Vector7D state1 ( 0.0001, 0.0001, 0.0001, -31.2685, 13.0785, 28.7524, 0.1057 ); |
28 | | rave::Covariance7D cov1 ( |
| 25 | std::vector< rave::KinematicParticle > createParticles() |
| 26 | { |
| 27 | rave::Vector7D state1 ( 0.0001, 0.0001, 0.0001, -31.2685, 13.0785, 28.7524, 0.1057 ); |
| 28 | rave::Covariance7D cov1 ( |
29 | 29 | 1.5e-7, 3.6e-7, 4.0e-14, |
30 | 30 | 8.5e-7, 9.6e-14, |
|