CMS 3D CMS Logo

Private Attributes | Friends

RPCPattern::RPCLogicalStrip Class Reference

#include <RPCPattern.h>

List of all members.

Private Attributes

unsigned char m_StripFrom
 First strip in range.
unsigned char m_StripTo
 Next-to-last strip in range.

Friends

class RPCPattern

Detailed Description

Logical Strip for pattern definition. It may be OR of few Logic m_Strips of LogCone The strips range is m_StripFrom - (m_StripTo-1) If the pattern is not defined for given plane, the valu of m_StripFrom is m_NOT_CONECTED.

Definition at line 23 of file RPCPattern.h.


Friends And Related Function Documentation

friend class RPCPattern [friend]

Definition at line 24 of file RPCPattern.h.


Member Data Documentation

First strip in range.

Definition at line 27 of file RPCPattern.h.

Referenced by RPCPattern::getStripFrom(), and RPCPattern::setStripFrom().

unsigned char RPCPattern::RPCLogicalStrip::m_StripTo [private]

Next-to-last strip in range.

Definition at line 29 of file RPCPattern.h.

Referenced by RPCPattern::getStripTo(), and RPCPattern::setStripTo().