#include <TGCConnectionPPToSL.h>
Definition at line 16 of file TGCConnectionPPToSL.h.
 
◆ TGCConnectionPPToSL() [1/2]
      
        
          | LVL1TGCTrigger::TGCConnectionPPToSL::TGCConnectionPPToSL | ( |  | ) |  | 
      
 
 
◆ TGCConnectionPPToSL() [2/2]
◆ ~TGCConnectionPPToSL()
  
  | 
        
          | virtual LVL1TGCTrigger::TGCConnectionPPToSL::~TGCConnectionPPToSL | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ getHPBToSL()
◆ getPPToSB()
◆ getSBToHPB()
◆ operator=()
◆ readData()
      
        
          | bool LVL1TGCTrigger::TGCConnectionPPToSL::readData | ( | TGCRegionType | type | ) |  | 
      
 
! assume id = index
! assume id = index
Definition at line 40 of file TGCConnectionPPToSL.cxx.
   54     std::istringstream 
line(buf);
 
   66     std::istringstream infileStr(buf);
 
   67     std::string boardName;
 
   68     infileStr >> boardName;
 
   72       infileStr >> board_number;
 
   74       for (
int j=0; j < board_number; j++) {
 
   76     std::istringstream infileStr2(buf);
 
   78     infileStr2 >> 
id >> port;
 
   87     std::istringstream infileStr(buf);
 
   88     std::string boardName;
 
   89     infileStr >> boardName;
 
   93       if (itype == 
WISB || itype == 
SISB) 
continue;
 
   95       infileStr >> board_number;
 
   97       for (
int j=0; j < board_number; j++) {
 
   99     std::istringstream infileStr2(buf);
 
  101     infileStr2 >> 
id >> idHPB >> port;
 
  102         if (
id < 0 || idHPB < 0 || port < 0) 
continue;
 
  112     std::istringstream infileStr(buf);
 
  113     std::string boardName;
 
  114     infileStr >> boardName;
 
  118       infileStr >> board_number;
 
  120       for(
int j=0; j<board_number; j++) {
 
  122         std::istringstream infileStr2(buf);
 
  126         infileStr2 >> 
id >> idSB1 >> idSB2;
 
 
 
 
◆ m_HPBToSL
◆ m_PPToSB
◆ m_SBToHPB
The documentation for this class was generated from the following files: