| 219,6 → 219,7 |
| TSubStructure *histOpt; |
| TSubStructure *exportHist; |
| TSubStructure *editSelHist; |
| TSubStructure *posUnitsPlot; |
| |
| // Substructures for analysis pane (analysis layout) |
| TSubStructure *intSpect; |
| 302,6 → 303,7 |
| // Action connections for temporary analysis edit window (new tab) |
| void ApplyRunningAver(); |
| void CloseTempAnalysisTab(int tabval); |
| void ExportTempAnalysisPlot(); |
| |
| // Additional functions |
| void DisplayHistogram(char *histfile, int histtype, int opt); |
| 310,6 → 312,9 |
| void RunMeas(void *ptr, int runCase, int &scanon); |
| int MyTimer(); |
| |
| // Open directory |
| char *currentOpenDir; |
| |
| // ROOT file variable structure ------------------------------- |
| struct EventHeader { |
| int nrch; |