#include <L1TriggerConfig/RPCTriggerConfig/interface/RPCStripsRing.h>
Public Member Functions | |
TOtherConnStruct () | |
Public Attributes | |
TIdToRindMap::iterator | m_it |
short | m_logplane |
short | m_logplaneSize |
Definition at line 46 of file RPCStripsRing.h.
RPCStripsRing::TOtherConnStruct::TOtherConnStruct | ( | ) | [inline] |
Definition at line 48 of file RPCStripsRing.h.
00048 : m_logplane(0), m_logplaneSize(0), m_it(0) {};
TIdToRindMap::iterator RPCStripsRing::TOtherConnStruct::m_it |