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
FWRecoGeom::Info Struct Reference

#include <FWRecoGeom.h>

Public Member Functions

bool operator< (const Info &o) const
 

Public Attributes

unsigned int id
 
float matrix [9]
 
float points [24]
 
float shape [5]
 
float topology [9]
 
float translation [3]
 

Detailed Description

Definition at line 13 of file FWRecoGeom.h.

Member Function Documentation

bool FWRecoGeom::Info::operator< ( const Info o) const
inline

Definition at line 22 of file FWRecoGeom.h.

References id.

22  {
23  return ( this->id < o.id );
24  }

Member Data Documentation

unsigned int FWRecoGeom::Info::id

Definition at line 15 of file FWRecoGeom.h.

Referenced by NodeCut.MatchId::match(), and operator<().

float FWRecoGeom::Info::matrix[9]

Definition at line 20 of file FWRecoGeom.h.

float FWRecoGeom::Info::points[24]

Definition at line 16 of file FWRecoGeom.h.

float FWRecoGeom::Info::shape[5]

Definition at line 18 of file FWRecoGeom.h.

float FWRecoGeom::Info::topology[9]

Definition at line 17 of file FWRecoGeom.h.

float FWRecoGeom::Info::translation[3]

Definition at line 19 of file FWRecoGeom.h.