#include <iostream>
#include <cmath>
#include <vector>
#include <limits>
#include <Minuit2/FCNBase.h>
#include <utl/CoordinateSystemPtr.h>
#include <utl/Vector.h>
#include <utl/Point.h>
#include <utl/Math.h>
#include <utl/PhysicalFunctions.h>
#include "LDF.h"
Go to the source code of this file.
Classes | |
class | LDFFinderKG::CurvatureChi2Function |
class | LDFFinderKG::GlobalFitFunction |
class | LDFFinderKG::LDFChi2Function |
struct | LDFFinderKG::LDFFitConfig |
class | LDFFinderKG::LDFLikelihoodFunction |
struct | LDFFinderKG::StationFitData |
Namespaces | |
LDFFinderKG | |
Enumerations | |
enum | LDFFinderKG::CoreType { LDFFinderKG::eMC, LDFFinderKG::eHybrid, LDFFinderKG::eFit } |
enum | LDFFinderKG::ParameterTreatment { LDFFinderKG::eModeled = 0, LDFFinderKG::eFitted, LDFFinderKG::eFixed } |
Functions | |
double | LDFFinderKG::RPerp (const utl::Vector &axis, const utl::Vector &station) |