CMS 3D CMS Logo

Public Member Functions | Private Attributes

DTPhysicalWireId Class Reference

List of all members.

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.

                                                                       :
 superlayer_id( superlayer ),
      layer_id(      layer ),
       cell_id(       cell ) {
}

Member Function Documentation

int DTPhysicalWireId::cellId ( ) const

Definition at line 207 of file DTCompactMapWriter.cc.

References cell_id.

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

Definition at line 203 of file DTCompactMapWriter.cc.

References layer_id.

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

Definition at line 199 of file DTCompactMapWriter.cc.

References superlayer_id.

Referenced by DTPhysicalWireCompare::operator()().

                                         {
  return superlayer_id;
}

Member Data Documentation

Definition at line 190 of file DTCompactMapWriter.cc.

Referenced by cellId().

Definition at line 189 of file DTCompactMapWriter.cc.

Referenced by layerId().

Definition at line 188 of file DTCompactMapWriter.cc.

Referenced by superlayerId().