CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FebConnectorSpec.h
Go to the documentation of this file.
1 #ifndef CondFormatsRPCObjectsFebConnectorSpec_H
2 #define CondFormatsRPCObjectsFebConnectorSpec_H
3 
4 #include <vector>
9 #include <string>
10 
22 public:
25 
27  int linkBoardInputNum() const { return theLinkBoardInputNum; }
28 
30  void addStrips(int algo) {
31  theAlgo = algo;
32  }
33 
35  const ChamberStripSpec strip(int pinNumber) const;
36 
38  const uint32_t & rawId() const;
39 
40  const ChamberLocationSpec & chamber() const { return theChamber; }
41  const FebLocationSpec & feb() const { return theFeb; }
42 
43  const int nstrips() const { return theAlgo/10000; }
44 
45  const int chamberStripNum(int istrip) const;
46 
47  const int cmsStripNum(int istrip) const { return 0; }
48 
49  const int cablePinNum(int istrip) const;
50 
52  std::string print(int depth=0) const;
53 
54 private:
56 
59 
60  int theAlgo;
61  mutable uint32_t theRawId;
62 };
63 
64 #endif
const int cablePinNum(int istrip) const
const uint32_t & rawId() const
DetUnit to which data belongs.
const ChamberLocationSpec & chamber() const
const FebLocationSpec & feb() const
const int cmsStripNum(int istrip) const
void addStrips(int algo)
add strip info
const int nstrips() const
const int chamberStripNum(int istrip) const
const ChamberStripSpec strip(int pinNumber) const
strip info for input pin
std::string print(int depth=0) const
debug
FebLocationSpec theFeb
int linkBoardInputNum() const
this FEB channel in LinkBoard
FebConnectorSpec(int num=-1)
long long int num
Definition: procUtils.cc:71
ChamberLocationSpec theChamber
LimitAlgo * algo
Definition: Combine.cc:60