GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
analysiseditor.htm
Go to the documentation of this file.
1 <head>
2 
3 <style type="text/css">
4 
5 
6 .ana_membertable_style {
7  border: 2px solid black collapse;
8  background-color:#fff;
9 }
10 
11 .ana_memberheader_style {
12  border: 1px dotted black collapse;
13  background-color:#eee;
14 }
15 
16 .ana_steptabs_style {
17 position:relative;
18 left: -20px;
19 top:-10px;
20 width:100%;
21 height:100%;
22 }
23 
24 #ana_editor_container{
25  height:100%;
26  position: relative;
27  right: 5px;
28  outline: groove medium;
29  overflow-x:hidden;
30  overflow-y: auto;
31  background-color:#eee;
32 }
33 
34 #ana_step_container {
35  outline: outset thin;
36  position: absolute;
37  top: 2px;
38  bottom: 40%;
39 /* height: 250px; */
40  left: 5px;
41  right: 1px;
42  overflow-x: hidden;
43  overflow-y: hidden;
44  }
45 
46 #ana_file_container {
47  outline: outset thin;
48  position: absolute;
49  top: 61%;
50 /* top: 255px; */
51 /* height: 150px; */
52  bottom: 52px;
53  left: 5px;
54  right: 1px;
55  overflow-x: auto;
56  overflow-y: auto;
57  background-color:#eee;
58  }
59 
60 #ana_button_container {
61  outline: outset thin;
62  position: absolute;
63  bottom: 1px;
64  height: 48px;
65  left: 5px;
66  right: 1px;
67  overflow-x:auto;
68  overflow-y:hidden;
69  background-color:#eee;
70  }
71 
72 .MySpinnerStyle {
73  width: 50px;
74 }
75 
76 .MyButtonStyle {
77  transform: scale(1.2, 1.2);
78  background-position: 0 0;
79  background-repeat: no-repeat;
80  background-size: contain;
81 }
82 
83 </style>
84 </head>
85 
86 
87 
88 <body>
89 
90 <div id="ana_editor_container">
91 
92 
93  <div id="ana_step_container">
94 
95  <div class="steptabs" title="Tab container for steps" style="position:relative; width:100%; height:100%; text-align: left;">
96  <!-- html code for tabs now created in the script itself -->
97  </div>
98 
99  </div>
100 
101  <div id="ana_file_container">
102 
103  <table class="ana_autosave" style="position:relative; width:100%; height:45%; text-align: left">
104  <thead>
105  <tr >
106  <th colspan=4>Auto Save File</th>
107  </tr>
108  </thead>
109  <tbody>
110  <tr >
111  <td colspan=4 style="height: 30px">
112  <form class="anaASF_form" accept-charset="utf-8">
113  <button class="buttonSaveAnaASF" title="Write Autosave file immediately" type="submit">Save</button>
114  <label title="Input autosave file name">
115  <input class="anaASF_name" type="text" size="35" value="Go4AnalysisASF.root"></label>
116  </form>
117  </td>
118  </tr>
119  <tr >
120  <td><label style="height: 30px" title="Enable/Disable autosave file">
121  <input class="anaASF_enabled" type="checkbox"> Enabled</label>
122  </td>
123  <td>
124  <input class="anaASF_time MySpinnerStyle" title="Time Interval for autosave file" type="text" value="442">
125  </td>
126  <td> <input class="anaASF_compression MySpinnerStyle" title="ROOT compression level for autosave file" type="text" value="1"></td>
127  <td>
128  <label style="height: 30px" title="Overwrite old autosave file">
129  <input class="anaASF_overwrite" type="checkbox"> Overwrite</label>
130 
131  </td>
132 
133  </tr>
134  </tbody>
135  </table>
136 
137  <table class="ana_configfile" style="position:relative; width:100%; height:45%; text-align: left">
138  <thead>
139  <tr >
140  <th colspan=2>Analysis Configuration File</th>
141  </tr>
142  </thead>
143  <tbody>
144  <tr>
145  <td style="height: 30px">
146  <button class="buttonLoadAnaConf"
147  title="Load Analysis Prefs file">Load</button>
148  </td>
149  <td style="height: 30px">
150  <form class="anaprefs_form" accept-charset="utf-8">
151  <button class="buttonSaveAnaConf" title="Save Analysis Prefs file" type="submit">Save</button>
152  <label title="Input preference file name">
153  <input class="anaprefs_name" type="text" size="35" value="Go4AnalysisPrefs.root"></label>
154  </form>
155  </td>
156 
157  </tr>
158  </tbody>
159  </table>
160 
161 
162 
163 
164 </div>
165 
166 <div id="ana_button_container">
167 <!-- <button title="Get parameter">Get</button> -->
168 <!-- <button title="Set parameter">Set</button> -->
169 <!-- <button title="Parameter changed in editor">Changed</button> -->
170 
171  <table style="width: 70px; height: 100%; float: left">
172  <tbody>
173  <tr>
174  <td style="height: 30px">
175  <button class="buttonGetAnalysis"
176  title="Refresh analysis setup values from server">Get</button>
177  </td>
178  <td style="height: 30px">
179  <button class="buttonSetAnalysis"
180  title="Submit configuration to analysis">Submit</button>
181  </td>
182  <td style="height: 30px">
183  <button class="buttonAnaChangeLabel"
184  title="This label shows that your current changes have not yet been updated to analysis">Changed!</button>
185  </td>
186  <td style="height: 30px">
187  <button class="buttonSetStartAnalysis"
188  title="Submit configuration to analysis and start execution">Submit+Start</button>
189  </td>
190  <td style="height: 30px">
191  <button class="buttonCloseAnalysis"
192  title="Close analysis - close all input/output files and destroys steps processors">Close</button>
193  </td>
194 
195 
196  </tr>
197  </tbody>
198  </table>
199 
200 
201 
202 
203 
204 
205 </div>
206 
207 </div>
208 
209 
210 </body>
211