#include "ProfileFitter.h"
#include "CFMatrixCalculator.h"
#include <utl/TabulatedFunctionErrors.h>
#include <evt/GaisserHillas4Parameter.h>
#include <utl/ErrorLogger.h>
#include <utl/Math.h>
#include <utl/MathConstants.h>
#include <utl/Reader.h>
#include <utl/AugerException.h>
#include <fwk/CentralConfig.h>
#include <det/Detector.h>
#include <fdet/FDetector.h>
#include <fdet/Camera.h>
#include <fdet/Eye.h>
#include <TMinuit.h>
#include <TMath.h>
#include <TF1.h>
#include <iostream>
#include <sstream>
#include <algorithm>
#include <limits>
Go to the source code of this file.
Functions | |
double | GaussExp (const double x, const double mu, const double v, const double tau_sigma) |
|
inline |
Definition at line 37 of file FdEnergyDepositFinderKG/ProfileFitter.cc.
References utl::cm, utl::g, and sqrt().
Referenced by FdEnergyDepositFinderKG::ProfileFitter::GaisserHillasChi2(), FdEnergyDepositFinderKG::ProfileFitter::GaisserHillasLogLike(), and FdEnergyDepositFinderKG::ProfileFitter::GaisserHillasLogLikeConvoluted().