#include <cmath>
#include <iostream>
#include <sstream>
#include <utl/AugerUnits.h>
#include "ValidationUtil.h"
#include "VEyeRecObj.h"
Go to the source code of this file.
Functions | |
bool | operator== (const VEyeRecObj &ex, const VEyeRecObj &ey) |
template<typename T > | |
string | OutputEqual (const T &x, const T &y) |
bool operator== | ( | const VEyeRecObj & | ex, |
const VEyeRecObj & | ey | ||
) |
Definition at line 104 of file VEyeRecObj.cc.
References VEyeRecObj::GetEem(), VEyeRecObj::GetEtot(), VEyeRecObj::GetEyeId(), VEyeRecObj::GetPhiAxis(), VEyeRecObj::GetPhiSDP(), VEyeRecObj::GetThetaAxis(), VEyeRecObj::GetThetaSDP(), VEyeRecObj::GetXMax(), and OutputEqual().
string OutputEqual | ( | const T & | x, |
const T & | y | ||
) |
Definition at line 95 of file VEyeRecObj.cc.
Referenced by operator==().