GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
stepeditor.htm
Go to the documentation of this file.
1 <head>
2 
3 <style type="text/css">
4 .step_table_style {
5  border: 1px inset;
6  background-color: #eee;
7  padding: 2px;
8  margin: 0px;
9 }
10 
11 
12 .ana_steptabs_style {
13  position:relative;
14  left: -20px;
15  top:-10px;
16  width:100%;
17  height:100%;
18 }
19 
20 .step_editor_container {
21  height: 100%;
22  position: relative;
23  overflow-x: auto;
24  overflow-y: auto
25 }
26 
27 </style>
28 </head>
29 
30 <body>
31 
32  <div class="step_editor_container">
33 
34  <table class="step_control step_table_style"
35  style="position: relative; width: 100%; height: 10%; text-align: justify">
36  <thead>
37  <tr>
38  <th colspan=3>Step Control</th>
39  </tr>
40  </thead>
41  <tbody>
42  <tr>
43  <td><label title="Enable analysis step"> <input
44  class="step_box_step_enab" type="checkbox" name="enable box">
45  Enable Step
46  </label></td>
47  <td><label title="Enable event source"> <input
48  class="step_box_source_enab" type="checkbox"> Source
49  </label></td>
50  <td><label title="Enable event store"> <input
51  class="step_box_store_enab" type="checkbox"> Store
52  </label></td>
53  </tr>
54  </tbody>
55  </table>
56 
57 
58 
59  <!-- </div> -->
60 
61  <table class="step_source step_table_style"
62  style="position: relative; width: 100%; height: 60%; text-align: left">
63  <thead>
64  <tr>
65  <th colspan=5>Event Source</th>
66  </tr>
67  </thead>
68  <tbody>
69  <tr>
70  <td colspan=3><select class="step_source_select" >
71  <option selected="selected" value="0">Go4 File Source
72  (*.root)</option>
73  <option value="1">MBS File (*.lmd *.LMD *.lml))</option>
74  <option value="2">MBS Stream Server</option>
75  <option value="3">MBS Transport Server</option>
76  <option value="4">MBS Event Server</option>
77  <option value="5">Remote Event Server</option>
78  <option value="6">MBS Random</option>
79  <option value="7">User Source</option>
80  </select></td>
81 
82 
83  </tr>
84  <tr>
85  <td colspan=2>
86  <form class="step_source_form" accept-charset="utf-8">
87  <label title="File name or server node name">Name:
88  <input class="step_source_name" type="text" size="35" value="Go4AnalysisPrefs.root"></label>
89  </form>
90  </td>
91 
92 
93 
94  <td><label title="Show/hide extra options for event source">
95  <input class="step_source_expand" type="checkbox">more...
96  </label></td>
97  </td>
98  </tr>
99  <tr>
100  <td colspan=3><label title="LMD Tag file" class="step_source_tagfile_label">Tagfile: <input
101  class="step_source_tagfile" type="text"></label></td>
102  </tr>
103  <tr>
104  <td colspan=3><label title="User arguments" class="step_source_args_label">Args: <input
105  class="step_source_args" type="text"></label></td>
106 
107  </tr>
108  <tr>
109  <td><label class="step_source_port_label">Port: <input
110  class="step_source_port MySpinnerStyle" title="Port Number"
111  type="text" value="dflt">
112  </label></td>
113 
114  <td><label class="step_source_tmout_label">Tmout (s): <input
115  class="step_source_tmout MySpinnerStyle"
116  title="Timeout in seconds" type="text" value="1">
117  </label></td>
118 
119  <td><label class="step_source_retry_label">Retr (s): <input
120  class="step_source_retry MySpinnerStyle"
121  title="Retry interval in seconds" type="text" value="never">
122  </label></td>
123 
124 
125  </tr>
126 
127  <tr>
128  <td><label class="step_source_firstev_label">First:<input class="step_source_firstev MySpinnerStyle"
129  title="Sequence number of first event to process" type="text"
130  value="0"></label></td>
131  <td><label class="step_source_lastev_label">Last:<input class="step_source_lastev MySpinnerStyle"
132  title="Sequence number of last event to process" type="text"
133  value="all"></label></td>
134  <td><label class="step_source_stepev_label">Step:<input class="step_source_stepev MySpinnerStyle"
135  title="Skipping interval between 2 events to process (1=process all)" type="text"
136  value="1"></label></td>
137  </tr>
138 
139  </tbody>
140  </table>
141  <table class="step_store step_table_style"
142  style="position: relative; width: 100%; height: 30%; text-align: left">
143  <thead>
144  <tr>
145  <th colspan=4>Event store</th>
146  </tr>
147  </thead>
148  <tbody>
149  <tr>
150  <td colspan=4><select class="step_store_select"" >
151  <option selected="selected" value="0">Go4FileStore
152  (*.root)</option>
153  <option value="1">Go4 BackStore</option>
154  </select></td>
155 
156  </tr>
157  <tr>
158  <td colspan=4 style="width: 100%"><label title="Event store name" class="step_store_name_label">Name:
159  <input class="step_store_name" type="text">
160  </label></td>
161  </tr>
162  <tr>
163  <td><input class="step_store_split MySpinnerStyle"
164  title="Root TTree split level." type="text" value="99"></td>
165  <td><label class="step_store_buf_label"><input
166  class="step_store_buf MySpinnerStyle"
167  title="Root branch buffer size" type="text" value="32">
168  kB</label></td>
169  <td><input class="step_store_comp MySpinnerStyle"
170  title="Root TFile compression level" type="text" value="5">
171  </td>
172  <td><input class="step_store_asf MySpinnerStyle"
173  title="Root TTree autosave interval (flush each number of entries)" type="text" value="10000">
174  </td>
175  <td><label style="height: 30px" class="step_store_overwrite_label"
176  title="Overwrite old file, or append."> <input
177  class="step_store_overwrite" type="checkbox"> Overwrite
178  </label></td>
179  </tr>
180 
181  </tbody>
182  </table>
183 
184  </div>
185 
186 
187 </body>
188