CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 30 of file RPCStripsRing.h.

Constructor & Destructor Documentation

TStrip::TStrip ( )
inline

Definition at line 31 of file RPCStripsRing.h.

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

Definition at line 32 of file RPCStripsRing.h.

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

Member Function Documentation

bool TStrip::isVirtual ( ) const
inline

Definition at line 33 of file RPCStripsRing.h.

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

Member Data Documentation

uint32_t TStrip::m_detRawId

Definition at line 33 of file RPCStripsRing.h.

unsigned char TStrip::m_strip

Definition at line 35 of file RPCStripsRing.h.