#include <vector>
#include "TMath.h"
#include "TMatrixD.h"
Go to the source code of this file.
Definition at line 83 of file DTSurveyChamber.cc.
References DTSurveyChamber::getAlpha(), DTSurveyChamber::getAlphaError(), DTSurveyChamber::getBeta(), DTSurveyChamber::getBetaError(), DTSurveyChamber::getDeltaX(), DTSurveyChamber::getDeltaXError(), DTSurveyChamber::getDeltaY(), DTSurveyChamber::getDeltaYError(), DTSurveyChamber::getDeltaZ(), DTSurveyChamber::getDeltaZError(), DTSurveyChamber::getGamma(), DTSurveyChamber::getGammaError(), and DTSurveyChamber::getId().
84 flujo <<
obj.getId() <<
" " <<
obj.getDeltaX() <<
" " <<
obj.getDeltaXError() <<
" " <<
obj.getDeltaY() <<
" " 85 <<
obj.getDeltaYError() <<
" " <<
obj.getDeltaZ() <<
" " <<
obj.getDeltaZError() <<
" " <<
obj.getAlpha() <<
" " 86 <<
obj.getAlphaError() <<
" " <<
obj.getBeta() <<
" " <<
obj.getBetaError() <<
" " <<
obj.getGamma() <<
" " 87 <<
obj.getGammaError() << std::endl;