CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/Alignment/SurveyAnalysis/interface/DTSurveyChamber.h File Reference

#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 &)

Function Documentation

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;

}