CMS 3D CMS Logo

RPCFebConnector.cc
Go to the documentation of this file.
2 
3 #include <ostream>
4 #include <sstream>
5 
6 RPCFebConnector::RPCFebConnector(RPCDetId const& rpc_det_id, unsigned int first_strip, int slope, std::uint16_t channels)
7  : first_strip_(1), slope_(slope < 0 ? -1 : 1), channels_(channels), rpc_det_id_(rpc_det_id.rawId()) {
8  setFirstStrip(first_strip);
9 }
10 
12  std::ostringstream oss;
13  oss << rpc_det_id_ << '_' << (int)first_strip_ << (slope_ < 0 ? '-' : '+') << '_' << std::hex << std::showbase
14  << channels_;
15  return oss.str();
16 }
17 
18 std::ostream& operator<<(std::ostream& ostream, RPCFebConnector const& connector) {
19  return (ostream << connector.getString());
20 }
RPCFebConnector::slope_
::int8_t slope_
-1 or 1
Definition: RPCFebConnector.h:49
RPCDetId
Definition: RPCDetId.h:16
RPCFebConnector.h
RPCFebConnector
Definition: RPCFebConnector.h:12
RPCFebConnector::RPCFebConnector
RPCFebConnector(RPCDetId const &rpc_det_id=RPCDetId(0, 0, 1, 1, 1, 1, 0), unsigned int first_strip=1, int slope=1, std::uint16_t channels=0x0)
Definition: RPCFebConnector.cc:6
operator<<
std::ostream & operator<<(std::ostream &ostream, RPCFebConnector const &connector)
Definition: RPCFebConnector.cc:18
RPCFebConnector::setFirstStrip
RPCFebConnector & setFirstStrip(unsigned int strip)
RPCFebConnector::rpc_det_id_
std::uint32_t rpc_det_id_
Definition: RPCFebConnector.h:52
createfilelist.int
int
Definition: createfilelist.py:10
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
RPCFebConnector::first_strip_
std::uint8_t first_strip_
strip, allowing range [1-128]
Definition: RPCFebConnector.h:48
RPCFebConnector::getString
std::string getString() const
Definition: RPCFebConnector.cc:11
ewkTauDQM_cfi.channels
channels
Definition: ewkTauDQM_cfi.py:14
RPCFebConnector::channels_
std::uint16_t channels_
active channels in range [1-16]
Definition: RPCFebConnector.h:50
slope
static const double slope[3]
Definition: CastorTimeSlew.cc:6