CMS 3D CMS Logo

Public Member Functions | Public Attributes

FWRecoGeom::Info Struct Reference

#include <FWRecoGeom.h>

List of all members.

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.

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

Member Data Documentation

unsigned int FWRecoGeom::Info::id

Definition at line 15 of file FWRecoGeom.h.

Referenced by operator<().

Definition at line 20 of file FWRecoGeom.h.

Definition at line 16 of file FWRecoGeom.h.

Definition at line 18 of file FWRecoGeom.h.

Definition at line 17 of file FWRecoGeom.h.

Definition at line 19 of file FWRecoGeom.h.