#include <DDCompareTools.h>
Public Member Functions | |
DDCompareDDRotMat () | |
DDCompareDDRotMat (double tol) | |
bool | operator() (const DDRotationMatrix &lhs, const DDRotationMatrix &rhs) const |
Public Attributes | |
double | tol_ |
Definition at line 90 of file DDCompareTools.h.
DDCompareDDRotMat::DDCompareDDRotMat | ( | ) |
Definition at line 380 of file DDCompareTools.cc.
DDCompareDDRotMat::DDCompareDDRotMat | ( | double | tol | ) |
Definition at line 382 of file DDCompareTools.cc.
bool DDCompareDDRotMat::operator() | ( | const DDRotationMatrix & | lhs, |
const DDRotationMatrix & | rhs | ||
) | const |
Definition at line 384 of file DDCompareTools.cc.
double DDCompareDDRotMat::tol_ |
Definition at line 94 of file DDCompareTools.h.