CMS 3D CMS Logo

Public Member Functions | Private Attributes

LinkBoardPackedStrip Class Reference

#include <LinkBoardPackedStrip.h>

List of all members.

Public Member Functions

int febInLB () const
 LinkBoardPackedStrip (int febInLB, int stripPinInFeb)
 LinkBoardPackedStrip (int packedStripLB)
int packedStrip () const
int stripPinInFeb () const

Private Attributes

int thePackedStrip

Detailed Description

Definition at line 4 of file LinkBoardPackedStrip.h.


Constructor & Destructor Documentation

LinkBoardPackedStrip::LinkBoardPackedStrip ( int  packedStripLB) [inline]

Definition at line 7 of file LinkBoardPackedStrip.h.

    : thePackedStrip(packedStripLB) { }
LinkBoardPackedStrip::LinkBoardPackedStrip ( int  febInLB,
int  stripPinInFeb 
) [inline]

Definition at line 10 of file LinkBoardPackedStrip.h.


Member Function Documentation

int LinkBoardPackedStrip::febInLB ( ) const [inline]

Definition at line 13 of file LinkBoardPackedStrip.h.

References thePackedStrip.

Referenced by RPCReadOutMapping::detUnitFrame().

{ return thePackedStrip/16+1; } 
int LinkBoardPackedStrip::packedStrip ( ) const [inline]

Definition at line 15 of file LinkBoardPackedStrip.h.

References thePackedStrip.

Referenced by RPCRecordFormatter::recordPack().

{ return thePackedStrip; }
int LinkBoardPackedStrip::stripPinInFeb ( ) const [inline]

Definition at line 14 of file LinkBoardPackedStrip.h.

References thePackedStrip.

Referenced by RPCReadOutMapping::detUnitFrame().

{ return thePackedStrip%16+1; }

Member Data Documentation

Definition at line 18 of file LinkBoardPackedStrip.h.

Referenced by febInLB(), packedStrip(), and stripPinInFeb().