CMS 3D CMS Logo

Public Member Functions | Public Attributes

TStrip Struct Reference

#include <RPCStripsRing.h>

List of all members.

Public Member Functions

bool isVirtual () const
 TStrip ()
 TStrip (int rawId, int stripNo)

Public Attributes

uint32_t m_detRawId
unsigned char m_strip

Detailed Description

Definition at line 30 of file RPCStripsRing.h.


Constructor & Destructor Documentation

TStrip::TStrip ( ) [inline]

Definition at line 31 of file RPCStripsRing.h.

: m_detRawId(0), m_strip(0) {};
TStrip::TStrip ( int  rawId,
int  stripNo 
) [inline]

Definition at line 32 of file RPCStripsRing.h.

: m_detRawId(rawId), m_strip(stripNo) {};

Member Function Documentation

bool TStrip::isVirtual ( ) const [inline]

Definition at line 33 of file RPCStripsRing.h.

{return  m_detRawId==0;};

Member Data Documentation

Definition at line 33 of file RPCStripsRing.h.

unsigned char TStrip::m_strip

Definition at line 35 of file RPCStripsRing.h.