Jpp  15.0.0-rc.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JModuleSupportkit.hh
Go to the documentation of this file.
1 #ifndef __JDETECTOR__JMODULESUPPORTKIT__
2 #define __JDETECTOR__JMODULESUPPORTKIT__
3 
5 
6 /**
7  * \file
8  *
9  * Module support kit.
10  * \author mdejong
11  */
12 namespace JDETECTOR {}
13 namespace JPP { using namespace JDETECTOR; }
14 
15 namespace JDETECTOR {
16 
18 
19  static const double PIEZO_DELAYTIME_US = 170.0; //!< Piezo delay time [us]
20  static const double HYDROPHONE_DELAYTIME_US = 50.0; //!< Hydrophone delay time [us]
21 
22 
23  /**
24  * Get relative position of piezo in optical module.
25  *
26  * \return position [m]
27  */
29  {
30  return JPosition3D(0.0, 0.0, -0.20);
31  }
32 }
33 
34 #endif
static const double HYDROPHONE_DELAYTIME_US
Hydrophone delay time [us].
static const double PIEZO_DELAYTIME_US
Piezo delay time [us].
JPosition3D getPiezoPosition()
Get relative position of piezo in optical module.
Data structure for position in three dimensions.
Definition: JPosition3D.hh:36