#include <sdet/EventStationPositionsManager.h>
#include <fwk/RunController.h>
#include <evt/Event.h>
#include <sevt/SEvent.h>
#include <utl/ErrorLogger.h>
#include <utl/Point.h>
#include <AugerEvent.h>
#include <IoSdData.h>
#include <det/Detector.h>
#include <sdet/SDetector.h>
#include <sdet/SManagerRegister.h>
Go to the source code of this file.
|
void | sdet::AxesToUTM (const double axis1, const double axis2, double &easting, double &northing) |
|
void | sdet::UTMToAxes (const double easting, const double northing, double &axis1, double &axis2) |
|