1#ifndef __JDETECTOR__JHYDROPHONE__
2#define __JDETECTOR__JHYDROPHONE__
65 in >>
static_cast<JLocation&
> (hydrophone);
81 out << static_cast<const JLocation&> (hydrophone);
83 out << static_cast<const JPosition3D&>(hydrophone);
Logical location of module.
Logical location of module.
Data structure for position in three dimensions.
file Auxiliary data structures and methods for detector calibration.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Type definition of hydrophone.
friend std::ostream & operator<<(std::ostream &out, const JHydrophone &hydrophone)
Write hydrophone to output.
JHydrophone(const JLocation location, const JPosition3D &position)
Constructor.
friend std::istream & operator>>(std::istream &in, JHydrophone &hydrophone)
Read hydrophone from input.
JHydrophone()
Default constructor.