9 #ifndef _FieldOfViewCalculatorKG_FieldOfViewCalculator_h_
10 #define _FieldOfViewCalculatorKG_FieldOfViewCalculator_h_
13 #include <fwk/VModule.h>
15 #include <fdet/Telescope.h>
16 #include <utl/Point.h>
17 #include <utl/CoordinateSystemPtr.h>
18 #include <utl/TabulatedFunction.h>
19 #include <utl/MultiTabulatedFunction.h>
20 #include <utl/TimeStamp.h>
23 namespace FieldOfViewCalculatorKG {
Simulates the light flux at the diaphragm of the FD telescopes.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
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.
ResultFlag
Flag returned by module methods to the RunController.
REGISTER_MODULE("FieldOfViewCalculatorKG", FieldOfViewCalculator)