CMS 3D CMS Logo

Functions
ALILine.cc File Reference
#include "Alignment/CocoaModel/interface/ALILine.h"
#include "Alignment/CocoaUtilities/interface/CocoaGlobals.h"
#include "Alignment/CocoaModel/interface/ALIPlane.h"
#include "Alignment/CocoaUtilities/interface/ALIUtils.h"
#include <cstdlib>
#include <cmath>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const ALILine &li)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const ALILine li 
)

Definition at line 167 of file ALILine.cc.

References ALILine::_direction, ALILine::_point, and MillePedeFileConverter_cfg::out.

167  {
168  out << " ALILine point " << li._point << std::endl;
169  out << " ALILine direc " << li._direction;
170 
171  return out;
172 }
CLHEP::Hep3Vector _point
Definition: ALILine.h:32
CLHEP::Hep3Vector _direction
Definition: ALILine.h:33