26 std::pair<L1RPCConeBuilder::TStripConVec::const_iterator, L1RPCConeBuilder::TStripConVec::const_iterator>
29 L1RPCConeBuilder::TStripConVec::const_iterator itEnd = itBeg;
33 TStrip2ConVec::const_iterator it2 = it1->second.find(strip);
34 if (it2 != it1->second.end()) {
35 itBeg = it2->second.begin();
36 itEnd = it2->second.end();
40 return std::make_pair(itBeg, itEnd);
43 std::pair<L1RPCConeBuilder::TCompressedConVec::const_iterator, L1RPCConeBuilder::TCompressedConVec::const_iterator>
46 L1RPCConeBuilder::TCompressedConVec::const_iterator itEnd = itBeg;
53 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
std::shared_ptr< TCompressedConMap > m_compressedConeConnectionMap
virtual ~L1RPCConeBuilder()
std::shared_ptr< TConMap > m_coneConnectionMap
std::vector< TStripCon > TStripConVec