6 RPCFebConnector::RPCFebConnector(
RPCDetId const & _rpc_det_id
7 ,
unsigned int _first_strip
9 , ::uint16_t _channels)
11 , slope_(_slope < 0 ? -1 : 1)
12 , channels_(_channels)
13 , rpc_det_id_(_rpc_det_id.rawId())
15 setFirstStrip(_first_strip);
20 std::ostringstream _oss;
23 << std::hex << std::showbase <<
channels_;
29 return (_ostream << _connector.
getString());
std::ostream & operator<<(std::ostream &out, const ALILine &li)
::uint8_t first_strip_
strip, allowing range [1-128]
::uint16_t channels_
active channels in range [1-16]
std::string getString() const