CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
DTPhysicalWireId Class Reference

Public Member Functions

int cellId () const
 
 DTPhysicalWireId (int superlayer, int layer, int cell)
 
int layerId () const
 
int superlayerId () const
 

Private Attributes

int cell_id
 
int layer_id
 
int superlayer_id
 

Detailed Description

Definition at line 181 of file DTCompactMapWriter.cc.

Constructor & Destructor Documentation

DTPhysicalWireId::DTPhysicalWireId ( int  superlayer,
int  layer,
int  cell 
)

Definition at line 193 of file DTCompactMapWriter.cc.

193  :
194  superlayer_id( superlayer ),
195  layer_id( layer ),
196  cell_id( cell ) {
197 }

Member Function Documentation

int DTPhysicalWireId::cellId ( ) const

Definition at line 207 of file DTCompactMapWriter.cc.

References cell_id.

207  {
208  return cell_id;
209 }
int DTPhysicalWireId::layerId ( ) const

Definition at line 203 of file DTCompactMapWriter.cc.

References layer_id.

203  {
204  return layer_id;
205 }
int DTPhysicalWireId::superlayerId ( ) const

Definition at line 199 of file DTCompactMapWriter.cc.

References superlayer_id.

Referenced by DTPhysicalWireCompare::operator()().

199  {
200  return superlayer_id;
201 }

Member Data Documentation

int DTPhysicalWireId::cell_id
private

Definition at line 190 of file DTCompactMapWriter.cc.

Referenced by cellId().

int DTPhysicalWireId::layer_id
private

Definition at line 189 of file DTCompactMapWriter.cc.

Referenced by layerId().

int DTPhysicalWireId::superlayer_id
private

Definition at line 188 of file DTCompactMapWriter.cc.

Referenced by superlayerId().