#include "PCGFitter.h"
#include <utl/Point.h>
#include <utl/Vector.h>
#include <utl/CoordinateSystemPtr.h>
#include <utl/Transformation.h>
#include <utl/TimeInterval.h>
#include <utl/AugerUnits.h>
#include <utl/PhysicalConstants.h>
#include <utl/TabulatedFunctionErrors.h>
#include <fevt/FEvent.h>
#include <fevt/Eye.h>
#include <fevt/EyeRecData.h>
#include <fevt/EyeHeader.h>
#include <fevt/Pixel.h>
#include <fevt/Telescope.h>
#include <fevt/TelescopeRecData.h>
#include <det/Detector.h>
#include <fdet/FDetector.h>
#include <fdet/Eye.h>
#include <fwk/LocalCoordinateSystem.h>
#include <fwk/CentralConfig.h>
#include <TMath.h>
#include "ChiZeroRegression.h"
#include "ProfileChi2.h"
#include "../../General/RecDataWriterNG/ConversionUtil.h"
#include <limits>
Go to the source code of this file.
Namespaces | |
FdProfileConstrainedGeometryFit | |
Macros | |
#define | DEBUG 1 |
#define | PCGF_DEBUGLOG(x) { cerr << "DEBUGLOG " << x << endl;} |
#define DEBUG 1 |
Definition at line 1 of file PCGFitter.cc.
#define PCGF_DEBUGLOG | ( | x | ) | { cerr << "DEBUGLOG " << x << endl;} |
Definition at line 37 of file PCGFitter.cc.
Referenced by FdProfileConstrainedGeometryFit::PCGFitter::Prescan(), FdProfileConstrainedGeometryFit::PCGFitter::ScanChi0(), and FdProfileConstrainedGeometryFit::PCGFitter::Underground().