CMS 3D CMS Logo

Functions
DTSurveyChamber.cc File Reference
#include <iostream>
#include "Alignment/SurveyAnalysis/interface/DTSurveyChamber.h"
#include "Alignment/SurveyAnalysis/interface/Chi2.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &flujo, const DTSurveyChamber &obj)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  flujo,
const DTSurveyChamber obj 
)

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().

83  {
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;
88  return flujo;
89 }
float getDeltaZError() const
float getDeltaYError() const
long getId() const
float getDeltaXError() const
float getDeltaZ() const
float getBeta() const
float getAlphaError() const
float getGammaError() const
float getDeltaX() const
float getAlpha() const
float getGamma() const
float getDeltaY() const
float getBetaError() const