ReadFDCalib.h
Go to the documentation of this file.
1 #ifndef _ReadFDCalib_ReadAerosolLL_h_
2 #define _ReadFDCalib_ReadAerosolLL_h_
3 
4 #include <fwk/VModule.h>
5 #include <evt/Event.h>
6 
7 
8 namespace ReadFDCalibNS { // you should assign your module to a namespace
9 
20  class ReadFDCalib : public fwk::VModule {
21 
22  public:
23  ReadFDCalib();
24  virtual ~ReadFDCalib();
25 
29 
30  private:
31  REGISTER_MODULE("ReadFDCalib", ReadFDCalib);
32 
33  };
34 
35 }
36 
37 
38 #endif
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
Definition: ReadFDCalib.cc:33
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
Definition: ReadFDCalib.cc:40
Example of reading FD calibration constants from database.
Definition: ReadFDCalib.h:20
Module interface.
Definition: VModule.h:53
REGISTER_MODULE("ReadFDCalib", ReadFDCalib)
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)
Definition: ReadFDCalib.cc:95

, generated on Tue Sep 26 2023.