CMS 3D CMS Logo

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

#include <RPCPattern.h>

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

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

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 
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 25 of file RPCPattern.h.

Member Function Documentation

template<class Archive >
void RPCPattern::RPCLogicalStrip::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 33 of file RPCPattern.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 33 of file RPCPattern.h.

friend class RPCPattern
friend

Definition at line 26 of file RPCPattern.h.

Member Data Documentation

unsigned char RPCPattern::RPCLogicalStrip::m_StripFrom
private

First strip in range.

Definition at line 29 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 31 of file RPCPattern.h.

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