#include <cmath>
#include <evt/Event.h>
#include <evt/ShowerRecData.h>
#include <evt/ShowerSRecData.h>
#include <evt/ShowerFRecData.h>
#include <evt/ShowerSimData.h>
#include <sevt/SEvent.h>
#include <sevt/StationRecData.h>
#include <sevt/EventTrigger.h>
#include <sevt/Station.h>
#include <fevt/FEvent.h>
#include <fevt/Header.h>
#include <fevt/Eye.h>
#include <fevt/Telescope.h>
#include <fevt/EyeHeader.h>
#include <fevt/EyeRecData.h>
#include <det/Detector.h>
#include <sdet/SDetector.h>
#include <sdet/Station.h>
#include <sdet/STimeVariance.h>
#include <fdet/FDetector.h>
#include <fdet/Eye.h>
#include <fdet/Telescope.h>
#include <fwk/LocalCoordinateSystem.h>
#include <fwk/CentralConfig.h>
#include <utl/CoordinateSystem.h>
#include <utl/PhysicalConstants.h>
#include <utl/PhysicalFunctions.h>
#include <utl/ErrorLogger.h>
#include <utl/TabulatedFunctionErrors.h>
#include <utl/TimeStamp.h>
#include <utl/AxialVector.h>
#include <utl/Math.h>
#include <utl/Reader.h>
#include <utl/Accumulator.h>
#include <TMinuit.h>
#include <CLHEP/Matrix/Matrix.h>
#include <CLHEP/Matrix/Vector.h>
#include "RoptFit.h"
#include "LDFFinder.h"
Go to the source code of this file.
Classes | |
struct | LDFFinderOG::CurvatureFitStationInfo |
Namespaces | |
LDFFinderOG | |
Macros | |
#define | OUT(x) if ((x) <= fInfoLevel) cerr << " " |
Functions | |
double | LDFFinderOG::RPerp (const Vector &axis, const Vector &station) |
double | LDFFinderOG::RPerp2 (const Vector &axis, const Vector &station) |
template<typename G > | |
string | LDFFinderOG::ToString (const G &g, const CoordinateSystemPtr cs, bool units=true) |
Variables | |
int | LDFFinderOG::complexWCounter = 0 |
const char * | LDFFinderOG::complexWMessage = "complex w" |
Point | LDFFinderOG::gCore |
Implementation of LDFFinder
Definition in file ZombieGraveyard/LDFFinderOG/LDFFinder.cc.
#define OUT | ( | x | ) | if ((x) <= fInfoLevel) cerr << " " |
Definition at line 76 of file ZombieGraveyard/LDFFinderOG/LDFFinder.cc.
Referenced by LDFFinderOG::LDFFinder::EstimateChi2(), LDFFinderOG::LDFFinder::EstimateLDF(), LDFFinderOG::LDFFinder::FitCurvatureDriver(), LDFFinderOG::LDFFinder::FitLDF(), LDFFinderOG::LDFFinder::FitLDFDriver(), LDFFinderOG::LDFFinder::FixBeta(), LDFFinderOG::LDFFinder::FixGamma(), LDFFinderOG::LDFFinder::OutputResults(), and LDFFinderOG::LDFFinder::Run().