FieldOfViewCalculator.h
Go to the documentation of this file.
1 
9 #ifndef _FieldOfViewCalculatorKG_FieldOfViewCalculator_h_
10 #define _FieldOfViewCalculatorKG_FieldOfViewCalculator_h_
11 
12 
13 #include <fwk/VModule.h>
14 #include <fdet/Eye.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>
21 
22 
23 namespace FieldOfViewCalculatorKG {
24 
36 
37  public:
40 
44 
45  private:
46  double fBinning;
48 
49  REGISTER_MODULE("FieldOfViewCalculatorKG", FieldOfViewCalculator);
50 
51  };
52 
53 }
54 
55 
56 #endif
57 
58 // Configure (x)emacs for this file ...
59 // Local Variables:
60 // mode: c++
61 // compile-command: "make -C .. -k"
62 // End:
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.
Module interface.
Definition: VModule.h:53
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
REGISTER_MODULE("FieldOfViewCalculatorKG", FieldOfViewCalculator)

, generated on Tue Sep 26 2023.