CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
DDCompareDDRot Struct Reference

Allows to compare name or not. If not, compares only values of the rotation matrix. More...

#include <DDCompareTools.h>

Inheritance diagram for DDCompareDDRot:

Public Member Functions

 DDCompareDDRot ()
 
 DDCompareDDRot (const DDCompOptions &ddco)
 
bool operator() (const DDRotation &lhs, const DDRotation &rhs) const
 

Public Attributes

DDCompOptions ddco_
 

Detailed Description

Allows to compare name or not. If not, compares only values of the rotation matrix.

Definition at line 83 of file DDCompareTools.h.

Constructor & Destructor Documentation

DDCompareDDRot::DDCompareDDRot ( )

Definition at line 360 of file DDCompareTools.cc.

DDCompareDDRot::DDCompareDDRot ( const DDCompOptions ddco)

Definition at line 362 of file DDCompareTools.cc.

Member Function Documentation

bool DDCompareDDRot::operator() ( const DDRotation lhs,
const DDRotation rhs 
) const

Definition at line 364 of file DDCompareTools.cc.

Member Data Documentation

DDCompOptions DDCompareDDRot::ddco_

Definition at line 87 of file DDCompareTools.h.