35 std::pair<L1RPCConeBuilder::TStripConVec::const_iterator, L1RPCConeBuilder::TStripConVec::const_iterator>
40 L1RPCConeBuilder::TStripConVec::const_iterator itEnd = itBeg;
44 TStrip2ConVec::const_iterator it2 = it1->second.find(strip);
45 if (it2 != it1->second.end()){
46 itBeg = it2->second.begin();
47 itEnd = it2->second.end();
51 return std::make_pair(itBeg,itEnd);
54 std::pair<L1RPCConeBuilder::TCompressedConVec::const_iterator, L1RPCConeBuilder::TCompressedConVec::const_iterator>
58 L1RPCConeBuilder::TCompressedConVec::const_iterator itEnd = itBeg;
65 return std::make_pair(itBeg,itEnd);
std::pair< TCompressedConVec::const_iterator, TCompressedConVec::const_iterator > getCompConVec(uint32_t det) const
std::pair< TStripConVec::const_iterator, TStripConVec::const_iterator > getConVec(uint32_t det, unsigned char strip) const
std::vector< TCompressedCon > TCompressedConVec
virtual ~L1RPCConeBuilder()
std::shared_ptr< TConMap > m_coneConnectionMap
std::shared_ptr< TCompressedConMap > m_compressedConeConnectionMap
std::vector< TStripCon > TStripConVec