TestTorus.h
Go to the documentation of this file.
1 
9 #ifndef _TestTorus_TestTorus_h_
10 #define _TestTorus_TestTorus_h_
11 
12 
13 #include <fwk/VModule.h>
14 
15 #include <utl/CoordinateSystemPtr.h>
16 #include <utl/ShadowPtr.h>
17 #include <utl/Photon.h>
18 
19 #include <map>
20 #include <list>
21 #include <vector>
22 #include <fstream>
23 
24 
25 namespace utl {
26  class Point;
27  class Vector;
28  class RandomEngine;
29 }
30 
31 namespace fdet {
32  class Telescope;
33 }
34 
35 namespace evt {
36  class Event;
37 }
38 
39 namespace TestTorusKG {
40 
51  class TestTorus : public fwk::VModule {
52 
53  public:
54 
55  TestTorus();
56 
60 
61  private:
62 
63  REGISTER_MODULE("TestTorus", TestTorus);
64 
65  };
66 
67 }
68 
69 
70 #endif
71 
72 // Configure (x)emacs for this file ...
73 // Local Variables:
74 // mode: c++
75 // compile-command: "make -C .. -k"
76 // End:
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
Definition: TestTorus.cc:90
REGISTER_MODULE("TestTorus", TestTorus)
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
Definition: TestTorus.cc:99
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)
Definition: TestTorus.cc:209
Simulates the FD telescope.
Definition: TestTorus.h:51

, generated on Tue Sep 26 2023.