FACT++  1.0
void UIConnector::cbpxChanged ( )
slot

Definition at line 2119 of file RawEventsViewer.cc.

2120 {
2121  if (updating)
2122  return;
2123 
2124  const int hwid = crateIDBox->value()*360 + boardIDBox->value()*36 + patchIDBox->value()*9 + pixelIDBox->value();
2125  HwIDBox->setValue(hwid);
2126 }