377 TGHorizontalFrame *frame;
381 TGCompositeFrame *sb_tab = worktab->AddTab(
"Scan Back");
385 TGVButtonGroup *GroupSBPar =
new TGVButtonGroup(sb_tab,
"Parameters");
389 frame =
new TGHorizontalFrame(GroupSBPar);
390 label =
new TGLabel(frame,
"First plate");
392 TGNumberEntry::kNESInteger,
393 TGNumberEntry::kNEANonNegative,
394 TGNumberEntry::kNELLimitMinMax,0,58);
397 GroupSBPar->AddFrame(frame,
fLayout1);
401 frame =
new TGHorizontalFrame(GroupSBPar);
402 label =
new TGLabel(frame,
"Last plate");
404 TGNumberEntry::kNESInteger,
405 TGNumberEntry::kNEANonNegative,
406 TGNumberEntry::kNELLimitMinMax,0,58);
409 GroupSBPar->AddFrame(frame,
fLayout1);
413 frame =
new TGHorizontalFrame(GroupSBPar);
414 label =
new TGLabel(frame,
"Step");
416 TGNumberEntry::kNESInteger,
417 TGNumberEntry::kNEANonNegative,
418 TGNumberEntry::kNELLimitMinMax,0,58);
421 GroupSBPar->AddFrame(frame,
fLayout1);
423 sb_tab->AddFrame(GroupSBPar,
fLayout1);
427 TGVButtonGroup *GroupSBProcList =
new TGVButtonGroup(sb_tab,
"Process list");
428 fCheckSBScan =
new TGCheckButton(GroupSBProcList,
"Scanning");
429 fCheckSBLink =
new TGCheckButton(GroupSBProcList,
"Linking");
430 fCheckSBAlgn =
new TGCheckButton(GroupSBProcList,
"Alignment plates");
431 fCheckSBTrks =
new TGCheckButton(GroupSBProcList,
"Reconstruct tracks");
438 sb_tab->AddFrame(GroupSBProcList,
fLayout1);
442 TGTextButton *readPred =
new TGTextButton(sb_tab,
"Read prediction");
443 readPred->Connect(
"Clicked()",
"EGraphRec",
this,
"ReadSBPred()");
444 sb_tab->AddFrame(readPred,
fLayout1);
449 fButtonSBStart->Connect(
"Clicked()",
"EGraphRec",
this,
"StartScanBack()");
TGCheckButton * fCheckSBScan
Definition: EGraphRec.h:108
TGNumberEntry * fEntrySBFirstPlate
Definition: EGraphRec.h:104
TGTextButton * fButtonSBStart
Definition: EGraphRec.h:107
TGCheckButton * fCheckSBAlgn
Definition: EGraphRec.h:110
TGCheckButton * fCheckSBTrks
Definition: EGraphRec.h:111
TGCheckButton * fCheckSBLink
Definition: EGraphRec.h:109
TGNumberEntry * fEntrySBStep
Definition: EGraphRec.h:106
TGNumberEntry * fEntrySBLastPlate
Definition: EGraphRec.h:105
Int_t firstPlate
Definition: EGraphRecProc.h:17
Int_t lastPlate
Definition: EGraphRecProc.h:18