CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Private Attributes | Friends
RPCPattern::RPCLogicalStrip Class Reference

#include <RPCPattern.h>

Private Attributes

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

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

unsigned char RPCPattern::RPCLogicalStrip::m_StripFrom
private

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().