GeometryExample.h
Go to the documentation of this file.
1 
9 #ifndef __GeometryExample_h_
10 #define __GeometryExample_h_
11 
12 
13 #include <fwk/VModule.h>
14 #include <evt/Event.h>
15 
16 
17 namespace GeometryExampleNS {
18 
26  class GeometryExample : public fwk::VModule {
27 
28  public:
30  virtual ~GeometryExample() { }
31 
35 
36  private:
37  REGISTER_MODULE("GeometryExample", GeometryExample);
38 
39  };
40 
41 }
42 
43 
44 #endif
45 
46 // Configure (x)emacs for this file ...
47 // Local Variables:
48 // mode: c++
49 // compile-command: "make -C .. -k"
50 // End:
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
Module interface.
Definition: VModule.h:53
Example of using the Geometry package.
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
REGISTER_MODULE("GeometryExample", GeometryExample)

, generated on Tue Sep 26 2023.