#include "RdWaveFit.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 <utl/AnalyticCoordinateTransformator.h>#include <evt/Event.h>#include <evt/ShowerRRecData.h>#include <evt/ShowerSRecData.h>#include <evt/ShowerFRecData.h>#include <evt/ShowerRecData.h>#include <evt/ShowerSimData.h>#include <revt/REvent.h>#include <revt/Station.h>#include <revt/Header.h>#include <revt/StationRecData.h>#include <TMinuit.h>#include <TRandom3.h>#include <Math/Minimizer.h>#include <Minuit2/Minuit2Minimizer.h>#include "Chi2ForSphericalWaveFitVarC.h"Go to the source code of this file.
Namespaces | |
| RdWaveFit | |
Macros | |
| #define | NL "\n " |
| #define | OUT(x) if ((x) <= fInfoLevel) cerr << " " |
Functions | |
| template<typename G > | |
| string | RdWaveFit::ToString (const G &g, const CoordinateSystemPtr cs) |
| #define NL "\n " |
Definition at line 47 of file RdWaveFit.cc.
Referenced by RdWaveFit::RdWaveFit::Run().
| #define OUT | ( | x | ) | if ((x) <= fInfoLevel) cerr << " " |
Definition at line 46 of file RdWaveFit.cc.
Referenced by RdWaveFit::RdWaveFit::CallConicalWaveFit(), RdWaveFit::RdWaveFit::CallPlaneWaveFit(), RdWaveFit::RdWaveFit::ConicalWaveFit(), RdWaveFit::RdWaveFit::PlaneWaveFit(), RdWaveFit::RdWaveFit::Run(), RdWaveFit::RdWaveFit::ScanCWF(), RdWaveFit::RdWaveFit::ScanPWF(), RdWaveFit::RdWaveFit::ScanSWF(), RdWaveFit::RdWaveFit::ScanSWFVarC(), RdWaveFit::RdWaveFit::SphericalWaveFit(), and RdWaveFit::RdWaveFit::SphericalWaveFitVarC().