Allows to compare name or not. If not, compares only values of the rotation matrix. More...
#include <DDCompareTools.h>
Public Member Functions | |
DDCompareDDRot () | |
DDCompareDDRot (const DDCompOptions &ddco) | |
bool | operator() (const DDRotation &lhs, const DDRotation &rhs) const |
Public Attributes | |
DDCompOptions | ddco_ |
Allows to compare name or not. If not, compares only values of the rotation matrix.
Definition at line 93 of file DDCompareTools.h.
DDCompareDDRot::DDCompareDDRot | ( | ) |
Definition at line 375 of file DDCompareTools.cc.
DDCompareDDRot::DDCompareDDRot | ( | const DDCompOptions & | ddco | ) |
Definition at line 377 of file DDCompareTools.cc.
bool DDCompareDDRot::operator() | ( | const DDRotation & | lhs, |
const DDRotation & | rhs | ||
) | const |
Definition at line 379 of file DDCompareTools.cc.
References DDCompOptions::compRotName_, gather_cfg::cout, ddco_, DDName::fullname(), DDBase< N, C >::name(), and DDRotation::rotation().
DDCompOptions DDCompareDDRot::ddco_ |
Definition at line 97 of file DDCompareTools.h.
Referenced by operator()().