Go to the documentation of this file. 1 #ifndef CondFormats_RPCObjects_L1RPCConeBuilder_h
2 #define CondFormats_RPCObjects_L1RPCConeBuilder_h
30 #include <boost/serialization/shared_ptr.hpp>
45 typedef std::map<uint32_t, TStrip2ConVec>
TConMap;
72 L1RPCConeDefinition::TLPSizeVec::const_iterator it = LPSizeVec.begin();
73 L1RPCConeDefinition::TLPSizeVec::const_iterator itEnd = LPSizeVec.end();
74 for (; it != itEnd; ++it) {
86 if (ret < 0 || ret > lpSize)
118 std::pair<TStripConVec::const_iterator, TStripConVec::const_iterator>
getConVec(uint32_t det,
119 unsigned char strip)
const;
121 std::pair<TCompressedConVec::const_iterator, TCompressedConVec::const_iterator>
getCompConVec(uint32_t det)
const;
ret
prodAgent to be discontinued
void setLastTower(int tow)
void setConeConnectionMap(const std::shared_ptr< TConMap > connMap)
std::map< uint32_t, TStrip2ConVec > TConMap
#define COND_SERIALIZABLE
void setFirstTower(int tow)
void setCompressedConeConnectionMap(const std::shared_ptr< TCompressedConMap > cmpConnMap)
std::vector< TCompressedCon > TCompressedConVec
int getLogStrip(int strip, const L1RPCConeDefinition::TLPSizeVec &LPSizeVec) const
std::map< uint32_t, TCompressedConVec > TCompressedConMap
std::pair< TStripConVec::const_iterator, TStripConVec::const_iterator > getConVec(uint32_t det, unsigned char strip) const
virtual ~L1RPCConeBuilder()
std::shared_ptr< TCompressedConMap > m_compressedConeConnectionMap
void addStrip(unsigned char strip)
std::shared_ptr< TConMap > m_coneConnectionMap
std::vector< TStripCon > TStripConVec
unsigned char m_validForStripFirst
std::map< unsigned char, TStripConVec > TStrip2ConVec
Abs< T >::type abs(const T &t)
unsigned char m_validForStripLast
std::vector< TLPSize > TLPSizeVec
std::pair< TCompressedConVec::const_iterator, TCompressedConVec::const_iterator > getCompConVec(uint32_t det) const