#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 100 of file DDCompareTools.h.
DDCompareDDRotMat::DDCompareDDRotMat | ( | ) |
Definition at line 395 of file DDCompareTools.cc.
DDCompareDDRotMat::DDCompareDDRotMat | ( | double | tol | ) |
Definition at line 397 of file DDCompareTools.cc.
bool DDCompareDDRotMat::operator() | ( | const DDRotationMatrix & | lhs, |
const DDRotationMatrix & | rhs | ||
) | const |
Definition at line 399 of file DDCompareTools.cc.
References gather_cfg::cout, alignBH_cfg::fixed, tol_, x, y, and z.
double DDCompareDDRotMat::tol_ |
Definition at line 104 of file DDCompareTools.h.
Referenced by operator()().