10 #ifndef FdProfileConstrainedGeometryFitPG_FdProfileConstrainedGeometryFit_h_
11 #define FdProfileConstrainedGeometryFitPG_FdProfileConstrainedGeometryFit_h_
13 #include <fwk/VModule.h>
14 #include <evt/Event.h>
15 #include <fevt/FEvent.h>
23 namespace FdProfileConstrainedGeometryFitPG {
FdProfileConstrainedGeometryFit()
Fluorescence Detector Eye Event.
virtual ~FdProfileConstrainedGeometryFit()
int GetDataFromPreviousFit(evt::Event &event, int fgCurEye)
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
void FitTimingOfGivenGeometry(const fevt::Eye &eye) const
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
ResultFlag
Flag returned by module methods to the RunController.
REGISTER_MODULE("FdProfileConstrainedGeometryFitPG", FdProfileConstrainedGeometryFit)