Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
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 */
12namespace JDETECTOR {}
13namespace JPP { using namespace JDETECTOR; }
14
15namespace JDETECTOR {
16
18
19 static const double PIEZO_V1_DELAYTIME_US = 170.3; //!< Piezo delay time [us]
20 static const double PIEZO_V2_DELAYTIME_US = 242.1; //!< Piezo delay time [us]
21 static const double PIEZO_V3_DELAYTIME_US = 242.1; //!< Piezo delay time [us]
22 static const double HYDROPHONE_DELAYTIME_US = 50.7; //!< Hydrophone delay time [us]
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
Data structure for position in three dimensions.
file Auxiliary data structures and methods for detector calibration.
Definition JAnchor.hh:12
static const double PIEZO_V2_DELAYTIME_US
Piezo delay time [us].
static const double PIEZO_V1_DELAYTIME_US
Piezo delay time [us].
static const double HYDROPHONE_DELAYTIME_US
Hydrophone delay time [us].
static const double PIEZO_V3_DELAYTIME_US
Piezo delay time [us].
JPosition3D getPiezoPosition()
Get relative position of piezo in optical module.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).