CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
TStrip Struct Reference

#include <RPCStripsRing.h>

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 28 of file RPCStripsRing.h.

Constructor & Destructor Documentation

TStrip::TStrip ( )
inline

Definition at line 29 of file RPCStripsRing.h.

29 : m_detRawId(0), m_strip(0){};
unsigned char m_strip
Definition: RPCStripsRing.h:33
uint32_t m_detRawId
Definition: RPCStripsRing.h:31
TStrip::TStrip ( int  rawId,
int  stripNo 
)
inline

Definition at line 30 of file RPCStripsRing.h.

30 : m_detRawId(rawId), m_strip(stripNo){};
unsigned char m_strip
Definition: RPCStripsRing.h:33
uint32_t m_detRawId
Definition: RPCStripsRing.h:31

Member Function Documentation

bool TStrip::isVirtual ( ) const
inline

Definition at line 31 of file RPCStripsRing.h.

31 { return m_detRawId == 0; };
uint32_t m_detRawId
Definition: RPCStripsRing.h:31

Member Data Documentation

uint32_t TStrip::m_detRawId

Definition at line 31 of file RPCStripsRing.h.

unsigned char TStrip::m_strip

Definition at line 33 of file RPCStripsRing.h.