26 std::pair<L1RPCConeBuilder::TStripConVec::const_iterator, L1RPCConeBuilder::TStripConVec::const_iterator>
29 L1RPCConeBuilder::TStripConVec::const_iterator itBeg =
tmp.end();
30 L1RPCConeBuilder::TStripConVec::const_iterator itEnd = itBeg;
34 TStrip2ConVec::const_iterator it2 = it1->second.find(
strip);
35 if (it2 != it1->second.end()) {
36 itBeg = it2->second.begin();
37 itEnd = it2->second.end();
41 return std::make_pair(itBeg, itEnd);
44 std::pair<L1RPCConeBuilder::TCompressedConVec::const_iterator, L1RPCConeBuilder::TCompressedConVec::const_iterator>
47 L1RPCConeBuilder::TCompressedConVec::const_iterator itBeg =
tmp.end();
48 L1RPCConeBuilder::TCompressedConVec::const_iterator itEnd = itBeg;
55 return std::make_pair(itBeg, itEnd);
std::pair< TCompressedConVec::const_iterator, TCompressedConVec::const_iterator > getCompConVec(uint32_t det) const
std::vector< TCompressedCon > TCompressedConVec
std::shared_ptr< TCompressedConMap > m_compressedConeConnectionMap
std::pair< TStripConVec::const_iterator, TStripConVec::const_iterator > getConVec(uint32_t det, unsigned char strip) const
virtual ~L1RPCConeBuilder()
std::shared_ptr< TConMap > m_coneConnectionMap
std::vector< TStripCon > TStripConVec