ctb gui works with moench detector

This commit is contained in:
2020-03-05 14:53:24 +01:00
parent dec4d00fbf
commit c2639854fa
9 changed files with 596 additions and 55 deletions

View File

@ -45,7 +45,7 @@ class ctbDac : public TGHorizontalFrame {
int setLabel(char *tit, int mv);
string getLabel();
int getMoenchDacId();
ClassDef(ctbDac,0)
@ -54,8 +54,6 @@ class ctbDac : public TGHorizontalFrame {
class ctbDacs : public TGGroupFrame {
private:
ctbDac *dacs[NDACS+2];
sls::Detector* myDet;