7 os <<
"parameters" << endl;
12 for (
int i = 0;
i < 3;
i++) {
13 os.precision(6); os.width(13); os<<v[
i];
19 for (
int i = 3;
i < 6;
i++) {
20 os.precision(6); os.width(13); os<<v[
i];
26 os <<
"error" << endl;
29 for (
int i = 0;
i < 5;
i++) {
30 for (
int j = 0; j < 5; j++) {
31 os.precision(6); os.width(13); os<<
m(
i,j);
38 os <<
"no error defined." << endl;
const GlobalTrajectoryParameters & parameters() const
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
const CurvilinearTrajectoryError & curvilinearError() const
ROOT::Math::SVector< double, 6 > AlgebraicVector6
std::ostream & operator<<(std::ostream &out, const std::tuple< Types... > &value)
const AlgebraicSymMatrix55 & matrix() const
AlgebraicVector6 vector() const