CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LinkBoardPackedStrip.h
Go to the documentation of this file.
1 #ifndef CondFormatsRPCObjectsLinkBoardPackedStrip_H
2 #define CondFormatsRPCObjectsLinkBoardPackedStrip_H
3 
5 public:
6 
7  LinkBoardPackedStrip(int packedStripLB)
8  : thePackedStrip(packedStripLB) { }
9 
11  : thePackedStrip( (febInLB-1)*16+stripPinInFeb-1) { }
12 
13  int febInLB() const { return thePackedStrip/16+1; }
14  int stripPinInFeb() const { return thePackedStrip%16+1; }
15  int packedStrip() const { return thePackedStrip; }
16 
17 private:
19 };
20 #endif
LinkBoardPackedStrip(int febInLB, int stripPinInFeb)
LinkBoardPackedStrip(int packedStripLB)