ReadAerosolHL.h
Go to the documentation of this file.
1 #ifndef _ReadAerosolHL_h_
2 #define _ReadAerosolHL_h_
3 
4 #include <fwk/VModule.h>
5 #include <evt/Event.h>
6 
7 namespace ReadAerosolHLNS{ // you should assign your module to a namespace
8 
19  class ReadAerosolHL : public fwk::VModule{
20 
21  public:
22 
23  ReadAerosolHL();
24  virtual ~ReadAerosolHL();
25 
29 
30 
31  private :
32 
33  REGISTER_MODULE("ReadAerosolHL",ReadAerosolHL) ;
34  };
35 
36 } // ReadAerosolHLNS namespace
37 
38 #endif
39 
40 // Configure (x)emacs for this file ...
41 // Local Variables:
42 // mode:c++
43 // compile-command: "make -k"
44 // End:
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
REGISTER_MODULE("ReadAerosolHL", ReadAerosolHL)
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
Example of reading from high level Aerosol DB.
Definition: ReadAerosolHL.h:19
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)

, generated on Tue Sep 26 2023.