#include <FWGeometry.h>
Public Member Functions | |
bool | operator< (unsigned int id) const |
Public Attributes | |
unsigned int | id |
float | matrix [9] |
float | parameters [9] |
float | points [24] |
float | shape [5] |
float | translation [3] |
Definition at line 76 of file FWGeometry.h.
bool FWGeometry::GeomDetInfo::operator< | ( | unsigned int | id | ) | const [inline] |
Definition at line 85 of file FWGeometry.h.
{ return ( this->id < id ); }
unsigned int FWGeometry::GeomDetInfo::id |
Definition at line 78 of file FWGeometry.h.
Referenced by FWGeometry::match_id().
float FWGeometry::GeomDetInfo::matrix[9] |
Definition at line 83 of file FWGeometry.h.
Referenced by FWGeometry::getEveShape(), FWGeometry::getMatrix(), and FWGeometry::localToGlobal().
float FWGeometry::GeomDetInfo::parameters[9] |
Definition at line 80 of file FWGeometry.h.
float FWGeometry::GeomDetInfo::points[24] |
Definition at line 79 of file FWGeometry.h.
float FWGeometry::GeomDetInfo::shape[5] |
Definition at line 81 of file FWGeometry.h.
Referenced by FWRPZViewGeometry::estimateProjectionSizeCSC(), FWRPZViewGeometry::estimateProjectionSizeDT(), and FWGeometry::getShape().
float FWGeometry::GeomDetInfo::translation[3] |
Definition at line 82 of file FWGeometry.h.
Referenced by FWGeometry::getEveShape(), FWGeometry::getMatrix(), and FWGeometry::localToGlobal().