#include "RdScintPlaneFit.h"#include <cmath>#include <fwk/CentralConfig.h>#include <fwk/LocalCoordinateSystem.h>#include <fwk/CoordinateSystemRegistry.h>#include <det/Detector.h>#include <rdet/RDetector.h>#include <utl/ErrorLogger.h>#include <utl/Reader.h>#include <utl/config.h>#include <utl/PhysicalConstants.h>#include <utl/AxialVector.h>#include <utl/Math.h>#include <evt/Event.h>#include <evt/ShowerRecData.h>#include <evt/ShowerRRecData.h>#include <evt/ShowerRRecDataQuantities.h>#include <revt/REvent.h>#include <revt/Station.h>#include <revt/Header.h>#include <revt/StationRecData.h>#include <revt/StationRRecDataQuantities.h>#include <CLHEP/Matrix/Matrix.h>#include <CLHEP/Matrix/Vector.h>#include <TMinuit.h>Go to the source code of this file.
Namespaces | |
| RdScintPlaneFit | |
Macros | |
| #define | NL "\n " |
| #define | OUT(x) if ((x) <= fInfoLevel) cerr << " " |
Functions | |
| template<typename G > | |
| string | RdScintPlaneFit::ToString (const G &g, const CoordinateSystemPtr cs) |
| #define NL "\n " |
Definition at line 43 of file RdScintPlaneFit.cc.
Referenced by RdScintPlaneFit::RdScintPlaneFit::Run().
| #define OUT | ( | x | ) | if ((x) <= fInfoLevel) cerr << " " |
Definition at line 42 of file RdScintPlaneFit.cc.
Referenced by RdScintPlaneFit::RdScintPlaneFit::PlaneFit3DDriver(), and RdScintPlaneFit::RdScintPlaneFit::Run().