CMS 3D CMS Logo

ChamberStripSpec Class Reference

RPC strip specification for readout decoding. More...

#include <CondFormats/RPCObjects/interface/ChamberStripSpec.h>

List of all members.

Public Member Functions

std::string print (int depth=0) const
 debug printout

Public Attributes

int cablePinNumber
int chamberStripNumber
int cmsStripNumber


Detailed Description

RPC strip specification for readout decoding.

Definition at line 9 of file ChamberStripSpec.h.


Member Function Documentation

std::string ChamberStripSpec::print ( int  depth = 0  )  const

debug printout

Definition at line 4 of file ChamberStripSpec.cc.

References cablePinNumber, chamberStripNumber, cmsStripNumber, and lat::endl().

00005 {
00006   std::ostringstream str;
00007   if (depth >= 0) { 
00008     str << " ChamberStripSpec: " 
00009         << " pin: "<<cablePinNumber
00010         << ", chamber: "<<chamberStripNumber
00011         << ", CMS strip: "<<cmsStripNumber
00012         << std::endl;
00013   }
00014   return str.str();
00015 }


Member Data Documentation

int ChamberStripSpec::cablePinNumber

Definition at line 10 of file ChamberStripSpec.h.

Referenced by print(), and RPCReadOutMapping::rawDataFrame().

int ChamberStripSpec::chamberStripNumber

Definition at line 11 of file ChamberStripSpec.h.

Referenced by RPCReadOutMapping::detUnitFrame(), print(), and RPCReadOutMapping::rawDataFrame().

int ChamberStripSpec::cmsStripNumber

Definition at line 12 of file ChamberStripSpec.h.

Referenced by RPCReadOutMapping::getRAWSpecForCMSChamberSrip(), and print().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:16:16 2009 for CMSSW by  doxygen 1.5.4