#include "MapsTrack.hh"
#include <cmath>
#include "MapsException.hh"
#include "TMath.h"
#include <algorithm>
#include <functional>
Go to the source code of this file.
Functions | |
std::ostream & | diagnose (std::ostream &s, const MapsTrack &mt) |
std::ostream & | operator<< (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().