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

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

Definition at line 188 of file ALILine.cc.

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

Referenced by CocoaBestUnit::GetIndexOfCategory(), ALIBestUnit::GetIndexOfCategory(), SimpleL1MuGMTCand::getMomentum(), and CSCCFEBTimeSlice::setCRC().

189 {
190  out << " ALILine point " << li._point << std::endl;
191  out << " ALILine direc " << li._direction;
192 
193  return out;
194 }
CLHEP::Hep3Vector _point
Definition: ALILine.h:33
CLHEP::Hep3Vector _direction
Definition: ALILine.h:34