1 #ifndef __JDETECTOR__JANCHOR__ 
    2 #define __JDETECTOR__JANCHOR__ 
   12 namespace JDETECTOR {}
 
   13 namespace JPP { 
using namespace JDETECTOR; }
 
   65       if (in >> 
id >> x >> y)
 
   81       out << anchor.
getID();
 
double getLengthSquared() const 
Get length squared. 
 
JAnchor(const int id, const double x, const double y)
Constructor. 
 
bool operator<(const Head &first, const Head &second)
Less than operator. 
 
esac print_variable DETECTOR INPUT_FILE OUTPUT_FILE CDF for TYPE in
 
friend std::istream & operator>>(std::istream &in, JAnchor &anchor)
Read JAnchor from input. 
 
double getY() const 
Get y position. 
 
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
 
double getX() const 
Get x position. 
 
int getID() const 
Get identifier. 
 
Data structure for position in two dimensions. 
 
friend std::ostream & operator<<(std::ostream &out, const JAnchor &anchor)
Write JAnchor to output. 
 
Auxiliary class for object identification. 
 
Data structure for anchor position on sea bed. 
 
JAnchor()
Default constructor.