10 #ifndef _HdAxisFinderUU_HdAxisFinder_h_
11 #define _HdAxisFinderUU_HdAxisFinder_h_
13 #include <fwk/VModule.h>
14 #include <utl/Vector.h>
29 namespace HdAxisFinderUU {
53 double *par,
int iflag);
92 #endif // _HdAxisFinderUU_HdAxisFinder_h_
bool fMinuitFailed
flag failure of minuit
Fluorescence Detector Eye Event.
Interface class to access to the SD part of an event.
void FillPoints(fevt::Eye &eye)
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
static fevt::Eye * fCurEye
static unsigned int fNDof
ResultFlag
Flag returned by module methods to the RunController.
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
static void MinuitFitFunc(int &npar, double *gin, double &f, double *par, int iflag)
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
static double fMyChiSquare
void FindAxis(fevt::Eye &eye)
static sevt::SEvent * fCurSEvent
REGISTER_MODULE("HdAxisFinderUU", HdAxisFinder)