1 |
afaq |
1.1 |
#ifndef _namemap_included_
|
2 |
|
|
#define _namemap_included_
|
3 |
|
|
#include <string>
|
4 |
|
|
#include "common.hpp"
|
5 |
|
|
class NameMaper {
|
6 |
|
|
public:
|
7 |
|
|
NameMaper(){
|
8 |
|
|
NameMap.insert(Entry("t_application.output_type", "tat"));
|
9 |
|
|
NameMap.insert(Entry("t_app_family.name", "taf"));
|
10 |
|
|
NameMap.insert(Entry("t_app_config.parameter_set", "tacs"));
|
11 |
|
|
NameMap.insert(Entry("t_app_config.conditions_version", "tacv"));
|
12 |
|
|
NameMap.insert(Entry("t_app_config.id", "tac"));
|
13 |
|
|
NameMap.insert(Entry("t_application.app_version", "tav"));
|
14 |
|
|
NameMap.insert(Entry("t_app_config.application", "tac1"));
|
15 |
|
|
NameMap.insert(Entry("t_collection_type.name", "tct"));
|
16 |
|
|
NameMap.insert(Entry("t_collection_type.id", "tct2"));
|
17 |
|
|
NameMap.insert(Entry("t_application.app_family", "taf3"));
|
18 |
|
|
NameMap.insert(Entry("t_application.id", "ta"));
|
19 |
|
|
NameMap.insert(Entry("t_application.executable", "ta4"));
|
20 |
|
|
NameMap.insert(Entry("t_application.input_type", "tat5"));
|
21 |
|
|
NameMap.insert(Entry("t_app_family.id", "taf6"));
|
22 |
|
|
NameMap.insert(Entry("t_application.output_type", "tat"));
|
23 |
|
|
NameMap.insert(Entry("t_app_family.name", "taf"));
|
24 |
|
|
NameMap.insert(Entry("t_app_config.parameter_set", "tacs"));
|
25 |
|
|
NameMap.insert(Entry("t_app_config.conditions_version", "tacv"));
|
26 |
|
|
NameMap.insert(Entry("t_app_config.id", "tac"));
|
27 |
|
|
NameMap.insert(Entry("t_application.app_version", "tav"));
|
28 |
|
|
NameMap.insert(Entry("t_app_config.application", "tac7"));
|
29 |
|
|
NameMap.insert(Entry("t_collection_type.name", "tct"));
|
30 |
|
|
NameMap.insert(Entry("t_collection_type.id", "tct8"));
|
31 |
|
|
NameMap.insert(Entry("t_application.app_family", "taf9"));
|
32 |
|
|
NameMap.insert(Entry("t_application.id", "ta"));
|
33 |
|
|
NameMap.insert(Entry("t_application.executable", "ta10"));
|
34 |
|
|
NameMap.insert(Entry("t_application.input_type", "tat11"));
|
35 |
|
|
NameMap.insert(Entry("t_app_family.id", "taf12"));
|
36 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn"));
|
37 |
|
|
NameMap.insert(Entry("t_person.id", "tp"));
|
38 |
|
|
NameMap.insert(Entry("t_person.name", "tp13"));
|
39 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp14"));
|
40 |
|
|
NameMap.insert(Entry("t_application.output_type", "tat"));
|
41 |
|
|
NameMap.insert(Entry("t_app_family.name", "taf"));
|
42 |
|
|
NameMap.insert(Entry("t_app_config.parameter_set", "tacs"));
|
43 |
|
|
NameMap.insert(Entry("t_app_config.conditions_version", "tacv"));
|
44 |
|
|
NameMap.insert(Entry("t_app_config.id", "tac"));
|
45 |
|
|
NameMap.insert(Entry("t_application.app_version", "tav"));
|
46 |
|
|
NameMap.insert(Entry("t_app_config.application", "tac15"));
|
47 |
|
|
NameMap.insert(Entry("t_collection_type.name", "tct"));
|
48 |
|
|
NameMap.insert(Entry("t_collection_type.id", "tct16"));
|
49 |
|
|
NameMap.insert(Entry("t_application.app_family", "taf17"));
|
50 |
|
|
NameMap.insert(Entry("t_application.id", "ta"));
|
51 |
|
|
NameMap.insert(Entry("t_application.executable", "ta18"));
|
52 |
|
|
NameMap.insert(Entry("t_application.input_type", "tat19"));
|
53 |
|
|
NameMap.insert(Entry("t_app_family.id", "taf20"));
|
54 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn"));
|
55 |
|
|
NameMap.insert(Entry("t_person.id", "tp"));
|
56 |
|
|
NameMap.insert(Entry("t_person.name", "tp21"));
|
57 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp22"));
|
58 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn23"));
|
59 |
|
|
NameMap.insert(Entry("t_person.id", "tp24"));
|
60 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp25"));
|
61 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg"));
|
62 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg26"));
|
63 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg27"));
|
64 |
|
|
NameMap.insert(Entry("t_person.name", "tp28"));
|
65 |
|
|
NameMap.insert(Entry("t_application.output_type", "tat"));
|
66 |
|
|
NameMap.insert(Entry("t_app_family.name", "taf"));
|
67 |
|
|
NameMap.insert(Entry("t_app_config.parameter_set", "tacs"));
|
68 |
|
|
NameMap.insert(Entry("t_app_config.conditions_version", "tacv"));
|
69 |
|
|
NameMap.insert(Entry("t_app_config.id", "tac"));
|
70 |
|
|
NameMap.insert(Entry("t_application.app_version", "tav"));
|
71 |
|
|
NameMap.insert(Entry("t_app_config.application", "tac29"));
|
72 |
|
|
NameMap.insert(Entry("t_collection_type.name", "tct"));
|
73 |
|
|
NameMap.insert(Entry("t_collection_type.id", "tct30"));
|
74 |
|
|
NameMap.insert(Entry("t_application.app_family", "taf31"));
|
75 |
|
|
NameMap.insert(Entry("t_application.id", "ta"));
|
76 |
|
|
NameMap.insert(Entry("t_application.executable", "ta32"));
|
77 |
|
|
NameMap.insert(Entry("t_application.input_type", "tat33"));
|
78 |
|
|
NameMap.insert(Entry("t_app_family.id", "taf34"));
|
79 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn"));
|
80 |
|
|
NameMap.insert(Entry("t_person.id", "tp"));
|
81 |
|
|
NameMap.insert(Entry("t_person.name", "tp35"));
|
82 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp36"));
|
83 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn37"));
|
84 |
|
|
NameMap.insert(Entry("t_person.id", "tp38"));
|
85 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp39"));
|
86 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg"));
|
87 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg40"));
|
88 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg41"));
|
89 |
|
|
NameMap.insert(Entry("t_person.name", "tp42"));
|
90 |
|
|
NameMap.insert(Entry("t_info_evcoll.validation_status", "ties"));
|
91 |
|
|
NameMap.insert(Entry("t_info_evcoll.name", "tie"));
|
92 |
|
|
NameMap.insert(Entry("t_info_evcoll.status", "tie43"));
|
93 |
|
|
NameMap.insert(Entry("t_evcoll_status.name", "tes"));
|
94 |
|
|
NameMap.insert(Entry("t_info_evcoll.events", "tie44"));
|
95 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec"));
|
96 |
|
|
NameMap.insert(Entry("t_info_evcoll.event_collection", "tiec"));
|
97 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs"));
|
98 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd"));
|
99 |
|
|
NameMap.insert(Entry("t_evcoll_status.id", "tes45"));
|
100 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs46"));
|
101 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci"));
|
102 |
|
|
NameMap.insert(Entry("t_info_evcoll.estimated_luminosity", "tiel"));
|
103 |
|
|
NameMap.insert(Entry("t_application.output_type", "tat"));
|
104 |
|
|
NameMap.insert(Entry("t_app_family.name", "taf"));
|
105 |
|
|
NameMap.insert(Entry("t_app_config.parameter_set", "tacs"));
|
106 |
|
|
NameMap.insert(Entry("t_app_config.conditions_version", "tacv"));
|
107 |
|
|
NameMap.insert(Entry("t_app_config.id", "tac"));
|
108 |
|
|
NameMap.insert(Entry("t_application.app_version", "tav"));
|
109 |
|
|
NameMap.insert(Entry("t_app_config.application", "tac47"));
|
110 |
|
|
NameMap.insert(Entry("t_collection_type.name", "tct"));
|
111 |
|
|
NameMap.insert(Entry("t_collection_type.id", "tct48"));
|
112 |
|
|
NameMap.insert(Entry("t_application.app_family", "taf49"));
|
113 |
|
|
NameMap.insert(Entry("t_application.id", "ta"));
|
114 |
|
|
NameMap.insert(Entry("t_application.executable", "ta50"));
|
115 |
|
|
NameMap.insert(Entry("t_application.input_type", "tat51"));
|
116 |
|
|
NameMap.insert(Entry("t_app_family.id", "taf52"));
|
117 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn"));
|
118 |
|
|
NameMap.insert(Entry("t_person.id", "tp"));
|
119 |
|
|
NameMap.insert(Entry("t_person.name", "tp53"));
|
120 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp54"));
|
121 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn55"));
|
122 |
|
|
NameMap.insert(Entry("t_person.id", "tp56"));
|
123 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp57"));
|
124 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg"));
|
125 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg58"));
|
126 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg59"));
|
127 |
|
|
NameMap.insert(Entry("t_person.name", "tp60"));
|
128 |
|
|
NameMap.insert(Entry("t_info_evcoll.validation_status", "ties"));
|
129 |
|
|
NameMap.insert(Entry("t_info_evcoll.name", "tie"));
|
130 |
|
|
NameMap.insert(Entry("t_info_evcoll.status", "tie61"));
|
131 |
|
|
NameMap.insert(Entry("t_evcoll_status.name", "tes"));
|
132 |
|
|
NameMap.insert(Entry("t_info_evcoll.events", "tie62"));
|
133 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec"));
|
134 |
|
|
NameMap.insert(Entry("t_info_evcoll.event_collection", "tiec"));
|
135 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs"));
|
136 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd"));
|
137 |
|
|
NameMap.insert(Entry("t_evcoll_status.id", "tes63"));
|
138 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs64"));
|
139 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci"));
|
140 |
|
|
NameMap.insert(Entry("t_info_evcoll.estimated_luminosity", "tiel"));
|
141 |
|
|
NameMap.insert(Entry("t_evcoll_file.fileid", "tef"));
|
142 |
|
|
NameMap.insert(Entry("t_file.type", "tf"));
|
143 |
|
|
NameMap.insert(Entry("t_block.processed_dataset", "tbd"));
|
144 |
|
|
NameMap.insert(Entry("t_file.inblock", "tf65"));
|
145 |
|
|
NameMap.insert(Entry("t_file.logical_name", "tfn"));
|
146 |
|
|
NameMap.insert(Entry("t_file_status.name", "tfs"));
|
147 |
|
|
NameMap.insert(Entry("t_block.files", "tb"));
|
148 |
|
|
NameMap.insert(Entry("t_file.guid", "tf66"));
|
149 |
|
|
NameMap.insert(Entry("t_file_type.name", "tft"));
|
150 |
|
|
NameMap.insert(Entry("t_file_type.id", "tft67"));
|
151 |
|
|
NameMap.insert(Entry("t_evcoll_file.evcoll", "tef68"));
|
152 |
|
|
NameMap.insert(Entry("t_block_status.id", "tbs"));
|
153 |
|
|
NameMap.insert(Entry("t_block.status", "tb69"));
|
154 |
|
|
NameMap.insert(Entry("t_file.id", "tf70"));
|
155 |
|
|
NameMap.insert(Entry("t_file_status.id", "tfs71"));
|
156 |
|
|
NameMap.insert(Entry("t_block.id", "tb72"));
|
157 |
|
|
NameMap.insert(Entry("t_file.filesize", "tf73"));
|
158 |
|
|
NameMap.insert(Entry("t_block.bytes", "tb74"));
|
159 |
|
|
NameMap.insert(Entry("t_file.status", "tf75"));
|
160 |
|
|
NameMap.insert(Entry("t_block_status.name", "tbs76"));
|
161 |
|
|
NameMap.insert(Entry("t_evcoll_file.id", "tef77"));
|
162 |
|
|
NameMap.insert(Entry("t_application.output_type", "tat"));
|
163 |
|
|
NameMap.insert(Entry("t_app_family.name", "taf"));
|
164 |
|
|
NameMap.insert(Entry("t_app_config.parameter_set", "tacs"));
|
165 |
|
|
NameMap.insert(Entry("t_app_config.conditions_version", "tacv"));
|
166 |
|
|
NameMap.insert(Entry("t_app_config.id", "tac"));
|
167 |
|
|
NameMap.insert(Entry("t_application.app_version", "tav"));
|
168 |
|
|
NameMap.insert(Entry("t_app_config.application", "tac78"));
|
169 |
|
|
NameMap.insert(Entry("t_collection_type.name", "tct"));
|
170 |
|
|
NameMap.insert(Entry("t_collection_type.id", "tct79"));
|
171 |
|
|
NameMap.insert(Entry("t_application.app_family", "taf80"));
|
172 |
|
|
NameMap.insert(Entry("t_application.id", "ta"));
|
173 |
|
|
NameMap.insert(Entry("t_application.executable", "ta81"));
|
174 |
|
|
NameMap.insert(Entry("t_application.input_type", "tat82"));
|
175 |
|
|
NameMap.insert(Entry("t_app_family.id", "taf83"));
|
176 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn"));
|
177 |
|
|
NameMap.insert(Entry("t_person.id", "tp"));
|
178 |
|
|
NameMap.insert(Entry("t_person.name", "tp84"));
|
179 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp85"));
|
180 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn86"));
|
181 |
|
|
NameMap.insert(Entry("t_person.id", "tp87"));
|
182 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp88"));
|
183 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg"));
|
184 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg89"));
|
185 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg90"));
|
186 |
|
|
NameMap.insert(Entry("t_person.name", "tp91"));
|
187 |
|
|
NameMap.insert(Entry("t_info_evcoll.validation_status", "ties"));
|
188 |
|
|
NameMap.insert(Entry("t_info_evcoll.name", "tie"));
|
189 |
|
|
NameMap.insert(Entry("t_info_evcoll.status", "tie92"));
|
190 |
|
|
NameMap.insert(Entry("t_evcoll_status.name", "tes"));
|
191 |
|
|
NameMap.insert(Entry("t_info_evcoll.events", "tie93"));
|
192 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec"));
|
193 |
|
|
NameMap.insert(Entry("t_info_evcoll.event_collection", "tiec"));
|
194 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs"));
|
195 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd"));
|
196 |
|
|
NameMap.insert(Entry("t_evcoll_status.id", "tes94"));
|
197 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs95"));
|
198 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci"));
|
199 |
|
|
NameMap.insert(Entry("t_info_evcoll.estimated_luminosity", "tiel"));
|
200 |
|
|
NameMap.insert(Entry("t_evcoll_file.fileid", "tef"));
|
201 |
|
|
NameMap.insert(Entry("t_file.type", "tf"));
|
202 |
|
|
NameMap.insert(Entry("t_block.processed_dataset", "tbd"));
|
203 |
|
|
NameMap.insert(Entry("t_file.inblock", "tf96"));
|
204 |
|
|
NameMap.insert(Entry("t_file.logical_name", "tfn"));
|
205 |
|
|
NameMap.insert(Entry("t_file_status.name", "tfs"));
|
206 |
|
|
NameMap.insert(Entry("t_block.files", "tb"));
|
207 |
|
|
NameMap.insert(Entry("t_file.guid", "tf97"));
|
208 |
|
|
NameMap.insert(Entry("t_file_type.name", "tft"));
|
209 |
|
|
NameMap.insert(Entry("t_file_type.id", "tft98"));
|
210 |
|
|
NameMap.insert(Entry("t_evcoll_file.evcoll", "tef99"));
|
211 |
|
|
NameMap.insert(Entry("t_block_status.id", "tbs"));
|
212 |
|
|
NameMap.insert(Entry("t_block.status", "tb100"));
|
213 |
|
|
NameMap.insert(Entry("t_file.id", "tf101"));
|
214 |
|
|
NameMap.insert(Entry("t_file_status.id", "tfs102"));
|
215 |
|
|
NameMap.insert(Entry("t_block.id", "tb103"));
|
216 |
|
|
NameMap.insert(Entry("t_file.filesize", "tf104"));
|
217 |
|
|
NameMap.insert(Entry("t_block.bytes", "tb105"));
|
218 |
|
|
NameMap.insert(Entry("t_file.status", "tf106"));
|
219 |
|
|
NameMap.insert(Entry("t_block_status.name", "tbs107"));
|
220 |
|
|
NameMap.insert(Entry("t_evcoll_file.id", "tef108"));
|
221 |
|
|
NameMap.insert(Entry("t_desc_mc.id", "tdm"));
|
222 |
|
|
NameMap.insert(Entry("t_desc_mc.description", "tdm109"));
|
223 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd"));
|
224 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd110"));
|
225 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg111"));
|
226 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg112"));
|
227 |
|
|
NameMap.insert(Entry("t_desc_primary.id", "tdp"));
|
228 |
|
|
NameMap.insert(Entry("t_desc_primary.trigger_path", "tdpp"));
|
229 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg"));
|
230 |
|
|
NameMap.insert(Entry("t_desc_mc.decay_chain", "tdmc"));
|
231 |
|
|
NameMap.insert(Entry("t_desc_mc.production", "tdm113"));
|
232 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg114"));
|
233 |
|
|
NameMap.insert(Entry("t_desc_primary.mc_channel", "tdpc"));
|
234 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd115"));
|
235 |
|
|
NameMap.insert(Entry("t_desc_primary.is_mc_data", "tdpmd"));
|
236 |
|
|
NameMap.insert(Entry("t_application.output_type", "tat"));
|
237 |
|
|
NameMap.insert(Entry("t_app_family.name", "taf"));
|
238 |
|
|
NameMap.insert(Entry("t_app_config.parameter_set", "tacs"));
|
239 |
|
|
NameMap.insert(Entry("t_app_config.conditions_version", "tacv"));
|
240 |
|
|
NameMap.insert(Entry("t_app_config.id", "tac"));
|
241 |
|
|
NameMap.insert(Entry("t_application.app_version", "tav"));
|
242 |
|
|
NameMap.insert(Entry("t_app_config.application", "tac116"));
|
243 |
|
|
NameMap.insert(Entry("t_collection_type.name", "tct"));
|
244 |
|
|
NameMap.insert(Entry("t_collection_type.id", "tct117"));
|
245 |
|
|
NameMap.insert(Entry("t_application.app_family", "taf118"));
|
246 |
|
|
NameMap.insert(Entry("t_application.id", "ta"));
|
247 |
|
|
NameMap.insert(Entry("t_application.executable", "ta119"));
|
248 |
|
|
NameMap.insert(Entry("t_application.input_type", "tat120"));
|
249 |
|
|
NameMap.insert(Entry("t_app_family.id", "taf121"));
|
250 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn"));
|
251 |
|
|
NameMap.insert(Entry("t_person.id", "tp"));
|
252 |
|
|
NameMap.insert(Entry("t_person.name", "tp122"));
|
253 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp123"));
|
254 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn124"));
|
255 |
|
|
NameMap.insert(Entry("t_person.id", "tp125"));
|
256 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp126"));
|
257 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg"));
|
258 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg127"));
|
259 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg128"));
|
260 |
|
|
NameMap.insert(Entry("t_person.name", "tp129"));
|
261 |
|
|
NameMap.insert(Entry("t_info_evcoll.validation_status", "ties"));
|
262 |
|
|
NameMap.insert(Entry("t_info_evcoll.name", "tie"));
|
263 |
|
|
NameMap.insert(Entry("t_info_evcoll.status", "tie130"));
|
264 |
|
|
NameMap.insert(Entry("t_evcoll_status.name", "tes"));
|
265 |
|
|
NameMap.insert(Entry("t_info_evcoll.events", "tie131"));
|
266 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec"));
|
267 |
|
|
NameMap.insert(Entry("t_info_evcoll.event_collection", "tiec"));
|
268 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs"));
|
269 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd"));
|
270 |
|
|
NameMap.insert(Entry("t_evcoll_status.id", "tes132"));
|
271 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs133"));
|
272 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci"));
|
273 |
|
|
NameMap.insert(Entry("t_info_evcoll.estimated_luminosity", "tiel"));
|
274 |
|
|
NameMap.insert(Entry("t_evcoll_file.fileid", "tef"));
|
275 |
|
|
NameMap.insert(Entry("t_file.type", "tf"));
|
276 |
|
|
NameMap.insert(Entry("t_block.processed_dataset", "tbd"));
|
277 |
|
|
NameMap.insert(Entry("t_file.inblock", "tf134"));
|
278 |
|
|
NameMap.insert(Entry("t_file.logical_name", "tfn"));
|
279 |
|
|
NameMap.insert(Entry("t_file_status.name", "tfs"));
|
280 |
|
|
NameMap.insert(Entry("t_block.files", "tb"));
|
281 |
|
|
NameMap.insert(Entry("t_file.guid", "tf135"));
|
282 |
|
|
NameMap.insert(Entry("t_file_type.name", "tft"));
|
283 |
|
|
NameMap.insert(Entry("t_file_type.id", "tft136"));
|
284 |
|
|
NameMap.insert(Entry("t_evcoll_file.evcoll", "tef137"));
|
285 |
|
|
NameMap.insert(Entry("t_block_status.id", "tbs"));
|
286 |
|
|
NameMap.insert(Entry("t_block.status", "tb138"));
|
287 |
|
|
NameMap.insert(Entry("t_file.id", "tf139"));
|
288 |
|
|
NameMap.insert(Entry("t_file_status.id", "tfs140"));
|
289 |
|
|
NameMap.insert(Entry("t_block.id", "tb141"));
|
290 |
|
|
NameMap.insert(Entry("t_file.filesize", "tf142"));
|
291 |
|
|
NameMap.insert(Entry("t_block.bytes", "tb143"));
|
292 |
|
|
NameMap.insert(Entry("t_file.status", "tf144"));
|
293 |
|
|
NameMap.insert(Entry("t_block_status.name", "tbs145"));
|
294 |
|
|
NameMap.insert(Entry("t_evcoll_file.id", "tef146"));
|
295 |
|
|
NameMap.insert(Entry("t_desc_mc.id", "tdm"));
|
296 |
|
|
NameMap.insert(Entry("t_desc_mc.description", "tdm147"));
|
297 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd"));
|
298 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd148"));
|
299 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg149"));
|
300 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg150"));
|
301 |
|
|
NameMap.insert(Entry("t_desc_primary.id", "tdp"));
|
302 |
|
|
NameMap.insert(Entry("t_desc_primary.trigger_path", "tdpp"));
|
303 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg"));
|
304 |
|
|
NameMap.insert(Entry("t_desc_mc.decay_chain", "tdmc"));
|
305 |
|
|
NameMap.insert(Entry("t_desc_mc.production", "tdm151"));
|
306 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg152"));
|
307 |
|
|
NameMap.insert(Entry("t_desc_primary.mc_channel", "tdpc"));
|
308 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd153"));
|
309 |
|
|
NameMap.insert(Entry("t_desc_primary.is_mc_data", "tdpmd"));
|
310 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg154"));
|
311 |
|
|
NameMap.insert(Entry("t_processing_path.full_path", "tppp"));
|
312 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd155"));
|
313 |
|
|
NameMap.insert(Entry("t_data_tier.id", "tdt"));
|
314 |
|
|
NameMap.insert(Entry("t_processing_path.parent", "tpp"));
|
315 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd156"));
|
316 |
|
|
NameMap.insert(Entry("t_processed_dataset.is_open", "tpdo"));
|
317 |
|
|
NameMap.insert(Entry("t_processed_dataset.id", "tpd157"));
|
318 |
|
|
NameMap.insert(Entry("t_processing_path.app_config", "tppc"));
|
319 |
|
|
NameMap.insert(Entry("t_processing_path.id", "tpp158"));
|
320 |
|
|
NameMap.insert(Entry("t_processed_dataset.name", "tpd159"));
|
321 |
|
|
NameMap.insert(Entry("t_processing_path.data_tier", "tppt"));
|
322 |
|
|
NameMap.insert(Entry("t_processed_dataset.processing_path", "tpdp"));
|
323 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd160"));
|
324 |
|
|
NameMap.insert(Entry("t_data_tier.name", "tdt161"));
|
325 |
|
|
NameMap.insert(Entry("t_processed_dataset.primary_dataset", "tpdd"));
|
326 |
|
|
NameMap.insert(Entry("t_application.output_type", "tat"));
|
327 |
|
|
NameMap.insert(Entry("t_app_family.name", "taf"));
|
328 |
|
|
NameMap.insert(Entry("t_app_config.parameter_set", "tacs"));
|
329 |
|
|
NameMap.insert(Entry("t_app_config.conditions_version", "tacv"));
|
330 |
|
|
NameMap.insert(Entry("t_app_config.id", "tac"));
|
331 |
|
|
NameMap.insert(Entry("t_application.app_version", "tav"));
|
332 |
|
|
NameMap.insert(Entry("t_app_config.application", "tac162"));
|
333 |
|
|
NameMap.insert(Entry("t_collection_type.name", "tct"));
|
334 |
|
|
NameMap.insert(Entry("t_collection_type.id", "tct163"));
|
335 |
|
|
NameMap.insert(Entry("t_application.app_family", "taf164"));
|
336 |
|
|
NameMap.insert(Entry("t_application.id", "ta"));
|
337 |
|
|
NameMap.insert(Entry("t_application.executable", "ta165"));
|
338 |
|
|
NameMap.insert(Entry("t_application.input_type", "tat166"));
|
339 |
|
|
NameMap.insert(Entry("t_app_family.id", "taf167"));
|
340 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn"));
|
341 |
|
|
NameMap.insert(Entry("t_person.id", "tp"));
|
342 |
|
|
NameMap.insert(Entry("t_person.name", "tp168"));
|
343 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp169"));
|
344 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn170"));
|
345 |
|
|
NameMap.insert(Entry("t_person.id", "tp171"));
|
346 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp172"));
|
347 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg"));
|
348 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg173"));
|
349 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg174"));
|
350 |
|
|
NameMap.insert(Entry("t_person.name", "tp175"));
|
351 |
|
|
NameMap.insert(Entry("t_info_evcoll.validation_status", "ties"));
|
352 |
|
|
NameMap.insert(Entry("t_info_evcoll.name", "tie"));
|
353 |
|
|
NameMap.insert(Entry("t_info_evcoll.status", "tie176"));
|
354 |
|
|
NameMap.insert(Entry("t_evcoll_status.name", "tes"));
|
355 |
|
|
NameMap.insert(Entry("t_info_evcoll.events", "tie177"));
|
356 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec"));
|
357 |
|
|
NameMap.insert(Entry("t_info_evcoll.event_collection", "tiec"));
|
358 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs"));
|
359 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd"));
|
360 |
|
|
NameMap.insert(Entry("t_evcoll_status.id", "tes178"));
|
361 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs179"));
|
362 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci"));
|
363 |
|
|
NameMap.insert(Entry("t_info_evcoll.estimated_luminosity", "tiel"));
|
364 |
|
|
NameMap.insert(Entry("t_evcoll_file.fileid", "tef"));
|
365 |
|
|
NameMap.insert(Entry("t_file.type", "tf"));
|
366 |
|
|
NameMap.insert(Entry("t_block.processed_dataset", "tbd"));
|
367 |
|
|
NameMap.insert(Entry("t_file.inblock", "tf180"));
|
368 |
|
|
NameMap.insert(Entry("t_file.logical_name", "tfn"));
|
369 |
|
|
NameMap.insert(Entry("t_file_status.name", "tfs"));
|
370 |
|
|
NameMap.insert(Entry("t_block.files", "tb"));
|
371 |
|
|
NameMap.insert(Entry("t_file.guid", "tf181"));
|
372 |
|
|
NameMap.insert(Entry("t_file_type.name", "tft"));
|
373 |
|
|
NameMap.insert(Entry("t_file_type.id", "tft182"));
|
374 |
|
|
NameMap.insert(Entry("t_evcoll_file.evcoll", "tef183"));
|
375 |
|
|
NameMap.insert(Entry("t_block_status.id", "tbs"));
|
376 |
|
|
NameMap.insert(Entry("t_block.status", "tb184"));
|
377 |
|
|
NameMap.insert(Entry("t_file.id", "tf185"));
|
378 |
|
|
NameMap.insert(Entry("t_file_status.id", "tfs186"));
|
379 |
|
|
NameMap.insert(Entry("t_block.id", "tb187"));
|
380 |
|
|
NameMap.insert(Entry("t_file.filesize", "tf188"));
|
381 |
|
|
NameMap.insert(Entry("t_block.bytes", "tb189"));
|
382 |
|
|
NameMap.insert(Entry("t_file.status", "tf190"));
|
383 |
|
|
NameMap.insert(Entry("t_block_status.name", "tbs191"));
|
384 |
|
|
NameMap.insert(Entry("t_evcoll_file.id", "tef192"));
|
385 |
|
|
NameMap.insert(Entry("t_desc_mc.id", "tdm"));
|
386 |
|
|
NameMap.insert(Entry("t_desc_mc.description", "tdm193"));
|
387 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd"));
|
388 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd194"));
|
389 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg195"));
|
390 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg196"));
|
391 |
|
|
NameMap.insert(Entry("t_desc_primary.id", "tdp"));
|
392 |
|
|
NameMap.insert(Entry("t_desc_primary.trigger_path", "tdpp"));
|
393 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg"));
|
394 |
|
|
NameMap.insert(Entry("t_desc_mc.decay_chain", "tdmc"));
|
395 |
|
|
NameMap.insert(Entry("t_desc_mc.production", "tdm197"));
|
396 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg198"));
|
397 |
|
|
NameMap.insert(Entry("t_desc_primary.mc_channel", "tdpc"));
|
398 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd199"));
|
399 |
|
|
NameMap.insert(Entry("t_desc_primary.is_mc_data", "tdpmd"));
|
400 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg200"));
|
401 |
|
|
NameMap.insert(Entry("t_processing_path.full_path", "tppp"));
|
402 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd201"));
|
403 |
|
|
NameMap.insert(Entry("t_data_tier.id", "tdt"));
|
404 |
|
|
NameMap.insert(Entry("t_processing_path.parent", "tpp"));
|
405 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd202"));
|
406 |
|
|
NameMap.insert(Entry("t_processed_dataset.is_open", "tpdo"));
|
407 |
|
|
NameMap.insert(Entry("t_processed_dataset.id", "tpd203"));
|
408 |
|
|
NameMap.insert(Entry("t_processing_path.app_config", "tppc"));
|
409 |
|
|
NameMap.insert(Entry("t_processing_path.id", "tpp204"));
|
410 |
|
|
NameMap.insert(Entry("t_processed_dataset.name", "tpd205"));
|
411 |
|
|
NameMap.insert(Entry("t_processing_path.data_tier", "tppt"));
|
412 |
|
|
NameMap.insert(Entry("t_processed_dataset.processing_path", "tpdp"));
|
413 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd206"));
|
414 |
|
|
NameMap.insert(Entry("t_data_tier.name", "tdt207"));
|
415 |
|
|
NameMap.insert(Entry("t_processed_dataset.primary_dataset", "tpdd"));
|
416 |
|
|
NameMap.insert(Entry("t_dataset_status.name", "tds"));
|
417 |
|
|
NameMap.insert(Entry("t_info_anads.analysis_dataset", "tiad"));
|
418 |
|
|
NameMap.insert(Entry("t_info_anads.status", "tia"));
|
419 |
|
|
NameMap.insert(Entry("t_anads_data.event_collection", "tadc"));
|
420 |
|
|
NameMap.insert(Entry("t_info_anads.estimated_luminiosity", "tial"));
|
421 |
|
|
NameMap.insert(Entry("t_analysis_dataset.name", "tad"));
|
422 |
|
|
NameMap.insert(Entry("t_info_anads.validation_status", "tias"));
|
423 |
|
|
NameMap.insert(Entry("t_anads_data.id", "tad208"));
|
424 |
|
|
NameMap.insert(Entry("t_dataset_status.id", "tds209"));
|
425 |
|
|
NameMap.insert(Entry("t_anads_data.analysis_dataset", "tadd"));
|
426 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs210"));
|
427 |
|
|
NameMap.insert(Entry("t_analysis_dataset.id", "tad211"));
|
428 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs212"));
|
429 |
|
|
NameMap.insert(Entry("t_info_anads.events", "tia213"));
|
430 |
|
|
NameMap.insert(Entry("t_analysis_dataset.processed_dataset", "tadd214"));
|
431 |
|
|
NameMap.insert(Entry("t_application.output_type", "tat"));
|
432 |
|
|
NameMap.insert(Entry("t_app_family.name", "taf"));
|
433 |
|
|
NameMap.insert(Entry("t_app_config.parameter_set", "tacs"));
|
434 |
|
|
NameMap.insert(Entry("t_app_config.conditions_version", "tacv"));
|
435 |
|
|
NameMap.insert(Entry("t_app_config.id", "tac"));
|
436 |
|
|
NameMap.insert(Entry("t_application.app_version", "tav"));
|
437 |
|
|
NameMap.insert(Entry("t_app_config.application", "tac215"));
|
438 |
|
|
NameMap.insert(Entry("t_collection_type.name", "tct"));
|
439 |
|
|
NameMap.insert(Entry("t_collection_type.id", "tct216"));
|
440 |
|
|
NameMap.insert(Entry("t_application.app_family", "taf217"));
|
441 |
|
|
NameMap.insert(Entry("t_application.id", "ta"));
|
442 |
|
|
NameMap.insert(Entry("t_application.executable", "ta218"));
|
443 |
|
|
NameMap.insert(Entry("t_application.input_type", "tat219"));
|
444 |
|
|
NameMap.insert(Entry("t_app_family.id", "taf220"));
|
445 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn"));
|
446 |
|
|
NameMap.insert(Entry("t_person.id", "tp"));
|
447 |
|
|
NameMap.insert(Entry("t_person.name", "tp221"));
|
448 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp222"));
|
449 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn223"));
|
450 |
|
|
NameMap.insert(Entry("t_person.id", "tp224"));
|
451 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp225"));
|
452 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg"));
|
453 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg226"));
|
454 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg227"));
|
455 |
|
|
NameMap.insert(Entry("t_person.name", "tp228"));
|
456 |
|
|
NameMap.insert(Entry("t_info_evcoll.validation_status", "ties"));
|
457 |
|
|
NameMap.insert(Entry("t_info_evcoll.name", "tie"));
|
458 |
|
|
NameMap.insert(Entry("t_info_evcoll.status", "tie229"));
|
459 |
|
|
NameMap.insert(Entry("t_evcoll_status.name", "tes"));
|
460 |
|
|
NameMap.insert(Entry("t_info_evcoll.events", "tie230"));
|
461 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec"));
|
462 |
|
|
NameMap.insert(Entry("t_info_evcoll.event_collection", "tiec"));
|
463 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs"));
|
464 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd"));
|
465 |
|
|
NameMap.insert(Entry("t_evcoll_status.id", "tes231"));
|
466 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs232"));
|
467 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci"));
|
468 |
|
|
NameMap.insert(Entry("t_info_evcoll.estimated_luminosity", "tiel"));
|
469 |
|
|
NameMap.insert(Entry("t_evcoll_file.fileid", "tef"));
|
470 |
|
|
NameMap.insert(Entry("t_file.type", "tf"));
|
471 |
|
|
NameMap.insert(Entry("t_block.processed_dataset", "tbd"));
|
472 |
|
|
NameMap.insert(Entry("t_file.inblock", "tf233"));
|
473 |
|
|
NameMap.insert(Entry("t_file.logical_name", "tfn"));
|
474 |
|
|
NameMap.insert(Entry("t_file_status.name", "tfs"));
|
475 |
|
|
NameMap.insert(Entry("t_block.files", "tb"));
|
476 |
|
|
NameMap.insert(Entry("t_file.guid", "tf234"));
|
477 |
|
|
NameMap.insert(Entry("t_file_type.name", "tft"));
|
478 |
|
|
NameMap.insert(Entry("t_file_type.id", "tft235"));
|
479 |
|
|
NameMap.insert(Entry("t_evcoll_file.evcoll", "tef236"));
|
480 |
|
|
NameMap.insert(Entry("t_block_status.id", "tbs"));
|
481 |
|
|
NameMap.insert(Entry("t_block.status", "tb237"));
|
482 |
|
|
NameMap.insert(Entry("t_file.id", "tf238"));
|
483 |
|
|
NameMap.insert(Entry("t_file_status.id", "tfs239"));
|
484 |
|
|
NameMap.insert(Entry("t_block.id", "tb240"));
|
485 |
|
|
NameMap.insert(Entry("t_file.filesize", "tf241"));
|
486 |
|
|
NameMap.insert(Entry("t_block.bytes", "tb242"));
|
487 |
|
|
NameMap.insert(Entry("t_file.status", "tf243"));
|
488 |
|
|
NameMap.insert(Entry("t_block_status.name", "tbs244"));
|
489 |
|
|
NameMap.insert(Entry("t_evcoll_file.id", "tef245"));
|
490 |
|
|
NameMap.insert(Entry("t_desc_mc.id", "tdm"));
|
491 |
|
|
NameMap.insert(Entry("t_desc_mc.description", "tdm246"));
|
492 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd"));
|
493 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd247"));
|
494 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg248"));
|
495 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg249"));
|
496 |
|
|
NameMap.insert(Entry("t_desc_primary.id", "tdp"));
|
497 |
|
|
NameMap.insert(Entry("t_desc_primary.trigger_path", "tdpp"));
|
498 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg"));
|
499 |
|
|
NameMap.insert(Entry("t_desc_mc.decay_chain", "tdmc"));
|
500 |
|
|
NameMap.insert(Entry("t_desc_mc.production", "tdm250"));
|
501 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg251"));
|
502 |
|
|
NameMap.insert(Entry("t_desc_primary.mc_channel", "tdpc"));
|
503 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd252"));
|
504 |
|
|
NameMap.insert(Entry("t_desc_primary.is_mc_data", "tdpmd"));
|
505 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg253"));
|
506 |
|
|
NameMap.insert(Entry("t_processing_path.full_path", "tppp"));
|
507 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd254"));
|
508 |
|
|
NameMap.insert(Entry("t_data_tier.id", "tdt"));
|
509 |
|
|
NameMap.insert(Entry("t_processing_path.parent", "tpp"));
|
510 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd255"));
|
511 |
|
|
NameMap.insert(Entry("t_processed_dataset.is_open", "tpdo"));
|
512 |
|
|
NameMap.insert(Entry("t_processed_dataset.id", "tpd256"));
|
513 |
|
|
NameMap.insert(Entry("t_processing_path.app_config", "tppc"));
|
514 |
|
|
NameMap.insert(Entry("t_processing_path.id", "tpp257"));
|
515 |
|
|
NameMap.insert(Entry("t_processed_dataset.name", "tpd258"));
|
516 |
|
|
NameMap.insert(Entry("t_processing_path.data_tier", "tppt"));
|
517 |
|
|
NameMap.insert(Entry("t_processed_dataset.processing_path", "tpdp"));
|
518 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd259"));
|
519 |
|
|
NameMap.insert(Entry("t_data_tier.name", "tdt260"));
|
520 |
|
|
NameMap.insert(Entry("t_processed_dataset.primary_dataset", "tpdd"));
|
521 |
|
|
NameMap.insert(Entry("t_dataset_status.name", "tds"));
|
522 |
|
|
NameMap.insert(Entry("t_info_anads.analysis_dataset", "tiad"));
|
523 |
|
|
NameMap.insert(Entry("t_info_anads.status", "tia"));
|
524 |
|
|
NameMap.insert(Entry("t_anads_data.event_collection", "tadc"));
|
525 |
|
|
NameMap.insert(Entry("t_info_anads.estimated_luminiosity", "tial"));
|
526 |
|
|
NameMap.insert(Entry("t_analysis_dataset.name", "tad"));
|
527 |
|
|
NameMap.insert(Entry("t_info_anads.validation_status", "tias"));
|
528 |
|
|
NameMap.insert(Entry("t_anads_data.id", "tad261"));
|
529 |
|
|
NameMap.insert(Entry("t_dataset_status.id", "tds262"));
|
530 |
|
|
NameMap.insert(Entry("t_anads_data.analysis_dataset", "tadd"));
|
531 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs263"));
|
532 |
|
|
NameMap.insert(Entry("t_analysis_dataset.id", "tad264"));
|
533 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs265"));
|
534 |
|
|
NameMap.insert(Entry("t_info_anads.events", "tia266"));
|
535 |
|
|
NameMap.insert(Entry("t_analysis_dataset.processed_dataset", "tadd267"));
|
536 |
|
|
NameMap.insert(Entry("t_processed_dataset.name", "tpd268"));
|
537 |
|
|
NameMap.insert(Entry("t_processing_path.app_config", "tppc269"));
|
538 |
|
|
NameMap.insert(Entry("t_processed_dataset.primary_dataset", "tpdd270"));
|
539 |
|
|
NameMap.insert(Entry("t_parentage_type.id", "tpt"));
|
540 |
|
|
NameMap.insert(Entry("t_processed_dataset.is_open", "tpdo271"));
|
541 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg272"));
|
542 |
|
|
NameMap.insert(Entry("t_processing_path.id", "tpp273"));
|
543 |
|
|
NameMap.insert(Entry("t_parentage_type.name", "tpt274"));
|
544 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd275"));
|
545 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd276"));
|
546 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec277"));
|
547 |
|
|
NameMap.insert(Entry("t_processing_path.full_path", "tppp278"));
|
548 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd279"));
|
549 |
|
|
NameMap.insert(Entry("t_data_tier.id", "tdt280"));
|
550 |
|
|
NameMap.insert(Entry("t_processing_path.parent", "tpp281"));
|
551 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd282"));
|
552 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.child", "tep"));
|
553 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.type", "tep283"));
|
554 |
|
|
NameMap.insert(Entry("t_processed_dataset.processing_path", "tpdp284"));
|
555 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.parent", "tep285"));
|
556 |
|
|
NameMap.insert(Entry("t_processing_path.data_tier", "tppt286"));
|
557 |
|
|
NameMap.insert(Entry("t_processed_dataset.id", "tpd287"));
|
558 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci288"));
|
559 |
|
|
NameMap.insert(Entry("t_data_tier.name", "tdt289"));
|
560 |
|
|
NameMap.insert(Entry("t_application.output_type", "tat"));
|
561 |
|
|
NameMap.insert(Entry("t_app_family.name", "taf"));
|
562 |
|
|
NameMap.insert(Entry("t_app_config.parameter_set", "tacs"));
|
563 |
|
|
NameMap.insert(Entry("t_app_config.conditions_version", "tacv"));
|
564 |
|
|
NameMap.insert(Entry("t_app_config.id", "tac"));
|
565 |
|
|
NameMap.insert(Entry("t_application.app_version", "tav"));
|
566 |
|
|
NameMap.insert(Entry("t_app_config.application", "tac290"));
|
567 |
|
|
NameMap.insert(Entry("t_collection_type.name", "tct"));
|
568 |
|
|
NameMap.insert(Entry("t_collection_type.id", "tct291"));
|
569 |
|
|
NameMap.insert(Entry("t_application.app_family", "taf292"));
|
570 |
|
|
NameMap.insert(Entry("t_application.id", "ta"));
|
571 |
|
|
NameMap.insert(Entry("t_application.executable", "ta293"));
|
572 |
|
|
NameMap.insert(Entry("t_application.input_type", "tat294"));
|
573 |
|
|
NameMap.insert(Entry("t_app_family.id", "taf295"));
|
574 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn"));
|
575 |
|
|
NameMap.insert(Entry("t_person.id", "tp"));
|
576 |
|
|
NameMap.insert(Entry("t_person.name", "tp296"));
|
577 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp297"));
|
578 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn298"));
|
579 |
|
|
NameMap.insert(Entry("t_person.id", "tp299"));
|
580 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp300"));
|
581 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg"));
|
582 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg301"));
|
583 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg302"));
|
584 |
|
|
NameMap.insert(Entry("t_person.name", "tp303"));
|
585 |
|
|
NameMap.insert(Entry("t_info_evcoll.validation_status", "ties"));
|
586 |
|
|
NameMap.insert(Entry("t_info_evcoll.name", "tie"));
|
587 |
|
|
NameMap.insert(Entry("t_info_evcoll.status", "tie304"));
|
588 |
|
|
NameMap.insert(Entry("t_evcoll_status.name", "tes"));
|
589 |
|
|
NameMap.insert(Entry("t_info_evcoll.events", "tie305"));
|
590 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec"));
|
591 |
|
|
NameMap.insert(Entry("t_info_evcoll.event_collection", "tiec"));
|
592 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs"));
|
593 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd"));
|
594 |
|
|
NameMap.insert(Entry("t_evcoll_status.id", "tes306"));
|
595 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs307"));
|
596 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci"));
|
597 |
|
|
NameMap.insert(Entry("t_info_evcoll.estimated_luminosity", "tiel"));
|
598 |
|
|
NameMap.insert(Entry("t_evcoll_file.fileid", "tef"));
|
599 |
|
|
NameMap.insert(Entry("t_file.type", "tf"));
|
600 |
|
|
NameMap.insert(Entry("t_block.processed_dataset", "tbd"));
|
601 |
|
|
NameMap.insert(Entry("t_file.inblock", "tf308"));
|
602 |
|
|
NameMap.insert(Entry("t_file.logical_name", "tfn"));
|
603 |
|
|
NameMap.insert(Entry("t_file_status.name", "tfs"));
|
604 |
|
|
NameMap.insert(Entry("t_block.files", "tb"));
|
605 |
|
|
NameMap.insert(Entry("t_file.guid", "tf309"));
|
606 |
|
|
NameMap.insert(Entry("t_file_type.name", "tft"));
|
607 |
|
|
NameMap.insert(Entry("t_file_type.id", "tft310"));
|
608 |
|
|
NameMap.insert(Entry("t_evcoll_file.evcoll", "tef311"));
|
609 |
|
|
NameMap.insert(Entry("t_block_status.id", "tbs"));
|
610 |
|
|
NameMap.insert(Entry("t_block.status", "tb312"));
|
611 |
|
|
NameMap.insert(Entry("t_file.id", "tf313"));
|
612 |
|
|
NameMap.insert(Entry("t_file_status.id", "tfs314"));
|
613 |
|
|
NameMap.insert(Entry("t_block.id", "tb315"));
|
614 |
|
|
NameMap.insert(Entry("t_file.filesize", "tf316"));
|
615 |
|
|
NameMap.insert(Entry("t_block.bytes", "tb317"));
|
616 |
|
|
NameMap.insert(Entry("t_file.status", "tf318"));
|
617 |
|
|
NameMap.insert(Entry("t_block_status.name", "tbs319"));
|
618 |
|
|
NameMap.insert(Entry("t_evcoll_file.id", "tef320"));
|
619 |
|
|
NameMap.insert(Entry("t_desc_mc.id", "tdm"));
|
620 |
|
|
NameMap.insert(Entry("t_desc_mc.description", "tdm321"));
|
621 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd"));
|
622 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd322"));
|
623 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg323"));
|
624 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg324"));
|
625 |
|
|
NameMap.insert(Entry("t_desc_primary.id", "tdp"));
|
626 |
|
|
NameMap.insert(Entry("t_desc_primary.trigger_path", "tdpp"));
|
627 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg"));
|
628 |
|
|
NameMap.insert(Entry("t_desc_mc.decay_chain", "tdmc"));
|
629 |
|
|
NameMap.insert(Entry("t_desc_mc.production", "tdm325"));
|
630 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg326"));
|
631 |
|
|
NameMap.insert(Entry("t_desc_primary.mc_channel", "tdpc"));
|
632 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd327"));
|
633 |
|
|
NameMap.insert(Entry("t_desc_primary.is_mc_data", "tdpmd"));
|
634 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg328"));
|
635 |
|
|
NameMap.insert(Entry("t_processing_path.full_path", "tppp"));
|
636 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd329"));
|
637 |
|
|
NameMap.insert(Entry("t_data_tier.id", "tdt"));
|
638 |
|
|
NameMap.insert(Entry("t_processing_path.parent", "tpp"));
|
639 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd330"));
|
640 |
|
|
NameMap.insert(Entry("t_processed_dataset.is_open", "tpdo"));
|
641 |
|
|
NameMap.insert(Entry("t_processed_dataset.id", "tpd331"));
|
642 |
|
|
NameMap.insert(Entry("t_processing_path.app_config", "tppc"));
|
643 |
|
|
NameMap.insert(Entry("t_processing_path.id", "tpp332"));
|
644 |
|
|
NameMap.insert(Entry("t_processed_dataset.name", "tpd333"));
|
645 |
|
|
NameMap.insert(Entry("t_processing_path.data_tier", "tppt"));
|
646 |
|
|
NameMap.insert(Entry("t_processed_dataset.processing_path", "tpdp"));
|
647 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd334"));
|
648 |
|
|
NameMap.insert(Entry("t_data_tier.name", "tdt335"));
|
649 |
|
|
NameMap.insert(Entry("t_processed_dataset.primary_dataset", "tpdd"));
|
650 |
|
|
NameMap.insert(Entry("t_dataset_status.name", "tds"));
|
651 |
|
|
NameMap.insert(Entry("t_info_anads.analysis_dataset", "tiad"));
|
652 |
|
|
NameMap.insert(Entry("t_info_anads.status", "tia"));
|
653 |
|
|
NameMap.insert(Entry("t_anads_data.event_collection", "tadc"));
|
654 |
|
|
NameMap.insert(Entry("t_info_anads.estimated_luminiosity", "tial"));
|
655 |
|
|
NameMap.insert(Entry("t_analysis_dataset.name", "tad"));
|
656 |
|
|
NameMap.insert(Entry("t_info_anads.validation_status", "tias"));
|
657 |
|
|
NameMap.insert(Entry("t_anads_data.id", "tad336"));
|
658 |
|
|
NameMap.insert(Entry("t_dataset_status.id", "tds337"));
|
659 |
|
|
NameMap.insert(Entry("t_anads_data.analysis_dataset", "tadd"));
|
660 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs338"));
|
661 |
|
|
NameMap.insert(Entry("t_analysis_dataset.id", "tad339"));
|
662 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs340"));
|
663 |
|
|
NameMap.insert(Entry("t_info_anads.events", "tia341"));
|
664 |
|
|
NameMap.insert(Entry("t_analysis_dataset.processed_dataset", "tadd342"));
|
665 |
|
|
NameMap.insert(Entry("t_processed_dataset.name", "tpd343"));
|
666 |
|
|
NameMap.insert(Entry("t_processing_path.app_config", "tppc344"));
|
667 |
|
|
NameMap.insert(Entry("t_processed_dataset.primary_dataset", "tpdd345"));
|
668 |
|
|
NameMap.insert(Entry("t_parentage_type.id", "tpt"));
|
669 |
|
|
NameMap.insert(Entry("t_processed_dataset.is_open", "tpdo346"));
|
670 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg347"));
|
671 |
|
|
NameMap.insert(Entry("t_processing_path.id", "tpp348"));
|
672 |
|
|
NameMap.insert(Entry("t_parentage_type.name", "tpt349"));
|
673 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd350"));
|
674 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd351"));
|
675 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec352"));
|
676 |
|
|
NameMap.insert(Entry("t_processing_path.full_path", "tppp353"));
|
677 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd354"));
|
678 |
|
|
NameMap.insert(Entry("t_data_tier.id", "tdt355"));
|
679 |
|
|
NameMap.insert(Entry("t_processing_path.parent", "tpp356"));
|
680 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd357"));
|
681 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.child", "tep"));
|
682 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.type", "tep358"));
|
683 |
|
|
NameMap.insert(Entry("t_processed_dataset.processing_path", "tpdp359"));
|
684 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.parent", "tep360"));
|
685 |
|
|
NameMap.insert(Entry("t_processing_path.data_tier", "tppt361"));
|
686 |
|
|
NameMap.insert(Entry("t_processed_dataset.id", "tpd362"));
|
687 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci363"));
|
688 |
|
|
NameMap.insert(Entry("t_data_tier.name", "tdt364"));
|
689 |
|
|
NameMap.insert(Entry("t_processed_dataset.name", "tpd365"));
|
690 |
|
|
NameMap.insert(Entry("t_processing_path.app_config", "tppc366"));
|
691 |
|
|
NameMap.insert(Entry("t_processed_dataset.primary_dataset", "tpdd367"));
|
692 |
|
|
NameMap.insert(Entry("t_parentage_type.id", "tpt368"));
|
693 |
|
|
NameMap.insert(Entry("t_processed_dataset.is_open", "tpdo369"));
|
694 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg370"));
|
695 |
|
|
NameMap.insert(Entry("t_processing_path.id", "tpp371"));
|
696 |
|
|
NameMap.insert(Entry("t_parentage_type.name", "tpt372"));
|
697 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd373"));
|
698 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd374"));
|
699 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec375"));
|
700 |
|
|
NameMap.insert(Entry("t_processing_path.full_path", "tppp376"));
|
701 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd377"));
|
702 |
|
|
NameMap.insert(Entry("t_data_tier.id", "tdt378"));
|
703 |
|
|
NameMap.insert(Entry("t_processing_path.parent", "tpp379"));
|
704 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd380"));
|
705 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.child", "tep381"));
|
706 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.type", "tep382"));
|
707 |
|
|
NameMap.insert(Entry("t_processed_dataset.processing_path", "tpdp383"));
|
708 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.parent", "tep384"));
|
709 |
|
|
NameMap.insert(Entry("t_processing_path.data_tier", "tppt385"));
|
710 |
|
|
NameMap.insert(Entry("t_processed_dataset.id", "tpd386"));
|
711 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci387"));
|
712 |
|
|
NameMap.insert(Entry("t_data_tier.name", "tdt388"));
|
713 |
|
|
NameMap.insert(Entry("t_application.output_type", "tat"));
|
714 |
|
|
NameMap.insert(Entry("t_app_family.name", "taf"));
|
715 |
|
|
NameMap.insert(Entry("t_app_config.parameter_set", "tacs"));
|
716 |
|
|
NameMap.insert(Entry("t_app_config.conditions_version", "tacv"));
|
717 |
|
|
NameMap.insert(Entry("t_app_config.id", "tac"));
|
718 |
|
|
NameMap.insert(Entry("t_application.app_version", "tav"));
|
719 |
|
|
NameMap.insert(Entry("t_app_config.application", "tac389"));
|
720 |
|
|
NameMap.insert(Entry("t_collection_type.name", "tct"));
|
721 |
|
|
NameMap.insert(Entry("t_collection_type.id", "tct390"));
|
722 |
|
|
NameMap.insert(Entry("t_application.app_family", "taf391"));
|
723 |
|
|
NameMap.insert(Entry("t_application.id", "ta"));
|
724 |
|
|
NameMap.insert(Entry("t_application.executable", "ta392"));
|
725 |
|
|
NameMap.insert(Entry("t_application.input_type", "tat393"));
|
726 |
|
|
NameMap.insert(Entry("t_app_family.id", "taf394"));
|
727 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn"));
|
728 |
|
|
NameMap.insert(Entry("t_person.id", "tp"));
|
729 |
|
|
NameMap.insert(Entry("t_person.name", "tp395"));
|
730 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp396"));
|
731 |
|
|
NameMap.insert(Entry("t_person.distinguised_name", "tpn397"));
|
732 |
|
|
NameMap.insert(Entry("t_person.id", "tp398"));
|
733 |
|
|
NameMap.insert(Entry("t_person.contactinfo", "tp399"));
|
734 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg"));
|
735 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg400"));
|
736 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg401"));
|
737 |
|
|
NameMap.insert(Entry("t_person.name", "tp402"));
|
738 |
|
|
NameMap.insert(Entry("t_info_evcoll.validation_status", "ties"));
|
739 |
|
|
NameMap.insert(Entry("t_info_evcoll.name", "tie"));
|
740 |
|
|
NameMap.insert(Entry("t_info_evcoll.status", "tie403"));
|
741 |
|
|
NameMap.insert(Entry("t_evcoll_status.name", "tes"));
|
742 |
|
|
NameMap.insert(Entry("t_info_evcoll.events", "tie404"));
|
743 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec"));
|
744 |
|
|
NameMap.insert(Entry("t_info_evcoll.event_collection", "tiec"));
|
745 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs"));
|
746 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd"));
|
747 |
|
|
NameMap.insert(Entry("t_evcoll_status.id", "tes405"));
|
748 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs406"));
|
749 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci"));
|
750 |
|
|
NameMap.insert(Entry("t_info_evcoll.estimated_luminosity", "tiel"));
|
751 |
|
|
NameMap.insert(Entry("t_evcoll_file.fileid", "tef"));
|
752 |
|
|
NameMap.insert(Entry("t_file.type", "tf"));
|
753 |
|
|
NameMap.insert(Entry("t_block.processed_dataset", "tbd"));
|
754 |
|
|
NameMap.insert(Entry("t_file.inblock", "tf407"));
|
755 |
|
|
NameMap.insert(Entry("t_file.logical_name", "tfn"));
|
756 |
|
|
NameMap.insert(Entry("t_file_status.name", "tfs"));
|
757 |
|
|
NameMap.insert(Entry("t_block.files", "tb"));
|
758 |
|
|
NameMap.insert(Entry("t_file.guid", "tf408"));
|
759 |
|
|
NameMap.insert(Entry("t_file_type.name", "tft"));
|
760 |
|
|
NameMap.insert(Entry("t_file_type.id", "tft409"));
|
761 |
|
|
NameMap.insert(Entry("t_evcoll_file.evcoll", "tef410"));
|
762 |
|
|
NameMap.insert(Entry("t_block_status.id", "tbs"));
|
763 |
|
|
NameMap.insert(Entry("t_block.status", "tb411"));
|
764 |
|
|
NameMap.insert(Entry("t_file.id", "tf412"));
|
765 |
|
|
NameMap.insert(Entry("t_file_status.id", "tfs413"));
|
766 |
|
|
NameMap.insert(Entry("t_block.id", "tb414"));
|
767 |
|
|
NameMap.insert(Entry("t_file.filesize", "tf415"));
|
768 |
|
|
NameMap.insert(Entry("t_block.bytes", "tb416"));
|
769 |
|
|
NameMap.insert(Entry("t_file.status", "tf417"));
|
770 |
|
|
NameMap.insert(Entry("t_block_status.name", "tbs418"));
|
771 |
|
|
NameMap.insert(Entry("t_evcoll_file.id", "tef419"));
|
772 |
|
|
NameMap.insert(Entry("t_desc_mc.id", "tdm"));
|
773 |
|
|
NameMap.insert(Entry("t_desc_mc.description", "tdm420"));
|
774 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd"));
|
775 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd421"));
|
776 |
|
|
NameMap.insert(Entry("t_physics_group.convenor", "tpg422"));
|
777 |
|
|
NameMap.insert(Entry("t_physics_group.name", "tpg423"));
|
778 |
|
|
NameMap.insert(Entry("t_desc_primary.id", "tdp"));
|
779 |
|
|
NameMap.insert(Entry("t_desc_primary.trigger_path", "tdpp"));
|
780 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg"));
|
781 |
|
|
NameMap.insert(Entry("t_desc_mc.decay_chain", "tdmc"));
|
782 |
|
|
NameMap.insert(Entry("t_desc_mc.production", "tdm424"));
|
783 |
|
|
NameMap.insert(Entry("t_physics_group.id", "tpg425"));
|
784 |
|
|
NameMap.insert(Entry("t_desc_primary.mc_channel", "tdpc"));
|
785 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd426"));
|
786 |
|
|
NameMap.insert(Entry("t_desc_primary.is_mc_data", "tdpmd"));
|
787 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg427"));
|
788 |
|
|
NameMap.insert(Entry("t_processing_path.full_path", "tppp"));
|
789 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd428"));
|
790 |
|
|
NameMap.insert(Entry("t_data_tier.id", "tdt"));
|
791 |
|
|
NameMap.insert(Entry("t_processing_path.parent", "tpp"));
|
792 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd429"));
|
793 |
|
|
NameMap.insert(Entry("t_processed_dataset.is_open", "tpdo"));
|
794 |
|
|
NameMap.insert(Entry("t_processed_dataset.id", "tpd430"));
|
795 |
|
|
NameMap.insert(Entry("t_processing_path.app_config", "tppc"));
|
796 |
|
|
NameMap.insert(Entry("t_processing_path.id", "tpp431"));
|
797 |
|
|
NameMap.insert(Entry("t_processed_dataset.name", "tpd432"));
|
798 |
|
|
NameMap.insert(Entry("t_processing_path.data_tier", "tppt"));
|
799 |
|
|
NameMap.insert(Entry("t_processed_dataset.processing_path", "tpdp"));
|
800 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd433"));
|
801 |
|
|
NameMap.insert(Entry("t_data_tier.name", "tdt434"));
|
802 |
|
|
NameMap.insert(Entry("t_processed_dataset.primary_dataset", "tpdd"));
|
803 |
|
|
NameMap.insert(Entry("t_dataset_status.name", "tds"));
|
804 |
|
|
NameMap.insert(Entry("t_info_anads.analysis_dataset", "tiad"));
|
805 |
|
|
NameMap.insert(Entry("t_info_anads.status", "tia"));
|
806 |
|
|
NameMap.insert(Entry("t_anads_data.event_collection", "tadc"));
|
807 |
|
|
NameMap.insert(Entry("t_info_anads.estimated_luminiosity", "tial"));
|
808 |
|
|
NameMap.insert(Entry("t_analysis_dataset.name", "tad"));
|
809 |
|
|
NameMap.insert(Entry("t_info_anads.validation_status", "tias"));
|
810 |
|
|
NameMap.insert(Entry("t_anads_data.id", "tad435"));
|
811 |
|
|
NameMap.insert(Entry("t_dataset_status.id", "tds436"));
|
812 |
|
|
NameMap.insert(Entry("t_anads_data.analysis_dataset", "tadd"));
|
813 |
|
|
NameMap.insert(Entry("t_validation_status.name", "tvs437"));
|
814 |
|
|
NameMap.insert(Entry("t_analysis_dataset.id", "tad438"));
|
815 |
|
|
NameMap.insert(Entry("t_validation_status.id", "tvs439"));
|
816 |
|
|
NameMap.insert(Entry("t_info_anads.events", "tia440"));
|
817 |
|
|
NameMap.insert(Entry("t_analysis_dataset.processed_dataset", "tadd441"));
|
818 |
|
|
NameMap.insert(Entry("t_processed_dataset.name", "tpd442"));
|
819 |
|
|
NameMap.insert(Entry("t_processing_path.app_config", "tppc443"));
|
820 |
|
|
NameMap.insert(Entry("t_processed_dataset.primary_dataset", "tpdd444"));
|
821 |
|
|
NameMap.insert(Entry("t_parentage_type.id", "tpt"));
|
822 |
|
|
NameMap.insert(Entry("t_processed_dataset.is_open", "tpdo445"));
|
823 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg446"));
|
824 |
|
|
NameMap.insert(Entry("t_processing_path.id", "tpp447"));
|
825 |
|
|
NameMap.insert(Entry("t_parentage_type.name", "tpt448"));
|
826 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd449"));
|
827 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd450"));
|
828 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec451"));
|
829 |
|
|
NameMap.insert(Entry("t_processing_path.full_path", "tppp452"));
|
830 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd453"));
|
831 |
|
|
NameMap.insert(Entry("t_data_tier.id", "tdt454"));
|
832 |
|
|
NameMap.insert(Entry("t_processing_path.parent", "tpp455"));
|
833 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd456"));
|
834 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.child", "tep"));
|
835 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.type", "tep457"));
|
836 |
|
|
NameMap.insert(Entry("t_processed_dataset.processing_path", "tpdp458"));
|
837 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.parent", "tep459"));
|
838 |
|
|
NameMap.insert(Entry("t_processing_path.data_tier", "tppt460"));
|
839 |
|
|
NameMap.insert(Entry("t_processed_dataset.id", "tpd461"));
|
840 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci462"));
|
841 |
|
|
NameMap.insert(Entry("t_data_tier.name", "tdt463"));
|
842 |
|
|
NameMap.insert(Entry("t_processed_dataset.name", "tpd464"));
|
843 |
|
|
NameMap.insert(Entry("t_processing_path.app_config", "tppc465"));
|
844 |
|
|
NameMap.insert(Entry("t_processed_dataset.primary_dataset", "tpdd466"));
|
845 |
|
|
NameMap.insert(Entry("t_parentage_type.id", "tpt467"));
|
846 |
|
|
NameMap.insert(Entry("t_processed_dataset.is_open", "tpdo468"));
|
847 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg469"));
|
848 |
|
|
NameMap.insert(Entry("t_processing_path.id", "tpp470"));
|
849 |
|
|
NameMap.insert(Entry("t_parentage_type.name", "tpt471"));
|
850 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd472"));
|
851 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd473"));
|
852 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec474"));
|
853 |
|
|
NameMap.insert(Entry("t_processing_path.full_path", "tppp475"));
|
854 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd476"));
|
855 |
|
|
NameMap.insert(Entry("t_data_tier.id", "tdt477"));
|
856 |
|
|
NameMap.insert(Entry("t_processing_path.parent", "tpp478"));
|
857 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd479"));
|
858 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.child", "tep480"));
|
859 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.type", "tep481"));
|
860 |
|
|
NameMap.insert(Entry("t_processed_dataset.processing_path", "tpdp482"));
|
861 |
|
|
NameMap.insert(Entry("t_evcoll_parentage.parent", "tep483"));
|
862 |
|
|
NameMap.insert(Entry("t_processing_path.data_tier", "tppt484"));
|
863 |
|
|
NameMap.insert(Entry("t_processed_dataset.id", "tpd485"));
|
864 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci486"));
|
865 |
|
|
NameMap.insert(Entry("t_data_tier.name", "tdt487"));
|
866 |
|
|
NameMap.insert(Entry("t_info_evcoll.validation_status", "ties488"));
|
867 |
|
|
NameMap.insert(Entry("t_processed_dataset.name", "tpd489"));
|
868 |
|
|
NameMap.insert(Entry("t_block.processed_dataset", "tbd490"));
|
869 |
|
|
NameMap.insert(Entry("t_processed_dataset.primary_dataset", "tpdd491"));
|
870 |
|
|
NameMap.insert(Entry("t_info_evcoll.name", "tie492"));
|
871 |
|
|
NameMap.insert(Entry("t_block.status", "tb493"));
|
872 |
|
|
NameMap.insert(Entry("t_info_evcoll.events", "tie494"));
|
873 |
|
|
NameMap.insert(Entry("t_processed_dataset.is_open", "tpdo495"));
|
874 |
|
|
NameMap.insert(Entry("t_primary_dataset.physics_group", "tpdg496"));
|
875 |
|
|
NameMap.insert(Entry("t_processing_path.id", "tpp497"));
|
876 |
|
|
NameMap.insert(Entry("t_info_evcoll.event_collection", "tiec498"));
|
877 |
|
|
NameMap.insert(Entry("t_block.id", "tb499"));
|
878 |
|
|
NameMap.insert(Entry("t_event_collection.processed_dataset", "tecd500"));
|
879 |
|
|
NameMap.insert(Entry("t_info_evcoll.estimated_luminosity", "tiel501"));
|
880 |
|
|
NameMap.insert(Entry("t_processing_path.app_config", "tppc502"));
|
881 |
|
|
NameMap.insert(Entry("t_event_collection.id", "tec503"));
|
882 |
|
|
NameMap.insert(Entry("t_processing_path.full_path", "tppp504"));
|
883 |
|
|
NameMap.insert(Entry("t_primary_dataset.description", "tpd505"));
|
884 |
|
|
NameMap.insert(Entry("t_block.bytes", "tb506"));
|
885 |
|
|
NameMap.insert(Entry("t_data_tier.id", "tdt507"));
|
886 |
|
|
NameMap.insert(Entry("t_processing_path.parent", "tpp508"));
|
887 |
|
|
NameMap.insert(Entry("t_primary_dataset.name", "tpd509"));
|
888 |
|
|
NameMap.insert(Entry("t_info_evcoll.status", "tie510"));
|
889 |
|
|
NameMap.insert(Entry("t_processed_dataset.processing_path", "tpdp511"));
|
890 |
|
|
NameMap.insert(Entry("t_block.files", "tb512"));
|
891 |
|
|
NameMap.insert(Entry("t_processing_path.data_tier", "tppt513"));
|
892 |
|
|
NameMap.insert(Entry("t_processed_dataset.id", "tpd514"));
|
893 |
|
|
NameMap.insert(Entry("t_event_collection.collection_index", "teci515"));
|
894 |
|
|
NameMap.insert(Entry("t_data_tier.name", "tdt516"));
|
895 |
|
|
NameMap.insert(Entry("t_primary_dataset.id", "tpd517"));
|
896 |
|
|
}
|
897 |
|
|
public:
|
898 |
|
|
Dictionary NameMap;
|
899 |
|
|
};
|
900 |
|
|
#endif
|