3 <style type="text/css">
6 background-color: #eee;
20 .step_editor_container {
32 <div class="step_editor_container">
34 <table class="step_control step_table_style"
35 style="position: relative; width: 100%; height: 10%; text-align: justify">
38 <th colspan=3>Step Control</th>
43 <td><label title="Enable analysis step"> <input
44 class="step_box_step_enab" type="checkbox" name="enable box">
47 <td><label title="Enable event source"> <input
48 class="step_box_source_enab" type="checkbox"> Source
50 <td><label title="Enable event store"> <input
51 class="step_box_store_enab" type="checkbox"> Store
61 <table class="step_source step_table_style"
62 style="position: relative; width: 100%; height: 60%; text-align: left">
65 <th colspan=5>Event Source</th>
70 <td colspan=3><select class="step_source_select" >
71 <option selected="selected" value="0">Go4 File Source
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>
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>
94 <td><label title="Show/hide extra options for event source">
95 <input class="step_source_expand" type="checkbox">more...
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>
104 <td colspan=3><label title="User arguments" class="step_source_args_label">Args: <input
105 class="step_source_args" type="text"></label></td>
109 <td><label class="step_source_port_label">Port: <input
110 class="step_source_port MySpinnerStyle" title="Port Number"
111 type="text" value="dflt">
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">
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">
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>
141 <table class="step_store step_table_style"
142 style="position: relative; width: 100%; height: 30%; text-align: left">
145 <th colspan=4>Event store</th>
150 <td colspan=4><select class="step_store_select"" >
151 <option selected="selected" value="0">Go4FileStore
153 <option value="1">Go4 BackStore</option>
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">
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">
169 <td><input class="step_store_comp MySpinnerStyle"
170 title="Root TFile compression level" type="text" value="5">
172 <td><input class="step_store_asf MySpinnerStyle"
173 title="Root TTree autosave interval (flush each number of entries)" type="text" value="10000">
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