CMS 3D CMS Logo

Public Member Functions | Private Attributes

pos::PixelConfigKey Class Reference

This class implements.. More...

#include <interface/PixelConfigKey.h>

List of all members.

Public Member Functions

unsigned int key ()
 PixelConfigKey (unsigned int key)

Private Attributes

unsigned int key_

Detailed Description

This class implements..

A longer explanation will be placed here later

Definition at line 20 of file PixelConfigKey.h.


Constructor & Destructor Documentation

pos::PixelConfigKey::PixelConfigKey ( unsigned int  key) [inline, explicit]

Definition at line 24 of file PixelConfigKey.h.

References key(), and key_.

{ key_=key;}

Member Function Documentation

unsigned int pos::PixelConfigKey::key ( ) [inline]

Member Data Documentation

unsigned int pos::PixelConfigKey::key_ [private]

Definition at line 29 of file PixelConfigKey.h.

Referenced by key(), and PixelConfigKey().