G/FdProfileConstrainedGeometryFit.h
Go to the documentation of this file.
1 
10 #ifndef FdProfileConstrainedGeometryFitPG_FdProfileConstrainedGeometryFit_h_
11 #define FdProfileConstrainedGeometryFitPG_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 FdProfileConstrainedGeometryFitPG {
24 
46  public:
49 
53 
54  protected:
55  int GetDataFromPreviousFit(evt::Event& event, int fgCurEye);
56  void FitTimingOfGivenGeometry(const fevt::Eye& eye) const;
58  unsigned int fEyeCut;
59 
60  REGISTER_MODULE("FdProfileConstrainedGeometryFitPG", FdProfileConstrainedGeometryFit);
61  };
62 
63 }
64 
65 
66 #endif
Fluorescence Detector Eye Event.
Definition: FEvent/Eye.h:29
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
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)
Module interface.
Definition: VModule.h:53
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
REGISTER_MODULE("FdProfileConstrainedGeometryFitPG", FdProfileConstrainedGeometryFit)

, generated on Tue Sep 26 2023.