CMS 3D CMS Logo

Classes | Functions
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

◆ operator<<()

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

Definition at line 83 of file DTSurveyChamber.cc.

References getGTfromDQMFile::obj.

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 }