1 |
afaq |
1.1 |
#ifndef _ClientTest_hpp_
|
2 |
|
|
#define _ClientTest_hpp_
|
3 |
|
|
#include "ClientDataStructure.hpp"
|
4 |
|
|
|
5 |
|
|
class Insertapps_ClientAPIData : public ClientDataStructure {
|
6 |
|
|
public:
|
7 |
|
|
INTEGER t_application_output_type;
|
8 |
|
|
STRING t_app_family_name;
|
9 |
|
|
STRING t_app_config_parameter_set;
|
10 |
|
|
INTEGER t_app_config_application;
|
11 |
|
|
INTEGER t_app_family_id;
|
12 |
|
|
INTEGER t_app_config_id;
|
13 |
|
|
STRING t_application_app_version;
|
14 |
|
|
STRING t_app_config_conditions_version;
|
15 |
|
|
INTEGER t_collection_type_id;
|
16 |
|
|
INTEGER t_application_app_family;
|
17 |
|
|
INTEGER t_application_id;
|
18 |
|
|
STRING t_application_executable;
|
19 |
|
|
INTEGER t_application_input_type;
|
20 |
|
|
STRING t_collection_type_name;
|
21 |
|
|
public:
|
22 |
|
|
Insertapps_ClientAPIData();
|
23 |
|
|
|
24 |
|
|
virtual int makeMessage(Message& messageOut);
|
25 |
|
|
virtual int readInMessage(Message& messageIn, string lisName, int index);
|
26 |
|
|
|
27 |
|
|
};
|
28 |
|
|
class Person_ClientAPIData : public ClientDataStructure {
|
29 |
|
|
public:
|
30 |
|
|
STRING t_person_distinguised_name;
|
31 |
|
|
INTEGER t_person_id;
|
32 |
|
|
STRING t_person_name;
|
33 |
|
|
STRING t_person_contactinfo;
|
34 |
|
|
public:
|
35 |
|
|
Person_ClientAPIData();
|
36 |
|
|
|
37 |
|
|
virtual int makeMessage(Message& messageOut);
|
38 |
|
|
virtual int readInMessage(Message& messageIn, string lisName, int index);
|
39 |
|
|
|
40 |
|
|
};
|
41 |
|
|
class Physicsgroup_ClientAPIData : public ClientDataStructure {
|
42 |
|
|
public:
|
43 |
|
|
STRING t_person_distinguised_name;
|
44 |
|
|
INTEGER t_person_id;
|
45 |
|
|
STRING t_person_contactinfo;
|
46 |
|
|
INTEGER t_physics_group_id;
|
47 |
|
|
INTEGER t_physics_group_convenor;
|
48 |
|
|
STRING t_physics_group_name;
|
49 |
|
|
STRING t_person_name;
|
50 |
|
|
public:
|
51 |
|
|
Physicsgroup_ClientAPIData();
|
52 |
|
|
|
53 |
|
|
virtual int makeMessage(Message& messageOut);
|
54 |
|
|
virtual int readInMessage(Message& messageIn, string lisName, int index);
|
55 |
|
|
|
56 |
|
|
};
|
57 |
|
|
class Evcollview_ClientAPIData : public ClientDataStructure {
|
58 |
|
|
public:
|
59 |
|
|
INTEGER t_info_evcoll_validation_status;
|
60 |
|
|
STRING t_info_evcoll_name;
|
61 |
|
|
INTEGER t_info_evcoll_status;
|
62 |
|
|
INTEGER t_event_collection_collection_index;
|
63 |
|
|
INTEGER t_info_evcoll_events;
|
64 |
|
|
INTEGER t_event_collection_id;
|
65 |
|
|
INTEGER t_info_evcoll_event_collection;
|
66 |
|
|
STRING t_validation_status_name;
|
67 |
|
|
INTEGER t_event_collection_processed_dataset;
|
68 |
|
|
INTEGER t_evcoll_status_id;
|
69 |
|
|
INTEGER t_validation_status_id;
|
70 |
|
|
STRING t_evcoll_status_name;
|
71 |
|
|
STRING t_info_evcoll_estimated_luminosity;
|
72 |
|
|
public:
|
73 |
|
|
Evcollview_ClientAPIData();
|
74 |
|
|
|
75 |
|
|
virtual int makeMessage(Message& messageOut);
|
76 |
|
|
virtual int readInMessage(Message& messageIn, string lisName, int index);
|
77 |
|
|
|
78 |
|
|
};
|
79 |
|
|
class Fileview_ClientAPIData : public ClientDataStructure {
|
80 |
|
|
public:
|
81 |
|
|
INTEGER t_evcoll_file_fileid;
|
82 |
|
|
INTEGER t_file_type;
|
83 |
|
|
INTEGER t_file_id;
|
84 |
|
|
INTEGER t_block_processed_dataset;
|
85 |
|
|
INTEGER t_file_inblock;
|
86 |
|
|
STRING t_file_logical_name;
|
87 |
|
|
STRING t_file_status_name;
|
88 |
|
|
INTEGER t_block_files;
|
89 |
|
|
STRING t_file_guid;
|
90 |
|
|
INTEGER t_file_type_id;
|
91 |
|
|
INTEGER t_file_status_id;
|
92 |
|
|
STRING t_block_status_name;
|
93 |
|
|
INTEGER t_block_status;
|
94 |
|
|
INTEGER t_evcoll_file_evcoll;
|
95 |
|
|
STRING t_file_type_name;
|
96 |
|
|
INTEGER t_block_id;
|
97 |
|
|
STRING t_file_filesize;
|
98 |
|
|
INTEGER t_block_bytes;
|
99 |
|
|
INTEGER t_file_status;
|
100 |
|
|
INTEGER t_block_status_id;
|
101 |
|
|
INTEGER t_evcoll_file_id;
|
102 |
|
|
public:
|
103 |
|
|
Fileview_ClientAPIData();
|
104 |
|
|
|
105 |
|
|
virtual int makeMessage(Message& messageOut);
|
106 |
|
|
virtual int readInMessage(Message& messageIn, string lisName, int index);
|
107 |
|
|
|
108 |
|
|
};
|
109 |
|
|
class Primarydataset_ClientAPIData : public ClientDataStructure {
|
110 |
|
|
public:
|
111 |
|
|
INTEGER t_desc_mc_id;
|
112 |
|
|
STRING t_desc_mc_description;
|
113 |
|
|
INTEGER t_primary_dataset_description;
|
114 |
|
|
STRING t_primary_dataset_name;
|
115 |
|
|
INTEGER t_physics_group_convenor;
|
116 |
|
|
STRING t_physics_group_name;
|
117 |
|
|
INTEGER t_desc_primary_id;
|
118 |
|
|
INTEGER t_desc_primary_trigger_path;
|
119 |
|
|
INTEGER t_primary_dataset_physics_group;
|
120 |
|
|
STRING t_desc_mc_decay_chain;
|
121 |
|
|
STRING t_desc_mc_production;
|
122 |
|
|
INTEGER t_physics_group_id;
|
123 |
|
|
INTEGER t_desc_primary_mc_channel;
|
124 |
|
|
INTEGER t_primary_dataset_id;
|
125 |
|
|
CHARACTER t_desc_primary_is_mc_data;
|
126 |
|
|
public:
|
127 |
|
|
Primarydataset_ClientAPIData();
|
128 |
|
|
|
129 |
|
|
virtual int makeMessage(Message& messageOut);
|
130 |
|
|
virtual int readInMessage(Message& messageIn, string lisName, int index);
|
131 |
|
|
|
132 |
|
|
};
|
133 |
|
|
class Processingpath_ClientAPIData : public ClientDataStructure {
|
134 |
|
|
public:
|
135 |
|
|
INTEGER t_processing_path_app_config;
|
136 |
|
|
STRING t_processing_path_full_path;
|
137 |
|
|
INTEGER t_primary_dataset_description;
|
138 |
|
|
INTEGER t_data_tier_id;
|
139 |
|
|
INTEGER t_processing_path_parent;
|
140 |
|
|
STRING t_primary_dataset_name;
|
141 |
|
|
CHARACTER t_processed_dataset_is_open;
|
142 |
|
|
INTEGER t_primary_dataset_physics_group;
|
143 |
|
|
INTEGER t_processing_path_id;
|
144 |
|
|
STRING t_processed_dataset_name;
|
145 |
|
|
INTEGER t_primary_dataset_id;
|
146 |
|
|
INTEGER t_processing_path_data_tier;
|
147 |
|
|
INTEGER t_processed_dataset_processing_path;
|
148 |
|
|
INTEGER t_processed_dataset_id;
|
149 |
|
|
STRING t_data_tier_name;
|
150 |
|
|
INTEGER t_processed_dataset_primary_dataset;
|
151 |
|
|
public:
|
152 |
|
|
Processingpath_ClientAPIData();
|
153 |
|
|
|
154 |
|
|
virtual int makeMessage(Message& messageOut);
|
155 |
|
|
virtual int readInMessage(Message& messageIn, string lisName, int index);
|
156 |
|
|
|
157 |
|
|
};
|
158 |
|
|
class Analysisdataset_ClientAPIData : public ClientDataStructure {
|
159 |
|
|
public:
|
160 |
|
|
STRING t_dataset_status_name;
|
161 |
|
|
INTEGER t_info_anads_analysis_dataset;
|
162 |
|
|
INTEGER t_info_anads_status;
|
163 |
|
|
INTEGER t_anads_data_event_collection;
|
164 |
|
|
STRING t_info_anads_estimated_luminiosity;
|
165 |
|
|
STRING t_analysis_dataset_name;
|
166 |
|
|
INTEGER t_info_anads_validation_status;
|
167 |
|
|
INTEGER t_anads_data_id;
|
168 |
|
|
INTEGER t_dataset_status_id;
|
169 |
|
|
INTEGER t_anads_data_analysis_dataset;
|
170 |
|
|
STRING t_validation_status_name;
|
171 |
|
|
INTEGER t_analysis_dataset_id;
|
172 |
|
|
INTEGER t_validation_status_id;
|
173 |
|
|
INTEGER t_analysis_dataset_processed_dataset;
|
174 |
|
|
INTEGER t_info_anads_events;
|
175 |
|
|
public:
|
176 |
|
|
Analysisdataset_ClientAPIData();
|
177 |
|
|
|
178 |
|
|
virtual int makeMessage(Message& messageOut);
|
179 |
|
|
virtual int readInMessage(Message& messageIn, string lisName, int index);
|
180 |
|
|
|
181 |
|
|
};
|
182 |
|
|
class Datasetprovenenceevchild_ClientAPIData : public ClientDataStructure {
|
183 |
|
|
public:
|
184 |
|
|
STRING t_processed_dataset_name;
|
185 |
|
|
INTEGER t_processing_path_app_config;
|
186 |
|
|
INTEGER t_processed_dataset_primary_dataset;
|
187 |
|
|
INTEGER t_parentage_type_id;
|
188 |
|
|
CHARACTER t_processed_dataset_is_open;
|
189 |
|
|
INTEGER t_primary_dataset_physics_group;
|
190 |
|
|
INTEGER t_processing_path_id;
|
191 |
|
|
STRING t_parentage_type_name;
|
192 |
|
|
INTEGER t_primary_dataset_id;
|
193 |
|
|
INTEGER t_event_collection_processed_dataset;
|
194 |
|
|
INTEGER t_event_collection_id;
|
195 |
|
|
STRING t_processing_path_full_path;
|
196 |
|
|
INTEGER t_primary_dataset_description;
|
197 |
|
|
INTEGER t_data_tier_id;
|
198 |
|
|
INTEGER t_processing_path_parent;
|
199 |
|
|
STRING t_primary_dataset_name;
|
200 |
|
|
INTEGER t_event_collection_collection_index;
|
201 |
|
|
INTEGER t_evcoll_parentage_type;
|
202 |
|
|
INTEGER t_processed_dataset_processing_path;
|
203 |
|
|
INTEGER t_evcoll_parentage_parent;
|
204 |
|
|
INTEGER t_processing_path_data_tier;
|
205 |
|
|
INTEGER t_processed_dataset_id;
|
206 |
|
|
INTEGER t_evcoll_parentage_child;
|
207 |
|
|
STRING t_data_tier_name;
|
208 |
|
|
public:
|
209 |
|
|
Datasetprovenenceevchild_ClientAPIData();
|
210 |
|
|
|
211 |
|
|
virtual int makeMessage(Message& messageOut);
|
212 |
|
|
virtual int readInMessage(Message& messageIn, string lisName, int index);
|
213 |
|
|
|
214 |
|
|
};
|
215 |
|
|
class Datasetprovenenceevparent_ClientAPIData : public ClientDataStructure {
|
216 |
|
|
public:
|
217 |
|
|
STRING t_processed_dataset_name;
|
218 |
|
|
INTEGER t_processing_path_app_config;
|
219 |
|
|
INTEGER t_processed_dataset_primary_dataset;
|
220 |
|
|
INTEGER t_parentage_type_id;
|
221 |
|
|
CHARACTER t_processed_dataset_is_open;
|
222 |
|
|
INTEGER t_primary_dataset_physics_group;
|
223 |
|
|
INTEGER t_processing_path_id;
|
224 |
|
|
STRING t_parentage_type_name;
|
225 |
|
|
INTEGER t_primary_dataset_id;
|
226 |
|
|
INTEGER t_event_collection_processed_dataset;
|
227 |
|
|
INTEGER t_event_collection_id;
|
228 |
|
|
STRING t_processing_path_full_path;
|
229 |
|
|
INTEGER t_primary_dataset_description;
|
230 |
|
|
INTEGER t_data_tier_id;
|
231 |
|
|
INTEGER t_processing_path_parent;
|
232 |
|
|
STRING t_primary_dataset_name;
|
233 |
|
|
INTEGER t_event_collection_collection_index;
|
234 |
|
|
INTEGER t_evcoll_parentage_type;
|
235 |
|
|
INTEGER t_processed_dataset_processing_path;
|
236 |
|
|
INTEGER t_evcoll_parentage_parent;
|
237 |
|
|
INTEGER t_processing_path_data_tier;
|
238 |
|
|
INTEGER t_processed_dataset_id;
|
239 |
|
|
INTEGER t_evcoll_parentage_child;
|
240 |
|
|
STRING t_data_tier_name;
|
241 |
|
|
public:
|
242 |
|
|
Datasetprovenenceevparent_ClientAPIData();
|
243 |
|
|
|
244 |
|
|
virtual int makeMessage(Message& messageOut);
|
245 |
|
|
virtual int readInMessage(Message& messageIn, string lisName, int index);
|
246 |
|
|
|
247 |
|
|
};
|
248 |
|
|
class Crabevcollview_ClientAPIData : public ClientDataStructure {
|
249 |
|
|
public:
|
250 |
|
|
INTEGER t_info_evcoll_validation_status;
|
251 |
|
|
STRING t_processed_dataset_name;
|
252 |
|
|
INTEGER t_block_processed_dataset;
|
253 |
|
|
INTEGER t_processing_path_data_tier;
|
254 |
|
|
STRING t_info_evcoll_name;
|
255 |
|
|
INTEGER t_block_status;
|
256 |
|
|
INTEGER t_info_evcoll_events;
|
257 |
|
|
CHARACTER t_processed_dataset_is_open;
|
258 |
|
|
INTEGER t_processing_path_app_config;
|
259 |
|
|
INTEGER t_processing_path_id;
|
260 |
|
|
INTEGER t_info_evcoll_event_collection;
|
261 |
|
|
INTEGER t_block_id;
|
262 |
|
|
INTEGER t_event_collection_processed_dataset;
|
263 |
|
|
INTEGER t_event_collection_id;
|
264 |
|
|
STRING t_info_evcoll_estimated_luminosity;
|
265 |
|
|
INTEGER t_primary_dataset_physics_group;
|
266 |
|
|
STRING t_processing_path_full_path;
|
267 |
|
|
INTEGER t_primary_dataset_description;
|
268 |
|
|
INTEGER t_block_bytes;
|
269 |
|
|
INTEGER t_data_tier_id;
|
270 |
|
|
INTEGER t_processing_path_parent;
|
271 |
|
|
STRING t_primary_dataset_name;
|
272 |
|
|
INTEGER t_info_evcoll_status;
|
273 |
|
|
INTEGER t_processed_dataset_processing_path;
|
274 |
|
|
INTEGER t_block_files;
|
275 |
|
|
INTEGER t_processed_dataset_primary_dataset;
|
276 |
|
|
INTEGER t_processed_dataset_id;
|
277 |
|
|
INTEGER t_event_collection_collection_index;
|
278 |
|
|
STRING t_data_tier_name;
|
279 |
|
|
INTEGER t_primary_dataset_id;
|
280 |
|
|
public:
|
281 |
|
|
Crabevcollview_ClientAPIData();
|
282 |
|
|
|
283 |
|
|
virtual int makeMessage(Message& messageOut);
|
284 |
|
|
virtual int readInMessage(Message& messageIn, string lisName, int index);
|
285 |
|
|
|
286 |
|
|
};
|
287 |
|
|
#endif
|