Main Page
Namespaces
Classes
Package Documentation
src
CondFormats
RPCObjects
interface
LinkBoardPackedStrip.h
Go to the documentation of this file.
1
#ifndef CondFormatsRPCObjectsLinkBoardPackedStrip_H
2
#define CondFormatsRPCObjectsLinkBoardPackedStrip_H
3
4
class
LinkBoardPackedStrip
{
5
public
:
6
7
LinkBoardPackedStrip
(
int
packedStripLB)
8
:
thePackedStrip
(packedStripLB) { }
9
10
LinkBoardPackedStrip
(
int
febInLB
,
int
stripPinInFeb
)
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
:
18
int
thePackedStrip
;
19
};
20
#endif
LinkBoardPackedStrip::thePackedStrip
int thePackedStrip
Definition:
LinkBoardPackedStrip.h:18
LinkBoardPackedStrip::febInLB
int febInLB() const
Definition:
LinkBoardPackedStrip.h:13
LinkBoardPackedStrip
Definition:
LinkBoardPackedStrip.h:4
LinkBoardPackedStrip::stripPinInFeb
int stripPinInFeb() const
Definition:
LinkBoardPackedStrip.h:14
LinkBoardPackedStrip::LinkBoardPackedStrip
LinkBoardPackedStrip(int febInLB, int stripPinInFeb)
Definition:
LinkBoardPackedStrip.h:10
LinkBoardPackedStrip::packedStrip
int packedStrip() const
Definition:
LinkBoardPackedStrip.h:15
LinkBoardPackedStrip::LinkBoardPackedStrip
LinkBoardPackedStrip(int packedStripLB)
Definition:
LinkBoardPackedStrip.h:7
Generated for CMSSW Reference Manual by
1.8.11