CMS 3D CMS Logo

Public Member Functions | Public Attributes

FWGeometry::GeomDetInfo Struct Reference

#include <FWGeometry.h>

List of all members.

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 76 of file FWGeometry.h.


Member Function Documentation

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

Definition at line 85 of file FWGeometry.h.

                                               { 
         return ( this->id < id );
      }

Member Data Documentation

Definition at line 78 of file FWGeometry.h.

Referenced by FWGeometry::match_id().

Definition at line 80 of file FWGeometry.h.

Definition at line 79 of file FWGeometry.h.