QwAnalysis
QwTrack.h File Reference

Definition of the track class. More...

#include "VQwTrackingElement.h"
#include "QwPartialTrack.h"
#include "QwVertex.h"
+ Include dependency graph for QwTrack.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  QwTrack
 Contains the complete track as a concatenation of partial tracks. More...
 

Functions

std::ostream & operator<< (std::ostream &stream, const TVector3 &v)
 

Detailed Description

Definition of the track class.

Author
Wouter Deconinck
Date
2009-12-11

Definition in file QwTrack.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const TVector3 &  v 
)
inline

Method to print vectors conveniently

Parameters
streamOutput stream
vVector
Returns
Output stream

Definition at line 161 of file QwTrack.h.

162 {
163  stream << "(" << v.X() << "," << v.Y() << "," << v.Z() << ")";
164  return stream;
165 }