#include <vector>
#include "TMath.h"
#include "TMatrixD.h"
Go to the source code of this file.
◆ operator<<()
Definition at line 83 of file DTSurveyChamber.cc.
References getGTfromDQMFile::obj.
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;