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
FWGeometry::GeomDetInfo Struct Reference

#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]
 

Detailed Description

Definition at line 87 of file FWGeometry.h.

Member Function Documentation

bool FWGeometry::GeomDetInfo::operator< ( unsigned int  id) const
inline

Definition at line 96 of file FWGeometry.h.

96  {
97  return ( this->id < id );
98  }

Member Data Documentation

unsigned int FWGeometry::GeomDetInfo::id

Definition at line 89 of file FWGeometry.h.

Referenced by NodeCut.MatchId::match(), and FWGeometry::match_id().

float FWGeometry::GeomDetInfo::matrix[9]
float FWGeometry::GeomDetInfo::parameters[9]
float FWGeometry::GeomDetInfo::points[24]

Definition at line 90 of file FWGeometry.h.

float FWGeometry::GeomDetInfo::shape[5]
float FWGeometry::GeomDetInfo::translation[3]