#include <vector>
#include "TMath.h"
#include "TMatrixD.h"
Go to the source code of this file.
Classes | |
class | DTSurveyChamber |
Functions | |
std::ostream & | operator<< (std::ostream &, const DTSurveyChamber &) |
std::ostream& operator<< | ( | std::ostream & | , |
const DTSurveyChamber & | |||
) |
Definition at line 102 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().
{ flujo << obj.getId() << " " << obj.getDeltaX() << " " << obj.getDeltaXError() << " " << obj.getDeltaY() << " " << obj.getDeltaYError() << " " << obj.getDeltaZ() << " " << obj.getDeltaZError() << " " << obj.getAlpha() << " " << obj.getAlphaError() << " " << obj.getBeta() << " " << obj.getBetaError() << " " << obj.getGamma() << " " << obj.getGammaError() << std::endl; return flujo; }