FdProfileConstrainedGeometryFit.h
Go to the documentation of this file.
1 
10 #ifndef FdProfileConstrainedGeometryFit_FdProfileConstrainedGeometryFit_h_
11 #define FdProfileConstrainedGeometryFit_FdProfileConstrainedGeometryFit_h_
12 
13 #include <fwk/VModule.h>
14 #include <evt/Event.h>
15 #include <fevt/FEvent.h>
16 #include <fevt/Eye.h>
17 
18 #include "PCGFitter.h"
19 
20 #include <vector>
21 
22 
23 namespace FdProfileConstrainedGeometryFit {
24 
45  public:
48 
52 
53  protected:
54  void FitTimingOfGivenGeometry(const fevt::Eye& eye) const;
56 
57  REGISTER_MODULE("FdProfileConstrainedGeometryFit", FdProfileConstrainedGeometryFit);
58  };
59 
60 }
61 
62 
63 #endif
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
Fluorescence Detector Eye Event.
Definition: FEvent/Eye.h:29
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
Module interface.
Definition: VModule.h:53
REGISTER_MODULE("FdProfileConstrainedGeometryFit", FdProfileConstrainedGeometryFit)
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)

, generated on Tue Sep 26 2023.