Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JDetectorSupportkit.hh
Go to the documentation of this file.
1 #ifndef __JDETECTOR__JDETECTORSUPPORTKIT__
2 #define __JDETECTOR__JDETECTORSUPPORTKIT__
3 
5 
6 /**
7  * \file
8  *
9  * Detector toolkit.
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  static const double TBARZ_M = 1.0; //!< T-bar position relative to seabed [m]
23 
24 
25  /**
26  * Get relative position of piezo in optical module.
27  *
28  * \return position [m]
29  */
31  {
32  return JPosition3D(0.0, 0.0, -0.20);
33  }
34 }
35 
36 #endif
static const double HYDROPHONE_DELAYTIME_US
Hydrophone delay time [us].
static const double TBARZ_M
T-bar position relative to seabed [m].
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