CMS 3D CMS Logo

DTSurveyChamber.h File Reference

#include <vector>
#include "TMath.h"
#include "TMatrixD.h"

Go to the source code of this file.

Classes

class  DTSurveyChamber
 Implements a chamber in the context of Drift Tube Survey Measurements and calculates displacements and rotations for it. More...

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 lat::endl(), 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().

00102                                                                       {
00103 
00104   flujo << obj.getId() << " "
00105         << obj.getDeltaX() << " " << obj.getDeltaXError() << " "
00106         << obj.getDeltaY() << " " << obj.getDeltaYError() << " "
00107         << obj.getDeltaZ() << " " << obj.getDeltaZError() << " "
00108         << obj.getAlpha() << " " << obj.getAlphaError() << " "
00109         << obj.getBeta() << " " << obj.getBetaError() << " "
00110         << obj.getGamma() << " " << obj.getGammaError() << std::endl;
00111   return flujo;
00112 
00113 }


Generated on Tue Jun 9 17:50:58 2009 for CMSSW by  doxygen 1.5.4