CMS 3D CMS Logo

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() [1/2]

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() [2/2]

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

◆ isVirtual()

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

◆ m_detRawId

uint32_t TStrip::m_detRawId

Definition at line 31 of file RPCStripsRing.h.

◆ m_strip

unsigned char TStrip::m_strip

Definition at line 33 of file RPCStripsRing.h.