CMS 3D CMS Logo

ChamberLocationSpec Struct Reference

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

List of all members.

Public Member Functions

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

Public Attributes

std::string barrelOrEndcap
std::string chamberLocationName
int diskOrWheel
std::string febZOrnt
std::string febZRadOrnt
int layer
int sector
std::string subsector


Detailed Description

Definition at line 9 of file ChamberLocationSpec.h.


Member Function Documentation

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

debug printout

Definition at line 4 of file ChamberLocationSpec.cc.

References barrelOrEndcap, chamberLocationName, diskOrWheel, lat::endl(), febZOrnt, febZRadOrnt, layer, sector, and subsector.

Referenced by FebConnectorSpec::print().

00005 {
00006   std::ostringstream str;
00007   if (depth >=0) {
00008     str  << " ChamberLocationSpec: " << std::endl
00009          << " --->DiskOrWheel: " << diskOrWheel
00010          << " Layer: " << layer
00011          << " Sector: " << sector
00012          << " Subsector: " << subsector
00013          << " ChamberLocationName: " << chamberLocationName
00014          << " FebZOrnt: " << febZOrnt
00015          << " FebZRadOrnt: " << febZRadOrnt
00016          << " BarrelOrEndcap: " << barrelOrEndcap;
00017   }
00018   return str.str();
00019 }


Member Data Documentation

std::string ChamberLocationSpec::barrelOrEndcap

Definition at line 17 of file ChamberLocationSpec.h.

Referenced by DBSpecToDetUnit::operator()(), print(), and popcon::RPCReadOutMappingSourceHandler::readCablingMap().

std::string ChamberLocationSpec::chamberLocationName

Definition at line 14 of file ChamberLocationSpec.h.

Referenced by RPCRawSynchro::dumpDelays(), RPCReadOutMapping::getLBforChamber(), DBSpecToDetUnit::operator()(), print(), and popcon::RPCReadOutMappingSourceHandler::readCablingMap().

int ChamberLocationSpec::diskOrWheel

Definition at line 10 of file ChamberLocationSpec.h.

Referenced by DBSpecToDetUnit::operator()(), print(), and popcon::RPCReadOutMappingSourceHandler::readCablingMap().

std::string ChamberLocationSpec::febZOrnt

Definition at line 15 of file ChamberLocationSpec.h.

Referenced by print(), and popcon::RPCReadOutMappingSourceHandler::readCablingMap().

std::string ChamberLocationSpec::febZRadOrnt

Definition at line 16 of file ChamberLocationSpec.h.

Referenced by print(), and popcon::RPCReadOutMappingSourceHandler::readCablingMap().

int ChamberLocationSpec::layer

Definition at line 11 of file ChamberLocationSpec.h.

Referenced by DBSpecToDetUnit::operator()(), print(), and popcon::RPCReadOutMappingSourceHandler::readCablingMap().

int ChamberLocationSpec::sector

Definition at line 12 of file ChamberLocationSpec.h.

Referenced by DBSpecToDetUnit::operator()(), print(), and popcon::RPCReadOutMappingSourceHandler::readCablingMap().

std::string ChamberLocationSpec::subsector

Definition at line 13 of file ChamberLocationSpec.h.

Referenced by DBSpecToDetUnit::operator()(), print(), and popcon::RPCReadOutMappingSourceHandler::readCablingMap().


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