VirtualChannelCalibrator.h
Go to the documentation of this file.
1 
9 #ifndef _VirtualChannelCalibratorKG_VirtualChannelCalibrator_h_
10 #define _VirtualChannelCalibratorKG_VirtualChannelCalibrator_h_
11 
12 #include <utl/Trace-fwd.h>
13 #include <fwk/VModule.h>
14 
15 namespace evt {
16  class Event;
17 }
18 
19 namespace fevt {
20  class FEvent;
21  class Eye;
22  class Telescope;
23  class Pixel;
24 }
25 
26 class TEyeEventHeader;
27 class TEyeEvent;
28 
29 
39 namespace VirtualChannelCalibratorKG {
40 
42 
43  public:
44 
48 
49  private:
51 
52  REGISTER_MODULE("VirtualChannelCalibratorKG", VirtualChannelCalibrator);
53 
54  };
55 
56 }
57 
58 #endif // __VirtualChannelCalibrator_h_
59 
60 // Configure (x)emacs for this file ...
61 // Local Variables:
62 // mode: c++
63 // compile-command: "make -C .. VirtualChannelCalibratorKG/VirtualChannelCalibrator.o -k"
64 // End:
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
REGISTER_MODULE("VirtualChannelCalibratorKG", VirtualChannelCalibrator)
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
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)

, generated on Tue Sep 26 2023.