#include "MdGeometryFitter.h"#include <fwk/CentralConfig.h>#include <fwk/RunController.h>#include <fwk/LocalCoordinateSystem.h>#include <mdet/MDetector.h>#include <mdet/MTimeVariance.h>#include <evt/ShowerRecData.h>#include <evt/ShowerSRecData.h>#include <sevt/SEvent.h>#include <sevt/EventTrigger.h>#include <mevt/Counter.h>Go to the source code of this file.
Namespaces | |
| MdGeometryFitterAG | |
Macros | |
| #define | OUT(x) if ((x) <= fInfoLevel) cerr |
Functions | |
| double | MdGeometryFitterAG::RPerp (const TVector3 &axis, const TVector3 &station) |
| template<typename G > | |
| string | MdGeometryFitterAG::ToString (const G &g, const CoordinateSystemPtr cs) |
Implementation of MdGeometryFitter
Definition in file MdGeometryFitter.cc.
| #define OUT | ( | x | ) | if ((x) <= fInfoLevel) cerr |
Definition at line 25 of file MdGeometryFitter.cc.
Referenced by MdGeometryFitterAG::MdGeometryFitter::Run().