Rev 146 | Rev 172 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 146 | Rev 167 | ||
|---|---|---|---|
| Line 217... | Line 217... | ||
| 217 | TSubStructure *selectCh; |
217 | TSubStructure *selectCh; |
| 218 | TSubStructure *plotType; |
218 | TSubStructure *plotType; |
| 219 | TSubStructure *histOpt; |
219 | TSubStructure *histOpt; |
| 220 | TSubStructure *exportHist; |
220 | TSubStructure *exportHist; |
| 221 | TSubStructure *editSelHist; |
221 | TSubStructure *editSelHist; |
| - | 222 | TSubStructure *posUnitsPlot; |
|
| 222 | 223 | ||
| 223 | // Substructures for analysis pane (analysis layout) |
224 | // Substructures for analysis pane (analysis layout) |
| 224 | TSubStructure *intSpect; |
225 | TSubStructure *intSpect; |
| 225 | TSubStructure *resol2d; |
226 | TSubStructure *resol2d; |
| 226 | TSubStructure *intSpectButtons; |
227 | TSubStructure *intSpectButtons; |
| Line 300... | Line 301... | ||
| 300 | TSubStructure *exportExitAnalysis; |
301 | TSubStructure *exportExitAnalysis; |
| 301 | 302 | ||
| 302 | // Action connections for temporary analysis edit window (new tab) |
303 | // Action connections for temporary analysis edit window (new tab) |
| 303 | void ApplyRunningAver(); |
304 | void ApplyRunningAver(); |
| 304 | void CloseTempAnalysisTab(int tabval); |
305 | void CloseTempAnalysisTab(int tabval); |
| - | 306 | void ExportTempAnalysisPlot(); |
|
| 305 | 307 | ||
| 306 | // Additional functions |
308 | // Additional functions |
| 307 | void DisplayHistogram(char *histfile, int histtype, int opt); |
309 | void DisplayHistogram(char *histfile, int histtype, int opt); |
| 308 | void HeaderEditTab(TGTab *mainTab, bool create, int *tabid); |
310 | void HeaderEditTab(TGTab *mainTab, bool create, int *tabid); |
| 309 | void TempAnalysisTab(TGTab *mainTab, bool create, int *tabid, int analtype); |
311 | void TempAnalysisTab(TGTab *mainTab, bool create, int *tabid, int analtype); |
| 310 | void RunMeas(void *ptr, int runCase, int &scanon); |
312 | void RunMeas(void *ptr, int runCase, int &scanon); |
| 311 | int MyTimer(); |
313 | int MyTimer(); |
| - | 314 | ||
| - | 315 | // Open directory |
|
| - | 316 | char *currentOpenDir; |
|
| 312 | 317 | ||
| 313 | // ROOT file variable structure ------------------------------- |
318 | // ROOT file variable structure ------------------------------- |
| 314 | struct EventHeader { |
319 | struct EventHeader { |
| 315 | int nrch; |
320 | int nrch; |
| 316 | int timestamp; |
321 | int timestamp; |