#include <map>
#include <iostream>
#include <vector>
#include "ToString.h"
#include "MapsSensor.hh"
#include "MapsException.hh"
#include "Operators.h"
Go to the source code of this file.
Classes | |
class | MapsTrack |
Functions | |
std::ostream & | operator<< (std::ostream &s, const MapsTrack &mt) |
std::ostream & | diagnose (std::ostream &s, const MapsTrack &mt) |
std::ostream& diagnose | ( | std::ostream & | s, | |
const MapsTrack & | mt | |||
) |
Prints a complete description of this track to the specfified output stream
Definition at line 415 of file MapsTrack.cc.
References MapsTrack::chiSq(), MapsTrack::chiSqProb(), MapsTrack::fitParameters(), MapsTrack::leftSensor(), MapsTrack::meanX(), MapsTrack::meanY(), MapsTrack::printCoords(), MapsTrack::rightSensor(), MapsTrack::theta(), and MapsTrack::timeStamp().
Referenced by main(), and startSender().
std::ostream& operator<< | ( | std::ostream & | s, | |
const MapsTrack & | mt | |||
) |
One line description of the track.
Definition at line 435 of file MapsTrack.cc.
References MapsTrack::fourthSensor(), MapsTrack::meanX(), MapsTrack::meanY(), and MapsTrack::timeStamp().