CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
RPCStripsRing::TOtherConnStruct Struct Reference

#include <RPCStripsRing.h>

Public Member Functions

 TOtherConnStruct ()
 

Public Attributes

TIdToRindMap::iterator m_it
 
short m_logplane
 
short m_logplaneSize
 

Detailed Description

Definition at line 41 of file RPCStripsRing.h.

Constructor & Destructor Documentation

◆ TOtherConnStruct()

RPCStripsRing::TOtherConnStruct::TOtherConnStruct ( )
inline

Definition at line 42 of file RPCStripsRing.h.

42 : m_logplane(0), m_logplaneSize(0), m_it(nullptr){};

Member Data Documentation

◆ m_it

TIdToRindMap::iterator RPCStripsRing::TOtherConnStruct::m_it

Definition at line 45 of file RPCStripsRing.h.

Referenced by RPCConeBuilder::buildConnections().

◆ m_logplane

short RPCStripsRing::TOtherConnStruct::m_logplane

Definition at line 42 of file RPCStripsRing.h.

Referenced by RPCConeBuilder::buildConnections().

◆ m_logplaneSize

short RPCStripsRing::TOtherConnStruct::m_logplaneSize

Definition at line 44 of file RPCStripsRing.h.

Referenced by RPCConeBuilder::buildConnections().

RPCStripsRing::TOtherConnStruct::m_logplane
short m_logplane
Definition: RPCStripsRing.h:42
RPCStripsRing::TOtherConnStruct::m_logplaneSize
short m_logplaneSize
Definition: RPCStripsRing.h:44
RPCStripsRing::TOtherConnStruct::m_it
TIdToRindMap::iterator m_it
Definition: RPCStripsRing.h:45