SdStationPositionCorrection.h
Go to the documentation of this file.
1 #ifndef _SdStationPositionCorrectionOG_SdStationPositionCorrection_h_
2 #define _SdStationPositionCorrectionOG_SdStationPositionCorrection_h_
3 
4 #include <fwk/VModule.h>
5 #include <utl/Triple.h>
6 #include <map>
7 
8 
9 namespace evt {
10  class Event;
11 }
12 
13 namespace SdStationPositionCorrectionOG {
14 
42 
43  public:
45 
49 
50  private:
51  typedef std::map<unsigned long int, utl::Triple> SpatialOffset;
52  typedef std::map<unsigned int, SpatialOffset> StationSpatialOffsetMap;
54 
57 
58  REGISTER_MODULE("SdStationPositionCorrection", SdStationPositionCorrection);
59 
60  };
61 
62 }
63 
64 
65 #endif
Report success to RunController.
Definition: VModule.h:62
boost::tuple< double, double, double > Triple
Coordinate triple for easy getting or setting of coordinates.
Definition: Triple.h:15
Module interface.
Definition: VModule.h:53
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.
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
REGISTER_MODULE("SdStationPositionCorrection", SdStationPositionCorrection)

, generated on Tue Sep 26 2023.