#include <L1RPCConeBuilder.h>
Public Member Functions | |
void | addStrip (unsigned char strip) |
int | getLogStrip (int strip, const L1RPCConeDefinition::TLPSizeVec &LPSizeVec) const |
TCompressedCon () | |
Public Attributes | |
unsigned char | m_logplane |
signed char | m_mul |
signed short | m_offset |
unsigned char | m_PAC |
signed char | m_tower |
unsigned char | m_validForStripFirst |
unsigned char | m_validForStripLast |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 54 of file L1RPCConeBuilder.h.
|
inline |
Definition at line 63 of file L1RPCConeBuilder.h.
|
inline |
Definition at line 94 of file L1RPCConeBuilder.h.
References m_validForStripFirst, and m_validForStripLast.
Referenced by RPCStripsRing::compressConnections().
|
inline |
Definition at line 66 of file L1RPCConeBuilder.h.
References funct::abs(), m_logplane, m_mul, m_offset, m_tower, m_validForStripFirst, m_validForStripLast, and run_regression::ret.
|
private |
|
friend |
Definition at line 107 of file L1RPCConeBuilder.h.
|
friend |
Definition at line 107 of file L1RPCConeBuilder.h.
unsigned char L1RPCConeBuilder::TCompressedCon::m_logplane |
Definition at line 58 of file L1RPCConeBuilder.h.
Referenced by RPCStripsRing::compressConnections(), and getLogStrip().
signed char L1RPCConeBuilder::TCompressedCon::m_mul |
Definition at line 56 of file L1RPCConeBuilder.h.
Referenced by RPCStripsRing::compressConnections(), and getLogStrip().
signed short L1RPCConeBuilder::TCompressedCon::m_offset |
Definition at line 61 of file L1RPCConeBuilder.h.
Referenced by RPCStripsRing::compressConnections(), and getLogStrip().
unsigned char L1RPCConeBuilder::TCompressedCon::m_PAC |
Definition at line 57 of file L1RPCConeBuilder.h.
Referenced by RPCStripsRing::compressConnections().
signed char L1RPCConeBuilder::TCompressedCon::m_tower |
Definition at line 55 of file L1RPCConeBuilder.h.
Referenced by RPCStripsRing::compressConnections(), and getLogStrip().
unsigned char L1RPCConeBuilder::TCompressedCon::m_validForStripFirst |
Definition at line 59 of file L1RPCConeBuilder.h.
Referenced by addStrip(), and getLogStrip().
unsigned char L1RPCConeBuilder::TCompressedCon::m_validForStripLast |
Definition at line 60 of file L1RPCConeBuilder.h.
Referenced by addStrip(), and getLogStrip().