Rev 173 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 173 | Rev 181 | ||
|---|---|---|---|
| Line 922... | Line 922... | ||
| 922 |    // Relative photon detection efficiency tab (PDE) | 
            922 |    // Relative photon detection efficiency tab (PDE) | 
          
| 923 | fT1 = analTab->AddTab("Relative PDE");  | 
            923 | fT1 = analTab->AddTab("Relative PDE");  | 
          
| 924 | fV1 = new TGCompositeFrame(fT1, subgroup[0], subgroup[1], kVerticalFrame | kFixedWidth | kFixedHeight);  | 
            924 | fV1 = new TGCompositeFrame(fT1, subgroup[0], subgroup[1], kVerticalFrame | kFixedWidth | kFixedHeight);  | 
          
| 925 | 925 | ||
| 926 |    // Check button to toggle normalization | 
            926 |    // Check button to toggle normalization | 
          
| 927 | if(DBGSIG > 1) printf("AppLayout(): Creating TSubStructure *relPde ->  | 
            927 | if(DBGSIG > 1) printf("AppLayout(): Creating TSubStructure *relPde -> 1 check buttons (normalization)\n");  | 
          
| 928 | relPde = new TSubStructure();  | 
            928 | relPde = new TSubStructure();  | 
          
| 929 | checksel = new int;  | 
            929 | checksel = new int;  | 
          
| 930 | *checksel = 1;  | 
            930 | *checksel = 1;  | 
          
| 931 | selnames[0] = "Normalize to number of events";  | 
            931 | selnames[0] = "Normalize to number of events";  | 
          
| 932 | if(relPde->TGCheckList(fV1, subgroup[0], 30, 1, selnames, checksel, "vertical", "center"))  | 
            932 | if(relPde->TGCheckList(fV1, subgroup[0], 30, 1, selnames, checksel, "vertical", "center"))  |