/[PAMELA software]/yoda/event/EventDict.cpp
ViewVC logotype

Contents of /yoda/event/EventDict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Jul 6 12:37:15 2004 UTC (20 years, 5 months ago) by kusanagi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
*** empty log message ***

1 //
2 // File generated by rootcint at Tue Jul 6 13:51:32 2004.
3 // Do NOT change. Changes will be lost next time file is generated
4 //
5
6 #include "RConfig.h"
7 #if !defined(R__ACCESS_IN_SYMBOL)
8 //Break the privacy of classes -- Disabled for the moment
9 #define private public
10 #define protected public
11 #endif
12
13 #include "EventDict.h"
14 #include "TClass.h"
15 #include "TBuffer.h"
16 #include "TMemberInspector.h"
17 #include "TError.h"
18
19 #ifndef G__ROOT
20 #define G__ROOT
21 #endif
22
23 // Since CINT ignores the std namespace, we need to do so in this file.
24 namespace std {} using namespace std;
25
26 #include "RtypesImp.h"
27
28 #include "TVectorProxy.h"
29
30 namespace ROOT {
31 namespace Shadow {
32 } // Of namespace ROOT::Shadow
33 } // Of namespace ROOT
34
35 namespace ROOT {
36 void pamelacLcLPacketType_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
37 static TClass *pamelacLcLPacketType_IsA(const void*);
38 static void delete_pamelacLcLPacketType(void *p);
39 static void deleteArray_pamelacLcLPacketType(void *p);
40 static void destruct_pamelacLcLPacketType(void *p);
41
42 // Function generating the singleton type initializer
43 TGenericClassInfo *GenerateInitInstance(const pamela::PacketType*)
44 {
45 pamela::PacketType *ptr = 0;
46 static ROOT::TGenericClassInfo
47 instance("pamela::PacketType", pamela::PacketType::Class_Version(), "PacketType.h", 20,
48 typeid(pamela::PacketType), DefineBehavior(ptr, ptr),
49 &::pamela::PacketType::Dictionary, &pamelacLcLPacketType_IsA, 4,
50 sizeof(pamela::PacketType) );
51 instance.SetDelete(&delete_pamelacLcLPacketType);
52 instance.SetDeleteArray(&deleteArray_pamelacLcLPacketType);
53 instance.SetDestructor(&destruct_pamelacLcLPacketType);
54 return &instance;
55 }
56 // Static variable to force the class initialization
57 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::PacketType*)0x0); R__UseDummy(_R__UNIQUE_(Init));
58 }
59
60 namespace ROOT {
61 void pamelacLcLSubPacket_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
62 static TClass *pamelacLcLSubPacket_IsA(const void*);
63 static void *new_pamelacLcLSubPacket(void *p = 0);
64 static void *newArray_pamelacLcLSubPacket(Long_t size);
65 static void delete_pamelacLcLSubPacket(void *p);
66 static void deleteArray_pamelacLcLSubPacket(void *p);
67 static void destruct_pamelacLcLSubPacket(void *p);
68
69 // Function generating the singleton type initializer
70 TGenericClassInfo *GenerateInitInstance(const pamela::SubPacket*)
71 {
72 pamela::SubPacket *ptr = 0;
73 static ROOT::TGenericClassInfo
74 instance("pamela::SubPacket", pamela::SubPacket::Class_Version(), "SubPacket.h", 26,
75 typeid(pamela::SubPacket), DefineBehavior(ptr, ptr),
76 &::pamela::SubPacket::Dictionary, &pamelacLcLSubPacket_IsA, 4,
77 sizeof(pamela::SubPacket) );
78 instance.SetNew(&new_pamelacLcLSubPacket);
79 instance.SetNewArray(&newArray_pamelacLcLSubPacket);
80 instance.SetDelete(&delete_pamelacLcLSubPacket);
81 instance.SetDeleteArray(&deleteArray_pamelacLcLSubPacket);
82 instance.SetDestructor(&destruct_pamelacLcLSubPacket);
83 return &instance;
84 }
85 // Static variable to force the class initialization
86 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::SubPacket*)0x0); R__UseDummy(_R__UNIQUE_(Init));
87 }
88
89 namespace ROOT {
90 void pamelacLcLPscuHeader_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
91 static TClass *pamelacLcLPscuHeader_IsA(const void*);
92 static void *new_pamelacLcLPscuHeader(void *p = 0);
93 static void *newArray_pamelacLcLPscuHeader(Long_t size);
94 static void delete_pamelacLcLPscuHeader(void *p);
95 static void deleteArray_pamelacLcLPscuHeader(void *p);
96 static void destruct_pamelacLcLPscuHeader(void *p);
97
98 // Function generating the singleton type initializer
99 TGenericClassInfo *GenerateInitInstance(const pamela::PscuHeader*)
100 {
101 pamela::PscuHeader *ptr = 0;
102 static ROOT::TGenericClassInfo
103 instance("pamela::PscuHeader", pamela::PscuHeader::Class_Version(), "PscuHeader.h", 22,
104 typeid(pamela::PscuHeader), DefineBehavior(ptr, ptr),
105 &::pamela::PscuHeader::Dictionary, &pamelacLcLPscuHeader_IsA, 4,
106 sizeof(pamela::PscuHeader) );
107 instance.SetNew(&new_pamelacLcLPscuHeader);
108 instance.SetNewArray(&newArray_pamelacLcLPscuHeader);
109 instance.SetDelete(&delete_pamelacLcLPscuHeader);
110 instance.SetDeleteArray(&deleteArray_pamelacLcLPscuHeader);
111 instance.SetDestructor(&destruct_pamelacLcLPscuHeader);
112 return &instance;
113 }
114 // Static variable to force the class initialization
115 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::PscuHeader*)0x0); R__UseDummy(_R__UNIQUE_(Init));
116 }
117
118 namespace ROOT {
119 void pamelacLcLEventCounter_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
120 static TClass *pamelacLcLEventCounter_IsA(const void*);
121 static void *new_pamelacLcLEventCounter(void *p = 0);
122 static void *newArray_pamelacLcLEventCounter(Long_t size);
123 static void delete_pamelacLcLEventCounter(void *p);
124 static void deleteArray_pamelacLcLEventCounter(void *p);
125 static void destruct_pamelacLcLEventCounter(void *p);
126
127 // Function generating the singleton type initializer
128 TGenericClassInfo *GenerateInitInstance(const pamela::EventCounter*)
129 {
130 pamela::EventCounter *ptr = 0;
131 static ROOT::TGenericClassInfo
132 instance("pamela::EventCounter", pamela::EventCounter::Class_Version(), "EventCounter.h", 22,
133 typeid(pamela::EventCounter), DefineBehavior(ptr, ptr),
134 &::pamela::EventCounter::Dictionary, &pamelacLcLEventCounter_IsA, 4,
135 sizeof(pamela::EventCounter) );
136 instance.SetNew(&new_pamelacLcLEventCounter);
137 instance.SetNewArray(&newArray_pamelacLcLEventCounter);
138 instance.SetDelete(&delete_pamelacLcLEventCounter);
139 instance.SetDeleteArray(&deleteArray_pamelacLcLEventCounter);
140 instance.SetDestructor(&destruct_pamelacLcLEventCounter);
141 return &instance;
142 }
143 // Static variable to force the class initialization
144 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::EventCounter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
145 }
146
147 namespace ROOT {
148 void pamelacLcLEventHeader_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
149 static TClass *pamelacLcLEventHeader_IsA(const void*);
150 static void *new_pamelacLcLEventHeader(void *p = 0);
151 static void *newArray_pamelacLcLEventHeader(Long_t size);
152 static void delete_pamelacLcLEventHeader(void *p);
153 static void deleteArray_pamelacLcLEventHeader(void *p);
154 static void destruct_pamelacLcLEventHeader(void *p);
155
156 // Function generating the singleton type initializer
157 TGenericClassInfo *GenerateInitInstance(const pamela::EventHeader*)
158 {
159 pamela::EventHeader *ptr = 0;
160 static ROOT::TGenericClassInfo
161 instance("pamela::EventHeader", pamela::EventHeader::Class_Version(), "EventHeader.h", 26,
162 typeid(pamela::EventHeader), DefineBehavior(ptr, ptr),
163 &::pamela::EventHeader::Dictionary, &pamelacLcLEventHeader_IsA, 4,
164 sizeof(pamela::EventHeader) );
165 instance.SetNew(&new_pamelacLcLEventHeader);
166 instance.SetNewArray(&newArray_pamelacLcLEventHeader);
167 instance.SetDelete(&delete_pamelacLcLEventHeader);
168 instance.SetDeleteArray(&deleteArray_pamelacLcLEventHeader);
169 instance.SetDestructor(&destruct_pamelacLcLEventHeader);
170 return &instance;
171 }
172 // Static variable to force the class initialization
173 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::EventHeader*)0x0); R__UseDummy(_R__UNIQUE_(Init));
174 }
175
176 namespace ROOT {
177 void pamelacLcLPscuEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
178 static TClass *pamelacLcLPscuEvent_IsA(const void*);
179 static void *new_pamelacLcLPscuEvent(void *p = 0);
180 static void *newArray_pamelacLcLPscuEvent(Long_t size);
181 static void delete_pamelacLcLPscuEvent(void *p);
182 static void deleteArray_pamelacLcLPscuEvent(void *p);
183 static void destruct_pamelacLcLPscuEvent(void *p);
184
185 // Function generating the singleton type initializer
186 TGenericClassInfo *GenerateInitInstance(const pamela::PscuEvent*)
187 {
188 pamela::PscuEvent *ptr = 0;
189 static ROOT::TGenericClassInfo
190 instance("pamela::PscuEvent", pamela::PscuEvent::Class_Version(), "PscuEvent.h", 17,
191 typeid(pamela::PscuEvent), DefineBehavior(ptr, ptr),
192 &::pamela::PscuEvent::Dictionary, &pamelacLcLPscuEvent_IsA, 4,
193 sizeof(pamela::PscuEvent) );
194 instance.SetNew(&new_pamelacLcLPscuEvent);
195 instance.SetNewArray(&newArray_pamelacLcLPscuEvent);
196 instance.SetDelete(&delete_pamelacLcLPscuEvent);
197 instance.SetDeleteArray(&deleteArray_pamelacLcLPscuEvent);
198 instance.SetDestructor(&destruct_pamelacLcLPscuEvent);
199 return &instance;
200 }
201 // Static variable to force the class initialization
202 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::PscuEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
203 }
204
205 namespace ROOT {
206 void pamelacLcLArrDumpEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
207 static TClass *pamelacLcLArrDumpEvent_IsA(const void*);
208 static void *new_pamelacLcLArrDumpEvent(void *p = 0);
209 static void *newArray_pamelacLcLArrDumpEvent(Long_t size);
210 static void delete_pamelacLcLArrDumpEvent(void *p);
211 static void deleteArray_pamelacLcLArrDumpEvent(void *p);
212 static void destruct_pamelacLcLArrDumpEvent(void *p);
213
214 // Function generating the singleton type initializer
215 TGenericClassInfo *GenerateInitInstance(const pamela::ArrDumpEvent*)
216 {
217 pamela::ArrDumpEvent *ptr = 0;
218 static ROOT::TGenericClassInfo
219 instance("pamela::ArrDumpEvent", pamela::ArrDumpEvent::Class_Version(), "ArrDumpEvent.h", 17,
220 typeid(pamela::ArrDumpEvent), DefineBehavior(ptr, ptr),
221 &::pamela::ArrDumpEvent::Dictionary, &pamelacLcLArrDumpEvent_IsA, 4,
222 sizeof(pamela::ArrDumpEvent) );
223 instance.SetNew(&new_pamelacLcLArrDumpEvent);
224 instance.SetNewArray(&newArray_pamelacLcLArrDumpEvent);
225 instance.SetDelete(&delete_pamelacLcLArrDumpEvent);
226 instance.SetDeleteArray(&deleteArray_pamelacLcLArrDumpEvent);
227 instance.SetDestructor(&destruct_pamelacLcLArrDumpEvent);
228 return &instance;
229 }
230 // Static variable to force the class initialization
231 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::ArrDumpEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
232 }
233
234 namespace ROOT {
235 void pamelacLcLVarDumpEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
236 static TClass *pamelacLcLVarDumpEvent_IsA(const void*);
237 static void *new_pamelacLcLVarDumpEvent(void *p = 0);
238 static void *newArray_pamelacLcLVarDumpEvent(Long_t size);
239 static void delete_pamelacLcLVarDumpEvent(void *p);
240 static void deleteArray_pamelacLcLVarDumpEvent(void *p);
241 static void destruct_pamelacLcLVarDumpEvent(void *p);
242
243 // Function generating the singleton type initializer
244 TGenericClassInfo *GenerateInitInstance(const pamela::VarDumpEvent*)
245 {
246 pamela::VarDumpEvent *ptr = 0;
247 static ROOT::TGenericClassInfo
248 instance("pamela::VarDumpEvent", pamela::VarDumpEvent::Class_Version(), "VarDumpEvent.h", 17,
249 typeid(pamela::VarDumpEvent), DefineBehavior(ptr, ptr),
250 &::pamela::VarDumpEvent::Dictionary, &pamelacLcLVarDumpEvent_IsA, 4,
251 sizeof(pamela::VarDumpEvent) );
252 instance.SetNew(&new_pamelacLcLVarDumpEvent);
253 instance.SetNewArray(&newArray_pamelacLcLVarDumpEvent);
254 instance.SetDelete(&delete_pamelacLcLVarDumpEvent);
255 instance.SetDeleteArray(&deleteArray_pamelacLcLVarDumpEvent);
256 instance.SetDestructor(&destruct_pamelacLcLVarDumpEvent);
257 return &instance;
258 }
259 // Static variable to force the class initialization
260 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::VarDumpEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
261 }
262
263 namespace ROOT {
264 void pamelacLcLTabDumpEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
265 static TClass *pamelacLcLTabDumpEvent_IsA(const void*);
266 static void *new_pamelacLcLTabDumpEvent(void *p = 0);
267 static void *newArray_pamelacLcLTabDumpEvent(Long_t size);
268 static void delete_pamelacLcLTabDumpEvent(void *p);
269 static void deleteArray_pamelacLcLTabDumpEvent(void *p);
270 static void destruct_pamelacLcLTabDumpEvent(void *p);
271
272 // Function generating the singleton type initializer
273 TGenericClassInfo *GenerateInitInstance(const pamela::TabDumpEvent*)
274 {
275 pamela::TabDumpEvent *ptr = 0;
276 static ROOT::TGenericClassInfo
277 instance("pamela::TabDumpEvent", pamela::TabDumpEvent::Class_Version(), "TabDumpEvent.h", 17,
278 typeid(pamela::TabDumpEvent), DefineBehavior(ptr, ptr),
279 &::pamela::TabDumpEvent::Dictionary, &pamelacLcLTabDumpEvent_IsA, 4,
280 sizeof(pamela::TabDumpEvent) );
281 instance.SetNew(&new_pamelacLcLTabDumpEvent);
282 instance.SetNewArray(&newArray_pamelacLcLTabDumpEvent);
283 instance.SetDelete(&delete_pamelacLcLTabDumpEvent);
284 instance.SetDeleteArray(&deleteArray_pamelacLcLTabDumpEvent);
285 instance.SetDestructor(&destruct_pamelacLcLTabDumpEvent);
286 return &instance;
287 }
288 // Static variable to force the class initialization
289 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::TabDumpEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
290 }
291
292 namespace ROOT {
293 void pamelacLcLCalibCalEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
294 static TClass *pamelacLcLCalibCalEvent_IsA(const void*);
295 static void *new_pamelacLcLCalibCalEvent(void *p = 0);
296 static void *newArray_pamelacLcLCalibCalEvent(Long_t size);
297 static void delete_pamelacLcLCalibCalEvent(void *p);
298 static void deleteArray_pamelacLcLCalibCalEvent(void *p);
299 static void destruct_pamelacLcLCalibCalEvent(void *p);
300
301 // Function generating the singleton type initializer
302 TGenericClassInfo *GenerateInitInstance(const pamela::CalibCalEvent*)
303 {
304 pamela::CalibCalEvent *ptr = 0;
305 static ROOT::TGenericClassInfo
306 instance("pamela::CalibCalEvent", pamela::CalibCalEvent::Class_Version(), "CalibCalEvent.h", 10,
307 typeid(pamela::CalibCalEvent), DefineBehavior(ptr, ptr),
308 &::pamela::CalibCalEvent::Dictionary, &pamelacLcLCalibCalEvent_IsA, 4,
309 sizeof(pamela::CalibCalEvent) );
310 instance.SetNew(&new_pamelacLcLCalibCalEvent);
311 instance.SetNewArray(&newArray_pamelacLcLCalibCalEvent);
312 instance.SetDelete(&delete_pamelacLcLCalibCalEvent);
313 instance.SetDeleteArray(&deleteArray_pamelacLcLCalibCalEvent);
314 instance.SetDestructor(&destruct_pamelacLcLCalibCalEvent);
315 return &instance;
316 }
317 // Static variable to force the class initialization
318 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::CalibCalEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
319 }
320
321 namespace ROOT {
322 void pamelacLcLCalibTrkEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
323 static TClass *pamelacLcLCalibTrkEvent_IsA(const void*);
324 static void *new_pamelacLcLCalibTrkEvent(void *p = 0);
325 static void *newArray_pamelacLcLCalibTrkEvent(Long_t size);
326 static void delete_pamelacLcLCalibTrkEvent(void *p);
327 static void deleteArray_pamelacLcLCalibTrkEvent(void *p);
328 static void destruct_pamelacLcLCalibTrkEvent(void *p);
329
330 // Function generating the singleton type initializer
331 TGenericClassInfo *GenerateInitInstance(const pamela::CalibTrkEvent*)
332 {
333 pamela::CalibTrkEvent *ptr = 0;
334 static ROOT::TGenericClassInfo
335 instance("pamela::CalibTrkEvent", pamela::CalibTrkEvent::Class_Version(), "CalibTrkEvent.h", 10,
336 typeid(pamela::CalibTrkEvent), DefineBehavior(ptr, ptr),
337 &::pamela::CalibTrkEvent::Dictionary, &pamelacLcLCalibTrkEvent_IsA, 4,
338 sizeof(pamela::CalibTrkEvent) );
339 instance.SetNew(&new_pamelacLcLCalibTrkEvent);
340 instance.SetNewArray(&newArray_pamelacLcLCalibTrkEvent);
341 instance.SetDelete(&delete_pamelacLcLCalibTrkEvent);
342 instance.SetDeleteArray(&deleteArray_pamelacLcLCalibTrkEvent);
343 instance.SetDestructor(&destruct_pamelacLcLCalibTrkEvent);
344 return &instance;
345 }
346 // Static variable to force the class initialization
347 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::CalibTrkEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
348 }
349
350 namespace ROOT {
351 void pamelacLcLCalibTrgEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
352 static TClass *pamelacLcLCalibTrgEvent_IsA(const void*);
353 static void *new_pamelacLcLCalibTrgEvent(void *p = 0);
354 static void *newArray_pamelacLcLCalibTrgEvent(Long_t size);
355 static void delete_pamelacLcLCalibTrgEvent(void *p);
356 static void deleteArray_pamelacLcLCalibTrgEvent(void *p);
357 static void destruct_pamelacLcLCalibTrgEvent(void *p);
358
359 // Function generating the singleton type initializer
360 TGenericClassInfo *GenerateInitInstance(const pamela::CalibTrgEvent*)
361 {
362 pamela::CalibTrgEvent *ptr = 0;
363 static ROOT::TGenericClassInfo
364 instance("pamela::CalibTrgEvent", pamela::CalibTrgEvent::Class_Version(), "CalibTrgEvent.h", 10,
365 typeid(pamela::CalibTrgEvent), DefineBehavior(ptr, ptr),
366 &::pamela::CalibTrgEvent::Dictionary, &pamelacLcLCalibTrgEvent_IsA, 4,
367 sizeof(pamela::CalibTrgEvent) );
368 instance.SetNew(&new_pamelacLcLCalibTrgEvent);
369 instance.SetNewArray(&newArray_pamelacLcLCalibTrgEvent);
370 instance.SetDelete(&delete_pamelacLcLCalibTrgEvent);
371 instance.SetDeleteArray(&deleteArray_pamelacLcLCalibTrgEvent);
372 instance.SetDestructor(&destruct_pamelacLcLCalibTrgEvent);
373 return &instance;
374 }
375 // Static variable to force the class initialization
376 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::CalibTrgEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
377 }
378
379 namespace ROOT {
380 void pamelacLcLCalibTrdEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
381 static TClass *pamelacLcLCalibTrdEvent_IsA(const void*);
382 static void *new_pamelacLcLCalibTrdEvent(void *p = 0);
383 static void *newArray_pamelacLcLCalibTrdEvent(Long_t size);
384 static void delete_pamelacLcLCalibTrdEvent(void *p);
385 static void deleteArray_pamelacLcLCalibTrdEvent(void *p);
386 static void destruct_pamelacLcLCalibTrdEvent(void *p);
387
388 // Function generating the singleton type initializer
389 TGenericClassInfo *GenerateInitInstance(const pamela::CalibTrdEvent*)
390 {
391 pamela::CalibTrdEvent *ptr = 0;
392 static ROOT::TGenericClassInfo
393 instance("pamela::CalibTrdEvent", pamela::CalibTrdEvent::Class_Version(), "CalibTrdEvent.h", 10,
394 typeid(pamela::CalibTrdEvent), DefineBehavior(ptr, ptr),
395 &::pamela::CalibTrdEvent::Dictionary, &pamelacLcLCalibTrdEvent_IsA, 4,
396 sizeof(pamela::CalibTrdEvent) );
397 instance.SetNew(&new_pamelacLcLCalibTrdEvent);
398 instance.SetNewArray(&newArray_pamelacLcLCalibTrdEvent);
399 instance.SetDelete(&delete_pamelacLcLCalibTrdEvent);
400 instance.SetDeleteArray(&deleteArray_pamelacLcLCalibTrdEvent);
401 instance.SetDestructor(&destruct_pamelacLcLCalibTrdEvent);
402 return &instance;
403 }
404 // Static variable to force the class initialization
405 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::CalibTrdEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
406 }
407
408 namespace ROOT {
409 void pamelacLcLCalibTofEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
410 static TClass *pamelacLcLCalibTofEvent_IsA(const void*);
411 static void *new_pamelacLcLCalibTofEvent(void *p = 0);
412 static void *newArray_pamelacLcLCalibTofEvent(Long_t size);
413 static void delete_pamelacLcLCalibTofEvent(void *p);
414 static void deleteArray_pamelacLcLCalibTofEvent(void *p);
415 static void destruct_pamelacLcLCalibTofEvent(void *p);
416
417 // Function generating the singleton type initializer
418 TGenericClassInfo *GenerateInitInstance(const pamela::CalibTofEvent*)
419 {
420 pamela::CalibTofEvent *ptr = 0;
421 static ROOT::TGenericClassInfo
422 instance("pamela::CalibTofEvent", pamela::CalibTofEvent::Class_Version(), "CalibTofEvent.h", 10,
423 typeid(pamela::CalibTofEvent), DefineBehavior(ptr, ptr),
424 &::pamela::CalibTofEvent::Dictionary, &pamelacLcLCalibTofEvent_IsA, 4,
425 sizeof(pamela::CalibTofEvent) );
426 instance.SetNew(&new_pamelacLcLCalibTofEvent);
427 instance.SetNewArray(&newArray_pamelacLcLCalibTofEvent);
428 instance.SetDelete(&delete_pamelacLcLCalibTofEvent);
429 instance.SetDeleteArray(&deleteArray_pamelacLcLCalibTofEvent);
430 instance.SetDestructor(&destruct_pamelacLcLCalibTofEvent);
431 return &instance;
432 }
433 // Static variable to force the class initialization
434 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::CalibTofEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
435 }
436
437 namespace ROOT {
438 void pamelacLcLCalibS4Event_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
439 static TClass *pamelacLcLCalibS4Event_IsA(const void*);
440 static void *new_pamelacLcLCalibS4Event(void *p = 0);
441 static void *newArray_pamelacLcLCalibS4Event(Long_t size);
442 static void delete_pamelacLcLCalibS4Event(void *p);
443 static void deleteArray_pamelacLcLCalibS4Event(void *p);
444 static void destruct_pamelacLcLCalibS4Event(void *p);
445
446 // Function generating the singleton type initializer
447 TGenericClassInfo *GenerateInitInstance(const pamela::CalibS4Event*)
448 {
449 pamela::CalibS4Event *ptr = 0;
450 static ROOT::TGenericClassInfo
451 instance("pamela::CalibS4Event", pamela::CalibS4Event::Class_Version(), "CalibS4Event.h", 10,
452 typeid(pamela::CalibS4Event), DefineBehavior(ptr, ptr),
453 &::pamela::CalibS4Event::Dictionary, &pamelacLcLCalibS4Event_IsA, 4,
454 sizeof(pamela::CalibS4Event) );
455 instance.SetNew(&new_pamelacLcLCalibS4Event);
456 instance.SetNewArray(&newArray_pamelacLcLCalibS4Event);
457 instance.SetDelete(&delete_pamelacLcLCalibS4Event);
458 instance.SetDeleteArray(&deleteArray_pamelacLcLCalibS4Event);
459 instance.SetDestructor(&destruct_pamelacLcLCalibS4Event);
460 return &instance;
461 }
462 // Static variable to force the class initialization
463 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::CalibS4Event*)0x0); R__UseDummy(_R__UNIQUE_(Init));
464 }
465
466 namespace ROOT {
467 void pamelacLcLRunHeaderEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
468 static TClass *pamelacLcLRunHeaderEvent_IsA(const void*);
469 static void *new_pamelacLcLRunHeaderEvent(void *p = 0);
470 static void *newArray_pamelacLcLRunHeaderEvent(Long_t size);
471 static void delete_pamelacLcLRunHeaderEvent(void *p);
472 static void deleteArray_pamelacLcLRunHeaderEvent(void *p);
473 static void destruct_pamelacLcLRunHeaderEvent(void *p);
474
475 // Function generating the singleton type initializer
476 TGenericClassInfo *GenerateInitInstance(const pamela::RunHeaderEvent*)
477 {
478 pamela::RunHeaderEvent *ptr = 0;
479 static ROOT::TGenericClassInfo
480 instance("pamela::RunHeaderEvent", pamela::RunHeaderEvent::Class_Version(), "RunHeaderEvent.h", 10,
481 typeid(pamela::RunHeaderEvent), DefineBehavior(ptr, ptr),
482 &::pamela::RunHeaderEvent::Dictionary, &pamelacLcLRunHeaderEvent_IsA, 4,
483 sizeof(pamela::RunHeaderEvent) );
484 instance.SetNew(&new_pamelacLcLRunHeaderEvent);
485 instance.SetNewArray(&newArray_pamelacLcLRunHeaderEvent);
486 instance.SetDelete(&delete_pamelacLcLRunHeaderEvent);
487 instance.SetDeleteArray(&deleteArray_pamelacLcLRunHeaderEvent);
488 instance.SetDestructor(&destruct_pamelacLcLRunHeaderEvent);
489 return &instance;
490 }
491 // Static variable to force the class initialization
492 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::RunHeaderEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
493 }
494
495 namespace ROOT {
496 void pamelacLcLRunTrailerEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
497 static TClass *pamelacLcLRunTrailerEvent_IsA(const void*);
498 static void *new_pamelacLcLRunTrailerEvent(void *p = 0);
499 static void *newArray_pamelacLcLRunTrailerEvent(Long_t size);
500 static void delete_pamelacLcLRunTrailerEvent(void *p);
501 static void deleteArray_pamelacLcLRunTrailerEvent(void *p);
502 static void destruct_pamelacLcLRunTrailerEvent(void *p);
503
504 // Function generating the singleton type initializer
505 TGenericClassInfo *GenerateInitInstance(const pamela::RunTrailerEvent*)
506 {
507 pamela::RunTrailerEvent *ptr = 0;
508 static ROOT::TGenericClassInfo
509 instance("pamela::RunTrailerEvent", pamela::RunTrailerEvent::Class_Version(), "RunTrailerEvent.h", 10,
510 typeid(pamela::RunTrailerEvent), DefineBehavior(ptr, ptr),
511 &::pamela::RunTrailerEvent::Dictionary, &pamelacLcLRunTrailerEvent_IsA, 4,
512 sizeof(pamela::RunTrailerEvent) );
513 instance.SetNew(&new_pamelacLcLRunTrailerEvent);
514 instance.SetNewArray(&newArray_pamelacLcLRunTrailerEvent);
515 instance.SetDelete(&delete_pamelacLcLRunTrailerEvent);
516 instance.SetDeleteArray(&deleteArray_pamelacLcLRunTrailerEvent);
517 instance.SetDestructor(&destruct_pamelacLcLRunTrailerEvent);
518 return &instance;
519 }
520 // Static variable to force the class initialization
521 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::RunTrailerEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
522 }
523
524 namespace ROOT {
525 void pamelacLcLForcedPktEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
526 static TClass *pamelacLcLForcedPktEvent_IsA(const void*);
527 static void *new_pamelacLcLForcedPktEvent(void *p = 0);
528 static void *newArray_pamelacLcLForcedPktEvent(Long_t size);
529 static void delete_pamelacLcLForcedPktEvent(void *p);
530 static void deleteArray_pamelacLcLForcedPktEvent(void *p);
531 static void destruct_pamelacLcLForcedPktEvent(void *p);
532
533 // Function generating the singleton type initializer
534 TGenericClassInfo *GenerateInitInstance(const pamela::ForcedPktEvent*)
535 {
536 pamela::ForcedPktEvent *ptr = 0;
537 static ROOT::TGenericClassInfo
538 instance("pamela::ForcedPktEvent", pamela::ForcedPktEvent::Class_Version(), "ForcedPktEvent.h", 10,
539 typeid(pamela::ForcedPktEvent), DefineBehavior(ptr, ptr),
540 &::pamela::ForcedPktEvent::Dictionary, &pamelacLcLForcedPktEvent_IsA, 4,
541 sizeof(pamela::ForcedPktEvent) );
542 instance.SetNew(&new_pamelacLcLForcedPktEvent);
543 instance.SetNewArray(&newArray_pamelacLcLForcedPktEvent);
544 instance.SetDelete(&delete_pamelacLcLForcedPktEvent);
545 instance.SetDeleteArray(&deleteArray_pamelacLcLForcedPktEvent);
546 instance.SetDestructor(&destruct_pamelacLcLForcedPktEvent);
547 return &instance;
548 }
549 // Static variable to force the class initialization
550 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::ForcedPktEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
551 }
552
553 namespace ROOT {
554 void pamelacLcLPamelaRun_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
555 static TClass *pamelacLcLPamelaRun_IsA(const void*);
556 static void delete_pamelacLcLPamelaRun(void *p);
557 static void deleteArray_pamelacLcLPamelaRun(void *p);
558 static void destruct_pamelacLcLPamelaRun(void *p);
559
560 // Function generating the singleton type initializer
561 TGenericClassInfo *GenerateInitInstance(const pamela::PamelaRun*)
562 {
563 pamela::PamelaRun *ptr = 0;
564 static ROOT::TGenericClassInfo
565 instance("pamela::PamelaRun", pamela::PamelaRun::Class_Version(), "../event/PamelaRun.h", 54,
566 typeid(pamela::PamelaRun), DefineBehavior(ptr, ptr),
567 &::pamela::PamelaRun::Dictionary, &pamelacLcLPamelaRun_IsA, 4,
568 sizeof(pamela::PamelaRun) );
569 instance.SetDelete(&delete_pamelacLcLPamelaRun);
570 instance.SetDeleteArray(&deleteArray_pamelacLcLPamelaRun);
571 instance.SetDestructor(&destruct_pamelacLcLPamelaRun);
572 return &instance;
573 }
574 // Static variable to force the class initialization
575 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::PamelaRun*)0x0); R__UseDummy(_R__UNIQUE_(Init));
576 }
577
578 namespace ROOT {
579 void pamelacLcLRunInfo_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
580 static TClass *pamelacLcLRunInfo_IsA(const void*);
581 static void *new_pamelacLcLRunInfo(void *p = 0);
582 static void *newArray_pamelacLcLRunInfo(Long_t size);
583 static void delete_pamelacLcLRunInfo(void *p);
584 static void deleteArray_pamelacLcLRunInfo(void *p);
585 static void destruct_pamelacLcLRunInfo(void *p);
586
587 // Function generating the singleton type initializer
588 TGenericClassInfo *GenerateInitInstance(const pamela::RunInfo*)
589 {
590 pamela::RunInfo *ptr = 0;
591 static ROOT::TGenericClassInfo
592 instance("pamela::RunInfo", pamela::RunInfo::Class_Version(), "../event/RunInfo.h", 22,
593 typeid(pamela::RunInfo), DefineBehavior(ptr, ptr),
594 &::pamela::RunInfo::Dictionary, &pamelacLcLRunInfo_IsA, 4,
595 sizeof(pamela::RunInfo) );
596 instance.SetNew(&new_pamelacLcLRunInfo);
597 instance.SetNewArray(&newArray_pamelacLcLRunInfo);
598 instance.SetDelete(&delete_pamelacLcLRunInfo);
599 instance.SetDeleteArray(&deleteArray_pamelacLcLRunInfo);
600 instance.SetDestructor(&destruct_pamelacLcLRunInfo);
601 return &instance;
602 }
603 // Static variable to force the class initialization
604 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::RunInfo*)0x0); R__UseDummy(_R__UNIQUE_(Init));
605 }
606
607 namespace ROOT {
608 void pamelacLcLAlgorithm_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
609 static TClass *pamelacLcLAlgorithm_IsA(const void*);
610 static void delete_pamelacLcLAlgorithm(void *p);
611 static void deleteArray_pamelacLcLAlgorithm(void *p);
612 static void destruct_pamelacLcLAlgorithm(void *p);
613
614 // Function generating the singleton type initializer
615 TGenericClassInfo *GenerateInitInstance(const pamela::Algorithm*)
616 {
617 pamela::Algorithm *ptr = 0;
618 static ROOT::TGenericClassInfo
619 instance("pamela::Algorithm", pamela::Algorithm::Class_Version(), "Algorithm.h", 27,
620 typeid(pamela::Algorithm), DefineBehavior(ptr, ptr),
621 &::pamela::Algorithm::Dictionary, &pamelacLcLAlgorithm_IsA, 4,
622 sizeof(pamela::Algorithm) );
623 instance.SetDelete(&delete_pamelacLcLAlgorithm);
624 instance.SetDeleteArray(&deleteArray_pamelacLcLAlgorithm);
625 instance.SetDestructor(&destruct_pamelacLcLAlgorithm);
626 return &instance;
627 }
628 // Static variable to force the class initialization
629 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::Algorithm*)0x0); R__UseDummy(_R__UNIQUE_(Init));
630 }
631
632 namespace ROOT {
633 void pamelacLcLNullAlgorithm_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
634 static TClass *pamelacLcLNullAlgorithm_IsA(const void*);
635 static void delete_pamelacLcLNullAlgorithm(void *p);
636 static void deleteArray_pamelacLcLNullAlgorithm(void *p);
637 static void destruct_pamelacLcLNullAlgorithm(void *p);
638
639 // Function generating the singleton type initializer
640 TGenericClassInfo *GenerateInitInstance(const pamela::NullAlgorithm*)
641 {
642 pamela::NullAlgorithm *ptr = 0;
643 static ROOT::TGenericClassInfo
644 instance("pamela::NullAlgorithm", pamela::NullAlgorithm::Class_Version(), "Algorithm.h", 70,
645 typeid(pamela::NullAlgorithm), DefineBehavior(ptr, ptr),
646 &::pamela::NullAlgorithm::Dictionary, &pamelacLcLNullAlgorithm_IsA, 4,
647 sizeof(pamela::NullAlgorithm) );
648 instance.SetDelete(&delete_pamelacLcLNullAlgorithm);
649 instance.SetDeleteArray(&deleteArray_pamelacLcLNullAlgorithm);
650 instance.SetDestructor(&destruct_pamelacLcLNullAlgorithm);
651 return &instance;
652 }
653 // Static variable to force the class initialization
654 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::NullAlgorithm*)0x0); R__UseDummy(_R__UNIQUE_(Init));
655 }
656
657 namespace ROOT {
658 void pamelacLcLAlgorithmInfo_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
659 static TClass *pamelacLcLAlgorithmInfo_IsA(const void*);
660 static void *new_pamelacLcLAlgorithmInfo(void *p = 0);
661 static void *newArray_pamelacLcLAlgorithmInfo(Long_t size);
662 static void delete_pamelacLcLAlgorithmInfo(void *p);
663 static void deleteArray_pamelacLcLAlgorithmInfo(void *p);
664 static void destruct_pamelacLcLAlgorithmInfo(void *p);
665
666 // Function generating the singleton type initializer
667 TGenericClassInfo *GenerateInitInstance(const pamela::AlgorithmInfo*)
668 {
669 pamela::AlgorithmInfo *ptr = 0;
670 static ROOT::TGenericClassInfo
671 instance("pamela::AlgorithmInfo", pamela::AlgorithmInfo::Class_Version(), "AlgorithmInfo.h", 24,
672 typeid(pamela::AlgorithmInfo), DefineBehavior(ptr, ptr),
673 &::pamela::AlgorithmInfo::Dictionary, &pamelacLcLAlgorithmInfo_IsA, 4,
674 sizeof(pamela::AlgorithmInfo) );
675 instance.SetNew(&new_pamelacLcLAlgorithmInfo);
676 instance.SetNewArray(&newArray_pamelacLcLAlgorithmInfo);
677 instance.SetDelete(&delete_pamelacLcLAlgorithmInfo);
678 instance.SetDeleteArray(&deleteArray_pamelacLcLAlgorithmInfo);
679 instance.SetDestructor(&destruct_pamelacLcLAlgorithmInfo);
680 return &instance;
681 }
682 // Static variable to force the class initialization
683 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::AlgorithmInfo*)0x0); R__UseDummy(_R__UNIQUE_(Init));
684 }
685
686 //______________________________________________________________________________
687 TClass *pamela::PacketType::fgIsA = 0; // static to hold class pointer
688
689 //______________________________________________________________________________
690 const char *pamela::PacketType::Class_Name()
691 {
692 return "pamela::PacketType";
693 }
694
695 //______________________________________________________________________________
696 const char *pamela::PacketType::ImplFileName()
697 {
698 return ROOT::GenerateInitInstance((const pamela::PacketType*)0x0)->GetImplFileName();
699 }
700
701 //______________________________________________________________________________
702 int pamela::PacketType::ImplFileLine()
703 {
704 return ROOT::GenerateInitInstance((const pamela::PacketType*)0x0)->GetImplFileLine();
705 }
706
707 //______________________________________________________________________________
708 void pamela::PacketType::Dictionary()
709 {
710 fgIsA = ROOT::GenerateInitInstance((const pamela::PacketType*)0x0)->GetClass();
711 }
712
713 //______________________________________________________________________________
714 TClass *pamela::PacketType::Class()
715 {
716 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::PacketType*)0x0)->GetClass();
717 return fgIsA;
718 }
719
720 //______________________________________________________________________________
721 TClass *pamela::SubPacket::fgIsA = 0; // static to hold class pointer
722
723 //______________________________________________________________________________
724 const char *pamela::SubPacket::Class_Name()
725 {
726 return "pamela::SubPacket";
727 }
728
729 //______________________________________________________________________________
730 const char *pamela::SubPacket::ImplFileName()
731 {
732 return ROOT::GenerateInitInstance((const pamela::SubPacket*)0x0)->GetImplFileName();
733 }
734
735 //______________________________________________________________________________
736 int pamela::SubPacket::ImplFileLine()
737 {
738 return ROOT::GenerateInitInstance((const pamela::SubPacket*)0x0)->GetImplFileLine();
739 }
740
741 //______________________________________________________________________________
742 void pamela::SubPacket::Dictionary()
743 {
744 fgIsA = ROOT::GenerateInitInstance((const pamela::SubPacket*)0x0)->GetClass();
745 }
746
747 //______________________________________________________________________________
748 TClass *pamela::SubPacket::Class()
749 {
750 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::SubPacket*)0x0)->GetClass();
751 return fgIsA;
752 }
753
754 //______________________________________________________________________________
755 TClass *pamela::PscuHeader::fgIsA = 0; // static to hold class pointer
756
757 //______________________________________________________________________________
758 const char *pamela::PscuHeader::Class_Name()
759 {
760 return "pamela::PscuHeader";
761 }
762
763 //______________________________________________________________________________
764 const char *pamela::PscuHeader::ImplFileName()
765 {
766 return ROOT::GenerateInitInstance((const pamela::PscuHeader*)0x0)->GetImplFileName();
767 }
768
769 //______________________________________________________________________________
770 int pamela::PscuHeader::ImplFileLine()
771 {
772 return ROOT::GenerateInitInstance((const pamela::PscuHeader*)0x0)->GetImplFileLine();
773 }
774
775 //______________________________________________________________________________
776 void pamela::PscuHeader::Dictionary()
777 {
778 fgIsA = ROOT::GenerateInitInstance((const pamela::PscuHeader*)0x0)->GetClass();
779 }
780
781 //______________________________________________________________________________
782 TClass *pamela::PscuHeader::Class()
783 {
784 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::PscuHeader*)0x0)->GetClass();
785 return fgIsA;
786 }
787
788 //______________________________________________________________________________
789 TClass *pamela::EventCounter::fgIsA = 0; // static to hold class pointer
790
791 //______________________________________________________________________________
792 const char *pamela::EventCounter::Class_Name()
793 {
794 return "pamela::EventCounter";
795 }
796
797 //______________________________________________________________________________
798 const char *pamela::EventCounter::ImplFileName()
799 {
800 return ROOT::GenerateInitInstance((const pamela::EventCounter*)0x0)->GetImplFileName();
801 }
802
803 //______________________________________________________________________________
804 int pamela::EventCounter::ImplFileLine()
805 {
806 return ROOT::GenerateInitInstance((const pamela::EventCounter*)0x0)->GetImplFileLine();
807 }
808
809 //______________________________________________________________________________
810 void pamela::EventCounter::Dictionary()
811 {
812 fgIsA = ROOT::GenerateInitInstance((const pamela::EventCounter*)0x0)->GetClass();
813 }
814
815 //______________________________________________________________________________
816 TClass *pamela::EventCounter::Class()
817 {
818 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::EventCounter*)0x0)->GetClass();
819 return fgIsA;
820 }
821
822 //______________________________________________________________________________
823 TClass *pamela::EventHeader::fgIsA = 0; // static to hold class pointer
824
825 //______________________________________________________________________________
826 const char *pamela::EventHeader::Class_Name()
827 {
828 return "pamela::EventHeader";
829 }
830
831 //______________________________________________________________________________
832 const char *pamela::EventHeader::ImplFileName()
833 {
834 return ROOT::GenerateInitInstance((const pamela::EventHeader*)0x0)->GetImplFileName();
835 }
836
837 //______________________________________________________________________________
838 int pamela::EventHeader::ImplFileLine()
839 {
840 return ROOT::GenerateInitInstance((const pamela::EventHeader*)0x0)->GetImplFileLine();
841 }
842
843 //______________________________________________________________________________
844 void pamela::EventHeader::Dictionary()
845 {
846 fgIsA = ROOT::GenerateInitInstance((const pamela::EventHeader*)0x0)->GetClass();
847 }
848
849 //______________________________________________________________________________
850 TClass *pamela::EventHeader::Class()
851 {
852 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::EventHeader*)0x0)->GetClass();
853 return fgIsA;
854 }
855
856 //______________________________________________________________________________
857 TClass *pamela::PscuEvent::fgIsA = 0; // static to hold class pointer
858
859 //______________________________________________________________________________
860 const char *pamela::PscuEvent::Class_Name()
861 {
862 return "pamela::PscuEvent";
863 }
864
865 //______________________________________________________________________________
866 const char *pamela::PscuEvent::ImplFileName()
867 {
868 return ROOT::GenerateInitInstance((const pamela::PscuEvent*)0x0)->GetImplFileName();
869 }
870
871 //______________________________________________________________________________
872 int pamela::PscuEvent::ImplFileLine()
873 {
874 return ROOT::GenerateInitInstance((const pamela::PscuEvent*)0x0)->GetImplFileLine();
875 }
876
877 //______________________________________________________________________________
878 void pamela::PscuEvent::Dictionary()
879 {
880 fgIsA = ROOT::GenerateInitInstance((const pamela::PscuEvent*)0x0)->GetClass();
881 }
882
883 //______________________________________________________________________________
884 TClass *pamela::PscuEvent::Class()
885 {
886 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::PscuEvent*)0x0)->GetClass();
887 return fgIsA;
888 }
889
890 //______________________________________________________________________________
891 TClass *pamela::ArrDumpEvent::fgIsA = 0; // static to hold class pointer
892
893 //______________________________________________________________________________
894 const char *pamela::ArrDumpEvent::Class_Name()
895 {
896 return "pamela::ArrDumpEvent";
897 }
898
899 //______________________________________________________________________________
900 const char *pamela::ArrDumpEvent::ImplFileName()
901 {
902 return ROOT::GenerateInitInstance((const pamela::ArrDumpEvent*)0x0)->GetImplFileName();
903 }
904
905 //______________________________________________________________________________
906 int pamela::ArrDumpEvent::ImplFileLine()
907 {
908 return ROOT::GenerateInitInstance((const pamela::ArrDumpEvent*)0x0)->GetImplFileLine();
909 }
910
911 //______________________________________________________________________________
912 void pamela::ArrDumpEvent::Dictionary()
913 {
914 fgIsA = ROOT::GenerateInitInstance((const pamela::ArrDumpEvent*)0x0)->GetClass();
915 }
916
917 //______________________________________________________________________________
918 TClass *pamela::ArrDumpEvent::Class()
919 {
920 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::ArrDumpEvent*)0x0)->GetClass();
921 return fgIsA;
922 }
923
924 //______________________________________________________________________________
925 TClass *pamela::VarDumpEvent::fgIsA = 0; // static to hold class pointer
926
927 //______________________________________________________________________________
928 const char *pamela::VarDumpEvent::Class_Name()
929 {
930 return "pamela::VarDumpEvent";
931 }
932
933 //______________________________________________________________________________
934 const char *pamela::VarDumpEvent::ImplFileName()
935 {
936 return ROOT::GenerateInitInstance((const pamela::VarDumpEvent*)0x0)->GetImplFileName();
937 }
938
939 //______________________________________________________________________________
940 int pamela::VarDumpEvent::ImplFileLine()
941 {
942 return ROOT::GenerateInitInstance((const pamela::VarDumpEvent*)0x0)->GetImplFileLine();
943 }
944
945 //______________________________________________________________________________
946 void pamela::VarDumpEvent::Dictionary()
947 {
948 fgIsA = ROOT::GenerateInitInstance((const pamela::VarDumpEvent*)0x0)->GetClass();
949 }
950
951 //______________________________________________________________________________
952 TClass *pamela::VarDumpEvent::Class()
953 {
954 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::VarDumpEvent*)0x0)->GetClass();
955 return fgIsA;
956 }
957
958 //______________________________________________________________________________
959 TClass *pamela::TabDumpEvent::fgIsA = 0; // static to hold class pointer
960
961 //______________________________________________________________________________
962 const char *pamela::TabDumpEvent::Class_Name()
963 {
964 return "pamela::TabDumpEvent";
965 }
966
967 //______________________________________________________________________________
968 const char *pamela::TabDumpEvent::ImplFileName()
969 {
970 return ROOT::GenerateInitInstance((const pamela::TabDumpEvent*)0x0)->GetImplFileName();
971 }
972
973 //______________________________________________________________________________
974 int pamela::TabDumpEvent::ImplFileLine()
975 {
976 return ROOT::GenerateInitInstance((const pamela::TabDumpEvent*)0x0)->GetImplFileLine();
977 }
978
979 //______________________________________________________________________________
980 void pamela::TabDumpEvent::Dictionary()
981 {
982 fgIsA = ROOT::GenerateInitInstance((const pamela::TabDumpEvent*)0x0)->GetClass();
983 }
984
985 //______________________________________________________________________________
986 TClass *pamela::TabDumpEvent::Class()
987 {
988 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::TabDumpEvent*)0x0)->GetClass();
989 return fgIsA;
990 }
991
992 //______________________________________________________________________________
993 TClass *pamela::CalibCalEvent::fgIsA = 0; // static to hold class pointer
994
995 //______________________________________________________________________________
996 const char *pamela::CalibCalEvent::Class_Name()
997 {
998 return "pamela::CalibCalEvent";
999 }
1000
1001 //______________________________________________________________________________
1002 const char *pamela::CalibCalEvent::ImplFileName()
1003 {
1004 return ROOT::GenerateInitInstance((const pamela::CalibCalEvent*)0x0)->GetImplFileName();
1005 }
1006
1007 //______________________________________________________________________________
1008 int pamela::CalibCalEvent::ImplFileLine()
1009 {
1010 return ROOT::GenerateInitInstance((const pamela::CalibCalEvent*)0x0)->GetImplFileLine();
1011 }
1012
1013 //______________________________________________________________________________
1014 void pamela::CalibCalEvent::Dictionary()
1015 {
1016 fgIsA = ROOT::GenerateInitInstance((const pamela::CalibCalEvent*)0x0)->GetClass();
1017 }
1018
1019 //______________________________________________________________________________
1020 TClass *pamela::CalibCalEvent::Class()
1021 {
1022 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::CalibCalEvent*)0x0)->GetClass();
1023 return fgIsA;
1024 }
1025
1026 //______________________________________________________________________________
1027 TClass *pamela::CalibTrkEvent::fgIsA = 0; // static to hold class pointer
1028
1029 //______________________________________________________________________________
1030 const char *pamela::CalibTrkEvent::Class_Name()
1031 {
1032 return "pamela::CalibTrkEvent";
1033 }
1034
1035 //______________________________________________________________________________
1036 const char *pamela::CalibTrkEvent::ImplFileName()
1037 {
1038 return ROOT::GenerateInitInstance((const pamela::CalibTrkEvent*)0x0)->GetImplFileName();
1039 }
1040
1041 //______________________________________________________________________________
1042 int pamela::CalibTrkEvent::ImplFileLine()
1043 {
1044 return ROOT::GenerateInitInstance((const pamela::CalibTrkEvent*)0x0)->GetImplFileLine();
1045 }
1046
1047 //______________________________________________________________________________
1048 void pamela::CalibTrkEvent::Dictionary()
1049 {
1050 fgIsA = ROOT::GenerateInitInstance((const pamela::CalibTrkEvent*)0x0)->GetClass();
1051 }
1052
1053 //______________________________________________________________________________
1054 TClass *pamela::CalibTrkEvent::Class()
1055 {
1056 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::CalibTrkEvent*)0x0)->GetClass();
1057 return fgIsA;
1058 }
1059
1060 //______________________________________________________________________________
1061 TClass *pamela::CalibTrgEvent::fgIsA = 0; // static to hold class pointer
1062
1063 //______________________________________________________________________________
1064 const char *pamela::CalibTrgEvent::Class_Name()
1065 {
1066 return "pamela::CalibTrgEvent";
1067 }
1068
1069 //______________________________________________________________________________
1070 const char *pamela::CalibTrgEvent::ImplFileName()
1071 {
1072 return ROOT::GenerateInitInstance((const pamela::CalibTrgEvent*)0x0)->GetImplFileName();
1073 }
1074
1075 //______________________________________________________________________________
1076 int pamela::CalibTrgEvent::ImplFileLine()
1077 {
1078 return ROOT::GenerateInitInstance((const pamela::CalibTrgEvent*)0x0)->GetImplFileLine();
1079 }
1080
1081 //______________________________________________________________________________
1082 void pamela::CalibTrgEvent::Dictionary()
1083 {
1084 fgIsA = ROOT::GenerateInitInstance((const pamela::CalibTrgEvent*)0x0)->GetClass();
1085 }
1086
1087 //______________________________________________________________________________
1088 TClass *pamela::CalibTrgEvent::Class()
1089 {
1090 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::CalibTrgEvent*)0x0)->GetClass();
1091 return fgIsA;
1092 }
1093
1094 //______________________________________________________________________________
1095 TClass *pamela::CalibTrdEvent::fgIsA = 0; // static to hold class pointer
1096
1097 //______________________________________________________________________________
1098 const char *pamela::CalibTrdEvent::Class_Name()
1099 {
1100 return "pamela::CalibTrdEvent";
1101 }
1102
1103 //______________________________________________________________________________
1104 const char *pamela::CalibTrdEvent::ImplFileName()
1105 {
1106 return ROOT::GenerateInitInstance((const pamela::CalibTrdEvent*)0x0)->GetImplFileName();
1107 }
1108
1109 //______________________________________________________________________________
1110 int pamela::CalibTrdEvent::ImplFileLine()
1111 {
1112 return ROOT::GenerateInitInstance((const pamela::CalibTrdEvent*)0x0)->GetImplFileLine();
1113 }
1114
1115 //______________________________________________________________________________
1116 void pamela::CalibTrdEvent::Dictionary()
1117 {
1118 fgIsA = ROOT::GenerateInitInstance((const pamela::CalibTrdEvent*)0x0)->GetClass();
1119 }
1120
1121 //______________________________________________________________________________
1122 TClass *pamela::CalibTrdEvent::Class()
1123 {
1124 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::CalibTrdEvent*)0x0)->GetClass();
1125 return fgIsA;
1126 }
1127
1128 //______________________________________________________________________________
1129 TClass *pamela::CalibTofEvent::fgIsA = 0; // static to hold class pointer
1130
1131 //______________________________________________________________________________
1132 const char *pamela::CalibTofEvent::Class_Name()
1133 {
1134 return "pamela::CalibTofEvent";
1135 }
1136
1137 //______________________________________________________________________________
1138 const char *pamela::CalibTofEvent::ImplFileName()
1139 {
1140 return ROOT::GenerateInitInstance((const pamela::CalibTofEvent*)0x0)->GetImplFileName();
1141 }
1142
1143 //______________________________________________________________________________
1144 int pamela::CalibTofEvent::ImplFileLine()
1145 {
1146 return ROOT::GenerateInitInstance((const pamela::CalibTofEvent*)0x0)->GetImplFileLine();
1147 }
1148
1149 //______________________________________________________________________________
1150 void pamela::CalibTofEvent::Dictionary()
1151 {
1152 fgIsA = ROOT::GenerateInitInstance((const pamela::CalibTofEvent*)0x0)->GetClass();
1153 }
1154
1155 //______________________________________________________________________________
1156 TClass *pamela::CalibTofEvent::Class()
1157 {
1158 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::CalibTofEvent*)0x0)->GetClass();
1159 return fgIsA;
1160 }
1161
1162 //______________________________________________________________________________
1163 TClass *pamela::CalibS4Event::fgIsA = 0; // static to hold class pointer
1164
1165 //______________________________________________________________________________
1166 const char *pamela::CalibS4Event::Class_Name()
1167 {
1168 return "pamela::CalibS4Event";
1169 }
1170
1171 //______________________________________________________________________________
1172 const char *pamela::CalibS4Event::ImplFileName()
1173 {
1174 return ROOT::GenerateInitInstance((const pamela::CalibS4Event*)0x0)->GetImplFileName();
1175 }
1176
1177 //______________________________________________________________________________
1178 int pamela::CalibS4Event::ImplFileLine()
1179 {
1180 return ROOT::GenerateInitInstance((const pamela::CalibS4Event*)0x0)->GetImplFileLine();
1181 }
1182
1183 //______________________________________________________________________________
1184 void pamela::CalibS4Event::Dictionary()
1185 {
1186 fgIsA = ROOT::GenerateInitInstance((const pamela::CalibS4Event*)0x0)->GetClass();
1187 }
1188
1189 //______________________________________________________________________________
1190 TClass *pamela::CalibS4Event::Class()
1191 {
1192 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::CalibS4Event*)0x0)->GetClass();
1193 return fgIsA;
1194 }
1195
1196 //______________________________________________________________________________
1197 TClass *pamela::RunHeaderEvent::fgIsA = 0; // static to hold class pointer
1198
1199 //______________________________________________________________________________
1200 const char *pamela::RunHeaderEvent::Class_Name()
1201 {
1202 return "pamela::RunHeaderEvent";
1203 }
1204
1205 //______________________________________________________________________________
1206 const char *pamela::RunHeaderEvent::ImplFileName()
1207 {
1208 return ROOT::GenerateInitInstance((const pamela::RunHeaderEvent*)0x0)->GetImplFileName();
1209 }
1210
1211 //______________________________________________________________________________
1212 int pamela::RunHeaderEvent::ImplFileLine()
1213 {
1214 return ROOT::GenerateInitInstance((const pamela::RunHeaderEvent*)0x0)->GetImplFileLine();
1215 }
1216
1217 //______________________________________________________________________________
1218 void pamela::RunHeaderEvent::Dictionary()
1219 {
1220 fgIsA = ROOT::GenerateInitInstance((const pamela::RunHeaderEvent*)0x0)->GetClass();
1221 }
1222
1223 //______________________________________________________________________________
1224 TClass *pamela::RunHeaderEvent::Class()
1225 {
1226 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::RunHeaderEvent*)0x0)->GetClass();
1227 return fgIsA;
1228 }
1229
1230 //______________________________________________________________________________
1231 TClass *pamela::RunTrailerEvent::fgIsA = 0; // static to hold class pointer
1232
1233 //______________________________________________________________________________
1234 const char *pamela::RunTrailerEvent::Class_Name()
1235 {
1236 return "pamela::RunTrailerEvent";
1237 }
1238
1239 //______________________________________________________________________________
1240 const char *pamela::RunTrailerEvent::ImplFileName()
1241 {
1242 return ROOT::GenerateInitInstance((const pamela::RunTrailerEvent*)0x0)->GetImplFileName();
1243 }
1244
1245 //______________________________________________________________________________
1246 int pamela::RunTrailerEvent::ImplFileLine()
1247 {
1248 return ROOT::GenerateInitInstance((const pamela::RunTrailerEvent*)0x0)->GetImplFileLine();
1249 }
1250
1251 //______________________________________________________________________________
1252 void pamela::RunTrailerEvent::Dictionary()
1253 {
1254 fgIsA = ROOT::GenerateInitInstance((const pamela::RunTrailerEvent*)0x0)->GetClass();
1255 }
1256
1257 //______________________________________________________________________________
1258 TClass *pamela::RunTrailerEvent::Class()
1259 {
1260 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::RunTrailerEvent*)0x0)->GetClass();
1261 return fgIsA;
1262 }
1263
1264 //______________________________________________________________________________
1265 TClass *pamela::ForcedPktEvent::fgIsA = 0; // static to hold class pointer
1266
1267 //______________________________________________________________________________
1268 const char *pamela::ForcedPktEvent::Class_Name()
1269 {
1270 return "pamela::ForcedPktEvent";
1271 }
1272
1273 //______________________________________________________________________________
1274 const char *pamela::ForcedPktEvent::ImplFileName()
1275 {
1276 return ROOT::GenerateInitInstance((const pamela::ForcedPktEvent*)0x0)->GetImplFileName();
1277 }
1278
1279 //______________________________________________________________________________
1280 int pamela::ForcedPktEvent::ImplFileLine()
1281 {
1282 return ROOT::GenerateInitInstance((const pamela::ForcedPktEvent*)0x0)->GetImplFileLine();
1283 }
1284
1285 //______________________________________________________________________________
1286 void pamela::ForcedPktEvent::Dictionary()
1287 {
1288 fgIsA = ROOT::GenerateInitInstance((const pamela::ForcedPktEvent*)0x0)->GetClass();
1289 }
1290
1291 //______________________________________________________________________________
1292 TClass *pamela::ForcedPktEvent::Class()
1293 {
1294 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::ForcedPktEvent*)0x0)->GetClass();
1295 return fgIsA;
1296 }
1297
1298 //______________________________________________________________________________
1299 TClass *pamela::PamelaRun::fgIsA = 0; // static to hold class pointer
1300
1301 //______________________________________________________________________________
1302 const char *pamela::PamelaRun::Class_Name()
1303 {
1304 return "pamela::PamelaRun";
1305 }
1306
1307 //______________________________________________________________________________
1308 const char *pamela::PamelaRun::ImplFileName()
1309 {
1310 return ROOT::GenerateInitInstance((const pamela::PamelaRun*)0x0)->GetImplFileName();
1311 }
1312
1313 //______________________________________________________________________________
1314 int pamela::PamelaRun::ImplFileLine()
1315 {
1316 return ROOT::GenerateInitInstance((const pamela::PamelaRun*)0x0)->GetImplFileLine();
1317 }
1318
1319 //______________________________________________________________________________
1320 void pamela::PamelaRun::Dictionary()
1321 {
1322 fgIsA = ROOT::GenerateInitInstance((const pamela::PamelaRun*)0x0)->GetClass();
1323 }
1324
1325 //______________________________________________________________________________
1326 TClass *pamela::PamelaRun::Class()
1327 {
1328 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::PamelaRun*)0x0)->GetClass();
1329 return fgIsA;
1330 }
1331
1332 //______________________________________________________________________________
1333 TClass *pamela::RunInfo::fgIsA = 0; // static to hold class pointer
1334
1335 //______________________________________________________________________________
1336 const char *pamela::RunInfo::Class_Name()
1337 {
1338 return "pamela::RunInfo";
1339 }
1340
1341 //______________________________________________________________________________
1342 const char *pamela::RunInfo::ImplFileName()
1343 {
1344 return ROOT::GenerateInitInstance((const pamela::RunInfo*)0x0)->GetImplFileName();
1345 }
1346
1347 //______________________________________________________________________________
1348 int pamela::RunInfo::ImplFileLine()
1349 {
1350 return ROOT::GenerateInitInstance((const pamela::RunInfo*)0x0)->GetImplFileLine();
1351 }
1352
1353 //______________________________________________________________________________
1354 void pamela::RunInfo::Dictionary()
1355 {
1356 fgIsA = ROOT::GenerateInitInstance((const pamela::RunInfo*)0x0)->GetClass();
1357 }
1358
1359 //______________________________________________________________________________
1360 TClass *pamela::RunInfo::Class()
1361 {
1362 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::RunInfo*)0x0)->GetClass();
1363 return fgIsA;
1364 }
1365
1366 //______________________________________________________________________________
1367 TClass *pamela::Algorithm::fgIsA = 0; // static to hold class pointer
1368
1369 //______________________________________________________________________________
1370 const char *pamela::Algorithm::Class_Name()
1371 {
1372 return "pamela::Algorithm";
1373 }
1374
1375 //______________________________________________________________________________
1376 const char *pamela::Algorithm::ImplFileName()
1377 {
1378 return ROOT::GenerateInitInstance((const pamela::Algorithm*)0x0)->GetImplFileName();
1379 }
1380
1381 //______________________________________________________________________________
1382 int pamela::Algorithm::ImplFileLine()
1383 {
1384 return ROOT::GenerateInitInstance((const pamela::Algorithm*)0x0)->GetImplFileLine();
1385 }
1386
1387 //______________________________________________________________________________
1388 void pamela::Algorithm::Dictionary()
1389 {
1390 fgIsA = ROOT::GenerateInitInstance((const pamela::Algorithm*)0x0)->GetClass();
1391 }
1392
1393 //______________________________________________________________________________
1394 TClass *pamela::Algorithm::Class()
1395 {
1396 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::Algorithm*)0x0)->GetClass();
1397 return fgIsA;
1398 }
1399
1400 //______________________________________________________________________________
1401 TClass *pamela::NullAlgorithm::fgIsA = 0; // static to hold class pointer
1402
1403 //______________________________________________________________________________
1404 const char *pamela::NullAlgorithm::Class_Name()
1405 {
1406 return "pamela::NullAlgorithm";
1407 }
1408
1409 //______________________________________________________________________________
1410 const char *pamela::NullAlgorithm::ImplFileName()
1411 {
1412 return ROOT::GenerateInitInstance((const pamela::NullAlgorithm*)0x0)->GetImplFileName();
1413 }
1414
1415 //______________________________________________________________________________
1416 int pamela::NullAlgorithm::ImplFileLine()
1417 {
1418 return ROOT::GenerateInitInstance((const pamela::NullAlgorithm*)0x0)->GetImplFileLine();
1419 }
1420
1421 //______________________________________________________________________________
1422 void pamela::NullAlgorithm::Dictionary()
1423 {
1424 fgIsA = ROOT::GenerateInitInstance((const pamela::NullAlgorithm*)0x0)->GetClass();
1425 }
1426
1427 //______________________________________________________________________________
1428 TClass *pamela::NullAlgorithm::Class()
1429 {
1430 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::NullAlgorithm*)0x0)->GetClass();
1431 return fgIsA;
1432 }
1433
1434 //______________________________________________________________________________
1435 TClass *pamela::AlgorithmInfo::fgIsA = 0; // static to hold class pointer
1436
1437 //______________________________________________________________________________
1438 const char *pamela::AlgorithmInfo::Class_Name()
1439 {
1440 return "pamela::AlgorithmInfo";
1441 }
1442
1443 //______________________________________________________________________________
1444 const char *pamela::AlgorithmInfo::ImplFileName()
1445 {
1446 return ROOT::GenerateInitInstance((const pamela::AlgorithmInfo*)0x0)->GetImplFileName();
1447 }
1448
1449 //______________________________________________________________________________
1450 int pamela::AlgorithmInfo::ImplFileLine()
1451 {
1452 return ROOT::GenerateInitInstance((const pamela::AlgorithmInfo*)0x0)->GetImplFileLine();
1453 }
1454
1455 //______________________________________________________________________________
1456 void pamela::AlgorithmInfo::Dictionary()
1457 {
1458 fgIsA = ROOT::GenerateInitInstance((const pamela::AlgorithmInfo*)0x0)->GetClass();
1459 }
1460
1461 //______________________________________________________________________________
1462 TClass *pamela::AlgorithmInfo::Class()
1463 {
1464 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::AlgorithmInfo*)0x0)->GetClass();
1465 return fgIsA;
1466 }
1467
1468 //______________________________________________________________________________
1469 void pamela::PacketType::Streamer(TBuffer &R__b)
1470 {
1471 // Stream an object of class pamela::PacketType.
1472
1473 if (R__b.IsReading()) {
1474 pamela::PacketType::Class()->ReadBuffer(R__b, this);
1475 } else {
1476 pamela::PacketType::Class()->WriteBuffer(R__b, this);
1477 }
1478 }
1479
1480 //______________________________________________________________________________
1481 void pamela::PacketType::ShowMembers(TMemberInspector &R__insp, char *R__parent)
1482 {
1483 // Inspect the data members of an object of class pamela::PacketType.
1484
1485 TClass *R__cl = pamela::PacketType::IsA();
1486 Int_t R__ncp = strlen(R__parent);
1487 if (R__ncp || R__cl || R__insp.IsA()) { }
1488 R__insp.Inspect(R__cl, R__parent, "Magic", &Magic);
1489 R__insp.Inspect(R__cl, R__parent, "Name", &Name);
1490 }
1491
1492 namespace ROOT {
1493 // Return the actual TClass for the object argument
1494 static TClass *pamelacLcLPacketType_IsA(const void *obj) {
1495 return ((::pamela::PacketType*)obj)->IsA();
1496 }
1497 // Wrapper around operator delete
1498 static void delete_pamelacLcLPacketType(void *p) {
1499 delete ((::pamela::PacketType*)p);
1500 }
1501 static void deleteArray_pamelacLcLPacketType(void *p) {
1502 delete [] ((::pamela::PacketType*)p);
1503 }
1504 static void destruct_pamelacLcLPacketType(void *p) {
1505 typedef ::pamela::PacketType current_t;
1506 ((current_t*)p)->~current_t();
1507 }
1508 } // end of namespace ROOT for class ::pamela::PacketType
1509
1510 //______________________________________________________________________________
1511 void pamela::SubPacket::Streamer(TBuffer &R__b)
1512 {
1513 // Stream an object of class pamela::SubPacket.
1514
1515 if (R__b.IsReading()) {
1516 pamela::SubPacket::Class()->ReadBuffer(R__b, this);
1517 } else {
1518 pamela::SubPacket::Class()->WriteBuffer(R__b, this);
1519 }
1520 }
1521
1522 //______________________________________________________________________________
1523 void pamela::SubPacket::ShowMembers(TMemberInspector &R__insp, char *R__parent)
1524 {
1525 // Inspect the data members of an object of class pamela::SubPacket.
1526
1527 TClass *R__cl = pamela::SubPacket::IsA();
1528 Int_t R__ncp = strlen(R__parent);
1529 if (R__ncp || R__cl || R__insp.IsA()) { }
1530 R__insp.Inspect(R__cl, R__parent, "*Type", &Type);
1531 R__insp.Inspect(R__cl, R__parent, "*Detector", &Detector);
1532 R__insp.Inspect(R__cl, R__parent, "SubPacketName", &SubPacketName);
1533 TObject::ShowMembers(R__insp, R__parent);
1534 }
1535
1536 namespace ROOT {
1537 // Return the actual TClass for the object argument
1538 static TClass *pamelacLcLSubPacket_IsA(const void *obj) {
1539 return ((::pamela::SubPacket*)obj)->IsA();
1540 }
1541 // Wrappers around operator new
1542 static void *new_pamelacLcLSubPacket(void *p) {
1543 return p ? new(p) ::pamela::SubPacket : new ::pamela::SubPacket;
1544 }
1545 static void *newArray_pamelacLcLSubPacket(Long_t size) {
1546 return new ::pamela::SubPacket[size];
1547 }
1548 // Wrapper around operator delete
1549 static void delete_pamelacLcLSubPacket(void *p) {
1550 delete ((::pamela::SubPacket*)p);
1551 }
1552 static void deleteArray_pamelacLcLSubPacket(void *p) {
1553 delete [] ((::pamela::SubPacket*)p);
1554 }
1555 static void destruct_pamelacLcLSubPacket(void *p) {
1556 typedef ::pamela::SubPacket current_t;
1557 ((current_t*)p)->~current_t();
1558 }
1559 } // end of namespace ROOT for class ::pamela::SubPacket
1560
1561 //______________________________________________________________________________
1562 void pamela::EventHeader::Streamer(TBuffer &R__b)
1563 {
1564 // Stream an object of class pamela::EventHeader.
1565
1566 if (R__b.IsReading()) {
1567 pamela::EventHeader::Class()->ReadBuffer(R__b, this);
1568 } else {
1569 pamela::EventHeader::Class()->WriteBuffer(R__b, this);
1570 }
1571 }
1572
1573 //______________________________________________________________________________
1574 void pamela::EventHeader::ShowMembers(TMemberInspector &R__insp, char *R__parent)
1575 {
1576 // Inspect the data members of an object of class pamela::EventHeader.
1577
1578 TClass *R__cl = pamela::EventHeader::IsA();
1579 Int_t R__ncp = strlen(R__parent);
1580 if (R__ncp || R__cl || R__insp.IsA()) { }
1581 R__insp.Inspect(R__cl, R__parent, "Counter", &Counter);
1582 Counter.ShowMembers(R__insp, strcat(R__parent,"Counter.")); R__parent[R__ncp] = 0;
1583 R__insp.Inspect(R__cl, R__parent, "Pscu", &Pscu);
1584 Pscu.ShowMembers(R__insp, strcat(R__parent,"Pscu.")); R__parent[R__ncp] = 0;
1585 //This works around a msvc bug and should be harmless on other platforms
1586 typedef pamela::SubPacket baseClass1;
1587 baseClass1::ShowMembers(R__insp, R__parent);
1588 }
1589
1590 namespace ROOT {
1591 // Return the actual TClass for the object argument
1592 static TClass *pamelacLcLEventHeader_IsA(const void *obj) {
1593 return ((::pamela::EventHeader*)obj)->IsA();
1594 }
1595 // Wrappers around operator new
1596 static void *new_pamelacLcLEventHeader(void *p) {
1597 return p ? new(p) ::pamela::EventHeader : new ::pamela::EventHeader;
1598 }
1599 static void *newArray_pamelacLcLEventHeader(Long_t size) {
1600 return new ::pamela::EventHeader[size];
1601 }
1602 // Wrapper around operator delete
1603 static void delete_pamelacLcLEventHeader(void *p) {
1604 delete ((::pamela::EventHeader*)p);
1605 }
1606 static void deleteArray_pamelacLcLEventHeader(void *p) {
1607 delete [] ((::pamela::EventHeader*)p);
1608 }
1609 static void destruct_pamelacLcLEventHeader(void *p) {
1610 typedef ::pamela::EventHeader current_t;
1611 ((current_t*)p)->~current_t();
1612 }
1613 } // end of namespace ROOT for class ::pamela::EventHeader
1614
1615 //______________________________________________________________________________
1616 void pamela::PscuHeader::Streamer(TBuffer &R__b)
1617 {
1618 // Stream an object of class pamela::PscuHeader.
1619
1620 if (R__b.IsReading()) {
1621 pamela::PscuHeader::Class()->ReadBuffer(R__b, this);
1622 } else {
1623 pamela::PscuHeader::Class()->WriteBuffer(R__b, this);
1624 }
1625 }
1626
1627 //______________________________________________________________________________
1628 void pamela::PscuHeader::ShowMembers(TMemberInspector &R__insp, char *R__parent)
1629 {
1630 // Inspect the data members of an object of class pamela::PscuHeader.
1631
1632 TClass *R__cl = pamela::PscuHeader::IsA();
1633 Int_t R__ncp = strlen(R__parent);
1634 if (R__ncp || R__cl || R__insp.IsA()) { }
1635 R__insp.Inspect(R__cl, R__parent, "Header", &Header);
1636 R__insp.Inspect(R__cl, R__parent, "PacketId1", &PacketId1);
1637 R__insp.Inspect(R__cl, R__parent, "PacketId2", &PacketId2);
1638 R__insp.Inspect(R__cl, R__parent, "Counter", &Counter);
1639 R__insp.Inspect(R__cl, R__parent, "OrbitalTime", &OrbitalTime);
1640 R__insp.Inspect(R__cl, R__parent, "PacketLenght", &PacketLenght);
1641 R__insp.Inspect(R__cl, R__parent, "CRC", &CRC);
1642 //This works around a msvc bug and should be harmless on other platforms
1643 typedef pamela::SubPacket baseClass1;
1644 baseClass1::ShowMembers(R__insp, R__parent);
1645 }
1646
1647 namespace ROOT {
1648 // Return the actual TClass for the object argument
1649 static TClass *pamelacLcLPscuHeader_IsA(const void *obj) {
1650 return ((::pamela::PscuHeader*)obj)->IsA();
1651 }
1652 // Wrappers around operator new
1653 static void *new_pamelacLcLPscuHeader(void *p) {
1654 return p ? new(p) ::pamela::PscuHeader : new ::pamela::PscuHeader;
1655 }
1656 static void *newArray_pamelacLcLPscuHeader(Long_t size) {
1657 return new ::pamela::PscuHeader[size];
1658 }
1659 // Wrapper around operator delete
1660 static void delete_pamelacLcLPscuHeader(void *p) {
1661 delete ((::pamela::PscuHeader*)p);
1662 }
1663 static void deleteArray_pamelacLcLPscuHeader(void *p) {
1664 delete [] ((::pamela::PscuHeader*)p);
1665 }
1666 static void destruct_pamelacLcLPscuHeader(void *p) {
1667 typedef ::pamela::PscuHeader current_t;
1668 ((current_t*)p)->~current_t();
1669 }
1670 } // end of namespace ROOT for class ::pamela::PscuHeader
1671
1672 //______________________________________________________________________________
1673 void pamela::EventCounter::Streamer(TBuffer &R__b)
1674 {
1675 // Stream an object of class pamela::EventCounter.
1676
1677 if (R__b.IsReading()) {
1678 pamela::EventCounter::Class()->ReadBuffer(R__b, this);
1679 } else {
1680 pamela::EventCounter::Class()->WriteBuffer(R__b, this);
1681 }
1682 }
1683
1684 //______________________________________________________________________________
1685 void pamela::EventCounter::ShowMembers(TMemberInspector &R__insp, char *R__parent)
1686 {
1687 // Inspect the data members of an object of class pamela::EventCounter.
1688
1689 TClass *R__cl = pamela::EventCounter::IsA();
1690 Int_t R__ncp = strlen(R__parent);
1691 if (R__ncp || R__cl || R__insp.IsA()) { }
1692 R__insp.Inspect(R__cl, R__parent, "RunNumber", &RunNumber);
1693 R__insp.Inspect(R__cl, R__parent, "Pscu", &Pscu);
1694 R__insp.Inspect(R__cl, R__parent, "Physics", &Physics);
1695 R__insp.Inspect(R__cl, R__parent, "Forced_Pkt", &Forced_Pkt);
1696 R__insp.Inspect(R__cl, R__parent, "Calib_Trk", &Calib_Trk);
1697 R__insp.Inspect(R__cl, R__parent, "Calib_Trg", &Calib_Trg);
1698 R__insp.Inspect(R__cl, R__parent, "Calib_Cal", &Calib_Cal);
1699 R__insp.Inspect(R__cl, R__parent, "Calib_Trd", &Calib_Trd);
1700 R__insp.Inspect(R__cl, R__parent, "Calib_Tof", &Calib_Tof);
1701 R__insp.Inspect(R__cl, R__parent, "Calib_S4", &Calib_S4);
1702 R__insp.Inspect(R__cl, R__parent, "Run_Header", &Run_Header);
1703 R__insp.Inspect(R__cl, R__parent, "Run_Trailer", &Run_Trailer);
1704 R__insp.Inspect(R__cl, R__parent, "Alarm", &Alarm);
1705 R__insp.Inspect(R__cl, R__parent, "Khb", &Khb);
1706 R__insp.Inspect(R__cl, R__parent, "Log", &Log);
1707 R__insp.Inspect(R__cl, R__parent, "VarDump", &VarDump);
1708 R__insp.Inspect(R__cl, R__parent, "ArrDump", &ArrDump);
1709 R__insp.Inspect(R__cl, R__parent, "TabDump", &TabDump);
1710 R__insp.Inspect(R__cl, R__parent, "Tmtc", &Tmtc);
1711 R__insp.Inspect(R__cl, R__parent, "Mcmd", &Mcmd);
1712 R__insp.Inspect(R__cl, R__parent, "HA_Header_E5", &HA_Header_E5);
1713 R__insp.Inspect(R__cl, R__parent, "CMap", (void*)&CMap);
1714 ROOT::GenericShowMembers("pamela::EventCounter::CounterMap", (void*)&CMap, R__insp, strcat(R__parent,"CMap."),true);
1715 R__parent[R__ncp] = 0;
1716 TObject::ShowMembers(R__insp, R__parent);
1717 }
1718
1719 namespace ROOT {
1720 // Return the actual TClass for the object argument
1721 static TClass *pamelacLcLEventCounter_IsA(const void *obj) {
1722 return ((::pamela::EventCounter*)obj)->IsA();
1723 }
1724 // Wrappers around operator new
1725 static void *new_pamelacLcLEventCounter(void *p) {
1726 return p ? new(p) ::pamela::EventCounter : new ::pamela::EventCounter;
1727 }
1728 static void *newArray_pamelacLcLEventCounter(Long_t size) {
1729 return new ::pamela::EventCounter[size];
1730 }
1731 // Wrapper around operator delete
1732 static void delete_pamelacLcLEventCounter(void *p) {
1733 delete ((::pamela::EventCounter*)p);
1734 }
1735 static void deleteArray_pamelacLcLEventCounter(void *p) {
1736 delete [] ((::pamela::EventCounter*)p);
1737 }
1738 static void destruct_pamelacLcLEventCounter(void *p) {
1739 typedef ::pamela::EventCounter current_t;
1740 ((current_t*)p)->~current_t();
1741 }
1742 } // end of namespace ROOT for class ::pamela::EventCounter
1743
1744 //______________________________________________________________________________
1745 void pamela::PscuEvent::Streamer(TBuffer &R__b)
1746 {
1747 // Stream an object of class pamela::PscuEvent.
1748
1749 if (R__b.IsReading()) {
1750 pamela::PscuEvent::Class()->ReadBuffer(R__b, this);
1751 } else {
1752 pamela::PscuEvent::Class()->WriteBuffer(R__b, this);
1753 }
1754 }
1755
1756 //______________________________________________________________________________
1757 void pamela::PscuEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
1758 {
1759 // Inspect the data members of an object of class pamela::PscuEvent.
1760
1761 TClass *R__cl = pamela::PscuEvent::IsA();
1762 Int_t R__ncp = strlen(R__parent);
1763 if (R__ncp || R__cl || R__insp.IsA()) { }
1764 //This works around a msvc bug and should be harmless on other platforms
1765 typedef pamela::SubPacket baseClass1;
1766 baseClass1::ShowMembers(R__insp, R__parent);
1767 }
1768
1769 namespace ROOT {
1770 // Return the actual TClass for the object argument
1771 static TClass *pamelacLcLPscuEvent_IsA(const void *obj) {
1772 return ((::pamela::PscuEvent*)obj)->IsA();
1773 }
1774 // Wrappers around operator new
1775 static void *new_pamelacLcLPscuEvent(void *p) {
1776 return p ? new(p) ::pamela::PscuEvent : new ::pamela::PscuEvent;
1777 }
1778 static void *newArray_pamelacLcLPscuEvent(Long_t size) {
1779 return new ::pamela::PscuEvent[size];
1780 }
1781 // Wrapper around operator delete
1782 static void delete_pamelacLcLPscuEvent(void *p) {
1783 delete ((::pamela::PscuEvent*)p);
1784 }
1785 static void deleteArray_pamelacLcLPscuEvent(void *p) {
1786 delete [] ((::pamela::PscuEvent*)p);
1787 }
1788 static void destruct_pamelacLcLPscuEvent(void *p) {
1789 typedef ::pamela::PscuEvent current_t;
1790 ((current_t*)p)->~current_t();
1791 }
1792 } // end of namespace ROOT for class ::pamela::PscuEvent
1793
1794 //______________________________________________________________________________
1795 void pamela::Algorithm::Streamer(TBuffer &R__b)
1796 {
1797 // Stream an object of class pamela::Algorithm.
1798
1799 if (R__b.IsReading()) {
1800 pamela::Algorithm::Class()->ReadBuffer(R__b, this);
1801 } else {
1802 pamela::Algorithm::Class()->WriteBuffer(R__b, this);
1803 }
1804 }
1805
1806 //______________________________________________________________________________
1807 void pamela::Algorithm::ShowMembers(TMemberInspector &R__insp, char *R__parent)
1808 {
1809 // Inspect the data members of an object of class pamela::Algorithm.
1810
1811 TClass *R__cl = pamela::Algorithm::IsA();
1812 Int_t R__ncp = strlen(R__parent);
1813 if (R__ncp || R__cl || R__insp.IsA()) { }
1814 R__insp.Inspect(R__cl, R__parent, "*type", &type);
1815 R__insp.Inspect(R__cl, R__parent, "AlgorithmName", &AlgorithmName);
1816 TObject::ShowMembers(R__insp, R__parent);
1817 }
1818
1819 namespace ROOT {
1820 // Return the actual TClass for the object argument
1821 static TClass *pamelacLcLAlgorithm_IsA(const void *obj) {
1822 return ((::pamela::Algorithm*)obj)->IsA();
1823 }
1824 // Wrapper around operator delete
1825 static void delete_pamelacLcLAlgorithm(void *p) {
1826 delete ((::pamela::Algorithm*)p);
1827 }
1828 static void deleteArray_pamelacLcLAlgorithm(void *p) {
1829 delete [] ((::pamela::Algorithm*)p);
1830 }
1831 static void destruct_pamelacLcLAlgorithm(void *p) {
1832 typedef ::pamela::Algorithm current_t;
1833 ((current_t*)p)->~current_t();
1834 }
1835 } // end of namespace ROOT for class ::pamela::Algorithm
1836
1837 //______________________________________________________________________________
1838 void pamela::NullAlgorithm::Streamer(TBuffer &R__b)
1839 {
1840 // Stream an object of class pamela::NullAlgorithm.
1841
1842 if (R__b.IsReading()) {
1843 pamela::NullAlgorithm::Class()->ReadBuffer(R__b, this);
1844 } else {
1845 pamela::NullAlgorithm::Class()->WriteBuffer(R__b, this);
1846 }
1847 }
1848
1849 //______________________________________________________________________________
1850 void pamela::NullAlgorithm::ShowMembers(TMemberInspector &R__insp, char *R__parent)
1851 {
1852 // Inspect the data members of an object of class pamela::NullAlgorithm.
1853
1854 TClass *R__cl = pamela::NullAlgorithm::IsA();
1855 Int_t R__ncp = strlen(R__parent);
1856 if (R__ncp || R__cl || R__insp.IsA()) { }
1857 //This works around a msvc bug and should be harmless on other platforms
1858 typedef pamela::Algorithm baseClass1;
1859 baseClass1::ShowMembers(R__insp, R__parent);
1860 }
1861
1862 namespace ROOT {
1863 // Return the actual TClass for the object argument
1864 static TClass *pamelacLcLNullAlgorithm_IsA(const void *obj) {
1865 return ((::pamela::NullAlgorithm*)obj)->IsA();
1866 }
1867 // Wrapper around operator delete
1868 static void delete_pamelacLcLNullAlgorithm(void *p) {
1869 delete ((::pamela::NullAlgorithm*)p);
1870 }
1871 static void deleteArray_pamelacLcLNullAlgorithm(void *p) {
1872 delete [] ((::pamela::NullAlgorithm*)p);
1873 }
1874 static void destruct_pamelacLcLNullAlgorithm(void *p) {
1875 typedef ::pamela::NullAlgorithm current_t;
1876 ((current_t*)p)->~current_t();
1877 }
1878 } // end of namespace ROOT for class ::pamela::NullAlgorithm
1879
1880 //______________________________________________________________________________
1881 void pamela::AlgorithmInfo::Streamer(TBuffer &R__b)
1882 {
1883 // Stream an object of class pamela::AlgorithmInfo.
1884
1885 if (R__b.IsReading()) {
1886 pamela::AlgorithmInfo::Class()->ReadBuffer(R__b, this);
1887 } else {
1888 pamela::AlgorithmInfo::Class()->WriteBuffer(R__b, this);
1889 }
1890 }
1891
1892 //______________________________________________________________________________
1893 void pamela::AlgorithmInfo::ShowMembers(TMemberInspector &R__insp, char *R__parent)
1894 {
1895 // Inspect the data members of an object of class pamela::AlgorithmInfo.
1896
1897 TClass *R__cl = pamela::AlgorithmInfo::IsA();
1898 Int_t R__ncp = strlen(R__parent);
1899 if (R__ncp || R__cl || R__insp.IsA()) { }
1900 R__insp.Inspect(R__cl, R__parent, "AlgorithmName", &AlgorithmName);
1901 AlgorithmName.ShowMembers(R__insp, strcat(R__parent,"AlgorithmName.")); R__parent[R__ncp] = 0;
1902 R__insp.Inspect(R__cl, R__parent, "AlgorithmClass", &AlgorithmClass);
1903 AlgorithmClass.ShowMembers(R__insp, strcat(R__parent,"AlgorithmClass.")); R__parent[R__ncp] = 0;
1904 R__insp.Inspect(R__cl, R__parent, "VersionInfo", &VersionInfo);
1905 VersionInfo.ShowMembers(R__insp, strcat(R__parent,"VersionInfo.")); R__parent[R__ncp] = 0;
1906 TObject::ShowMembers(R__insp, R__parent);
1907 }
1908
1909 namespace ROOT {
1910 // Return the actual TClass for the object argument
1911 static TClass *pamelacLcLAlgorithmInfo_IsA(const void *obj) {
1912 return ((::pamela::AlgorithmInfo*)obj)->IsA();
1913 }
1914 // Wrappers around operator new
1915 static void *new_pamelacLcLAlgorithmInfo(void *p) {
1916 return p ? new(p) ::pamela::AlgorithmInfo : new ::pamela::AlgorithmInfo;
1917 }
1918 static void *newArray_pamelacLcLAlgorithmInfo(Long_t size) {
1919 return new ::pamela::AlgorithmInfo[size];
1920 }
1921 // Wrapper around operator delete
1922 static void delete_pamelacLcLAlgorithmInfo(void *p) {
1923 delete ((::pamela::AlgorithmInfo*)p);
1924 }
1925 static void deleteArray_pamelacLcLAlgorithmInfo(void *p) {
1926 delete [] ((::pamela::AlgorithmInfo*)p);
1927 }
1928 static void destruct_pamelacLcLAlgorithmInfo(void *p) {
1929 typedef ::pamela::AlgorithmInfo current_t;
1930 ((current_t*)p)->~current_t();
1931 }
1932 } // end of namespace ROOT for class ::pamela::AlgorithmInfo
1933
1934 //______________________________________________________________________________
1935 void pamela::PamelaRun::Streamer(TBuffer &R__b)
1936 {
1937 // Stream an object of class pamela::PamelaRun.
1938
1939 if (R__b.IsReading()) {
1940 pamela::PamelaRun::Class()->ReadBuffer(R__b, this);
1941 } else {
1942 pamela::PamelaRun::Class()->WriteBuffer(R__b, this);
1943 }
1944 }
1945
1946 //______________________________________________________________________________
1947 void pamela::PamelaRun::ShowMembers(TMemberInspector &R__insp, char *R__parent)
1948 {
1949 // Inspect the data members of an object of class pamela::PamelaRun.
1950
1951 TClass *R__cl = pamela::PamelaRun::IsA();
1952 Int_t R__ncp = strlen(R__parent);
1953 if (R__ncp || R__cl || R__insp.IsA()) { }
1954 R__insp.Inspect(R__cl, R__parent, "Path", &Path);
1955 R__insp.Inspect(R__cl, R__parent, "Run", &Run);
1956 R__insp.Inspect(R__cl, R__parent, "RunNumber", &RunNumber);
1957 R__insp.Inspect(R__cl, R__parent, "info", &info);
1958 info.ShowMembers(R__insp, strcat(R__parent,"info.")); R__parent[R__ncp] = 0;
1959 R__insp.Inspect(R__cl, R__parent, "TTreeMap", (void*)&TTreeMap);
1960 ROOT::GenericShowMembers("pamela::PamelaRun::RootTreeMap", (void*)&TTreeMap, R__insp, strcat(R__parent,"TTreeMap."),true);
1961 R__parent[R__ncp] = 0;
1962 R__insp.Inspect(R__cl, R__parent, "WritingRootTrees", (void*)&WritingRootTrees);
1963 ROOT::GenericShowMembers("pamela::PamelaRun::TTreeListMap", (void*)&WritingRootTrees, R__insp, strcat(R__parent,"WritingRootTrees."),true);
1964 R__parent[R__ncp] = 0;
1965 R__insp.Inspect(R__cl, R__parent, "SubPacketAddresses", (void*)&SubPacketAddresses);
1966 ROOT::GenericShowMembers("pamela::PamelaRun::SubPacketMap", (void*)&SubPacketAddresses, R__insp, strcat(R__parent,"SubPacketAddresses."),false);
1967 R__parent[R__ncp] = 0;
1968 }
1969
1970 namespace ROOT {
1971 // Return the actual TClass for the object argument
1972 static TClass *pamelacLcLPamelaRun_IsA(const void *obj) {
1973 return ((::pamela::PamelaRun*)obj)->IsA();
1974 }
1975 // Wrapper around operator delete
1976 static void delete_pamelacLcLPamelaRun(void *p) {
1977 delete ((::pamela::PamelaRun*)p);
1978 }
1979 static void deleteArray_pamelacLcLPamelaRun(void *p) {
1980 delete [] ((::pamela::PamelaRun*)p);
1981 }
1982 static void destruct_pamelacLcLPamelaRun(void *p) {
1983 typedef ::pamela::PamelaRun current_t;
1984 ((current_t*)p)->~current_t();
1985 }
1986 } // end of namespace ROOT for class ::pamela::PamelaRun
1987
1988 //______________________________________________________________________________
1989 void pamela::RunInfo::Streamer(TBuffer &R__b)
1990 {
1991 // Stream an object of class pamela::RunInfo.
1992
1993 if (R__b.IsReading()) {
1994 pamela::RunInfo::Class()->ReadBuffer(R__b, this);
1995 } else {
1996 pamela::RunInfo::Class()->WriteBuffer(R__b, this);
1997 }
1998 }
1999
2000 //______________________________________________________________________________
2001 void pamela::RunInfo::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2002 {
2003 // Inspect the data members of an object of class pamela::RunInfo.
2004
2005 TClass *R__cl = pamela::RunInfo::IsA();
2006 Int_t R__ncp = strlen(R__parent);
2007 if (R__ncp || R__cl || R__insp.IsA()) { }
2008 R__insp.Inspect(R__cl, R__parent, "UserName", &UserName);
2009 UserName.ShowMembers(R__insp, strcat(R__parent,"UserName.")); R__parent[R__ncp] = 0;
2010 R__insp.Inspect(R__cl, R__parent, "HostName", &HostName);
2011 HostName.ShowMembers(R__insp, strcat(R__parent,"HostName.")); R__parent[R__ncp] = 0;
2012 R__insp.Inspect(R__cl, R__parent, "DataPath", &DataPath);
2013 DataPath.ShowMembers(R__insp, strcat(R__parent,"DataPath.")); R__parent[R__ncp] = 0;
2014 R__insp.Inspect(R__cl, R__parent, "Time", &Time);
2015 Time.ShowMembers(R__insp, strcat(R__parent,"Time.")); R__parent[R__ncp] = 0;
2016 R__insp.Inspect(R__cl, R__parent, "RunNumber", &RunNumber);
2017 TObject::ShowMembers(R__insp, R__parent);
2018 }
2019
2020 namespace ROOT {
2021 // Return the actual TClass for the object argument
2022 static TClass *pamelacLcLRunInfo_IsA(const void *obj) {
2023 return ((::pamela::RunInfo*)obj)->IsA();
2024 }
2025 // Wrappers around operator new
2026 static void *new_pamelacLcLRunInfo(void *p) {
2027 return p ? new(p) ::pamela::RunInfo : new ::pamela::RunInfo;
2028 }
2029 static void *newArray_pamelacLcLRunInfo(Long_t size) {
2030 return new ::pamela::RunInfo[size];
2031 }
2032 // Wrapper around operator delete
2033 static void delete_pamelacLcLRunInfo(void *p) {
2034 delete ((::pamela::RunInfo*)p);
2035 }
2036 static void deleteArray_pamelacLcLRunInfo(void *p) {
2037 delete [] ((::pamela::RunInfo*)p);
2038 }
2039 static void destruct_pamelacLcLRunInfo(void *p) {
2040 typedef ::pamela::RunInfo current_t;
2041 ((current_t*)p)->~current_t();
2042 }
2043 } // end of namespace ROOT for class ::pamela::RunInfo
2044
2045 //______________________________________________________________________________
2046 void pamela::VarDumpEvent::Streamer(TBuffer &R__b)
2047 {
2048 // Stream an object of class pamela::VarDumpEvent.
2049
2050 if (R__b.IsReading()) {
2051 pamela::VarDumpEvent::Class()->ReadBuffer(R__b, this);
2052 } else {
2053 pamela::VarDumpEvent::Class()->WriteBuffer(R__b, this);
2054 }
2055 }
2056
2057 //______________________________________________________________________________
2058 void pamela::VarDumpEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2059 {
2060 // Inspect the data members of an object of class pamela::VarDumpEvent.
2061
2062 TClass *R__cl = pamela::VarDumpEvent::IsA();
2063 Int_t R__ncp = strlen(R__parent);
2064 if (R__ncp || R__cl || R__insp.IsA()) { }
2065 //This works around a msvc bug and should be harmless on other platforms
2066 typedef pamela::SubPacket baseClass1;
2067 baseClass1::ShowMembers(R__insp, R__parent);
2068 }
2069
2070 namespace ROOT {
2071 // Return the actual TClass for the object argument
2072 static TClass *pamelacLcLVarDumpEvent_IsA(const void *obj) {
2073 return ((::pamela::VarDumpEvent*)obj)->IsA();
2074 }
2075 // Wrappers around operator new
2076 static void *new_pamelacLcLVarDumpEvent(void *p) {
2077 return p ? new(p) ::pamela::VarDumpEvent : new ::pamela::VarDumpEvent;
2078 }
2079 static void *newArray_pamelacLcLVarDumpEvent(Long_t size) {
2080 return new ::pamela::VarDumpEvent[size];
2081 }
2082 // Wrapper around operator delete
2083 static void delete_pamelacLcLVarDumpEvent(void *p) {
2084 delete ((::pamela::VarDumpEvent*)p);
2085 }
2086 static void deleteArray_pamelacLcLVarDumpEvent(void *p) {
2087 delete [] ((::pamela::VarDumpEvent*)p);
2088 }
2089 static void destruct_pamelacLcLVarDumpEvent(void *p) {
2090 typedef ::pamela::VarDumpEvent current_t;
2091 ((current_t*)p)->~current_t();
2092 }
2093 } // end of namespace ROOT for class ::pamela::VarDumpEvent
2094
2095 //______________________________________________________________________________
2096 void pamela::ArrDumpEvent::Streamer(TBuffer &R__b)
2097 {
2098 // Stream an object of class pamela::ArrDumpEvent.
2099
2100 if (R__b.IsReading()) {
2101 pamela::ArrDumpEvent::Class()->ReadBuffer(R__b, this);
2102 } else {
2103 pamela::ArrDumpEvent::Class()->WriteBuffer(R__b, this);
2104 }
2105 }
2106
2107 //______________________________________________________________________________
2108 void pamela::ArrDumpEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2109 {
2110 // Inspect the data members of an object of class pamela::ArrDumpEvent.
2111
2112 TClass *R__cl = pamela::ArrDumpEvent::IsA();
2113 Int_t R__ncp = strlen(R__parent);
2114 if (R__ncp || R__cl || R__insp.IsA()) { }
2115 //This works around a msvc bug and should be harmless on other platforms
2116 typedef pamela::SubPacket baseClass1;
2117 baseClass1::ShowMembers(R__insp, R__parent);
2118 }
2119
2120 namespace ROOT {
2121 // Return the actual TClass for the object argument
2122 static TClass *pamelacLcLArrDumpEvent_IsA(const void *obj) {
2123 return ((::pamela::ArrDumpEvent*)obj)->IsA();
2124 }
2125 // Wrappers around operator new
2126 static void *new_pamelacLcLArrDumpEvent(void *p) {
2127 return p ? new(p) ::pamela::ArrDumpEvent : new ::pamela::ArrDumpEvent;
2128 }
2129 static void *newArray_pamelacLcLArrDumpEvent(Long_t size) {
2130 return new ::pamela::ArrDumpEvent[size];
2131 }
2132 // Wrapper around operator delete
2133 static void delete_pamelacLcLArrDumpEvent(void *p) {
2134 delete ((::pamela::ArrDumpEvent*)p);
2135 }
2136 static void deleteArray_pamelacLcLArrDumpEvent(void *p) {
2137 delete [] ((::pamela::ArrDumpEvent*)p);
2138 }
2139 static void destruct_pamelacLcLArrDumpEvent(void *p) {
2140 typedef ::pamela::ArrDumpEvent current_t;
2141 ((current_t*)p)->~current_t();
2142 }
2143 } // end of namespace ROOT for class ::pamela::ArrDumpEvent
2144
2145 //______________________________________________________________________________
2146 void pamela::TabDumpEvent::Streamer(TBuffer &R__b)
2147 {
2148 // Stream an object of class pamela::TabDumpEvent.
2149
2150 if (R__b.IsReading()) {
2151 pamela::TabDumpEvent::Class()->ReadBuffer(R__b, this);
2152 } else {
2153 pamela::TabDumpEvent::Class()->WriteBuffer(R__b, this);
2154 }
2155 }
2156
2157 //______________________________________________________________________________
2158 void pamela::TabDumpEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2159 {
2160 // Inspect the data members of an object of class pamela::TabDumpEvent.
2161
2162 TClass *R__cl = pamela::TabDumpEvent::IsA();
2163 Int_t R__ncp = strlen(R__parent);
2164 if (R__ncp || R__cl || R__insp.IsA()) { }
2165 //This works around a msvc bug and should be harmless on other platforms
2166 typedef pamela::SubPacket baseClass1;
2167 baseClass1::ShowMembers(R__insp, R__parent);
2168 }
2169
2170 namespace ROOT {
2171 // Return the actual TClass for the object argument
2172 static TClass *pamelacLcLTabDumpEvent_IsA(const void *obj) {
2173 return ((::pamela::TabDumpEvent*)obj)->IsA();
2174 }
2175 // Wrappers around operator new
2176 static void *new_pamelacLcLTabDumpEvent(void *p) {
2177 return p ? new(p) ::pamela::TabDumpEvent : new ::pamela::TabDumpEvent;
2178 }
2179 static void *newArray_pamelacLcLTabDumpEvent(Long_t size) {
2180 return new ::pamela::TabDumpEvent[size];
2181 }
2182 // Wrapper around operator delete
2183 static void delete_pamelacLcLTabDumpEvent(void *p) {
2184 delete ((::pamela::TabDumpEvent*)p);
2185 }
2186 static void deleteArray_pamelacLcLTabDumpEvent(void *p) {
2187 delete [] ((::pamela::TabDumpEvent*)p);
2188 }
2189 static void destruct_pamelacLcLTabDumpEvent(void *p) {
2190 typedef ::pamela::TabDumpEvent current_t;
2191 ((current_t*)p)->~current_t();
2192 }
2193 } // end of namespace ROOT for class ::pamela::TabDumpEvent
2194
2195 //______________________________________________________________________________
2196 void pamela::CalibCalEvent::Streamer(TBuffer &R__b)
2197 {
2198 // Stream an object of class pamela::CalibCalEvent.
2199
2200 if (R__b.IsReading()) {
2201 pamela::CalibCalEvent::Class()->ReadBuffer(R__b, this);
2202 } else {
2203 pamela::CalibCalEvent::Class()->WriteBuffer(R__b, this);
2204 }
2205 }
2206
2207 //______________________________________________________________________________
2208 void pamela::CalibCalEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2209 {
2210 // Inspect the data members of an object of class pamela::CalibCalEvent.
2211
2212 TClass *R__cl = pamela::CalibCalEvent::IsA();
2213 Int_t R__ncp = strlen(R__parent);
2214 if (R__ncp || R__cl || R__insp.IsA()) { }
2215 R__insp.Inspect(R__cl, R__parent, "cal_ped[96][11][4]", cal_ped);
2216 R__insp.Inspect(R__cl, R__parent, "cal_good[96][11][4]", cal_good);
2217 R__insp.Inspect(R__cl, R__parent, "cal_thr[96][11][4]", cal_thr);
2218 R__insp.Inspect(R__cl, R__parent, "cal_base[96][11][4]", cal_base);
2219 R__insp.Inspect(R__cl, R__parent, "cal_var[96][11][4]", cal_var);
2220 //This works around a msvc bug and should be harmless on other platforms
2221 typedef pamela::SubPacket baseClass1;
2222 baseClass1::ShowMembers(R__insp, R__parent);
2223 }
2224
2225 namespace ROOT {
2226 // Return the actual TClass for the object argument
2227 static TClass *pamelacLcLCalibCalEvent_IsA(const void *obj) {
2228 return ((::pamela::CalibCalEvent*)obj)->IsA();
2229 }
2230 // Wrappers around operator new
2231 static void *new_pamelacLcLCalibCalEvent(void *p) {
2232 return p ? new(p) ::pamela::CalibCalEvent : new ::pamela::CalibCalEvent;
2233 }
2234 static void *newArray_pamelacLcLCalibCalEvent(Long_t size) {
2235 return new ::pamela::CalibCalEvent[size];
2236 }
2237 // Wrapper around operator delete
2238 static void delete_pamelacLcLCalibCalEvent(void *p) {
2239 delete ((::pamela::CalibCalEvent*)p);
2240 }
2241 static void deleteArray_pamelacLcLCalibCalEvent(void *p) {
2242 delete [] ((::pamela::CalibCalEvent*)p);
2243 }
2244 static void destruct_pamelacLcLCalibCalEvent(void *p) {
2245 typedef ::pamela::CalibCalEvent current_t;
2246 ((current_t*)p)->~current_t();
2247 }
2248 } // end of namespace ROOT for class ::pamela::CalibCalEvent
2249
2250 //______________________________________________________________________________
2251 void pamela::CalibTrkEvent::Streamer(TBuffer &R__b)
2252 {
2253 // Stream an object of class pamela::CalibTrkEvent.
2254
2255 if (R__b.IsReading()) {
2256 pamela::CalibTrkEvent::Class()->ReadBuffer(R__b, this);
2257 } else {
2258 pamela::CalibTrkEvent::Class()->WriteBuffer(R__b, this);
2259 }
2260 }
2261
2262 //______________________________________________________________________________
2263 void pamela::CalibTrkEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2264 {
2265 // Inspect the data members of an object of class pamela::CalibTrkEvent.
2266
2267 TClass *R__cl = pamela::CalibTrkEvent::IsA();
2268 Int_t R__ncp = strlen(R__parent);
2269 if (R__ncp || R__cl || R__insp.IsA()) { }
2270 R__insp.Inspect(R__cl, R__parent, "DAQmode[6]", DAQmode);
2271 R__insp.Inspect(R__cl, R__parent, "DSPnumber[6]", DSPnumber);
2272 R__insp.Inspect(R__cl, R__parent, "calibnumber[6]", calibnumber);
2273 R__insp.Inspect(R__cl, R__parent, "ncalib_event[6]", ncalib_event);
2274 R__insp.Inspect(R__cl, R__parent, "ped_l1[6]", ped_l1);
2275 R__insp.Inspect(R__cl, R__parent, "ped_l2[6]", ped_l2);
2276 R__insp.Inspect(R__cl, R__parent, "ped_l3[6]", ped_l3);
2277 R__insp.Inspect(R__cl, R__parent, "sig_l1[6]", sig_l1);
2278 R__insp.Inspect(R__cl, R__parent, "sig_l2[6]", sig_l2);
2279 R__insp.Inspect(R__cl, R__parent, "sig_l3[6]", sig_l3);
2280 R__insp.Inspect(R__cl, R__parent, "nbad_l1[6]", nbad_l1);
2281 R__insp.Inspect(R__cl, R__parent, "nbad_l2[6]", nbad_l2);
2282 R__insp.Inspect(R__cl, R__parent, "nbad_l3[6]", nbad_l3);
2283 R__insp.Inspect(R__cl, R__parent, "cal_flag[6]", cal_flag);
2284 R__insp.Inspect(R__cl, R__parent, "checksum[6]", checksum);
2285 R__insp.Inspect(R__cl, R__parent, "DSPbad_par[6][3072]", DSPbad_par);
2286 R__insp.Inspect(R__cl, R__parent, "DSPped_par[6][3072]", DSPped_par);
2287 R__insp.Inspect(R__cl, R__parent, "DSPsig_par[6][3072]", DSPsig_par);
2288 //This works around a msvc bug and should be harmless on other platforms
2289 typedef pamela::SubPacket baseClass1;
2290 baseClass1::ShowMembers(R__insp, R__parent);
2291 }
2292
2293 namespace ROOT {
2294 // Return the actual TClass for the object argument
2295 static TClass *pamelacLcLCalibTrkEvent_IsA(const void *obj) {
2296 return ((::pamela::CalibTrkEvent*)obj)->IsA();
2297 }
2298 // Wrappers around operator new
2299 static void *new_pamelacLcLCalibTrkEvent(void *p) {
2300 return p ? new(p) ::pamela::CalibTrkEvent : new ::pamela::CalibTrkEvent;
2301 }
2302 static void *newArray_pamelacLcLCalibTrkEvent(Long_t size) {
2303 return new ::pamela::CalibTrkEvent[size];
2304 }
2305 // Wrapper around operator delete
2306 static void delete_pamelacLcLCalibTrkEvent(void *p) {
2307 delete ((::pamela::CalibTrkEvent*)p);
2308 }
2309 static void deleteArray_pamelacLcLCalibTrkEvent(void *p) {
2310 delete [] ((::pamela::CalibTrkEvent*)p);
2311 }
2312 static void destruct_pamelacLcLCalibTrkEvent(void *p) {
2313 typedef ::pamela::CalibTrkEvent current_t;
2314 ((current_t*)p)->~current_t();
2315 }
2316 } // end of namespace ROOT for class ::pamela::CalibTrkEvent
2317
2318 //______________________________________________________________________________
2319 void pamela::CalibTrgEvent::Streamer(TBuffer &R__b)
2320 {
2321 // Stream an object of class pamela::CalibTrgEvent.
2322
2323 if (R__b.IsReading()) {
2324 pamela::CalibTrgEvent::Class()->ReadBuffer(R__b, this);
2325 } else {
2326 pamela::CalibTrgEvent::Class()->WriteBuffer(R__b, this);
2327 }
2328 }
2329
2330 //______________________________________________________________________________
2331 void pamela::CalibTrgEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2332 {
2333 // Inspect the data members of an object of class pamela::CalibTrgEvent.
2334
2335 TClass *R__cl = pamela::CalibTrgEvent::IsA();
2336 Int_t R__ncp = strlen(R__parent);
2337 if (R__ncp || R__cl || R__insp.IsA()) { }
2338 R__insp.Inspect(R__cl, R__parent, "DAQmode[6]", DAQmode);
2339 R__insp.Inspect(R__cl, R__parent, "DSPnumber[6]", DSPnumber);
2340 R__insp.Inspect(R__cl, R__parent, "calibnumber[6]", calibnumber);
2341 R__insp.Inspect(R__cl, R__parent, "ncalib_event[6]", ncalib_event);
2342 R__insp.Inspect(R__cl, R__parent, "ped_l1[6]", ped_l1);
2343 R__insp.Inspect(R__cl, R__parent, "ped_l2[6]", ped_l2);
2344 R__insp.Inspect(R__cl, R__parent, "ped_l3[6]", ped_l3);
2345 R__insp.Inspect(R__cl, R__parent, "sig_l1[6]", sig_l1);
2346 R__insp.Inspect(R__cl, R__parent, "sig_l2[6]", sig_l2);
2347 R__insp.Inspect(R__cl, R__parent, "sig_l3[6]", sig_l3);
2348 R__insp.Inspect(R__cl, R__parent, "nbad_l1[6]", nbad_l1);
2349 R__insp.Inspect(R__cl, R__parent, "nbad_l2[6]", nbad_l2);
2350 R__insp.Inspect(R__cl, R__parent, "nbad_l3[6]", nbad_l3);
2351 R__insp.Inspect(R__cl, R__parent, "cal_flag[6]", cal_flag);
2352 R__insp.Inspect(R__cl, R__parent, "checksum[6]", checksum);
2353 R__insp.Inspect(R__cl, R__parent, "DSPbad_par[6][3072]", DSPbad_par);
2354 R__insp.Inspect(R__cl, R__parent, "DSPped_par[6][3072]", DSPped_par);
2355 R__insp.Inspect(R__cl, R__parent, "DSPsig_par[6][3072]", DSPsig_par);
2356 //This works around a msvc bug and should be harmless on other platforms
2357 typedef pamela::SubPacket baseClass1;
2358 baseClass1::ShowMembers(R__insp, R__parent);
2359 }
2360
2361 namespace ROOT {
2362 // Return the actual TClass for the object argument
2363 static TClass *pamelacLcLCalibTrgEvent_IsA(const void *obj) {
2364 return ((::pamela::CalibTrgEvent*)obj)->IsA();
2365 }
2366 // Wrappers around operator new
2367 static void *new_pamelacLcLCalibTrgEvent(void *p) {
2368 return p ? new(p) ::pamela::CalibTrgEvent : new ::pamela::CalibTrgEvent;
2369 }
2370 static void *newArray_pamelacLcLCalibTrgEvent(Long_t size) {
2371 return new ::pamela::CalibTrgEvent[size];
2372 }
2373 // Wrapper around operator delete
2374 static void delete_pamelacLcLCalibTrgEvent(void *p) {
2375 delete ((::pamela::CalibTrgEvent*)p);
2376 }
2377 static void deleteArray_pamelacLcLCalibTrgEvent(void *p) {
2378 delete [] ((::pamela::CalibTrgEvent*)p);
2379 }
2380 static void destruct_pamelacLcLCalibTrgEvent(void *p) {
2381 typedef ::pamela::CalibTrgEvent current_t;
2382 ((current_t*)p)->~current_t();
2383 }
2384 } // end of namespace ROOT for class ::pamela::CalibTrgEvent
2385
2386 //______________________________________________________________________________
2387 void pamela::CalibTrdEvent::Streamer(TBuffer &R__b)
2388 {
2389 // Stream an object of class pamela::CalibTrdEvent.
2390
2391 if (R__b.IsReading()) {
2392 pamela::CalibTrdEvent::Class()->ReadBuffer(R__b, this);
2393 } else {
2394 pamela::CalibTrdEvent::Class()->WriteBuffer(R__b, this);
2395 }
2396 }
2397
2398 //______________________________________________________________________________
2399 void pamela::CalibTrdEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2400 {
2401 // Inspect the data members of an object of class pamela::CalibTrdEvent.
2402
2403 TClass *R__cl = pamela::CalibTrdEvent::IsA();
2404 Int_t R__ncp = strlen(R__parent);
2405 if (R__ncp || R__cl || R__insp.IsA()) { }
2406 R__insp.Inspect(R__cl, R__parent, "pedestal[128][24][12]", pedestal);
2407 R__insp.Inspect(R__cl, R__parent, "sigma[128][24][12]", sigma);
2408 R__insp.Inspect(R__cl, R__parent, "bad[128][24][12]", bad);
2409 //This works around a msvc bug and should be harmless on other platforms
2410 typedef pamela::SubPacket baseClass1;
2411 baseClass1::ShowMembers(R__insp, R__parent);
2412 }
2413
2414 namespace ROOT {
2415 // Return the actual TClass for the object argument
2416 static TClass *pamelacLcLCalibTrdEvent_IsA(const void *obj) {
2417 return ((::pamela::CalibTrdEvent*)obj)->IsA();
2418 }
2419 // Wrappers around operator new
2420 static void *new_pamelacLcLCalibTrdEvent(void *p) {
2421 return p ? new(p) ::pamela::CalibTrdEvent : new ::pamela::CalibTrdEvent;
2422 }
2423 static void *newArray_pamelacLcLCalibTrdEvent(Long_t size) {
2424 return new ::pamela::CalibTrdEvent[size];
2425 }
2426 // Wrapper around operator delete
2427 static void delete_pamelacLcLCalibTrdEvent(void *p) {
2428 delete ((::pamela::CalibTrdEvent*)p);
2429 }
2430 static void deleteArray_pamelacLcLCalibTrdEvent(void *p) {
2431 delete [] ((::pamela::CalibTrdEvent*)p);
2432 }
2433 static void destruct_pamelacLcLCalibTrdEvent(void *p) {
2434 typedef ::pamela::CalibTrdEvent current_t;
2435 ((current_t*)p)->~current_t();
2436 }
2437 } // end of namespace ROOT for class ::pamela::CalibTrdEvent
2438
2439 //______________________________________________________________________________
2440 void pamela::CalibTofEvent::Streamer(TBuffer &R__b)
2441 {
2442 // Stream an object of class pamela::CalibTofEvent.
2443
2444 if (R__b.IsReading()) {
2445 pamela::CalibTofEvent::Class()->ReadBuffer(R__b, this);
2446 } else {
2447 pamela::CalibTofEvent::Class()->WriteBuffer(R__b, this);
2448 }
2449 }
2450
2451 //______________________________________________________________________________
2452 void pamela::CalibTofEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2453 {
2454 // Inspect the data members of an object of class pamela::CalibTofEvent.
2455
2456 TClass *R__cl = pamela::CalibTofEvent::IsA();
2457 Int_t R__ncp = strlen(R__parent);
2458 if (R__ncp || R__cl || R__insp.IsA()) { }
2459 //This works around a msvc bug and should be harmless on other platforms
2460 typedef pamela::SubPacket baseClass1;
2461 baseClass1::ShowMembers(R__insp, R__parent);
2462 }
2463
2464 namespace ROOT {
2465 // Return the actual TClass for the object argument
2466 static TClass *pamelacLcLCalibTofEvent_IsA(const void *obj) {
2467 return ((::pamela::CalibTofEvent*)obj)->IsA();
2468 }
2469 // Wrappers around operator new
2470 static void *new_pamelacLcLCalibTofEvent(void *p) {
2471 return p ? new(p) ::pamela::CalibTofEvent : new ::pamela::CalibTofEvent;
2472 }
2473 static void *newArray_pamelacLcLCalibTofEvent(Long_t size) {
2474 return new ::pamela::CalibTofEvent[size];
2475 }
2476 // Wrapper around operator delete
2477 static void delete_pamelacLcLCalibTofEvent(void *p) {
2478 delete ((::pamela::CalibTofEvent*)p);
2479 }
2480 static void deleteArray_pamelacLcLCalibTofEvent(void *p) {
2481 delete [] ((::pamela::CalibTofEvent*)p);
2482 }
2483 static void destruct_pamelacLcLCalibTofEvent(void *p) {
2484 typedef ::pamela::CalibTofEvent current_t;
2485 ((current_t*)p)->~current_t();
2486 }
2487 } // end of namespace ROOT for class ::pamela::CalibTofEvent
2488
2489 //______________________________________________________________________________
2490 void pamela::CalibS4Event::Streamer(TBuffer &R__b)
2491 {
2492 // Stream an object of class pamela::CalibS4Event.
2493
2494 if (R__b.IsReading()) {
2495 pamela::CalibS4Event::Class()->ReadBuffer(R__b, this);
2496 } else {
2497 pamela::CalibS4Event::Class()->WriteBuffer(R__b, this);
2498 }
2499 }
2500
2501 //______________________________________________________________________________
2502 void pamela::CalibS4Event::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2503 {
2504 // Inspect the data members of an object of class pamela::CalibS4Event.
2505
2506 TClass *R__cl = pamela::CalibS4Event::IsA();
2507 Int_t R__ncp = strlen(R__parent);
2508 if (R__ncp || R__cl || R__insp.IsA()) { }
2509 //This works around a msvc bug and should be harmless on other platforms
2510 typedef pamela::SubPacket baseClass1;
2511 baseClass1::ShowMembers(R__insp, R__parent);
2512 }
2513
2514 namespace ROOT {
2515 // Return the actual TClass for the object argument
2516 static TClass *pamelacLcLCalibS4Event_IsA(const void *obj) {
2517 return ((::pamela::CalibS4Event*)obj)->IsA();
2518 }
2519 // Wrappers around operator new
2520 static void *new_pamelacLcLCalibS4Event(void *p) {
2521 return p ? new(p) ::pamela::CalibS4Event : new ::pamela::CalibS4Event;
2522 }
2523 static void *newArray_pamelacLcLCalibS4Event(Long_t size) {
2524 return new ::pamela::CalibS4Event[size];
2525 }
2526 // Wrapper around operator delete
2527 static void delete_pamelacLcLCalibS4Event(void *p) {
2528 delete ((::pamela::CalibS4Event*)p);
2529 }
2530 static void deleteArray_pamelacLcLCalibS4Event(void *p) {
2531 delete [] ((::pamela::CalibS4Event*)p);
2532 }
2533 static void destruct_pamelacLcLCalibS4Event(void *p) {
2534 typedef ::pamela::CalibS4Event current_t;
2535 ((current_t*)p)->~current_t();
2536 }
2537 } // end of namespace ROOT for class ::pamela::CalibS4Event
2538
2539 //______________________________________________________________________________
2540 void pamela::RunHeaderEvent::Streamer(TBuffer &R__b)
2541 {
2542 // Stream an object of class pamela::RunHeaderEvent.
2543
2544 if (R__b.IsReading()) {
2545 pamela::RunHeaderEvent::Class()->ReadBuffer(R__b, this);
2546 } else {
2547 pamela::RunHeaderEvent::Class()->WriteBuffer(R__b, this);
2548 }
2549 }
2550
2551 //______________________________________________________________________________
2552 void pamela::RunHeaderEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2553 {
2554 // Inspect the data members of an object of class pamela::RunHeaderEvent.
2555
2556 TClass *R__cl = pamela::RunHeaderEvent::IsA();
2557 Int_t R__ncp = strlen(R__parent);
2558 if (R__ncp || R__cl || R__insp.IsA()) { }
2559 //This works around a msvc bug and should be harmless on other platforms
2560 typedef pamela::SubPacket baseClass1;
2561 baseClass1::ShowMembers(R__insp, R__parent);
2562 }
2563
2564 namespace ROOT {
2565 // Return the actual TClass for the object argument
2566 static TClass *pamelacLcLRunHeaderEvent_IsA(const void *obj) {
2567 return ((::pamela::RunHeaderEvent*)obj)->IsA();
2568 }
2569 // Wrappers around operator new
2570 static void *new_pamelacLcLRunHeaderEvent(void *p) {
2571 return p ? new(p) ::pamela::RunHeaderEvent : new ::pamela::RunHeaderEvent;
2572 }
2573 static void *newArray_pamelacLcLRunHeaderEvent(Long_t size) {
2574 return new ::pamela::RunHeaderEvent[size];
2575 }
2576 // Wrapper around operator delete
2577 static void delete_pamelacLcLRunHeaderEvent(void *p) {
2578 delete ((::pamela::RunHeaderEvent*)p);
2579 }
2580 static void deleteArray_pamelacLcLRunHeaderEvent(void *p) {
2581 delete [] ((::pamela::RunHeaderEvent*)p);
2582 }
2583 static void destruct_pamelacLcLRunHeaderEvent(void *p) {
2584 typedef ::pamela::RunHeaderEvent current_t;
2585 ((current_t*)p)->~current_t();
2586 }
2587 } // end of namespace ROOT for class ::pamela::RunHeaderEvent
2588
2589 //______________________________________________________________________________
2590 void pamela::RunTrailerEvent::Streamer(TBuffer &R__b)
2591 {
2592 // Stream an object of class pamela::RunTrailerEvent.
2593
2594 if (R__b.IsReading()) {
2595 pamela::RunTrailerEvent::Class()->ReadBuffer(R__b, this);
2596 } else {
2597 pamela::RunTrailerEvent::Class()->WriteBuffer(R__b, this);
2598 }
2599 }
2600
2601 //______________________________________________________________________________
2602 void pamela::RunTrailerEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2603 {
2604 // Inspect the data members of an object of class pamela::RunTrailerEvent.
2605
2606 TClass *R__cl = pamela::RunTrailerEvent::IsA();
2607 Int_t R__ncp = strlen(R__parent);
2608 if (R__ncp || R__cl || R__insp.IsA()) { }
2609 //This works around a msvc bug and should be harmless on other platforms
2610 typedef pamela::SubPacket baseClass1;
2611 baseClass1::ShowMembers(R__insp, R__parent);
2612 }
2613
2614 namespace ROOT {
2615 // Return the actual TClass for the object argument
2616 static TClass *pamelacLcLRunTrailerEvent_IsA(const void *obj) {
2617 return ((::pamela::RunTrailerEvent*)obj)->IsA();
2618 }
2619 // Wrappers around operator new
2620 static void *new_pamelacLcLRunTrailerEvent(void *p) {
2621 return p ? new(p) ::pamela::RunTrailerEvent : new ::pamela::RunTrailerEvent;
2622 }
2623 static void *newArray_pamelacLcLRunTrailerEvent(Long_t size) {
2624 return new ::pamela::RunTrailerEvent[size];
2625 }
2626 // Wrapper around operator delete
2627 static void delete_pamelacLcLRunTrailerEvent(void *p) {
2628 delete ((::pamela::RunTrailerEvent*)p);
2629 }
2630 static void deleteArray_pamelacLcLRunTrailerEvent(void *p) {
2631 delete [] ((::pamela::RunTrailerEvent*)p);
2632 }
2633 static void destruct_pamelacLcLRunTrailerEvent(void *p) {
2634 typedef ::pamela::RunTrailerEvent current_t;
2635 ((current_t*)p)->~current_t();
2636 }
2637 } // end of namespace ROOT for class ::pamela::RunTrailerEvent
2638
2639 //______________________________________________________________________________
2640 void pamela::ForcedPktEvent::Streamer(TBuffer &R__b)
2641 {
2642 // Stream an object of class pamela::ForcedPktEvent.
2643
2644 if (R__b.IsReading()) {
2645 pamela::ForcedPktEvent::Class()->ReadBuffer(R__b, this);
2646 } else {
2647 pamela::ForcedPktEvent::Class()->WriteBuffer(R__b, this);
2648 }
2649 }
2650
2651 //______________________________________________________________________________
2652 void pamela::ForcedPktEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
2653 {
2654 // Inspect the data members of an object of class pamela::ForcedPktEvent.
2655
2656 TClass *R__cl = pamela::ForcedPktEvent::IsA();
2657 Int_t R__ncp = strlen(R__parent);
2658 if (R__ncp || R__cl || R__insp.IsA()) { }
2659 //This works around a msvc bug and should be harmless on other platforms
2660 typedef pamela::SubPacket baseClass1;
2661 baseClass1::ShowMembers(R__insp, R__parent);
2662 }
2663
2664 namespace ROOT {
2665 // Return the actual TClass for the object argument
2666 static TClass *pamelacLcLForcedPktEvent_IsA(const void *obj) {
2667 return ((::pamela::ForcedPktEvent*)obj)->IsA();
2668 }
2669 // Wrappers around operator new
2670 static void *new_pamelacLcLForcedPktEvent(void *p) {
2671 return p ? new(p) ::pamela::ForcedPktEvent : new ::pamela::ForcedPktEvent;
2672 }
2673 static void *newArray_pamelacLcLForcedPktEvent(Long_t size) {
2674 return new ::pamela::ForcedPktEvent[size];
2675 }
2676 // Wrapper around operator delete
2677 static void delete_pamelacLcLForcedPktEvent(void *p) {
2678 delete ((::pamela::ForcedPktEvent*)p);
2679 }
2680 static void deleteArray_pamelacLcLForcedPktEvent(void *p) {
2681 delete [] ((::pamela::ForcedPktEvent*)p);
2682 }
2683 static void destruct_pamelacLcLForcedPktEvent(void *p) {
2684 typedef ::pamela::ForcedPktEvent current_t;
2685 ((current_t*)p)->~current_t();
2686 }
2687 } // end of namespace ROOT for class ::pamela::ForcedPktEvent
2688
2689 //________________________________________________________________________________________________________________________
2690 namespace ROOT {
2691 typedef map<string,pamela::SubPacket*> maplEstringcOpamelacLcLSubPacketmUgR;
2692 static void stl_streamer_maplEstringcOpamelacLcLSubPacketmUgR(TBuffer &R__b, void *R__p)
2693 {
2694 if (gDebug>1) Info(__FILE__,"Running compiled streamer for map<string,pamela::SubPacket*> at %p",R__p);
2695 map<string,pamela::SubPacket*> &R__stl = *(map<string,pamela::SubPacket*> *)R__p;
2696 if (R__b.IsReading()) {
2697 R__stl.clear();
2698 TClass *R__tcl2 = TBuffer::GetClass(typeid(pamela::SubPacket));
2699 int R__i, R__n;
2700 R__b >> R__n;
2701 for (R__i = 0; R__i < R__n; R__i++) {
2702 string R__t;
2703 {TString R__str;
2704 R__str.Streamer(R__b);
2705 R__t = R__str.Data();}
2706 pamela::SubPacket* R__t2;
2707 R__t2 = (pamela::SubPacket*)R__b.ReadObjectAny(R__tcl2);
2708 R__stl.insert(make_pair(R__t,R__t2));
2709 }
2710 } else {
2711 int R__n=(&R__stl) ? int(R__stl.size()) : 0;
2712 R__b << R__n;
2713 if(R__n) {
2714 TClass *R__tcl2 = TBuffer::GetClass(typeid(pamela::SubPacket));
2715 if (R__tcl2==0) {
2716 Error("map<string,pamela::SubPacket*> streamer","Missing the TClass object for pamela::SubPacket!");
2717 return;
2718 }
2719 map<string,pamela::SubPacket*>::iterator R__k;
2720 for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
2721 {TString R__str(((*R__k).first ).c_str());
2722 R__str.Streamer(R__b);};
2723 R__b << ((*R__k).second);
2724 }
2725 }
2726 }
2727 } // end of map<string,pamela::SubPacket*,less<string>,allocator<pair<const string,pamela::SubPacket*> > > streamer
2728 } // close namespace ROOT
2729
2730 // Register the streamer (a typedef is used to avoid problem with macro parameters
2731 RootStlStreamer(maplEstringcOpamelacLcLSubPacketmUgR,stl_streamer_maplEstringcOpamelacLcLSubPacketmUgR);
2732
2733 namespace ROOT {
2734 void maplEstringcOpamelacLcLSubPacketmUgR_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
2735 static void maplEstringcOpamelacLcLSubPacketmUgR_Dictionary();
2736 static TClass *maplEstringcOpamelacLcLSubPacketmUgR_IsA(const void*);
2737 static void *new_maplEstringcOpamelacLcLSubPacketmUgR(void *p = 0);
2738 static void *newArray_maplEstringcOpamelacLcLSubPacketmUgR(Long_t size);
2739 static void delete_maplEstringcOpamelacLcLSubPacketmUgR(void *p);
2740 static void deleteArray_maplEstringcOpamelacLcLSubPacketmUgR(void *p);
2741 static void destruct_maplEstringcOpamelacLcLSubPacketmUgR(void *p);
2742
2743 // Function generating the singleton type initializer
2744 static // The GenerateInitInstance for STL are not unique and should not be externally accessible
2745 TGenericClassInfo *GenerateInitInstance(const map<string,pamela::SubPacket*>*)
2746 {
2747 map<string,pamela::SubPacket*> *ptr = 0;
2748 static ROOT::TGenericClassInfo
2749 instance("map<string,pamela::SubPacket*>", GetROOT()->GetVersionInt() / 100, "prec_stl/map", 56,
2750 typeid(map<string,pamela::SubPacket*>), DefineBehavior(ptr, ptr),
2751 0, &maplEstringcOpamelacLcLSubPacketmUgR_Dictionary, &maplEstringcOpamelacLcLSubPacketmUgR_IsA, 0,
2752 sizeof(map<string,pamela::SubPacket*>) );
2753 instance.SetNew(&new_maplEstringcOpamelacLcLSubPacketmUgR);
2754 instance.SetNewArray(&newArray_maplEstringcOpamelacLcLSubPacketmUgR);
2755 instance.SetDelete(&delete_maplEstringcOpamelacLcLSubPacketmUgR);
2756 instance.SetDeleteArray(&deleteArray_maplEstringcOpamelacLcLSubPacketmUgR);
2757 instance.SetDestructor(&destruct_maplEstringcOpamelacLcLSubPacketmUgR);
2758 return &instance;
2759 }
2760 // Static variable to force the class initialization
2761 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const map<string,pamela::SubPacket*>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
2762
2763 // Dictionary for non-ClassDef classes
2764 static void maplEstringcOpamelacLcLSubPacketmUgR_Dictionary() {
2765 ROOT::GenerateInitInstance((const map<string,pamela::SubPacket*>*)0x0)->GetClass();
2766 }
2767
2768 }
2769
2770 namespace ROOT {
2771 // Return the actual TClass for the object argument
2772 static TClass *maplEstringcOpamelacLcLSubPacketmUgR_IsA(const void *obj) {
2773 return GetROOT()->GetClass(typeid(*(map<string,pamela::SubPacket*>*)obj));
2774 }
2775 // Wrappers around operator new
2776 static void *new_maplEstringcOpamelacLcLSubPacketmUgR(void *p) {
2777 return p ? ::new((ROOT::TOperatorNewHelper*)p) map<string,pamela::SubPacket*> : new map<string,pamela::SubPacket*>;
2778 }
2779 static void *newArray_maplEstringcOpamelacLcLSubPacketmUgR(Long_t size) {
2780 return new map<string,pamela::SubPacket*>[size];
2781 }
2782 // Wrapper around operator delete
2783 static void delete_maplEstringcOpamelacLcLSubPacketmUgR(void *p) {
2784 delete ((map<string,pamela::SubPacket*>*)p);
2785 }
2786 static void deleteArray_maplEstringcOpamelacLcLSubPacketmUgR(void *p) {
2787 delete [] ((map<string,pamela::SubPacket*>*)p);
2788 }
2789 static void destruct_maplEstringcOpamelacLcLSubPacketmUgR(void *p) {
2790 typedef map<string,pamela::SubPacket*> current_t;
2791 ((current_t*)p)->~current_t();
2792 }
2793 } // end of namespace ROOT for class map<string,pamela::SubPacket*>
2794
2795 /********************************************************
2796 * EventDict.cpp
2797 ********************************************************/
2798
2799 #ifdef G__MEMTEST
2800 #undef malloc
2801 #undef free
2802 #endif
2803
2804 extern "C" void G__cpp_reset_tagtableEventDict();
2805
2806 extern "C" void G__set_cpp_environmentEventDict() {
2807 G__add_compiledheader("TROOT.h");
2808 G__add_compiledheader("TMemberInspector.h");
2809 G__add_compiledheader("SubPacket.h");
2810 G__add_compiledheader("EventHeader.h");
2811 G__add_compiledheader("PscuHeader.h");
2812 G__add_compiledheader("EventCounter.h");
2813 G__add_compiledheader("PscuEvent.h");
2814 G__add_compiledheader("ArrDumpEvent.h");
2815 G__add_compiledheader("VarDumpEvent.h");
2816 G__add_compiledheader("TabDumpEvent.h");
2817 G__add_compiledheader("CalibCalEvent.h");
2818 G__add_compiledheader("CalibTrkEvent.h");
2819 G__add_compiledheader("CalibTrgEvent.h");
2820 G__add_compiledheader("CalibTrdEvent.h");
2821 G__add_compiledheader("CalibTofEvent.h");
2822 G__add_compiledheader("CalibS4Event.h");
2823 G__add_compiledheader("RunHeaderEvent.h");
2824 G__add_compiledheader("RunTrailerEvent.h");
2825 G__add_compiledheader("ForcedPktEvent.h");
2826 G__add_compiledheader("CRC.h");
2827 G__add_compiledheader("PacketType.h");
2828 G__add_compiledheader("Algorithm.h");
2829 G__add_compiledheader("AlgorithmInfo.h");
2830 G__add_compiledheader("RunInfo.h");
2831 G__cpp_reset_tagtableEventDict();
2832 }
2833 class G__EventDictdOcpp_tag {};
2834
2835 void* operator new(size_t size,G__EventDictdOcpp_tag* p) {
2836 if(p && G__PVOID!=G__getgvp()) return((void*)p);
2837 #ifndef G__ROOT
2838 return(malloc(size));
2839 #else
2840 return(::operator new(size));
2841 #endif
2842 }
2843
2844 /* dummy, for exception */
2845 #ifdef G__EH_DUMMY_DELETE
2846 void operator delete(void *p,G__EventDictdOcpp_tag* x) {
2847 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
2848 #ifndef G__ROOT
2849 free(p);
2850 #else
2851 ::operator delete(p);
2852 #endif
2853 }
2854 #endif
2855
2856 static void G__operator_delete(void *p) {
2857 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
2858 #ifndef G__ROOT
2859 free(p);
2860 #else
2861 ::operator delete(p);
2862 #endif
2863 }
2864
2865 void G__DELDMY_EventDictdOcpp() { G__operator_delete(0); }
2866
2867 extern "C" int G__cpp_dllrevEventDict() { return(30051515); }
2868
2869 /*********************************************************
2870 * Member function Interface Method
2871 *********************************************************/
2872
2873 /* pamela */
2874
2875 /* pamela::PacketType */
2876 static int G__EventDict_124_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2877 {
2878 const string *pobj,xobj=((const pamela::PacketType*)(G__getstructoffset()))->GetName();
2879 pobj=new string(xobj);
2880 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
2881 G__store_tempobject(*result7);
2882 }
2883 return(1 || funcname || hash || result7 || libp) ;
2884 }
2885
2886 static int G__EventDict_124_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2887 G__letint(result7,105,(long)((const pamela::PacketType*)(G__getstructoffset()))->GetMagic());
2888 return(1 || funcname || hash || result7 || libp) ;
2889 }
2890
2891 static int G__EventDict_124_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2892 G__letint(result7,85,(long)pamela::PacketType::Class());
2893 return(1 || funcname || hash || result7 || libp) ;
2894 }
2895
2896 static int G__EventDict_124_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2897 G__letint(result7,67,(long)pamela::PacketType::Class_Name());
2898 return(1 || funcname || hash || result7 || libp) ;
2899 }
2900
2901 static int G__EventDict_124_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2902 G__letint(result7,115,(long)pamela::PacketType::Class_Version());
2903 return(1 || funcname || hash || result7 || libp) ;
2904 }
2905
2906 static int G__EventDict_124_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2907 G__setnull(result7);
2908 pamela::PacketType::Dictionary();
2909 return(1 || funcname || hash || result7 || libp) ;
2910 }
2911
2912 static int G__EventDict_124_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2913 G__letint(result7,85,(long)((const pamela::PacketType*)(G__getstructoffset()))->IsA());
2914 return(1 || funcname || hash || result7 || libp) ;
2915 }
2916
2917 static int G__EventDict_124_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2918 G__setnull(result7);
2919 ((pamela::PacketType*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
2920 return(1 || funcname || hash || result7 || libp) ;
2921 }
2922
2923 static int G__EventDict_124_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2924 G__setnull(result7);
2925 ((pamela::PacketType*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
2926 return(1 || funcname || hash || result7 || libp) ;
2927 }
2928
2929 static int G__EventDict_124_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2930 G__setnull(result7);
2931 ((pamela::PacketType*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
2932 return(1 || funcname || hash || result7 || libp) ;
2933 }
2934
2935 static int G__EventDict_124_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2936 G__letint(result7,67,(long)pamela::PacketType::DeclFileName());
2937 return(1 || funcname || hash || result7 || libp) ;
2938 }
2939
2940 static int G__EventDict_124_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2941 G__letint(result7,105,(long)pamela::PacketType::ImplFileLine());
2942 return(1 || funcname || hash || result7 || libp) ;
2943 }
2944
2945 static int G__EventDict_124_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2946 G__letint(result7,67,(long)pamela::PacketType::ImplFileName());
2947 return(1 || funcname || hash || result7 || libp) ;
2948 }
2949
2950 static int G__EventDict_124_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2951 G__letint(result7,105,(long)pamela::PacketType::DeclFileLine());
2952 return(1 || funcname || hash || result7 || libp) ;
2953 }
2954
2955 // automatic copy constructor
2956 static int G__EventDict_124_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
2957 {
2958 pamela::PacketType *p;
2959 void *xtmp = (void*)G__int(libp->para[0]);
2960 p=new pamela::PacketType(*(pamela::PacketType*)xtmp);
2961 result7->obj.i = (long)p;
2962 result7->ref = (long)p;
2963 result7->type = 'u';
2964 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType);
2965 return(1 || funcname || hash || result7 || libp) ;
2966 }
2967
2968 // automatic destructor
2969 typedef pamela::PacketType G__TpamelacLcLPacketType;
2970 static int G__EventDict_124_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2971 if(0==G__getstructoffset()) return(1);
2972 if(G__getaryconstruct())
2973 if(G__PVOID==G__getgvp())
2974 delete[] (pamela::PacketType *)(G__getstructoffset());
2975 else
2976 for(int i=G__getaryconstruct()-1;i>=0;i--)
2977 ((pamela::PacketType *)((G__getstructoffset())+sizeof(pamela::PacketType)*i))->~G__TpamelacLcLPacketType();
2978 else {
2979 long G__Xtmp=G__getgvp();
2980 G__setgvp(G__PVOID);
2981 ((pamela::PacketType *)(G__getstructoffset()))->~G__TpamelacLcLPacketType();
2982 G__setgvp(G__Xtmp);
2983 G__operator_delete((void*)G__getstructoffset());
2984 }
2985 G__setnull(result7);
2986 return(1 || funcname || hash || result7 || libp) ;
2987 }
2988
2989 // automatic assignment operator
2990 static int G__EventDict_124_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
2991 pamela::PacketType *dest = (pamela::PacketType*)(G__getstructoffset());
2992 *dest = (*(pamela::PacketType*)libp->para[0].ref);
2993 const pamela::PacketType& obj = *dest;
2994 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
2995 return(1 || funcname || hash || result7 || libp) ;
2996 }
2997
2998
2999 /* pamela::SubPacket */
3000 static int G__EventDict_126_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3001 pamela::SubPacket *p=NULL;
3002 if(G__getaryconstruct()) p=new pamela::SubPacket[G__getaryconstruct()];
3003 else p=new pamela::SubPacket;
3004 result7->obj.i = (long)p;
3005 result7->ref = (long)p;
3006 result7->type = 'u';
3007 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket);
3008 return(1 || funcname || hash || result7 || libp) ;
3009 }
3010
3011 static int G__EventDict_126_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3012 {
3013 const string *pobj,xobj=((const pamela::SubPacket*)(G__getstructoffset()))->GetSubPacketName();
3014 pobj=new string(xobj);
3015 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
3016 G__store_tempobject(*result7);
3017 }
3018 return(1 || funcname || hash || result7 || libp) ;
3019 }
3020
3021 static int G__EventDict_126_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3022 G__letint(result7,103,(long)((const pamela::SubPacket*)(G__getstructoffset()))->IsDetectorSpecific());
3023 return(1 || funcname || hash || result7 || libp) ;
3024 }
3025
3026 static int G__EventDict_126_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3027 G__letint(result7,85,(long)((const pamela::SubPacket*)(G__getstructoffset()))->GetSubDetector());
3028 return(1 || funcname || hash || result7 || libp) ;
3029 }
3030
3031 static int G__EventDict_126_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3032 G__letint(result7,85,(long)((const pamela::SubPacket*)(G__getstructoffset()))->GetPacketType());
3033 return(1 || funcname || hash || result7 || libp) ;
3034 }
3035
3036 static int G__EventDict_126_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3037 G__letint(result7,85,(long)pamela::SubPacket::Class());
3038 return(1 || funcname || hash || result7 || libp) ;
3039 }
3040
3041 static int G__EventDict_126_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3042 G__letint(result7,67,(long)pamela::SubPacket::Class_Name());
3043 return(1 || funcname || hash || result7 || libp) ;
3044 }
3045
3046 static int G__EventDict_126_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3047 G__letint(result7,115,(long)pamela::SubPacket::Class_Version());
3048 return(1 || funcname || hash || result7 || libp) ;
3049 }
3050
3051 static int G__EventDict_126_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3052 G__setnull(result7);
3053 pamela::SubPacket::Dictionary();
3054 return(1 || funcname || hash || result7 || libp) ;
3055 }
3056
3057 static int G__EventDict_126_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3058 G__letint(result7,85,(long)((const pamela::SubPacket*)(G__getstructoffset()))->IsA());
3059 return(1 || funcname || hash || result7 || libp) ;
3060 }
3061
3062 static int G__EventDict_126_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3063 G__setnull(result7);
3064 ((pamela::SubPacket*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
3065 return(1 || funcname || hash || result7 || libp) ;
3066 }
3067
3068 static int G__EventDict_126_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3069 G__setnull(result7);
3070 ((pamela::SubPacket*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
3071 return(1 || funcname || hash || result7 || libp) ;
3072 }
3073
3074 static int G__EventDict_126_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3075 G__setnull(result7);
3076 ((pamela::SubPacket*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
3077 return(1 || funcname || hash || result7 || libp) ;
3078 }
3079
3080 static int G__EventDict_126_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3081 G__letint(result7,67,(long)pamela::SubPacket::DeclFileName());
3082 return(1 || funcname || hash || result7 || libp) ;
3083 }
3084
3085 static int G__EventDict_126_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3086 G__letint(result7,105,(long)pamela::SubPacket::ImplFileLine());
3087 return(1 || funcname || hash || result7 || libp) ;
3088 }
3089
3090 static int G__EventDict_126_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3091 G__letint(result7,67,(long)pamela::SubPacket::ImplFileName());
3092 return(1 || funcname || hash || result7 || libp) ;
3093 }
3094
3095 static int G__EventDict_126_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3096 G__letint(result7,105,(long)pamela::SubPacket::DeclFileLine());
3097 return(1 || funcname || hash || result7 || libp) ;
3098 }
3099
3100 // automatic copy constructor
3101 static int G__EventDict_126_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
3102 {
3103 pamela::SubPacket *p;
3104 void *xtmp = (void*)G__int(libp->para[0]);
3105 p=new pamela::SubPacket(*(pamela::SubPacket*)xtmp);
3106 result7->obj.i = (long)p;
3107 result7->ref = (long)p;
3108 result7->type = 'u';
3109 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket);
3110 return(1 || funcname || hash || result7 || libp) ;
3111 }
3112
3113 // automatic destructor
3114 typedef pamela::SubPacket G__TpamelacLcLSubPacket;
3115 static int G__EventDict_126_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3116 if(0==G__getstructoffset()) return(1);
3117 if(G__getaryconstruct())
3118 if(G__PVOID==G__getgvp())
3119 delete[] (pamela::SubPacket *)(G__getstructoffset());
3120 else
3121 for(int i=G__getaryconstruct()-1;i>=0;i--)
3122 delete (pamela::SubPacket *)((G__getstructoffset())+sizeof(pamela::SubPacket)*i);
3123 else delete (pamela::SubPacket *)(G__getstructoffset());
3124 G__setnull(result7);
3125 return(1 || funcname || hash || result7 || libp) ;
3126 }
3127
3128
3129 /* pamela::PscuHeader */
3130 static int G__EventDict_169_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3131 pamela::PscuHeader *p=NULL;
3132 if(G__getaryconstruct()) p=new pamela::PscuHeader[G__getaryconstruct()];
3133 else p=new pamela::PscuHeader;
3134 result7->obj.i = (long)p;
3135 result7->ref = (long)p;
3136 result7->type = 'u';
3137 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader);
3138 return(1 || funcname || hash || result7 || libp) ;
3139 }
3140
3141 static int G__EventDict_169_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3142 G__letint(result7,85,(long)((pamela::PscuHeader*)(G__getstructoffset()))->GetPacketType());
3143 return(1 || funcname || hash || result7 || libp) ;
3144 }
3145
3146 static int G__EventDict_169_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3147 G__letint(result7,105,(long)((const pamela::PscuHeader*)(G__getstructoffset()))->GetHeader());
3148 return(1 || funcname || hash || result7 || libp) ;
3149 }
3150
3151 static int G__EventDict_169_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3152 G__letint(result7,98,(long)((const pamela::PscuHeader*)(G__getstructoffset()))->GetPacketId1());
3153 return(1 || funcname || hash || result7 || libp) ;
3154 }
3155
3156 static int G__EventDict_169_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3157 G__letint(result7,98,(long)((const pamela::PscuHeader*)(G__getstructoffset()))->GetPacketId2());
3158 return(1 || funcname || hash || result7 || libp) ;
3159 }
3160
3161 static int G__EventDict_169_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3162 G__letint(result7,105,(long)((const pamela::PscuHeader*)(G__getstructoffset()))->GetCounter());
3163 return(1 || funcname || hash || result7 || libp) ;
3164 }
3165
3166 static int G__EventDict_169_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3167 G__letint(result7,105,(long)((const pamela::PscuHeader*)(G__getstructoffset()))->GetOrbitalTime());
3168 return(1 || funcname || hash || result7 || libp) ;
3169 }
3170
3171 static int G__EventDict_169_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3172 G__letint(result7,98,(long)((const pamela::PscuHeader*)(G__getstructoffset()))->GetCRC());
3173 return(1 || funcname || hash || result7 || libp) ;
3174 }
3175
3176 static int G__EventDict_169_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3177 G__letint(result7,105,(long)((const pamela::PscuHeader*)(G__getstructoffset()))->GetPacketLenght());
3178 return(1 || funcname || hash || result7 || libp) ;
3179 }
3180
3181 static int G__EventDict_169_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3182 G__setnull(result7);
3183 ((pamela::PscuHeader*)(G__getstructoffset()))->SetHeader((int)G__int(libp->para[0]));
3184 return(1 || funcname || hash || result7 || libp) ;
3185 }
3186
3187 static int G__EventDict_169_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3188 G__setnull(result7);
3189 ((pamela::PscuHeader*)(G__getstructoffset()))->SetPacketId((short)G__int(libp->para[0]),(short)G__int(libp->para[1]));
3190 return(1 || funcname || hash || result7 || libp) ;
3191 }
3192
3193 static int G__EventDict_169_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3194 G__setnull(result7);
3195 ((pamela::PscuHeader*)(G__getstructoffset()))->SetCounter((int)G__int(libp->para[0]));
3196 return(1 || funcname || hash || result7 || libp) ;
3197 }
3198
3199 static int G__EventDict_169_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3200 G__setnull(result7);
3201 ((pamela::PscuHeader*)(G__getstructoffset()))->SetOrbitalTime((int)G__int(libp->para[0]));
3202 return(1 || funcname || hash || result7 || libp) ;
3203 }
3204
3205 static int G__EventDict_169_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3206 G__setnull(result7);
3207 ((pamela::PscuHeader*)(G__getstructoffset()))->SetPacketLenght((int)G__int(libp->para[0]));
3208 return(1 || funcname || hash || result7 || libp) ;
3209 }
3210
3211 static int G__EventDict_169_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3212 G__setnull(result7);
3213 ((pamela::PscuHeader*)(G__getstructoffset()))->SetCRC((short)G__int(libp->para[0]));
3214 return(1 || funcname || hash || result7 || libp) ;
3215 }
3216
3217 static int G__EventDict_169_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3218 G__letint(result7,85,(long)pamela::PscuHeader::Class());
3219 return(1 || funcname || hash || result7 || libp) ;
3220 }
3221
3222 static int G__EventDict_169_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3223 G__letint(result7,67,(long)pamela::PscuHeader::Class_Name());
3224 return(1 || funcname || hash || result7 || libp) ;
3225 }
3226
3227 static int G__EventDict_169_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3228 G__letint(result7,115,(long)pamela::PscuHeader::Class_Version());
3229 return(1 || funcname || hash || result7 || libp) ;
3230 }
3231
3232 static int G__EventDict_169_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3233 G__setnull(result7);
3234 pamela::PscuHeader::Dictionary();
3235 return(1 || funcname || hash || result7 || libp) ;
3236 }
3237
3238 static int G__EventDict_169_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3239 G__letint(result7,85,(long)((const pamela::PscuHeader*)(G__getstructoffset()))->IsA());
3240 return(1 || funcname || hash || result7 || libp) ;
3241 }
3242
3243 static int G__EventDict_169_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3244 G__setnull(result7);
3245 ((pamela::PscuHeader*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
3246 return(1 || funcname || hash || result7 || libp) ;
3247 }
3248
3249 static int G__EventDict_169_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3250 G__setnull(result7);
3251 ((pamela::PscuHeader*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
3252 return(1 || funcname || hash || result7 || libp) ;
3253 }
3254
3255 static int G__EventDict_169_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3256 G__setnull(result7);
3257 ((pamela::PscuHeader*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
3258 return(1 || funcname || hash || result7 || libp) ;
3259 }
3260
3261 static int G__EventDict_169_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3262 G__letint(result7,67,(long)pamela::PscuHeader::DeclFileName());
3263 return(1 || funcname || hash || result7 || libp) ;
3264 }
3265
3266 static int G__EventDict_169_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3267 G__letint(result7,105,(long)pamela::PscuHeader::ImplFileLine());
3268 return(1 || funcname || hash || result7 || libp) ;
3269 }
3270
3271 static int G__EventDict_169_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3272 G__letint(result7,67,(long)pamela::PscuHeader::ImplFileName());
3273 return(1 || funcname || hash || result7 || libp) ;
3274 }
3275
3276 static int G__EventDict_169_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3277 G__letint(result7,105,(long)pamela::PscuHeader::DeclFileLine());
3278 return(1 || funcname || hash || result7 || libp) ;
3279 }
3280
3281 // automatic copy constructor
3282 static int G__EventDict_169_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
3283 {
3284 pamela::PscuHeader *p;
3285 void *xtmp = (void*)G__int(libp->para[0]);
3286 p=new pamela::PscuHeader(*(pamela::PscuHeader*)xtmp);
3287 result7->obj.i = (long)p;
3288 result7->ref = (long)p;
3289 result7->type = 'u';
3290 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader);
3291 return(1 || funcname || hash || result7 || libp) ;
3292 }
3293
3294 // automatic destructor
3295 typedef pamela::PscuHeader G__TpamelacLcLPscuHeader;
3296 static int G__EventDict_169_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3297 if(0==G__getstructoffset()) return(1);
3298 if(G__getaryconstruct())
3299 if(G__PVOID==G__getgvp())
3300 delete[] (pamela::PscuHeader *)(G__getstructoffset());
3301 else
3302 for(int i=G__getaryconstruct()-1;i>=0;i--)
3303 delete (pamela::PscuHeader *)((G__getstructoffset())+sizeof(pamela::PscuHeader)*i);
3304 else delete (pamela::PscuHeader *)(G__getstructoffset());
3305 G__setnull(result7);
3306 return(1 || funcname || hash || result7 || libp) ;
3307 }
3308
3309
3310 /* pamela::EventCounter */
3311 static int G__EventDict_177_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3312 pamela::EventCounter *p=NULL;
3313 switch(libp->paran) {
3314 case 1:
3315 p = new pamela::EventCounter((int)G__int(libp->para[0]));
3316 break;
3317 case 0:
3318 if(G__getaryconstruct()) p=new pamela::EventCounter[G__getaryconstruct()];
3319 else p=new pamela::EventCounter;
3320 break;
3321 }
3322 result7->obj.i = (long)p;
3323 result7->ref = (long)p;
3324 result7->type = 'u';
3325 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter);
3326 return(1 || funcname || hash || result7 || libp) ;
3327 }
3328
3329 static int G__EventDict_177_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3330 G__letint(result7,105,(long)((const pamela::EventCounter*)(G__getstructoffset()))->Get((pamela::PacketType *const)G__int(libp->para[0])));
3331 return(1 || funcname || hash || result7 || libp) ;
3332 }
3333
3334 static int G__EventDict_177_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3335 G__letint(result7,105,(long)((const pamela::EventCounter*)(G__getstructoffset()))->Next((pamela::PacketType *const)G__int(libp->para[0])));
3336 return(1 || funcname || hash || result7 || libp) ;
3337 }
3338
3339 static int G__EventDict_177_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3340 G__letint(result7,105,(long)((const pamela::EventCounter*)(G__getstructoffset()))->GetRunNumber());
3341 return(1 || funcname || hash || result7 || libp) ;
3342 }
3343
3344 static int G__EventDict_177_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3345 G__setnull(result7);
3346 ((pamela::EventCounter*)(G__getstructoffset()))->Increment((pamela::PacketType *const)G__int(libp->para[0]));
3347 return(1 || funcname || hash || result7 || libp) ;
3348 }
3349
3350 static int G__EventDict_177_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3351 G__setnull(result7);
3352 ((const pamela::EventCounter*)(G__getstructoffset()))->PrintCounters();
3353 return(1 || funcname || hash || result7 || libp) ;
3354 }
3355
3356 static int G__EventDict_177_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3357 G__letint(result7,85,(long)pamela::EventCounter::Class());
3358 return(1 || funcname || hash || result7 || libp) ;
3359 }
3360
3361 static int G__EventDict_177_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3362 G__letint(result7,67,(long)pamela::EventCounter::Class_Name());
3363 return(1 || funcname || hash || result7 || libp) ;
3364 }
3365
3366 static int G__EventDict_177_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3367 G__letint(result7,115,(long)pamela::EventCounter::Class_Version());
3368 return(1 || funcname || hash || result7 || libp) ;
3369 }
3370
3371 static int G__EventDict_177_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3372 G__setnull(result7);
3373 pamela::EventCounter::Dictionary();
3374 return(1 || funcname || hash || result7 || libp) ;
3375 }
3376
3377 static int G__EventDict_177_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3378 G__letint(result7,85,(long)((const pamela::EventCounter*)(G__getstructoffset()))->IsA());
3379 return(1 || funcname || hash || result7 || libp) ;
3380 }
3381
3382 static int G__EventDict_177_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3383 G__setnull(result7);
3384 ((pamela::EventCounter*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
3385 return(1 || funcname || hash || result7 || libp) ;
3386 }
3387
3388 static int G__EventDict_177_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3389 G__setnull(result7);
3390 ((pamela::EventCounter*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
3391 return(1 || funcname || hash || result7 || libp) ;
3392 }
3393
3394 static int G__EventDict_177_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3395 G__setnull(result7);
3396 ((pamela::EventCounter*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
3397 return(1 || funcname || hash || result7 || libp) ;
3398 }
3399
3400 static int G__EventDict_177_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3401 G__letint(result7,67,(long)pamela::EventCounter::DeclFileName());
3402 return(1 || funcname || hash || result7 || libp) ;
3403 }
3404
3405 static int G__EventDict_177_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3406 G__letint(result7,105,(long)pamela::EventCounter::ImplFileLine());
3407 return(1 || funcname || hash || result7 || libp) ;
3408 }
3409
3410 static int G__EventDict_177_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3411 G__letint(result7,67,(long)pamela::EventCounter::ImplFileName());
3412 return(1 || funcname || hash || result7 || libp) ;
3413 }
3414
3415 static int G__EventDict_177_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3416 G__letint(result7,105,(long)pamela::EventCounter::DeclFileLine());
3417 return(1 || funcname || hash || result7 || libp) ;
3418 }
3419
3420 // automatic copy constructor
3421 static int G__EventDict_177_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
3422 {
3423 pamela::EventCounter *p;
3424 void *xtmp = (void*)G__int(libp->para[0]);
3425 p=new pamela::EventCounter(*(pamela::EventCounter*)xtmp);
3426 result7->obj.i = (long)p;
3427 result7->ref = (long)p;
3428 result7->type = 'u';
3429 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter);
3430 return(1 || funcname || hash || result7 || libp) ;
3431 }
3432
3433 // automatic destructor
3434 typedef pamela::EventCounter G__TpamelacLcLEventCounter;
3435 static int G__EventDict_177_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3436 if(0==G__getstructoffset()) return(1);
3437 if(G__getaryconstruct())
3438 if(G__PVOID==G__getgvp())
3439 delete[] (pamela::EventCounter *)(G__getstructoffset());
3440 else
3441 for(int i=G__getaryconstruct()-1;i>=0;i--)
3442 delete (pamela::EventCounter *)((G__getstructoffset())+sizeof(pamela::EventCounter)*i);
3443 else delete (pamela::EventCounter *)(G__getstructoffset());
3444 G__setnull(result7);
3445 return(1 || funcname || hash || result7 || libp) ;
3446 }
3447
3448 // automatic assignment operator
3449 static int G__EventDict_177_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3450 pamela::EventCounter *dest = (pamela::EventCounter*)(G__getstructoffset());
3451 *dest = (*(pamela::EventCounter*)libp->para[0].ref);
3452 const pamela::EventCounter& obj = *dest;
3453 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
3454 return(1 || funcname || hash || result7 || libp) ;
3455 }
3456
3457
3458 /* pamela::EventHeader */
3459 static int G__EventDict_187_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3460 pamela::EventHeader *p=NULL;
3461 switch(libp->paran) {
3462 case 1:
3463 p = new pamela::EventHeader((int)G__int(libp->para[0]));
3464 break;
3465 case 0:
3466 if(G__getaryconstruct()) p=new pamela::EventHeader[G__getaryconstruct()];
3467 else p=new pamela::EventHeader;
3468 break;
3469 }
3470 result7->obj.i = (long)p;
3471 result7->ref = (long)p;
3472 result7->type = 'u';
3473 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader);
3474 return(1 || funcname || hash || result7 || libp) ;
3475 }
3476
3477 static int G__EventDict_187_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3478 pamela::EventHeader *p=NULL;
3479 p = new pamela::EventHeader((const pamela::PacketType*)G__int(libp->para[0]));
3480 result7->obj.i = (long)p;
3481 result7->ref = (long)p;
3482 result7->type = 'u';
3483 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader);
3484 return(1 || funcname || hash || result7 || libp) ;
3485 }
3486
3487 static int G__EventDict_187_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3488 G__letint(result7,85,(long)((pamela::EventHeader*)(G__getstructoffset()))->GetCounter());
3489 return(1 || funcname || hash || result7 || libp) ;
3490 }
3491
3492 static int G__EventDict_187_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3493 G__letint(result7,85,(long)((pamela::EventHeader*)(G__getstructoffset()))->GetPscuHeader());
3494 return(1 || funcname || hash || result7 || libp) ;
3495 }
3496
3497 static int G__EventDict_187_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3498 G__letint(result7,85,(long)pamela::EventHeader::Class());
3499 return(1 || funcname || hash || result7 || libp) ;
3500 }
3501
3502 static int G__EventDict_187_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3503 G__letint(result7,67,(long)pamela::EventHeader::Class_Name());
3504 return(1 || funcname || hash || result7 || libp) ;
3505 }
3506
3507 static int G__EventDict_187_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3508 G__letint(result7,115,(long)pamela::EventHeader::Class_Version());
3509 return(1 || funcname || hash || result7 || libp) ;
3510 }
3511
3512 static int G__EventDict_187_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3513 G__setnull(result7);
3514 pamela::EventHeader::Dictionary();
3515 return(1 || funcname || hash || result7 || libp) ;
3516 }
3517
3518 static int G__EventDict_187_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3519 G__letint(result7,85,(long)((const pamela::EventHeader*)(G__getstructoffset()))->IsA());
3520 return(1 || funcname || hash || result7 || libp) ;
3521 }
3522
3523 static int G__EventDict_187_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3524 G__setnull(result7);
3525 ((pamela::EventHeader*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
3526 return(1 || funcname || hash || result7 || libp) ;
3527 }
3528
3529 static int G__EventDict_187_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3530 G__setnull(result7);
3531 ((pamela::EventHeader*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
3532 return(1 || funcname || hash || result7 || libp) ;
3533 }
3534
3535 static int G__EventDict_187_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3536 G__setnull(result7);
3537 ((pamela::EventHeader*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
3538 return(1 || funcname || hash || result7 || libp) ;
3539 }
3540
3541 static int G__EventDict_187_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3542 G__letint(result7,67,(long)pamela::EventHeader::DeclFileName());
3543 return(1 || funcname || hash || result7 || libp) ;
3544 }
3545
3546 static int G__EventDict_187_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3547 G__letint(result7,105,(long)pamela::EventHeader::ImplFileLine());
3548 return(1 || funcname || hash || result7 || libp) ;
3549 }
3550
3551 static int G__EventDict_187_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3552 G__letint(result7,67,(long)pamela::EventHeader::ImplFileName());
3553 return(1 || funcname || hash || result7 || libp) ;
3554 }
3555
3556 static int G__EventDict_187_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3557 G__letint(result7,105,(long)pamela::EventHeader::DeclFileLine());
3558 return(1 || funcname || hash || result7 || libp) ;
3559 }
3560
3561 // automatic copy constructor
3562 static int G__EventDict_187_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
3563 {
3564 pamela::EventHeader *p;
3565 void *xtmp = (void*)G__int(libp->para[0]);
3566 p=new pamela::EventHeader(*(pamela::EventHeader*)xtmp);
3567 result7->obj.i = (long)p;
3568 result7->ref = (long)p;
3569 result7->type = 'u';
3570 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader);
3571 return(1 || funcname || hash || result7 || libp) ;
3572 }
3573
3574 // automatic destructor
3575 typedef pamela::EventHeader G__TpamelacLcLEventHeader;
3576 static int G__EventDict_187_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3577 if(0==G__getstructoffset()) return(1);
3578 if(G__getaryconstruct())
3579 if(G__PVOID==G__getgvp())
3580 delete[] (pamela::EventHeader *)(G__getstructoffset());
3581 else
3582 for(int i=G__getaryconstruct()-1;i>=0;i--)
3583 delete (pamela::EventHeader *)((G__getstructoffset())+sizeof(pamela::EventHeader)*i);
3584 else delete (pamela::EventHeader *)(G__getstructoffset());
3585 G__setnull(result7);
3586 return(1 || funcname || hash || result7 || libp) ;
3587 }
3588
3589
3590 /* pamela::PscuEvent */
3591 static int G__EventDict_188_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3592 pamela::PscuEvent *p=NULL;
3593 if(G__getaryconstruct()) p=new pamela::PscuEvent[G__getaryconstruct()];
3594 else p=new pamela::PscuEvent;
3595 result7->obj.i = (long)p;
3596 result7->ref = (long)p;
3597 result7->type = 'u';
3598 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuEvent);
3599 return(1 || funcname || hash || result7 || libp) ;
3600 }
3601
3602 static int G__EventDict_188_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3603 G__letint(result7,85,(long)pamela::PscuEvent::Class());
3604 return(1 || funcname || hash || result7 || libp) ;
3605 }
3606
3607 static int G__EventDict_188_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3608 G__letint(result7,67,(long)pamela::PscuEvent::Class_Name());
3609 return(1 || funcname || hash || result7 || libp) ;
3610 }
3611
3612 static int G__EventDict_188_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3613 G__letint(result7,115,(long)pamela::PscuEvent::Class_Version());
3614 return(1 || funcname || hash || result7 || libp) ;
3615 }
3616
3617 static int G__EventDict_188_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3618 G__setnull(result7);
3619 pamela::PscuEvent::Dictionary();
3620 return(1 || funcname || hash || result7 || libp) ;
3621 }
3622
3623 static int G__EventDict_188_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3624 G__letint(result7,85,(long)((const pamela::PscuEvent*)(G__getstructoffset()))->IsA());
3625 return(1 || funcname || hash || result7 || libp) ;
3626 }
3627
3628 static int G__EventDict_188_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3629 G__setnull(result7);
3630 ((pamela::PscuEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
3631 return(1 || funcname || hash || result7 || libp) ;
3632 }
3633
3634 static int G__EventDict_188_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3635 G__setnull(result7);
3636 ((pamela::PscuEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
3637 return(1 || funcname || hash || result7 || libp) ;
3638 }
3639
3640 static int G__EventDict_188_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3641 G__setnull(result7);
3642 ((pamela::PscuEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
3643 return(1 || funcname || hash || result7 || libp) ;
3644 }
3645
3646 static int G__EventDict_188_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3647 G__letint(result7,67,(long)pamela::PscuEvent::DeclFileName());
3648 return(1 || funcname || hash || result7 || libp) ;
3649 }
3650
3651 static int G__EventDict_188_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3652 G__letint(result7,105,(long)pamela::PscuEvent::ImplFileLine());
3653 return(1 || funcname || hash || result7 || libp) ;
3654 }
3655
3656 static int G__EventDict_188_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3657 G__letint(result7,67,(long)pamela::PscuEvent::ImplFileName());
3658 return(1 || funcname || hash || result7 || libp) ;
3659 }
3660
3661 static int G__EventDict_188_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3662 G__letint(result7,105,(long)pamela::PscuEvent::DeclFileLine());
3663 return(1 || funcname || hash || result7 || libp) ;
3664 }
3665
3666 // automatic copy constructor
3667 static int G__EventDict_188_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
3668 {
3669 pamela::PscuEvent *p;
3670 void *xtmp = (void*)G__int(libp->para[0]);
3671 p=new pamela::PscuEvent(*(pamela::PscuEvent*)xtmp);
3672 result7->obj.i = (long)p;
3673 result7->ref = (long)p;
3674 result7->type = 'u';
3675 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuEvent);
3676 return(1 || funcname || hash || result7 || libp) ;
3677 }
3678
3679 // automatic destructor
3680 typedef pamela::PscuEvent G__TpamelacLcLPscuEvent;
3681 static int G__EventDict_188_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3682 if(0==G__getstructoffset()) return(1);
3683 if(G__getaryconstruct())
3684 if(G__PVOID==G__getgvp())
3685 delete[] (pamela::PscuEvent *)(G__getstructoffset());
3686 else
3687 for(int i=G__getaryconstruct()-1;i>=0;i--)
3688 delete (pamela::PscuEvent *)((G__getstructoffset())+sizeof(pamela::PscuEvent)*i);
3689 else delete (pamela::PscuEvent *)(G__getstructoffset());
3690 G__setnull(result7);
3691 return(1 || funcname || hash || result7 || libp) ;
3692 }
3693
3694
3695 /* pamela::ArrDumpEvent */
3696 static int G__EventDict_189_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3697 pamela::ArrDumpEvent *p=NULL;
3698 if(G__getaryconstruct()) p=new pamela::ArrDumpEvent[G__getaryconstruct()];
3699 else p=new pamela::ArrDumpEvent;
3700 result7->obj.i = (long)p;
3701 result7->ref = (long)p;
3702 result7->type = 'u';
3703 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLArrDumpEvent);
3704 return(1 || funcname || hash || result7 || libp) ;
3705 }
3706
3707 static int G__EventDict_189_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3708 G__letint(result7,85,(long)pamela::ArrDumpEvent::Class());
3709 return(1 || funcname || hash || result7 || libp) ;
3710 }
3711
3712 static int G__EventDict_189_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3713 G__letint(result7,67,(long)pamela::ArrDumpEvent::Class_Name());
3714 return(1 || funcname || hash || result7 || libp) ;
3715 }
3716
3717 static int G__EventDict_189_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3718 G__letint(result7,115,(long)pamela::ArrDumpEvent::Class_Version());
3719 return(1 || funcname || hash || result7 || libp) ;
3720 }
3721
3722 static int G__EventDict_189_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3723 G__setnull(result7);
3724 pamela::ArrDumpEvent::Dictionary();
3725 return(1 || funcname || hash || result7 || libp) ;
3726 }
3727
3728 static int G__EventDict_189_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3729 G__letint(result7,85,(long)((const pamela::ArrDumpEvent*)(G__getstructoffset()))->IsA());
3730 return(1 || funcname || hash || result7 || libp) ;
3731 }
3732
3733 static int G__EventDict_189_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3734 G__setnull(result7);
3735 ((pamela::ArrDumpEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
3736 return(1 || funcname || hash || result7 || libp) ;
3737 }
3738
3739 static int G__EventDict_189_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3740 G__setnull(result7);
3741 ((pamela::ArrDumpEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
3742 return(1 || funcname || hash || result7 || libp) ;
3743 }
3744
3745 static int G__EventDict_189_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3746 G__setnull(result7);
3747 ((pamela::ArrDumpEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
3748 return(1 || funcname || hash || result7 || libp) ;
3749 }
3750
3751 static int G__EventDict_189_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3752 G__letint(result7,67,(long)pamela::ArrDumpEvent::DeclFileName());
3753 return(1 || funcname || hash || result7 || libp) ;
3754 }
3755
3756 static int G__EventDict_189_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3757 G__letint(result7,105,(long)pamela::ArrDumpEvent::ImplFileLine());
3758 return(1 || funcname || hash || result7 || libp) ;
3759 }
3760
3761 static int G__EventDict_189_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3762 G__letint(result7,67,(long)pamela::ArrDumpEvent::ImplFileName());
3763 return(1 || funcname || hash || result7 || libp) ;
3764 }
3765
3766 static int G__EventDict_189_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3767 G__letint(result7,105,(long)pamela::ArrDumpEvent::DeclFileLine());
3768 return(1 || funcname || hash || result7 || libp) ;
3769 }
3770
3771 // automatic copy constructor
3772 static int G__EventDict_189_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
3773 {
3774 pamela::ArrDumpEvent *p;
3775 void *xtmp = (void*)G__int(libp->para[0]);
3776 p=new pamela::ArrDumpEvent(*(pamela::ArrDumpEvent*)xtmp);
3777 result7->obj.i = (long)p;
3778 result7->ref = (long)p;
3779 result7->type = 'u';
3780 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLArrDumpEvent);
3781 return(1 || funcname || hash || result7 || libp) ;
3782 }
3783
3784 // automatic destructor
3785 typedef pamela::ArrDumpEvent G__TpamelacLcLArrDumpEvent;
3786 static int G__EventDict_189_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3787 if(0==G__getstructoffset()) return(1);
3788 if(G__getaryconstruct())
3789 if(G__PVOID==G__getgvp())
3790 delete[] (pamela::ArrDumpEvent *)(G__getstructoffset());
3791 else
3792 for(int i=G__getaryconstruct()-1;i>=0;i--)
3793 delete (pamela::ArrDumpEvent *)((G__getstructoffset())+sizeof(pamela::ArrDumpEvent)*i);
3794 else delete (pamela::ArrDumpEvent *)(G__getstructoffset());
3795 G__setnull(result7);
3796 return(1 || funcname || hash || result7 || libp) ;
3797 }
3798
3799
3800 /* pamela::VarDumpEvent */
3801 static int G__EventDict_190_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3802 pamela::VarDumpEvent *p=NULL;
3803 if(G__getaryconstruct()) p=new pamela::VarDumpEvent[G__getaryconstruct()];
3804 else p=new pamela::VarDumpEvent;
3805 result7->obj.i = (long)p;
3806 result7->ref = (long)p;
3807 result7->type = 'u';
3808 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLVarDumpEvent);
3809 return(1 || funcname || hash || result7 || libp) ;
3810 }
3811
3812 static int G__EventDict_190_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3813 G__letint(result7,85,(long)pamela::VarDumpEvent::Class());
3814 return(1 || funcname || hash || result7 || libp) ;
3815 }
3816
3817 static int G__EventDict_190_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3818 G__letint(result7,67,(long)pamela::VarDumpEvent::Class_Name());
3819 return(1 || funcname || hash || result7 || libp) ;
3820 }
3821
3822 static int G__EventDict_190_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3823 G__letint(result7,115,(long)pamela::VarDumpEvent::Class_Version());
3824 return(1 || funcname || hash || result7 || libp) ;
3825 }
3826
3827 static int G__EventDict_190_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3828 G__setnull(result7);
3829 pamela::VarDumpEvent::Dictionary();
3830 return(1 || funcname || hash || result7 || libp) ;
3831 }
3832
3833 static int G__EventDict_190_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3834 G__letint(result7,85,(long)((const pamela::VarDumpEvent*)(G__getstructoffset()))->IsA());
3835 return(1 || funcname || hash || result7 || libp) ;
3836 }
3837
3838 static int G__EventDict_190_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3839 G__setnull(result7);
3840 ((pamela::VarDumpEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
3841 return(1 || funcname || hash || result7 || libp) ;
3842 }
3843
3844 static int G__EventDict_190_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3845 G__setnull(result7);
3846 ((pamela::VarDumpEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
3847 return(1 || funcname || hash || result7 || libp) ;
3848 }
3849
3850 static int G__EventDict_190_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3851 G__setnull(result7);
3852 ((pamela::VarDumpEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
3853 return(1 || funcname || hash || result7 || libp) ;
3854 }
3855
3856 static int G__EventDict_190_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3857 G__letint(result7,67,(long)pamela::VarDumpEvent::DeclFileName());
3858 return(1 || funcname || hash || result7 || libp) ;
3859 }
3860
3861 static int G__EventDict_190_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3862 G__letint(result7,105,(long)pamela::VarDumpEvent::ImplFileLine());
3863 return(1 || funcname || hash || result7 || libp) ;
3864 }
3865
3866 static int G__EventDict_190_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3867 G__letint(result7,67,(long)pamela::VarDumpEvent::ImplFileName());
3868 return(1 || funcname || hash || result7 || libp) ;
3869 }
3870
3871 static int G__EventDict_190_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3872 G__letint(result7,105,(long)pamela::VarDumpEvent::DeclFileLine());
3873 return(1 || funcname || hash || result7 || libp) ;
3874 }
3875
3876 // automatic copy constructor
3877 static int G__EventDict_190_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
3878 {
3879 pamela::VarDumpEvent *p;
3880 void *xtmp = (void*)G__int(libp->para[0]);
3881 p=new pamela::VarDumpEvent(*(pamela::VarDumpEvent*)xtmp);
3882 result7->obj.i = (long)p;
3883 result7->ref = (long)p;
3884 result7->type = 'u';
3885 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLVarDumpEvent);
3886 return(1 || funcname || hash || result7 || libp) ;
3887 }
3888
3889 // automatic destructor
3890 typedef pamela::VarDumpEvent G__TpamelacLcLVarDumpEvent;
3891 static int G__EventDict_190_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3892 if(0==G__getstructoffset()) return(1);
3893 if(G__getaryconstruct())
3894 if(G__PVOID==G__getgvp())
3895 delete[] (pamela::VarDumpEvent *)(G__getstructoffset());
3896 else
3897 for(int i=G__getaryconstruct()-1;i>=0;i--)
3898 delete (pamela::VarDumpEvent *)((G__getstructoffset())+sizeof(pamela::VarDumpEvent)*i);
3899 else delete (pamela::VarDumpEvent *)(G__getstructoffset());
3900 G__setnull(result7);
3901 return(1 || funcname || hash || result7 || libp) ;
3902 }
3903
3904
3905 /* pamela::TabDumpEvent */
3906 static int G__EventDict_191_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3907 pamela::TabDumpEvent *p=NULL;
3908 if(G__getaryconstruct()) p=new pamela::TabDumpEvent[G__getaryconstruct()];
3909 else p=new pamela::TabDumpEvent;
3910 result7->obj.i = (long)p;
3911 result7->ref = (long)p;
3912 result7->type = 'u';
3913 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLTabDumpEvent);
3914 return(1 || funcname || hash || result7 || libp) ;
3915 }
3916
3917 static int G__EventDict_191_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3918 G__letint(result7,85,(long)pamela::TabDumpEvent::Class());
3919 return(1 || funcname || hash || result7 || libp) ;
3920 }
3921
3922 static int G__EventDict_191_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3923 G__letint(result7,67,(long)pamela::TabDumpEvent::Class_Name());
3924 return(1 || funcname || hash || result7 || libp) ;
3925 }
3926
3927 static int G__EventDict_191_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3928 G__letint(result7,115,(long)pamela::TabDumpEvent::Class_Version());
3929 return(1 || funcname || hash || result7 || libp) ;
3930 }
3931
3932 static int G__EventDict_191_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3933 G__setnull(result7);
3934 pamela::TabDumpEvent::Dictionary();
3935 return(1 || funcname || hash || result7 || libp) ;
3936 }
3937
3938 static int G__EventDict_191_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3939 G__letint(result7,85,(long)((const pamela::TabDumpEvent*)(G__getstructoffset()))->IsA());
3940 return(1 || funcname || hash || result7 || libp) ;
3941 }
3942
3943 static int G__EventDict_191_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3944 G__setnull(result7);
3945 ((pamela::TabDumpEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
3946 return(1 || funcname || hash || result7 || libp) ;
3947 }
3948
3949 static int G__EventDict_191_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3950 G__setnull(result7);
3951 ((pamela::TabDumpEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
3952 return(1 || funcname || hash || result7 || libp) ;
3953 }
3954
3955 static int G__EventDict_191_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3956 G__setnull(result7);
3957 ((pamela::TabDumpEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
3958 return(1 || funcname || hash || result7 || libp) ;
3959 }
3960
3961 static int G__EventDict_191_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3962 G__letint(result7,67,(long)pamela::TabDumpEvent::DeclFileName());
3963 return(1 || funcname || hash || result7 || libp) ;
3964 }
3965
3966 static int G__EventDict_191_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3967 G__letint(result7,105,(long)pamela::TabDumpEvent::ImplFileLine());
3968 return(1 || funcname || hash || result7 || libp) ;
3969 }
3970
3971 static int G__EventDict_191_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3972 G__letint(result7,67,(long)pamela::TabDumpEvent::ImplFileName());
3973 return(1 || funcname || hash || result7 || libp) ;
3974 }
3975
3976 static int G__EventDict_191_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3977 G__letint(result7,105,(long)pamela::TabDumpEvent::DeclFileLine());
3978 return(1 || funcname || hash || result7 || libp) ;
3979 }
3980
3981 // automatic copy constructor
3982 static int G__EventDict_191_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
3983 {
3984 pamela::TabDumpEvent *p;
3985 void *xtmp = (void*)G__int(libp->para[0]);
3986 p=new pamela::TabDumpEvent(*(pamela::TabDumpEvent*)xtmp);
3987 result7->obj.i = (long)p;
3988 result7->ref = (long)p;
3989 result7->type = 'u';
3990 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLTabDumpEvent);
3991 return(1 || funcname || hash || result7 || libp) ;
3992 }
3993
3994 // automatic destructor
3995 typedef pamela::TabDumpEvent G__TpamelacLcLTabDumpEvent;
3996 static int G__EventDict_191_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
3997 if(0==G__getstructoffset()) return(1);
3998 if(G__getaryconstruct())
3999 if(G__PVOID==G__getgvp())
4000 delete[] (pamela::TabDumpEvent *)(G__getstructoffset());
4001 else
4002 for(int i=G__getaryconstruct()-1;i>=0;i--)
4003 delete (pamela::TabDumpEvent *)((G__getstructoffset())+sizeof(pamela::TabDumpEvent)*i);
4004 else delete (pamela::TabDumpEvent *)(G__getstructoffset());
4005 G__setnull(result7);
4006 return(1 || funcname || hash || result7 || libp) ;
4007 }
4008
4009
4010 /* pamela::CalibCalEvent */
4011 static int G__EventDict_192_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4012 pamela::CalibCalEvent *p=NULL;
4013 if(G__getaryconstruct()) p=new pamela::CalibCalEvent[G__getaryconstruct()];
4014 else p=new pamela::CalibCalEvent;
4015 result7->obj.i = (long)p;
4016 result7->ref = (long)p;
4017 result7->type = 'u';
4018 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibCalEvent);
4019 return(1 || funcname || hash || result7 || libp) ;
4020 }
4021
4022 static int G__EventDict_192_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4023 G__letint(result7,85,(long)pamela::CalibCalEvent::Class());
4024 return(1 || funcname || hash || result7 || libp) ;
4025 }
4026
4027 static int G__EventDict_192_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4028 G__letint(result7,67,(long)pamela::CalibCalEvent::Class_Name());
4029 return(1 || funcname || hash || result7 || libp) ;
4030 }
4031
4032 static int G__EventDict_192_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4033 G__letint(result7,115,(long)pamela::CalibCalEvent::Class_Version());
4034 return(1 || funcname || hash || result7 || libp) ;
4035 }
4036
4037 static int G__EventDict_192_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4038 G__setnull(result7);
4039 pamela::CalibCalEvent::Dictionary();
4040 return(1 || funcname || hash || result7 || libp) ;
4041 }
4042
4043 static int G__EventDict_192_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4044 G__letint(result7,85,(long)((const pamela::CalibCalEvent*)(G__getstructoffset()))->IsA());
4045 return(1 || funcname || hash || result7 || libp) ;
4046 }
4047
4048 static int G__EventDict_192_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4049 G__setnull(result7);
4050 ((pamela::CalibCalEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
4051 return(1 || funcname || hash || result7 || libp) ;
4052 }
4053
4054 static int G__EventDict_192_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4055 G__setnull(result7);
4056 ((pamela::CalibCalEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
4057 return(1 || funcname || hash || result7 || libp) ;
4058 }
4059
4060 static int G__EventDict_192_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4061 G__setnull(result7);
4062 ((pamela::CalibCalEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
4063 return(1 || funcname || hash || result7 || libp) ;
4064 }
4065
4066 static int G__EventDict_192_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4067 G__letint(result7,67,(long)pamela::CalibCalEvent::DeclFileName());
4068 return(1 || funcname || hash || result7 || libp) ;
4069 }
4070
4071 static int G__EventDict_192_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4072 G__letint(result7,105,(long)pamela::CalibCalEvent::ImplFileLine());
4073 return(1 || funcname || hash || result7 || libp) ;
4074 }
4075
4076 static int G__EventDict_192_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4077 G__letint(result7,67,(long)pamela::CalibCalEvent::ImplFileName());
4078 return(1 || funcname || hash || result7 || libp) ;
4079 }
4080
4081 static int G__EventDict_192_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4082 G__letint(result7,105,(long)pamela::CalibCalEvent::DeclFileLine());
4083 return(1 || funcname || hash || result7 || libp) ;
4084 }
4085
4086 // automatic copy constructor
4087 static int G__EventDict_192_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
4088 {
4089 pamela::CalibCalEvent *p;
4090 void *xtmp = (void*)G__int(libp->para[0]);
4091 p=new pamela::CalibCalEvent(*(pamela::CalibCalEvent*)xtmp);
4092 result7->obj.i = (long)p;
4093 result7->ref = (long)p;
4094 result7->type = 'u';
4095 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibCalEvent);
4096 return(1 || funcname || hash || result7 || libp) ;
4097 }
4098
4099 // automatic destructor
4100 typedef pamela::CalibCalEvent G__TpamelacLcLCalibCalEvent;
4101 static int G__EventDict_192_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4102 if(0==G__getstructoffset()) return(1);
4103 if(G__getaryconstruct())
4104 if(G__PVOID==G__getgvp())
4105 delete[] (pamela::CalibCalEvent *)(G__getstructoffset());
4106 else
4107 for(int i=G__getaryconstruct()-1;i>=0;i--)
4108 delete (pamela::CalibCalEvent *)((G__getstructoffset())+sizeof(pamela::CalibCalEvent)*i);
4109 else delete (pamela::CalibCalEvent *)(G__getstructoffset());
4110 G__setnull(result7);
4111 return(1 || funcname || hash || result7 || libp) ;
4112 }
4113
4114
4115 /* pamela::CalibTrkEvent */
4116 static int G__EventDict_193_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4117 pamela::CalibTrkEvent *p=NULL;
4118 if(G__getaryconstruct()) p=new pamela::CalibTrkEvent[G__getaryconstruct()];
4119 else p=new pamela::CalibTrkEvent;
4120 result7->obj.i = (long)p;
4121 result7->ref = (long)p;
4122 result7->type = 'u';
4123 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrkEvent);
4124 return(1 || funcname || hash || result7 || libp) ;
4125 }
4126
4127 static int G__EventDict_193_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4128 G__letint(result7,85,(long)pamela::CalibTrkEvent::Class());
4129 return(1 || funcname || hash || result7 || libp) ;
4130 }
4131
4132 static int G__EventDict_193_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4133 G__letint(result7,67,(long)pamela::CalibTrkEvent::Class_Name());
4134 return(1 || funcname || hash || result7 || libp) ;
4135 }
4136
4137 static int G__EventDict_193_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4138 G__letint(result7,115,(long)pamela::CalibTrkEvent::Class_Version());
4139 return(1 || funcname || hash || result7 || libp) ;
4140 }
4141
4142 static int G__EventDict_193_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4143 G__setnull(result7);
4144 pamela::CalibTrkEvent::Dictionary();
4145 return(1 || funcname || hash || result7 || libp) ;
4146 }
4147
4148 static int G__EventDict_193_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4149 G__letint(result7,85,(long)((const pamela::CalibTrkEvent*)(G__getstructoffset()))->IsA());
4150 return(1 || funcname || hash || result7 || libp) ;
4151 }
4152
4153 static int G__EventDict_193_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4154 G__setnull(result7);
4155 ((pamela::CalibTrkEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
4156 return(1 || funcname || hash || result7 || libp) ;
4157 }
4158
4159 static int G__EventDict_193_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4160 G__setnull(result7);
4161 ((pamela::CalibTrkEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
4162 return(1 || funcname || hash || result7 || libp) ;
4163 }
4164
4165 static int G__EventDict_193_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4166 G__setnull(result7);
4167 ((pamela::CalibTrkEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
4168 return(1 || funcname || hash || result7 || libp) ;
4169 }
4170
4171 static int G__EventDict_193_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4172 G__letint(result7,67,(long)pamela::CalibTrkEvent::DeclFileName());
4173 return(1 || funcname || hash || result7 || libp) ;
4174 }
4175
4176 static int G__EventDict_193_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4177 G__letint(result7,105,(long)pamela::CalibTrkEvent::ImplFileLine());
4178 return(1 || funcname || hash || result7 || libp) ;
4179 }
4180
4181 static int G__EventDict_193_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4182 G__letint(result7,67,(long)pamela::CalibTrkEvent::ImplFileName());
4183 return(1 || funcname || hash || result7 || libp) ;
4184 }
4185
4186 static int G__EventDict_193_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4187 G__letint(result7,105,(long)pamela::CalibTrkEvent::DeclFileLine());
4188 return(1 || funcname || hash || result7 || libp) ;
4189 }
4190
4191 // automatic copy constructor
4192 static int G__EventDict_193_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
4193 {
4194 pamela::CalibTrkEvent *p;
4195 void *xtmp = (void*)G__int(libp->para[0]);
4196 p=new pamela::CalibTrkEvent(*(pamela::CalibTrkEvent*)xtmp);
4197 result7->obj.i = (long)p;
4198 result7->ref = (long)p;
4199 result7->type = 'u';
4200 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrkEvent);
4201 return(1 || funcname || hash || result7 || libp) ;
4202 }
4203
4204 // automatic destructor
4205 typedef pamela::CalibTrkEvent G__TpamelacLcLCalibTrkEvent;
4206 static int G__EventDict_193_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4207 if(0==G__getstructoffset()) return(1);
4208 if(G__getaryconstruct())
4209 if(G__PVOID==G__getgvp())
4210 delete[] (pamela::CalibTrkEvent *)(G__getstructoffset());
4211 else
4212 for(int i=G__getaryconstruct()-1;i>=0;i--)
4213 delete (pamela::CalibTrkEvent *)((G__getstructoffset())+sizeof(pamela::CalibTrkEvent)*i);
4214 else delete (pamela::CalibTrkEvent *)(G__getstructoffset());
4215 G__setnull(result7);
4216 return(1 || funcname || hash || result7 || libp) ;
4217 }
4218
4219
4220 /* pamela::CalibTrgEvent */
4221 static int G__EventDict_194_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4222 pamela::CalibTrgEvent *p=NULL;
4223 if(G__getaryconstruct()) p=new pamela::CalibTrgEvent[G__getaryconstruct()];
4224 else p=new pamela::CalibTrgEvent;
4225 result7->obj.i = (long)p;
4226 result7->ref = (long)p;
4227 result7->type = 'u';
4228 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrgEvent);
4229 return(1 || funcname || hash || result7 || libp) ;
4230 }
4231
4232 static int G__EventDict_194_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4233 G__letint(result7,85,(long)pamela::CalibTrgEvent::Class());
4234 return(1 || funcname || hash || result7 || libp) ;
4235 }
4236
4237 static int G__EventDict_194_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4238 G__letint(result7,67,(long)pamela::CalibTrgEvent::Class_Name());
4239 return(1 || funcname || hash || result7 || libp) ;
4240 }
4241
4242 static int G__EventDict_194_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4243 G__letint(result7,115,(long)pamela::CalibTrgEvent::Class_Version());
4244 return(1 || funcname || hash || result7 || libp) ;
4245 }
4246
4247 static int G__EventDict_194_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4248 G__setnull(result7);
4249 pamela::CalibTrgEvent::Dictionary();
4250 return(1 || funcname || hash || result7 || libp) ;
4251 }
4252
4253 static int G__EventDict_194_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4254 G__letint(result7,85,(long)((const pamela::CalibTrgEvent*)(G__getstructoffset()))->IsA());
4255 return(1 || funcname || hash || result7 || libp) ;
4256 }
4257
4258 static int G__EventDict_194_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4259 G__setnull(result7);
4260 ((pamela::CalibTrgEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
4261 return(1 || funcname || hash || result7 || libp) ;
4262 }
4263
4264 static int G__EventDict_194_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4265 G__setnull(result7);
4266 ((pamela::CalibTrgEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
4267 return(1 || funcname || hash || result7 || libp) ;
4268 }
4269
4270 static int G__EventDict_194_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4271 G__setnull(result7);
4272 ((pamela::CalibTrgEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
4273 return(1 || funcname || hash || result7 || libp) ;
4274 }
4275
4276 static int G__EventDict_194_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4277 G__letint(result7,67,(long)pamela::CalibTrgEvent::DeclFileName());
4278 return(1 || funcname || hash || result7 || libp) ;
4279 }
4280
4281 static int G__EventDict_194_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4282 G__letint(result7,105,(long)pamela::CalibTrgEvent::ImplFileLine());
4283 return(1 || funcname || hash || result7 || libp) ;
4284 }
4285
4286 static int G__EventDict_194_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4287 G__letint(result7,67,(long)pamela::CalibTrgEvent::ImplFileName());
4288 return(1 || funcname || hash || result7 || libp) ;
4289 }
4290
4291 static int G__EventDict_194_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4292 G__letint(result7,105,(long)pamela::CalibTrgEvent::DeclFileLine());
4293 return(1 || funcname || hash || result7 || libp) ;
4294 }
4295
4296 // automatic copy constructor
4297 static int G__EventDict_194_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
4298 {
4299 pamela::CalibTrgEvent *p;
4300 void *xtmp = (void*)G__int(libp->para[0]);
4301 p=new pamela::CalibTrgEvent(*(pamela::CalibTrgEvent*)xtmp);
4302 result7->obj.i = (long)p;
4303 result7->ref = (long)p;
4304 result7->type = 'u';
4305 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrgEvent);
4306 return(1 || funcname || hash || result7 || libp) ;
4307 }
4308
4309 // automatic destructor
4310 typedef pamela::CalibTrgEvent G__TpamelacLcLCalibTrgEvent;
4311 static int G__EventDict_194_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4312 if(0==G__getstructoffset()) return(1);
4313 if(G__getaryconstruct())
4314 if(G__PVOID==G__getgvp())
4315 delete[] (pamela::CalibTrgEvent *)(G__getstructoffset());
4316 else
4317 for(int i=G__getaryconstruct()-1;i>=0;i--)
4318 delete (pamela::CalibTrgEvent *)((G__getstructoffset())+sizeof(pamela::CalibTrgEvent)*i);
4319 else delete (pamela::CalibTrgEvent *)(G__getstructoffset());
4320 G__setnull(result7);
4321 return(1 || funcname || hash || result7 || libp) ;
4322 }
4323
4324
4325 /* pamela::CalibTrdEvent */
4326 static int G__EventDict_195_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4327 pamela::CalibTrdEvent *p=NULL;
4328 if(G__getaryconstruct()) p=new pamela::CalibTrdEvent[G__getaryconstruct()];
4329 else p=new pamela::CalibTrdEvent;
4330 result7->obj.i = (long)p;
4331 result7->ref = (long)p;
4332 result7->type = 'u';
4333 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrdEvent);
4334 return(1 || funcname || hash || result7 || libp) ;
4335 }
4336
4337 static int G__EventDict_195_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4338 G__letint(result7,85,(long)pamela::CalibTrdEvent::Class());
4339 return(1 || funcname || hash || result7 || libp) ;
4340 }
4341
4342 static int G__EventDict_195_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4343 G__letint(result7,67,(long)pamela::CalibTrdEvent::Class_Name());
4344 return(1 || funcname || hash || result7 || libp) ;
4345 }
4346
4347 static int G__EventDict_195_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4348 G__letint(result7,115,(long)pamela::CalibTrdEvent::Class_Version());
4349 return(1 || funcname || hash || result7 || libp) ;
4350 }
4351
4352 static int G__EventDict_195_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4353 G__setnull(result7);
4354 pamela::CalibTrdEvent::Dictionary();
4355 return(1 || funcname || hash || result7 || libp) ;
4356 }
4357
4358 static int G__EventDict_195_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4359 G__letint(result7,85,(long)((const pamela::CalibTrdEvent*)(G__getstructoffset()))->IsA());
4360 return(1 || funcname || hash || result7 || libp) ;
4361 }
4362
4363 static int G__EventDict_195_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4364 G__setnull(result7);
4365 ((pamela::CalibTrdEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
4366 return(1 || funcname || hash || result7 || libp) ;
4367 }
4368
4369 static int G__EventDict_195_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4370 G__setnull(result7);
4371 ((pamela::CalibTrdEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
4372 return(1 || funcname || hash || result7 || libp) ;
4373 }
4374
4375 static int G__EventDict_195_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4376 G__setnull(result7);
4377 ((pamela::CalibTrdEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
4378 return(1 || funcname || hash || result7 || libp) ;
4379 }
4380
4381 static int G__EventDict_195_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4382 G__letint(result7,67,(long)pamela::CalibTrdEvent::DeclFileName());
4383 return(1 || funcname || hash || result7 || libp) ;
4384 }
4385
4386 static int G__EventDict_195_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4387 G__letint(result7,105,(long)pamela::CalibTrdEvent::ImplFileLine());
4388 return(1 || funcname || hash || result7 || libp) ;
4389 }
4390
4391 static int G__EventDict_195_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4392 G__letint(result7,67,(long)pamela::CalibTrdEvent::ImplFileName());
4393 return(1 || funcname || hash || result7 || libp) ;
4394 }
4395
4396 static int G__EventDict_195_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4397 G__letint(result7,105,(long)pamela::CalibTrdEvent::DeclFileLine());
4398 return(1 || funcname || hash || result7 || libp) ;
4399 }
4400
4401 // automatic copy constructor
4402 static int G__EventDict_195_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
4403 {
4404 pamela::CalibTrdEvent *p;
4405 void *xtmp = (void*)G__int(libp->para[0]);
4406 p=new pamela::CalibTrdEvent(*(pamela::CalibTrdEvent*)xtmp);
4407 result7->obj.i = (long)p;
4408 result7->ref = (long)p;
4409 result7->type = 'u';
4410 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrdEvent);
4411 return(1 || funcname || hash || result7 || libp) ;
4412 }
4413
4414 // automatic destructor
4415 typedef pamela::CalibTrdEvent G__TpamelacLcLCalibTrdEvent;
4416 static int G__EventDict_195_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4417 if(0==G__getstructoffset()) return(1);
4418 if(G__getaryconstruct())
4419 if(G__PVOID==G__getgvp())
4420 delete[] (pamela::CalibTrdEvent *)(G__getstructoffset());
4421 else
4422 for(int i=G__getaryconstruct()-1;i>=0;i--)
4423 delete (pamela::CalibTrdEvent *)((G__getstructoffset())+sizeof(pamela::CalibTrdEvent)*i);
4424 else delete (pamela::CalibTrdEvent *)(G__getstructoffset());
4425 G__setnull(result7);
4426 return(1 || funcname || hash || result7 || libp) ;
4427 }
4428
4429
4430 /* pamela::CalibTofEvent */
4431 static int G__EventDict_196_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4432 pamela::CalibTofEvent *p=NULL;
4433 if(G__getaryconstruct()) p=new pamela::CalibTofEvent[G__getaryconstruct()];
4434 else p=new pamela::CalibTofEvent;
4435 result7->obj.i = (long)p;
4436 result7->ref = (long)p;
4437 result7->type = 'u';
4438 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTofEvent);
4439 return(1 || funcname || hash || result7 || libp) ;
4440 }
4441
4442 static int G__EventDict_196_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4443 G__letint(result7,85,(long)pamela::CalibTofEvent::Class());
4444 return(1 || funcname || hash || result7 || libp) ;
4445 }
4446
4447 static int G__EventDict_196_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4448 G__letint(result7,67,(long)pamela::CalibTofEvent::Class_Name());
4449 return(1 || funcname || hash || result7 || libp) ;
4450 }
4451
4452 static int G__EventDict_196_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4453 G__letint(result7,115,(long)pamela::CalibTofEvent::Class_Version());
4454 return(1 || funcname || hash || result7 || libp) ;
4455 }
4456
4457 static int G__EventDict_196_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4458 G__setnull(result7);
4459 pamela::CalibTofEvent::Dictionary();
4460 return(1 || funcname || hash || result7 || libp) ;
4461 }
4462
4463 static int G__EventDict_196_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4464 G__letint(result7,85,(long)((const pamela::CalibTofEvent*)(G__getstructoffset()))->IsA());
4465 return(1 || funcname || hash || result7 || libp) ;
4466 }
4467
4468 static int G__EventDict_196_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4469 G__setnull(result7);
4470 ((pamela::CalibTofEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
4471 return(1 || funcname || hash || result7 || libp) ;
4472 }
4473
4474 static int G__EventDict_196_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4475 G__setnull(result7);
4476 ((pamela::CalibTofEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
4477 return(1 || funcname || hash || result7 || libp) ;
4478 }
4479
4480 static int G__EventDict_196_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4481 G__setnull(result7);
4482 ((pamela::CalibTofEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
4483 return(1 || funcname || hash || result7 || libp) ;
4484 }
4485
4486 static int G__EventDict_196_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4487 G__letint(result7,67,(long)pamela::CalibTofEvent::DeclFileName());
4488 return(1 || funcname || hash || result7 || libp) ;
4489 }
4490
4491 static int G__EventDict_196_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4492 G__letint(result7,105,(long)pamela::CalibTofEvent::ImplFileLine());
4493 return(1 || funcname || hash || result7 || libp) ;
4494 }
4495
4496 static int G__EventDict_196_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4497 G__letint(result7,67,(long)pamela::CalibTofEvent::ImplFileName());
4498 return(1 || funcname || hash || result7 || libp) ;
4499 }
4500
4501 static int G__EventDict_196_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4502 G__letint(result7,105,(long)pamela::CalibTofEvent::DeclFileLine());
4503 return(1 || funcname || hash || result7 || libp) ;
4504 }
4505
4506 // automatic copy constructor
4507 static int G__EventDict_196_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
4508 {
4509 pamela::CalibTofEvent *p;
4510 void *xtmp = (void*)G__int(libp->para[0]);
4511 p=new pamela::CalibTofEvent(*(pamela::CalibTofEvent*)xtmp);
4512 result7->obj.i = (long)p;
4513 result7->ref = (long)p;
4514 result7->type = 'u';
4515 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTofEvent);
4516 return(1 || funcname || hash || result7 || libp) ;
4517 }
4518
4519 // automatic destructor
4520 typedef pamela::CalibTofEvent G__TpamelacLcLCalibTofEvent;
4521 static int G__EventDict_196_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4522 if(0==G__getstructoffset()) return(1);
4523 if(G__getaryconstruct())
4524 if(G__PVOID==G__getgvp())
4525 delete[] (pamela::CalibTofEvent *)(G__getstructoffset());
4526 else
4527 for(int i=G__getaryconstruct()-1;i>=0;i--)
4528 delete (pamela::CalibTofEvent *)((G__getstructoffset())+sizeof(pamela::CalibTofEvent)*i);
4529 else delete (pamela::CalibTofEvent *)(G__getstructoffset());
4530 G__setnull(result7);
4531 return(1 || funcname || hash || result7 || libp) ;
4532 }
4533
4534
4535 /* pamela::CalibS4Event */
4536 static int G__EventDict_197_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4537 pamela::CalibS4Event *p=NULL;
4538 if(G__getaryconstruct()) p=new pamela::CalibS4Event[G__getaryconstruct()];
4539 else p=new pamela::CalibS4Event;
4540 result7->obj.i = (long)p;
4541 result7->ref = (long)p;
4542 result7->type = 'u';
4543 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibS4Event);
4544 return(1 || funcname || hash || result7 || libp) ;
4545 }
4546
4547 static int G__EventDict_197_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4548 G__letint(result7,85,(long)pamela::CalibS4Event::Class());
4549 return(1 || funcname || hash || result7 || libp) ;
4550 }
4551
4552 static int G__EventDict_197_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4553 G__letint(result7,67,(long)pamela::CalibS4Event::Class_Name());
4554 return(1 || funcname || hash || result7 || libp) ;
4555 }
4556
4557 static int G__EventDict_197_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4558 G__letint(result7,115,(long)pamela::CalibS4Event::Class_Version());
4559 return(1 || funcname || hash || result7 || libp) ;
4560 }
4561
4562 static int G__EventDict_197_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4563 G__setnull(result7);
4564 pamela::CalibS4Event::Dictionary();
4565 return(1 || funcname || hash || result7 || libp) ;
4566 }
4567
4568 static int G__EventDict_197_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4569 G__letint(result7,85,(long)((const pamela::CalibS4Event*)(G__getstructoffset()))->IsA());
4570 return(1 || funcname || hash || result7 || libp) ;
4571 }
4572
4573 static int G__EventDict_197_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4574 G__setnull(result7);
4575 ((pamela::CalibS4Event*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
4576 return(1 || funcname || hash || result7 || libp) ;
4577 }
4578
4579 static int G__EventDict_197_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4580 G__setnull(result7);
4581 ((pamela::CalibS4Event*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
4582 return(1 || funcname || hash || result7 || libp) ;
4583 }
4584
4585 static int G__EventDict_197_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4586 G__setnull(result7);
4587 ((pamela::CalibS4Event*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
4588 return(1 || funcname || hash || result7 || libp) ;
4589 }
4590
4591 static int G__EventDict_197_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4592 G__letint(result7,67,(long)pamela::CalibS4Event::DeclFileName());
4593 return(1 || funcname || hash || result7 || libp) ;
4594 }
4595
4596 static int G__EventDict_197_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4597 G__letint(result7,105,(long)pamela::CalibS4Event::ImplFileLine());
4598 return(1 || funcname || hash || result7 || libp) ;
4599 }
4600
4601 static int G__EventDict_197_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4602 G__letint(result7,67,(long)pamela::CalibS4Event::ImplFileName());
4603 return(1 || funcname || hash || result7 || libp) ;
4604 }
4605
4606 static int G__EventDict_197_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4607 G__letint(result7,105,(long)pamela::CalibS4Event::DeclFileLine());
4608 return(1 || funcname || hash || result7 || libp) ;
4609 }
4610
4611 // automatic copy constructor
4612 static int G__EventDict_197_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
4613 {
4614 pamela::CalibS4Event *p;
4615 void *xtmp = (void*)G__int(libp->para[0]);
4616 p=new pamela::CalibS4Event(*(pamela::CalibS4Event*)xtmp);
4617 result7->obj.i = (long)p;
4618 result7->ref = (long)p;
4619 result7->type = 'u';
4620 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibS4Event);
4621 return(1 || funcname || hash || result7 || libp) ;
4622 }
4623
4624 // automatic destructor
4625 typedef pamela::CalibS4Event G__TpamelacLcLCalibS4Event;
4626 static int G__EventDict_197_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4627 if(0==G__getstructoffset()) return(1);
4628 if(G__getaryconstruct())
4629 if(G__PVOID==G__getgvp())
4630 delete[] (pamela::CalibS4Event *)(G__getstructoffset());
4631 else
4632 for(int i=G__getaryconstruct()-1;i>=0;i--)
4633 delete (pamela::CalibS4Event *)((G__getstructoffset())+sizeof(pamela::CalibS4Event)*i);
4634 else delete (pamela::CalibS4Event *)(G__getstructoffset());
4635 G__setnull(result7);
4636 return(1 || funcname || hash || result7 || libp) ;
4637 }
4638
4639
4640 /* pamela::RunHeaderEvent */
4641 static int G__EventDict_198_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4642 pamela::RunHeaderEvent *p=NULL;
4643 if(G__getaryconstruct()) p=new pamela::RunHeaderEvent[G__getaryconstruct()];
4644 else p=new pamela::RunHeaderEvent;
4645 result7->obj.i = (long)p;
4646 result7->ref = (long)p;
4647 result7->type = 'u';
4648 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunHeaderEvent);
4649 return(1 || funcname || hash || result7 || libp) ;
4650 }
4651
4652 static int G__EventDict_198_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4653 G__letint(result7,85,(long)pamela::RunHeaderEvent::Class());
4654 return(1 || funcname || hash || result7 || libp) ;
4655 }
4656
4657 static int G__EventDict_198_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4658 G__letint(result7,67,(long)pamela::RunHeaderEvent::Class_Name());
4659 return(1 || funcname || hash || result7 || libp) ;
4660 }
4661
4662 static int G__EventDict_198_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4663 G__letint(result7,115,(long)pamela::RunHeaderEvent::Class_Version());
4664 return(1 || funcname || hash || result7 || libp) ;
4665 }
4666
4667 static int G__EventDict_198_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4668 G__setnull(result7);
4669 pamela::RunHeaderEvent::Dictionary();
4670 return(1 || funcname || hash || result7 || libp) ;
4671 }
4672
4673 static int G__EventDict_198_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4674 G__letint(result7,85,(long)((const pamela::RunHeaderEvent*)(G__getstructoffset()))->IsA());
4675 return(1 || funcname || hash || result7 || libp) ;
4676 }
4677
4678 static int G__EventDict_198_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4679 G__setnull(result7);
4680 ((pamela::RunHeaderEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
4681 return(1 || funcname || hash || result7 || libp) ;
4682 }
4683
4684 static int G__EventDict_198_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4685 G__setnull(result7);
4686 ((pamela::RunHeaderEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
4687 return(1 || funcname || hash || result7 || libp) ;
4688 }
4689
4690 static int G__EventDict_198_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4691 G__setnull(result7);
4692 ((pamela::RunHeaderEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
4693 return(1 || funcname || hash || result7 || libp) ;
4694 }
4695
4696 static int G__EventDict_198_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4697 G__letint(result7,67,(long)pamela::RunHeaderEvent::DeclFileName());
4698 return(1 || funcname || hash || result7 || libp) ;
4699 }
4700
4701 static int G__EventDict_198_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4702 G__letint(result7,105,(long)pamela::RunHeaderEvent::ImplFileLine());
4703 return(1 || funcname || hash || result7 || libp) ;
4704 }
4705
4706 static int G__EventDict_198_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4707 G__letint(result7,67,(long)pamela::RunHeaderEvent::ImplFileName());
4708 return(1 || funcname || hash || result7 || libp) ;
4709 }
4710
4711 static int G__EventDict_198_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4712 G__letint(result7,105,(long)pamela::RunHeaderEvent::DeclFileLine());
4713 return(1 || funcname || hash || result7 || libp) ;
4714 }
4715
4716 // automatic copy constructor
4717 static int G__EventDict_198_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
4718 {
4719 pamela::RunHeaderEvent *p;
4720 void *xtmp = (void*)G__int(libp->para[0]);
4721 p=new pamela::RunHeaderEvent(*(pamela::RunHeaderEvent*)xtmp);
4722 result7->obj.i = (long)p;
4723 result7->ref = (long)p;
4724 result7->type = 'u';
4725 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunHeaderEvent);
4726 return(1 || funcname || hash || result7 || libp) ;
4727 }
4728
4729 // automatic destructor
4730 typedef pamela::RunHeaderEvent G__TpamelacLcLRunHeaderEvent;
4731 static int G__EventDict_198_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4732 if(0==G__getstructoffset()) return(1);
4733 if(G__getaryconstruct())
4734 if(G__PVOID==G__getgvp())
4735 delete[] (pamela::RunHeaderEvent *)(G__getstructoffset());
4736 else
4737 for(int i=G__getaryconstruct()-1;i>=0;i--)
4738 delete (pamela::RunHeaderEvent *)((G__getstructoffset())+sizeof(pamela::RunHeaderEvent)*i);
4739 else delete (pamela::RunHeaderEvent *)(G__getstructoffset());
4740 G__setnull(result7);
4741 return(1 || funcname || hash || result7 || libp) ;
4742 }
4743
4744
4745 /* pamela::RunTrailerEvent */
4746 static int G__EventDict_199_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4747 pamela::RunTrailerEvent *p=NULL;
4748 if(G__getaryconstruct()) p=new pamela::RunTrailerEvent[G__getaryconstruct()];
4749 else p=new pamela::RunTrailerEvent;
4750 result7->obj.i = (long)p;
4751 result7->ref = (long)p;
4752 result7->type = 'u';
4753 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunTrailerEvent);
4754 return(1 || funcname || hash || result7 || libp) ;
4755 }
4756
4757 static int G__EventDict_199_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4758 G__letint(result7,85,(long)pamela::RunTrailerEvent::Class());
4759 return(1 || funcname || hash || result7 || libp) ;
4760 }
4761
4762 static int G__EventDict_199_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4763 G__letint(result7,67,(long)pamela::RunTrailerEvent::Class_Name());
4764 return(1 || funcname || hash || result7 || libp) ;
4765 }
4766
4767 static int G__EventDict_199_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4768 G__letint(result7,115,(long)pamela::RunTrailerEvent::Class_Version());
4769 return(1 || funcname || hash || result7 || libp) ;
4770 }
4771
4772 static int G__EventDict_199_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4773 G__setnull(result7);
4774 pamela::RunTrailerEvent::Dictionary();
4775 return(1 || funcname || hash || result7 || libp) ;
4776 }
4777
4778 static int G__EventDict_199_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4779 G__letint(result7,85,(long)((const pamela::RunTrailerEvent*)(G__getstructoffset()))->IsA());
4780 return(1 || funcname || hash || result7 || libp) ;
4781 }
4782
4783 static int G__EventDict_199_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4784 G__setnull(result7);
4785 ((pamela::RunTrailerEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
4786 return(1 || funcname || hash || result7 || libp) ;
4787 }
4788
4789 static int G__EventDict_199_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4790 G__setnull(result7);
4791 ((pamela::RunTrailerEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
4792 return(1 || funcname || hash || result7 || libp) ;
4793 }
4794
4795 static int G__EventDict_199_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4796 G__setnull(result7);
4797 ((pamela::RunTrailerEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
4798 return(1 || funcname || hash || result7 || libp) ;
4799 }
4800
4801 static int G__EventDict_199_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4802 G__letint(result7,67,(long)pamela::RunTrailerEvent::DeclFileName());
4803 return(1 || funcname || hash || result7 || libp) ;
4804 }
4805
4806 static int G__EventDict_199_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4807 G__letint(result7,105,(long)pamela::RunTrailerEvent::ImplFileLine());
4808 return(1 || funcname || hash || result7 || libp) ;
4809 }
4810
4811 static int G__EventDict_199_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4812 G__letint(result7,67,(long)pamela::RunTrailerEvent::ImplFileName());
4813 return(1 || funcname || hash || result7 || libp) ;
4814 }
4815
4816 static int G__EventDict_199_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4817 G__letint(result7,105,(long)pamela::RunTrailerEvent::DeclFileLine());
4818 return(1 || funcname || hash || result7 || libp) ;
4819 }
4820
4821 // automatic copy constructor
4822 static int G__EventDict_199_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
4823 {
4824 pamela::RunTrailerEvent *p;
4825 void *xtmp = (void*)G__int(libp->para[0]);
4826 p=new pamela::RunTrailerEvent(*(pamela::RunTrailerEvent*)xtmp);
4827 result7->obj.i = (long)p;
4828 result7->ref = (long)p;
4829 result7->type = 'u';
4830 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunTrailerEvent);
4831 return(1 || funcname || hash || result7 || libp) ;
4832 }
4833
4834 // automatic destructor
4835 typedef pamela::RunTrailerEvent G__TpamelacLcLRunTrailerEvent;
4836 static int G__EventDict_199_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4837 if(0==G__getstructoffset()) return(1);
4838 if(G__getaryconstruct())
4839 if(G__PVOID==G__getgvp())
4840 delete[] (pamela::RunTrailerEvent *)(G__getstructoffset());
4841 else
4842 for(int i=G__getaryconstruct()-1;i>=0;i--)
4843 delete (pamela::RunTrailerEvent *)((G__getstructoffset())+sizeof(pamela::RunTrailerEvent)*i);
4844 else delete (pamela::RunTrailerEvent *)(G__getstructoffset());
4845 G__setnull(result7);
4846 return(1 || funcname || hash || result7 || libp) ;
4847 }
4848
4849
4850 /* pamela::ForcedPktEvent */
4851 static int G__EventDict_200_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4852 pamela::ForcedPktEvent *p=NULL;
4853 if(G__getaryconstruct()) p=new pamela::ForcedPktEvent[G__getaryconstruct()];
4854 else p=new pamela::ForcedPktEvent;
4855 result7->obj.i = (long)p;
4856 result7->ref = (long)p;
4857 result7->type = 'u';
4858 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLForcedPktEvent);
4859 return(1 || funcname || hash || result7 || libp) ;
4860 }
4861
4862 static int G__EventDict_200_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4863 G__letint(result7,85,(long)pamela::ForcedPktEvent::Class());
4864 return(1 || funcname || hash || result7 || libp) ;
4865 }
4866
4867 static int G__EventDict_200_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4868 G__letint(result7,67,(long)pamela::ForcedPktEvent::Class_Name());
4869 return(1 || funcname || hash || result7 || libp) ;
4870 }
4871
4872 static int G__EventDict_200_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4873 G__letint(result7,115,(long)pamela::ForcedPktEvent::Class_Version());
4874 return(1 || funcname || hash || result7 || libp) ;
4875 }
4876
4877 static int G__EventDict_200_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4878 G__setnull(result7);
4879 pamela::ForcedPktEvent::Dictionary();
4880 return(1 || funcname || hash || result7 || libp) ;
4881 }
4882
4883 static int G__EventDict_200_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4884 G__letint(result7,85,(long)((const pamela::ForcedPktEvent*)(G__getstructoffset()))->IsA());
4885 return(1 || funcname || hash || result7 || libp) ;
4886 }
4887
4888 static int G__EventDict_200_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4889 G__setnull(result7);
4890 ((pamela::ForcedPktEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
4891 return(1 || funcname || hash || result7 || libp) ;
4892 }
4893
4894 static int G__EventDict_200_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4895 G__setnull(result7);
4896 ((pamela::ForcedPktEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
4897 return(1 || funcname || hash || result7 || libp) ;
4898 }
4899
4900 static int G__EventDict_200_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4901 G__setnull(result7);
4902 ((pamela::ForcedPktEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
4903 return(1 || funcname || hash || result7 || libp) ;
4904 }
4905
4906 static int G__EventDict_200_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4907 G__letint(result7,67,(long)pamela::ForcedPktEvent::DeclFileName());
4908 return(1 || funcname || hash || result7 || libp) ;
4909 }
4910
4911 static int G__EventDict_200_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4912 G__letint(result7,105,(long)pamela::ForcedPktEvent::ImplFileLine());
4913 return(1 || funcname || hash || result7 || libp) ;
4914 }
4915
4916 static int G__EventDict_200_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4917 G__letint(result7,67,(long)pamela::ForcedPktEvent::ImplFileName());
4918 return(1 || funcname || hash || result7 || libp) ;
4919 }
4920
4921 static int G__EventDict_200_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4922 G__letint(result7,105,(long)pamela::ForcedPktEvent::DeclFileLine());
4923 return(1 || funcname || hash || result7 || libp) ;
4924 }
4925
4926 // automatic copy constructor
4927 static int G__EventDict_200_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
4928 {
4929 pamela::ForcedPktEvent *p;
4930 void *xtmp = (void*)G__int(libp->para[0]);
4931 p=new pamela::ForcedPktEvent(*(pamela::ForcedPktEvent*)xtmp);
4932 result7->obj.i = (long)p;
4933 result7->ref = (long)p;
4934 result7->type = 'u';
4935 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLForcedPktEvent);
4936 return(1 || funcname || hash || result7 || libp) ;
4937 }
4938
4939 // automatic destructor
4940 typedef pamela::ForcedPktEvent G__TpamelacLcLForcedPktEvent;
4941 static int G__EventDict_200_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4942 if(0==G__getstructoffset()) return(1);
4943 if(G__getaryconstruct())
4944 if(G__PVOID==G__getgvp())
4945 delete[] (pamela::ForcedPktEvent *)(G__getstructoffset());
4946 else
4947 for(int i=G__getaryconstruct()-1;i>=0;i--)
4948 delete (pamela::ForcedPktEvent *)((G__getstructoffset())+sizeof(pamela::ForcedPktEvent)*i);
4949 else delete (pamela::ForcedPktEvent *)(G__getstructoffset());
4950 G__setnull(result7);
4951 return(1 || funcname || hash || result7 || libp) ;
4952 }
4953
4954
4955 /* pamela::PamelaRun */
4956 static int G__EventDict_215_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4957 pamela::PamelaRun *p=NULL;
4958 p=::new((G__EventDictdOcpp_tag*)G__getgvp()) pamela::PamelaRun(*((string*)G__int(libp->para[0])),*((string*)G__int(libp->para[1])));
4959 result7->obj.i = (long)p;
4960 result7->ref = (long)p;
4961 result7->type = 'u';
4962 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun);
4963 return(1 || funcname || hash || result7 || libp) ;
4964 }
4965
4966 static int G__EventDict_215_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4967 {
4968 string *pobj,xobj=pamela::PamelaRun::GetRunName((int)G__int(libp->para[0]));
4969 pobj=new string(xobj);
4970 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
4971 G__store_tempobject(*result7);
4972 }
4973 return(1 || funcname || hash || result7 || libp) ;
4974 }
4975
4976 static int G__EventDict_215_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4977 G__letint(result7,105,(long)((const pamela::PamelaRun*)(G__getstructoffset()))->GetRunNumber());
4978 return(1 || funcname || hash || result7 || libp) ;
4979 }
4980
4981 static int G__EventDict_215_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4982 G__letint(result7,85,(long)((pamela::PamelaRun*)(G__getstructoffset()))->ReadTTree((pamela::PacketType *const)G__int(libp->para[0])));
4983 return(1 || funcname || hash || result7 || libp) ;
4984 }
4985
4986 static int G__EventDict_215_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4987 G__setnull(result7);
4988 ((pamela::PamelaRun*)(G__getstructoffset()))->ReadSubPacket((void*)G__int(libp->para[0]));
4989 return(1 || funcname || hash || result7 || libp) ;
4990 }
4991
4992 static int G__EventDict_215_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4993 G__setnull(result7);
4994 ((pamela::PamelaRun*)(G__getstructoffset()))->ReadSubPacket((void*)G__int(libp->para[0]),*((string*)G__int(libp->para[1])));
4995 return(1 || funcname || hash || result7 || libp) ;
4996 }
4997
4998 static int G__EventDict_215_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
4999 G__setnull(result7);
5000 ((pamela::PamelaRun*)(G__getstructoffset()))->ReadSubPacket((const pamela::Algorithm*)G__int(libp->para[0]),(void*)G__int(libp->para[1]));
5001 return(1 || funcname || hash || result7 || libp) ;
5002 }
5003
5004 static int G__EventDict_215_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5005 G__setnull(result7);
5006 ((pamela::PamelaRun*)(G__getstructoffset()))->ReadSubPacket((const pamela::Algorithm*)G__int(libp->para[0]),(void*)G__int(libp->para[1])
5007 ,*((string*)G__int(libp->para[2])));
5008 return(1 || funcname || hash || result7 || libp) ;
5009 }
5010
5011 static int G__EventDict_215_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5012 G__setnull(result7);
5013 ((pamela::PamelaRun*)(G__getstructoffset()))->WriteSubPacket((pamela::Algorithm*)G__int(libp->para[0]),(void*)G__int(libp->para[1])
5014 ,(const TClass*)G__int(libp->para[2]));
5015 return(1 || funcname || hash || result7 || libp) ;
5016 }
5017
5018 static int G__EventDict_215_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5019 G__setnull(result7);
5020 ((pamela::PamelaRun*)(G__getstructoffset()))->WriteSubPacket((pamela::Algorithm*)G__int(libp->para[0]),(void*)G__int(libp->para[1])
5021 ,(const TClass*)G__int(libp->para[2]),*((string*)G__int(libp->para[3])));
5022 return(1 || funcname || hash || result7 || libp) ;
5023 }
5024
5025 static int G__EventDict_215_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5026 G__setnull(result7);
5027 ((pamela::PamelaRun*)(G__getstructoffset()))->WriteHeaders((pamela::Algorithm*)G__int(libp->para[0]),(pamela::EventHeader**)G__int(libp->para[1]));
5028 return(1 || funcname || hash || result7 || libp) ;
5029 }
5030
5031 static int G__EventDict_215_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5032 G__setnull(result7);
5033 ((pamela::PamelaRun*)(G__getstructoffset()))->WriteHeader((pamela::Algorithm*)G__int(libp->para[0]),(pamela::EventHeader**)G__int(libp->para[1])
5034 ,(const pamela::PacketType*)G__int(libp->para[2]));
5035 return(1 || funcname || hash || result7 || libp) ;
5036 }
5037
5038 static int G__EventDict_215_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5039 G__setnull(result7);
5040 ((pamela::PamelaRun*)(G__getstructoffset()))->WriteFiles();
5041 return(1 || funcname || hash || result7 || libp) ;
5042 }
5043
5044 static int G__EventDict_215_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5045 G__setnull(result7);
5046 ((pamela::PamelaRun*)(G__getstructoffset()))->FillTrees((const pamela::PacketType*)G__int(libp->para[0]));
5047 return(1 || funcname || hash || result7 || libp) ;
5048 }
5049
5050 static int G__EventDict_215_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5051 {
5052 string *pobj,xobj=((pamela::PamelaRun*)(G__getstructoffset()))->GetRun();
5053 pobj=new string(xobj);
5054 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
5055 G__store_tempobject(*result7);
5056 }
5057 return(1 || funcname || hash || result7 || libp) ;
5058 }
5059
5060 static int G__EventDict_215_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5061 G__letint(result7,85,(long)pamela::PamelaRun::Class());
5062 return(1 || funcname || hash || result7 || libp) ;
5063 }
5064
5065 static int G__EventDict_215_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5066 G__letint(result7,67,(long)pamela::PamelaRun::Class_Name());
5067 return(1 || funcname || hash || result7 || libp) ;
5068 }
5069
5070 static int G__EventDict_215_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5071 G__letint(result7,115,(long)pamela::PamelaRun::Class_Version());
5072 return(1 || funcname || hash || result7 || libp) ;
5073 }
5074
5075 static int G__EventDict_215_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5076 G__setnull(result7);
5077 pamela::PamelaRun::Dictionary();
5078 return(1 || funcname || hash || result7 || libp) ;
5079 }
5080
5081 static int G__EventDict_215_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5082 G__letint(result7,85,(long)((const pamela::PamelaRun*)(G__getstructoffset()))->IsA());
5083 return(1 || funcname || hash || result7 || libp) ;
5084 }
5085
5086 static int G__EventDict_215_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5087 G__setnull(result7);
5088 ((pamela::PamelaRun*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
5089 return(1 || funcname || hash || result7 || libp) ;
5090 }
5091
5092 static int G__EventDict_215_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5093 G__setnull(result7);
5094 ((pamela::PamelaRun*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
5095 return(1 || funcname || hash || result7 || libp) ;
5096 }
5097
5098 static int G__EventDict_215_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5099 G__setnull(result7);
5100 ((pamela::PamelaRun*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
5101 return(1 || funcname || hash || result7 || libp) ;
5102 }
5103
5104 static int G__EventDict_215_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5105 G__letint(result7,67,(long)pamela::PamelaRun::DeclFileName());
5106 return(1 || funcname || hash || result7 || libp) ;
5107 }
5108
5109 static int G__EventDict_215_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5110 G__letint(result7,105,(long)pamela::PamelaRun::ImplFileLine());
5111 return(1 || funcname || hash || result7 || libp) ;
5112 }
5113
5114 static int G__EventDict_215_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5115 G__letint(result7,67,(long)pamela::PamelaRun::ImplFileName());
5116 return(1 || funcname || hash || result7 || libp) ;
5117 }
5118
5119 static int G__EventDict_215_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5120 G__letint(result7,105,(long)pamela::PamelaRun::DeclFileLine());
5121 return(1 || funcname || hash || result7 || libp) ;
5122 }
5123
5124 // automatic copy constructor
5125 static int G__EventDict_215_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
5126 {
5127 pamela::PamelaRun *p;
5128 void *xtmp = (void*)G__int(libp->para[0]);
5129 p=new pamela::PamelaRun(*(pamela::PamelaRun*)xtmp);
5130 result7->obj.i = (long)p;
5131 result7->ref = (long)p;
5132 result7->type = 'u';
5133 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun);
5134 return(1 || funcname || hash || result7 || libp) ;
5135 }
5136
5137 // automatic destructor
5138 typedef pamela::PamelaRun G__TpamelacLcLPamelaRun;
5139 static int G__EventDict_215_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5140 if(0==G__getstructoffset()) return(1);
5141 if(G__getaryconstruct())
5142 if(G__PVOID==G__getgvp())
5143 delete[] (pamela::PamelaRun *)(G__getstructoffset());
5144 else
5145 for(int i=G__getaryconstruct()-1;i>=0;i--)
5146 ((pamela::PamelaRun *)((G__getstructoffset())+sizeof(pamela::PamelaRun)*i))->~G__TpamelacLcLPamelaRun();
5147 else {
5148 long G__Xtmp=G__getgvp();
5149 G__setgvp(G__PVOID);
5150 ((pamela::PamelaRun *)(G__getstructoffset()))->~G__TpamelacLcLPamelaRun();
5151 G__setgvp(G__Xtmp);
5152 G__operator_delete((void*)G__getstructoffset());
5153 }
5154 G__setnull(result7);
5155 return(1 || funcname || hash || result7 || libp) ;
5156 }
5157
5158 // automatic assignment operator
5159 static int G__EventDict_215_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5160 pamela::PamelaRun *dest = (pamela::PamelaRun*)(G__getstructoffset());
5161 *dest = (*(pamela::PamelaRun*)libp->para[0].ref);
5162 const pamela::PamelaRun& obj = *dest;
5163 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
5164 return(1 || funcname || hash || result7 || libp) ;
5165 }
5166
5167
5168 /* pamela::RunInfo */
5169 static int G__EventDict_216_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5170 pamela::RunInfo *p=NULL;
5171 p = new pamela::RunInfo((pamela::PamelaRun*)G__int(libp->para[0]));
5172 result7->obj.i = (long)p;
5173 result7->ref = (long)p;
5174 result7->type = 'u';
5175 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo);
5176 return(1 || funcname || hash || result7 || libp) ;
5177 }
5178
5179 static int G__EventDict_216_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5180 pamela::RunInfo *p=NULL;
5181 if(G__getaryconstruct()) p=new pamela::RunInfo[G__getaryconstruct()];
5182 else p=new pamela::RunInfo;
5183 result7->obj.i = (long)p;
5184 result7->ref = (long)p;
5185 result7->type = 'u';
5186 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo);
5187 return(1 || funcname || hash || result7 || libp) ;
5188 }
5189
5190 static int G__EventDict_216_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5191 G__letint(result7,85,(long)pamela::RunInfo::Class());
5192 return(1 || funcname || hash || result7 || libp) ;
5193 }
5194
5195 static int G__EventDict_216_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5196 G__letint(result7,67,(long)pamela::RunInfo::Class_Name());
5197 return(1 || funcname || hash || result7 || libp) ;
5198 }
5199
5200 static int G__EventDict_216_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5201 G__letint(result7,115,(long)pamela::RunInfo::Class_Version());
5202 return(1 || funcname || hash || result7 || libp) ;
5203 }
5204
5205 static int G__EventDict_216_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5206 G__setnull(result7);
5207 pamela::RunInfo::Dictionary();
5208 return(1 || funcname || hash || result7 || libp) ;
5209 }
5210
5211 static int G__EventDict_216_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5212 G__letint(result7,85,(long)((const pamela::RunInfo*)(G__getstructoffset()))->IsA());
5213 return(1 || funcname || hash || result7 || libp) ;
5214 }
5215
5216 static int G__EventDict_216_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5217 G__setnull(result7);
5218 ((pamela::RunInfo*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
5219 return(1 || funcname || hash || result7 || libp) ;
5220 }
5221
5222 static int G__EventDict_216_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5223 G__setnull(result7);
5224 ((pamela::RunInfo*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
5225 return(1 || funcname || hash || result7 || libp) ;
5226 }
5227
5228 static int G__EventDict_216_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5229 G__setnull(result7);
5230 ((pamela::RunInfo*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
5231 return(1 || funcname || hash || result7 || libp) ;
5232 }
5233
5234 static int G__EventDict_216_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5235 G__letint(result7,67,(long)pamela::RunInfo::DeclFileName());
5236 return(1 || funcname || hash || result7 || libp) ;
5237 }
5238
5239 static int G__EventDict_216_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5240 G__letint(result7,105,(long)pamela::RunInfo::ImplFileLine());
5241 return(1 || funcname || hash || result7 || libp) ;
5242 }
5243
5244 static int G__EventDict_216_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5245 G__letint(result7,67,(long)pamela::RunInfo::ImplFileName());
5246 return(1 || funcname || hash || result7 || libp) ;
5247 }
5248
5249 static int G__EventDict_216_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5250 G__letint(result7,105,(long)pamela::RunInfo::DeclFileLine());
5251 return(1 || funcname || hash || result7 || libp) ;
5252 }
5253
5254 // automatic copy constructor
5255 static int G__EventDict_216_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
5256 {
5257 pamela::RunInfo *p;
5258 void *xtmp = (void*)G__int(libp->para[0]);
5259 p=new pamela::RunInfo(*(pamela::RunInfo*)xtmp);
5260 result7->obj.i = (long)p;
5261 result7->ref = (long)p;
5262 result7->type = 'u';
5263 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo);
5264 return(1 || funcname || hash || result7 || libp) ;
5265 }
5266
5267 // automatic destructor
5268 typedef pamela::RunInfo G__TpamelacLcLRunInfo;
5269 static int G__EventDict_216_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5270 if(0==G__getstructoffset()) return(1);
5271 if(G__getaryconstruct())
5272 if(G__PVOID==G__getgvp())
5273 delete[] (pamela::RunInfo *)(G__getstructoffset());
5274 else
5275 for(int i=G__getaryconstruct()-1;i>=0;i--)
5276 delete (pamela::RunInfo *)((G__getstructoffset())+sizeof(pamela::RunInfo)*i);
5277 else delete (pamela::RunInfo *)(G__getstructoffset());
5278 G__setnull(result7);
5279 return(1 || funcname || hash || result7 || libp) ;
5280 }
5281
5282 // automatic assignment operator
5283 static int G__EventDict_216_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5284 pamela::RunInfo *dest = (pamela::RunInfo*)(G__getstructoffset());
5285 *dest = (*(pamela::RunInfo*)libp->para[0].ref);
5286 const pamela::RunInfo& obj = *dest;
5287 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
5288 return(1 || funcname || hash || result7 || libp) ;
5289 }
5290
5291
5292 /* pamela::Algorithm */
5293 static int G__EventDict_217_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5294 {
5295 const string *pobj,xobj=((const pamela::Algorithm*)(G__getstructoffset()))->GetAlgorithmName();
5296 pobj=new string(xobj);
5297 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
5298 G__store_tempobject(*result7);
5299 }
5300 return(1 || funcname || hash || result7 || libp) ;
5301 }
5302
5303 static int G__EventDict_217_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5304 {
5305 const string *pobj,xobj=((const pamela::Algorithm*)(G__getstructoffset()))->GetVersionInfo();
5306 pobj=new string(xobj);
5307 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
5308 G__store_tempobject(*result7);
5309 }
5310 return(1 || funcname || hash || result7 || libp) ;
5311 }
5312
5313 static int G__EventDict_217_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5314 G__letint(result7,85,(long)((const pamela::Algorithm*)(G__getstructoffset()))->GetPacketType());
5315 return(1 || funcname || hash || result7 || libp) ;
5316 }
5317
5318 static int G__EventDict_217_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5319 G__setnull(result7);
5320 ((pamela::Algorithm*)(G__getstructoffset()))->Init((pamela::PamelaRun*)G__int(libp->para[0]));
5321 return(1 || funcname || hash || result7 || libp) ;
5322 }
5323
5324 static int G__EventDict_217_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5325 G__setnull(result7);
5326 ((pamela::Algorithm*)(G__getstructoffset()))->RunEvent((int)G__int(libp->para[0]));
5327 return(1 || funcname || hash || result7 || libp) ;
5328 }
5329
5330 static int G__EventDict_217_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5331 G__setnull(result7);
5332 ((pamela::Algorithm*)(G__getstructoffset()))->Finish();
5333 return(1 || funcname || hash || result7 || libp) ;
5334 }
5335
5336 static int G__EventDict_217_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5337 G__letint(result7,85,(long)pamela::Algorithm::Class());
5338 return(1 || funcname || hash || result7 || libp) ;
5339 }
5340
5341 static int G__EventDict_217_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5342 G__letint(result7,67,(long)pamela::Algorithm::Class_Name());
5343 return(1 || funcname || hash || result7 || libp) ;
5344 }
5345
5346 static int G__EventDict_217_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5347 G__letint(result7,115,(long)pamela::Algorithm::Class_Version());
5348 return(1 || funcname || hash || result7 || libp) ;
5349 }
5350
5351 static int G__EventDict_217_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5352 G__setnull(result7);
5353 pamela::Algorithm::Dictionary();
5354 return(1 || funcname || hash || result7 || libp) ;
5355 }
5356
5357 static int G__EventDict_217_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5358 G__letint(result7,85,(long)((const pamela::Algorithm*)(G__getstructoffset()))->IsA());
5359 return(1 || funcname || hash || result7 || libp) ;
5360 }
5361
5362 static int G__EventDict_217_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5363 G__setnull(result7);
5364 ((pamela::Algorithm*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
5365 return(1 || funcname || hash || result7 || libp) ;
5366 }
5367
5368 static int G__EventDict_217_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5369 G__setnull(result7);
5370 ((pamela::Algorithm*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
5371 return(1 || funcname || hash || result7 || libp) ;
5372 }
5373
5374 static int G__EventDict_217_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5375 G__setnull(result7);
5376 ((pamela::Algorithm*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
5377 return(1 || funcname || hash || result7 || libp) ;
5378 }
5379
5380 static int G__EventDict_217_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5381 G__letint(result7,67,(long)pamela::Algorithm::DeclFileName());
5382 return(1 || funcname || hash || result7 || libp) ;
5383 }
5384
5385 static int G__EventDict_217_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5386 G__letint(result7,105,(long)pamela::Algorithm::ImplFileLine());
5387 return(1 || funcname || hash || result7 || libp) ;
5388 }
5389
5390 static int G__EventDict_217_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5391 G__letint(result7,67,(long)pamela::Algorithm::ImplFileName());
5392 return(1 || funcname || hash || result7 || libp) ;
5393 }
5394
5395 static int G__EventDict_217_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5396 G__letint(result7,105,(long)pamela::Algorithm::DeclFileLine());
5397 return(1 || funcname || hash || result7 || libp) ;
5398 }
5399
5400 // automatic destructor
5401 typedef pamela::Algorithm G__TpamelacLcLAlgorithm;
5402 static int G__EventDict_217_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5403 if(0==G__getstructoffset()) return(1);
5404 if(G__getaryconstruct())
5405 if(G__PVOID==G__getgvp())
5406 delete[] (pamela::Algorithm *)(G__getstructoffset());
5407 else
5408 for(int i=G__getaryconstruct()-1;i>=0;i--)
5409 delete (pamela::Algorithm *)((G__getstructoffset())+sizeof(pamela::Algorithm)*i);
5410 else delete (pamela::Algorithm *)(G__getstructoffset());
5411 G__setnull(result7);
5412 return(1 || funcname || hash || result7 || libp) ;
5413 }
5414
5415
5416 /* pamela::NullAlgorithm */
5417 static int G__EventDict_249_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5418 {
5419 const string *pobj,xobj=((const pamela::NullAlgorithm*)(G__getstructoffset()))->GetVersionInfo();
5420 pobj=new string(xobj);
5421 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
5422 G__store_tempobject(*result7);
5423 }
5424 return(1 || funcname || hash || result7 || libp) ;
5425 }
5426
5427 static int G__EventDict_249_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5428 G__letint(result7,85,(long)pamela::NullAlgorithm::Class());
5429 return(1 || funcname || hash || result7 || libp) ;
5430 }
5431
5432 static int G__EventDict_249_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5433 G__letint(result7,67,(long)pamela::NullAlgorithm::Class_Name());
5434 return(1 || funcname || hash || result7 || libp) ;
5435 }
5436
5437 static int G__EventDict_249_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5438 G__letint(result7,115,(long)pamela::NullAlgorithm::Class_Version());
5439 return(1 || funcname || hash || result7 || libp) ;
5440 }
5441
5442 static int G__EventDict_249_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5443 G__setnull(result7);
5444 pamela::NullAlgorithm::Dictionary();
5445 return(1 || funcname || hash || result7 || libp) ;
5446 }
5447
5448 static int G__EventDict_249_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5449 G__letint(result7,85,(long)((const pamela::NullAlgorithm*)(G__getstructoffset()))->IsA());
5450 return(1 || funcname || hash || result7 || libp) ;
5451 }
5452
5453 static int G__EventDict_249_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5454 G__setnull(result7);
5455 ((pamela::NullAlgorithm*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
5456 return(1 || funcname || hash || result7 || libp) ;
5457 }
5458
5459 static int G__EventDict_249_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5460 G__setnull(result7);
5461 ((pamela::NullAlgorithm*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
5462 return(1 || funcname || hash || result7 || libp) ;
5463 }
5464
5465 static int G__EventDict_249_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5466 G__setnull(result7);
5467 ((pamela::NullAlgorithm*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
5468 return(1 || funcname || hash || result7 || libp) ;
5469 }
5470
5471 static int G__EventDict_249_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5472 G__letint(result7,67,(long)pamela::NullAlgorithm::DeclFileName());
5473 return(1 || funcname || hash || result7 || libp) ;
5474 }
5475
5476 static int G__EventDict_249_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5477 G__letint(result7,105,(long)pamela::NullAlgorithm::ImplFileLine());
5478 return(1 || funcname || hash || result7 || libp) ;
5479 }
5480
5481 static int G__EventDict_249_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5482 G__letint(result7,67,(long)pamela::NullAlgorithm::ImplFileName());
5483 return(1 || funcname || hash || result7 || libp) ;
5484 }
5485
5486 static int G__EventDict_249_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5487 G__letint(result7,105,(long)pamela::NullAlgorithm::DeclFileLine());
5488 return(1 || funcname || hash || result7 || libp) ;
5489 }
5490
5491 // automatic destructor
5492 typedef pamela::NullAlgorithm G__TpamelacLcLNullAlgorithm;
5493 static int G__EventDict_249_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5494 if(0==G__getstructoffset()) return(1);
5495 if(G__getaryconstruct())
5496 if(G__PVOID==G__getgvp())
5497 delete[] (pamela::NullAlgorithm *)(G__getstructoffset());
5498 else
5499 for(int i=G__getaryconstruct()-1;i>=0;i--)
5500 delete (pamela::NullAlgorithm *)((G__getstructoffset())+sizeof(pamela::NullAlgorithm)*i);
5501 else delete (pamela::NullAlgorithm *)(G__getstructoffset());
5502 G__setnull(result7);
5503 return(1 || funcname || hash || result7 || libp) ;
5504 }
5505
5506
5507 /* pamela::AlgorithmInfo */
5508 static int G__EventDict_250_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5509 pamela::AlgorithmInfo *p=NULL;
5510 if(G__getaryconstruct()) p=new pamela::AlgorithmInfo[G__getaryconstruct()];
5511 else p=new pamela::AlgorithmInfo;
5512 result7->obj.i = (long)p;
5513 result7->ref = (long)p;
5514 result7->type = 'u';
5515 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo);
5516 return(1 || funcname || hash || result7 || libp) ;
5517 }
5518
5519 static int G__EventDict_250_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5520 pamela::AlgorithmInfo *p=NULL;
5521 p = new pamela::AlgorithmInfo((const pamela::Algorithm*)G__int(libp->para[0]));
5522 result7->obj.i = (long)p;
5523 result7->ref = (long)p;
5524 result7->type = 'u';
5525 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo);
5526 return(1 || funcname || hash || result7 || libp) ;
5527 }
5528
5529 static int G__EventDict_250_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5530 G__letint(result7,85,(long)pamela::AlgorithmInfo::Class());
5531 return(1 || funcname || hash || result7 || libp) ;
5532 }
5533
5534 static int G__EventDict_250_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5535 G__letint(result7,67,(long)pamela::AlgorithmInfo::Class_Name());
5536 return(1 || funcname || hash || result7 || libp) ;
5537 }
5538
5539 static int G__EventDict_250_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5540 G__letint(result7,115,(long)pamela::AlgorithmInfo::Class_Version());
5541 return(1 || funcname || hash || result7 || libp) ;
5542 }
5543
5544 static int G__EventDict_250_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5545 G__setnull(result7);
5546 pamela::AlgorithmInfo::Dictionary();
5547 return(1 || funcname || hash || result7 || libp) ;
5548 }
5549
5550 static int G__EventDict_250_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5551 G__letint(result7,85,(long)((const pamela::AlgorithmInfo*)(G__getstructoffset()))->IsA());
5552 return(1 || funcname || hash || result7 || libp) ;
5553 }
5554
5555 static int G__EventDict_250_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5556 G__setnull(result7);
5557 ((pamela::AlgorithmInfo*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
5558 return(1 || funcname || hash || result7 || libp) ;
5559 }
5560
5561 static int G__EventDict_250_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5562 G__setnull(result7);
5563 ((pamela::AlgorithmInfo*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
5564 return(1 || funcname || hash || result7 || libp) ;
5565 }
5566
5567 static int G__EventDict_250_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5568 G__setnull(result7);
5569 ((pamela::AlgorithmInfo*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
5570 return(1 || funcname || hash || result7 || libp) ;
5571 }
5572
5573 static int G__EventDict_250_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5574 G__letint(result7,67,(long)pamela::AlgorithmInfo::DeclFileName());
5575 return(1 || funcname || hash || result7 || libp) ;
5576 }
5577
5578 static int G__EventDict_250_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5579 G__letint(result7,105,(long)pamela::AlgorithmInfo::ImplFileLine());
5580 return(1 || funcname || hash || result7 || libp) ;
5581 }
5582
5583 static int G__EventDict_250_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5584 G__letint(result7,67,(long)pamela::AlgorithmInfo::ImplFileName());
5585 return(1 || funcname || hash || result7 || libp) ;
5586 }
5587
5588 static int G__EventDict_250_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5589 G__letint(result7,105,(long)pamela::AlgorithmInfo::DeclFileLine());
5590 return(1 || funcname || hash || result7 || libp) ;
5591 }
5592
5593 // automatic copy constructor
5594 static int G__EventDict_250_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
5595 {
5596 pamela::AlgorithmInfo *p;
5597 void *xtmp = (void*)G__int(libp->para[0]);
5598 p=new pamela::AlgorithmInfo(*(pamela::AlgorithmInfo*)xtmp);
5599 result7->obj.i = (long)p;
5600 result7->ref = (long)p;
5601 result7->type = 'u';
5602 result7->tagnum = G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo);
5603 return(1 || funcname || hash || result7 || libp) ;
5604 }
5605
5606 // automatic destructor
5607 typedef pamela::AlgorithmInfo G__TpamelacLcLAlgorithmInfo;
5608 static int G__EventDict_250_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5609 if(0==G__getstructoffset()) return(1);
5610 if(G__getaryconstruct())
5611 if(G__PVOID==G__getgvp())
5612 delete[] (pamela::AlgorithmInfo *)(G__getstructoffset());
5613 else
5614 for(int i=G__getaryconstruct()-1;i>=0;i--)
5615 delete (pamela::AlgorithmInfo *)((G__getstructoffset())+sizeof(pamela::AlgorithmInfo)*i);
5616 else delete (pamela::AlgorithmInfo *)(G__getstructoffset());
5617 G__setnull(result7);
5618 return(1 || funcname || hash || result7 || libp) ;
5619 }
5620
5621 // automatic assignment operator
5622 static int G__EventDict_250_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
5623 pamela::AlgorithmInfo *dest = (pamela::AlgorithmInfo*)(G__getstructoffset());
5624 *dest = (*(pamela::AlgorithmInfo*)libp->para[0].ref);
5625 const pamela::AlgorithmInfo& obj = *dest;
5626 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
5627 return(1 || funcname || hash || result7 || libp) ;
5628 }
5629
5630
5631 /* Setting up global function */
5632
5633 /*********************************************************
5634 * Member function Stub
5635 *********************************************************/
5636
5637 /* pamela */
5638
5639 /* pamela::PacketType */
5640
5641 /* pamela::SubPacket */
5642
5643 /* pamela::PscuHeader */
5644
5645 /* pamela::EventCounter */
5646
5647 /* pamela::EventHeader */
5648
5649 /* pamela::PscuEvent */
5650
5651 /* pamela::ArrDumpEvent */
5652
5653 /* pamela::VarDumpEvent */
5654
5655 /* pamela::TabDumpEvent */
5656
5657 /* pamela::CalibCalEvent */
5658
5659 /* pamela::CalibTrkEvent */
5660
5661 /* pamela::CalibTrgEvent */
5662
5663 /* pamela::CalibTrdEvent */
5664
5665 /* pamela::CalibTofEvent */
5666
5667 /* pamela::CalibS4Event */
5668
5669 /* pamela::RunHeaderEvent */
5670
5671 /* pamela::RunTrailerEvent */
5672
5673 /* pamela::ForcedPktEvent */
5674
5675 /* pamela::PamelaRun */
5676
5677 /* pamela::RunInfo */
5678
5679 /* pamela::Algorithm */
5680
5681 /* pamela::NullAlgorithm */
5682
5683 /* pamela::AlgorithmInfo */
5684
5685 /*********************************************************
5686 * Global function Stub
5687 *********************************************************/
5688
5689 /*********************************************************
5690 * Get size of pointer to member function
5691 *********************************************************/
5692 class G__Sizep2memfuncEventDict {
5693 public:
5694 G__Sizep2memfuncEventDict() {p=&G__Sizep2memfuncEventDict::sizep2memfunc;}
5695 size_t sizep2memfunc() { return(sizeof(p)); }
5696 private:
5697 size_t (G__Sizep2memfuncEventDict::*p)();
5698 };
5699
5700 size_t G__get_sizep2memfuncEventDict()
5701 {
5702 G__Sizep2memfuncEventDict a;
5703 G__setsizep2memfunc((int)a.sizep2memfunc());
5704 return((size_t)a.sizep2memfunc());
5705 }
5706
5707
5708 /*********************************************************
5709 * virtual base class offset calculation interface
5710 *********************************************************/
5711
5712 /* Setting up class inheritance */
5713
5714 /*********************************************************
5715 * Inheritance information setup/
5716 *********************************************************/
5717 extern "C" void G__cpp_setup_inheritanceEventDict() {
5718
5719 /* Setting up class inheritance */
5720 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket))) {
5721 pamela::SubPacket *G__Lderived;
5722 G__Lderived=(pamela::SubPacket*)0x1000;
5723 {
5724 TObject *G__Lpbase=(TObject*)G__Lderived;
5725 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5726 }
5727 }
5728 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader))) {
5729 pamela::PscuHeader *G__Lderived;
5730 G__Lderived=(pamela::PscuHeader*)0x1000;
5731 {
5732 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5733 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5734 }
5735 {
5736 TObject *G__Lpbase=(TObject*)G__Lderived;
5737 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5738 }
5739 }
5740 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter))) {
5741 pamela::EventCounter *G__Lderived;
5742 G__Lderived=(pamela::EventCounter*)0x1000;
5743 {
5744 TObject *G__Lpbase=(TObject*)G__Lderived;
5745 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5746 }
5747 }
5748 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader))) {
5749 pamela::EventHeader *G__Lderived;
5750 G__Lderived=(pamela::EventHeader*)0x1000;
5751 {
5752 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5753 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5754 }
5755 {
5756 TObject *G__Lpbase=(TObject*)G__Lderived;
5757 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5758 }
5759 }
5760 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuEvent))) {
5761 pamela::PscuEvent *G__Lderived;
5762 G__Lderived=(pamela::PscuEvent*)0x1000;
5763 {
5764 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5765 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5766 }
5767 {
5768 TObject *G__Lpbase=(TObject*)G__Lderived;
5769 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5770 }
5771 }
5772 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLArrDumpEvent))) {
5773 pamela::ArrDumpEvent *G__Lderived;
5774 G__Lderived=(pamela::ArrDumpEvent*)0x1000;
5775 {
5776 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5777 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLArrDumpEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5778 }
5779 {
5780 TObject *G__Lpbase=(TObject*)G__Lderived;
5781 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLArrDumpEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5782 }
5783 }
5784 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLVarDumpEvent))) {
5785 pamela::VarDumpEvent *G__Lderived;
5786 G__Lderived=(pamela::VarDumpEvent*)0x1000;
5787 {
5788 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5789 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLVarDumpEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5790 }
5791 {
5792 TObject *G__Lpbase=(TObject*)G__Lderived;
5793 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLVarDumpEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5794 }
5795 }
5796 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLTabDumpEvent))) {
5797 pamela::TabDumpEvent *G__Lderived;
5798 G__Lderived=(pamela::TabDumpEvent*)0x1000;
5799 {
5800 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5801 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLTabDumpEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5802 }
5803 {
5804 TObject *G__Lpbase=(TObject*)G__Lderived;
5805 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLTabDumpEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5806 }
5807 }
5808 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibCalEvent))) {
5809 pamela::CalibCalEvent *G__Lderived;
5810 G__Lderived=(pamela::CalibCalEvent*)0x1000;
5811 {
5812 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5813 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibCalEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5814 }
5815 {
5816 TObject *G__Lpbase=(TObject*)G__Lderived;
5817 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibCalEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5818 }
5819 }
5820 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrkEvent))) {
5821 pamela::CalibTrkEvent *G__Lderived;
5822 G__Lderived=(pamela::CalibTrkEvent*)0x1000;
5823 {
5824 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5825 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrkEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5826 }
5827 {
5828 TObject *G__Lpbase=(TObject*)G__Lderived;
5829 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrkEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5830 }
5831 }
5832 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrgEvent))) {
5833 pamela::CalibTrgEvent *G__Lderived;
5834 G__Lderived=(pamela::CalibTrgEvent*)0x1000;
5835 {
5836 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5837 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrgEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5838 }
5839 {
5840 TObject *G__Lpbase=(TObject*)G__Lderived;
5841 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrgEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5842 }
5843 }
5844 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrdEvent))) {
5845 pamela::CalibTrdEvent *G__Lderived;
5846 G__Lderived=(pamela::CalibTrdEvent*)0x1000;
5847 {
5848 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5849 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrdEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5850 }
5851 {
5852 TObject *G__Lpbase=(TObject*)G__Lderived;
5853 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrdEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5854 }
5855 }
5856 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTofEvent))) {
5857 pamela::CalibTofEvent *G__Lderived;
5858 G__Lderived=(pamela::CalibTofEvent*)0x1000;
5859 {
5860 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5861 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTofEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5862 }
5863 {
5864 TObject *G__Lpbase=(TObject*)G__Lderived;
5865 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTofEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5866 }
5867 }
5868 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibS4Event))) {
5869 pamela::CalibS4Event *G__Lderived;
5870 G__Lderived=(pamela::CalibS4Event*)0x1000;
5871 {
5872 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5873 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibS4Event),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5874 }
5875 {
5876 TObject *G__Lpbase=(TObject*)G__Lderived;
5877 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibS4Event),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5878 }
5879 }
5880 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunHeaderEvent))) {
5881 pamela::RunHeaderEvent *G__Lderived;
5882 G__Lderived=(pamela::RunHeaderEvent*)0x1000;
5883 {
5884 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5885 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunHeaderEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5886 }
5887 {
5888 TObject *G__Lpbase=(TObject*)G__Lderived;
5889 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunHeaderEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5890 }
5891 }
5892 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunTrailerEvent))) {
5893 pamela::RunTrailerEvent *G__Lderived;
5894 G__Lderived=(pamela::RunTrailerEvent*)0x1000;
5895 {
5896 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5897 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunTrailerEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5898 }
5899 {
5900 TObject *G__Lpbase=(TObject*)G__Lderived;
5901 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunTrailerEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5902 }
5903 }
5904 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLForcedPktEvent))) {
5905 pamela::ForcedPktEvent *G__Lderived;
5906 G__Lderived=(pamela::ForcedPktEvent*)0x1000;
5907 {
5908 pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
5909 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLForcedPktEvent),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
5910 }
5911 {
5912 TObject *G__Lpbase=(TObject*)G__Lderived;
5913 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLForcedPktEvent),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5914 }
5915 }
5916 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo))) {
5917 pamela::RunInfo *G__Lderived;
5918 G__Lderived=(pamela::RunInfo*)0x1000;
5919 {
5920 TObject *G__Lpbase=(TObject*)G__Lderived;
5921 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5922 }
5923 }
5924 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithm))) {
5925 pamela::Algorithm *G__Lderived;
5926 G__Lderived=(pamela::Algorithm*)0x1000;
5927 {
5928 TObject *G__Lpbase=(TObject*)G__Lderived;
5929 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithm),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5930 }
5931 }
5932 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLNullAlgorithm))) {
5933 pamela::NullAlgorithm *G__Lderived;
5934 G__Lderived=(pamela::NullAlgorithm*)0x1000;
5935 {
5936 pamela::Algorithm *G__Lpbase=(pamela::Algorithm*)G__Lderived;
5937 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLNullAlgorithm),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithm),(long)G__Lpbase-(long)G__Lderived,1,1);
5938 }
5939 {
5940 TObject *G__Lpbase=(TObject*)G__Lderived;
5941 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLNullAlgorithm),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
5942 }
5943 }
5944 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo))) {
5945 pamela::AlgorithmInfo *G__Lderived;
5946 G__Lderived=(pamela::AlgorithmInfo*)0x1000;
5947 {
5948 TObject *G__Lpbase=(TObject*)G__Lderived;
5949 G__inheritance_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo),G__get_linked_tagnum(&G__EventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5950 }
5951 }
5952 }
5953
5954 /*********************************************************
5955 * typedef information setup/
5956 *********************************************************/
5957 extern "C" void G__cpp_setup_typetableEventDict() {
5958
5959 /* Setting up typedef entry */
5960 G__search_typename2("Version_t",115,-1,0,
5961 -1);
5962 G__setnewtype(-1,"Class version identifier (short)",0);
5963 G__search_typename2("CounterMap",117,G__get_linked_tagnum(&G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOintmUcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOintmUgRsPgRsPgR),0,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter));
5964 G__setnewtype(-1,NULL,0);
5965 G__search_typename2("RootTreeMap",117,G__get_linked_tagnum(&G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOTTreemUcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOTTreemUgRsPgRsPgR),0,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun));
5966 G__setnewtype(-1,NULL,0);
5967 G__search_typename2("TFileList",117,G__get_linked_tagnum(&G__EventDictLN_listlETFilemUcOallocatorlETFilemUgRsPgR),0,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun));
5968 G__setnewtype(-1,NULL,0);
5969 G__search_typename2("TTreeList",117,G__get_linked_tagnum(&G__EventDictLN_listlETTreemUcOallocatorlETTreemUgRsPgR),0,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun));
5970 G__setnewtype(-1,NULL,0);
5971 G__search_typename2("TTreeListMap",117,G__get_linked_tagnum(&G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOlistlETTreemUcOallocatorlETTreemUgRsPgRcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOlistlETTreemUcOallocatorlETTreemUgRsPgRsPgRsPgRsPgR),0,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun));
5972 G__setnewtype(-1,NULL,0);
5973 G__search_typename2("SubPacketMap",117,G__get_linked_tagnum(&G__EventDictLN_maplEstringcOpamelacLcLSubPacketmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOpamelacLcLSubPacketmUgRsPgRsPgR),0,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun));
5974 G__setnewtype(-1,NULL,0);
5975 }
5976
5977 /*********************************************************
5978 * Data Member information setup/
5979 *********************************************************/
5980
5981 /* Setting up class,struct,union tag member variable */
5982
5983 /* pamela */
5984 static void G__setup_memvarpamela(void) {
5985 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamela));
5986 {
5987 }
5988 G__tag_memvar_reset();
5989 }
5990
5991
5992 /* pamela::PacketType */
5993 static void G__setup_memvarpamelacLcLPacketType(void) {
5994 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType));
5995 { pamela::PacketType *p; p=(pamela::PacketType*)0x1000; if (p) { }
5996 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Magic=",0,(char*)NULL);
5997 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_string),-1,-1,4,"Name=",0,(char*)NULL);
5998 G__memvar_setup((void*)(&pamela::PacketType::Pscu),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"Pscu=",0,"*< Pscu event packets */");
5999 G__memvar_setup((void*)(&pamela::PacketType::Physics),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"Physics=",0,(char*)NULL);
6000 G__memvar_setup((void*)(&pamela::PacketType::ForcedPkt),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"ForcedPkt=",0,(char*)NULL);
6001 G__memvar_setup((void*)(&pamela::PacketType::CalibTrk),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"CalibTrk=",0,(char*)NULL);
6002 G__memvar_setup((void*)(&pamela::PacketType::CalibTrg),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"CalibTrg=",0,(char*)NULL);
6003 G__memvar_setup((void*)(&pamela::PacketType::CalibCal),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"CalibCal=",0,(char*)NULL);
6004 G__memvar_setup((void*)(&pamela::PacketType::CalibTrd),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"CalibTrd=",0,(char*)NULL);
6005 G__memvar_setup((void*)(&pamela::PacketType::CalibTof),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"CalibTof=",0,(char*)NULL);
6006 G__memvar_setup((void*)(&pamela::PacketType::CalibS4),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"CalibS4=",0,(char*)NULL);
6007 G__memvar_setup((void*)(&pamela::PacketType::RunHeader),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"RunHeader=",0,(char*)NULL);
6008 G__memvar_setup((void*)(&pamela::PacketType::RunTrailer),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"RunTrailer=",0,(char*)NULL);
6009 G__memvar_setup((void*)(&pamela::PacketType::Alarm),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"Alarm=",0,(char*)NULL);
6010 G__memvar_setup((void*)(&pamela::PacketType::Khb),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"Khb=",0,(char*)NULL);
6011 G__memvar_setup((void*)(&pamela::PacketType::Log),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"Log=",0,(char*)NULL);
6012 G__memvar_setup((void*)(&pamela::PacketType::VarDump),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"VarDump=",0,(char*)NULL);
6013 G__memvar_setup((void*)(&pamela::PacketType::ArrDump),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"ArrDump=",0,(char*)NULL);
6014 G__memvar_setup((void*)(&pamela::PacketType::TabDump),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"TabDump=",0,(char*)NULL);
6015 G__memvar_setup((void*)(&pamela::PacketType::Tmtc),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"Tmtc=",0,(char*)NULL);
6016 G__memvar_setup((void*)(&pamela::PacketType::Mcmd),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"Mcmd=",0,(char*)NULL);
6017 G__memvar_setup((void*)(&pamela::PacketType::HA_Header_E5),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"HA_Header_E5=",0,(char*)NULL);
6018 G__memvar_setup((void*)(&pamela::PacketType::Invalid),85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-2,1,"Invalid=",0,"*< Invalid event packets */");
6019 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6020 G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
6021 }
6022 G__tag_memvar_reset();
6023 }
6024
6025
6026 /* pamela::SubPacket */
6027 static void G__setup_memvarpamelacLcLSubPacket(void) {
6028 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket));
6029 { pamela::SubPacket *p; p=(pamela::SubPacket*)0x1000; if (p) { }
6030 G__memvar_setup((void*)NULL,85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-1,4,"Type=",0,"!");
6031 G__memvar_setup((void*)NULL,85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubDetector),-1,-1,4,"Detector=",0,"!");
6032 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_string),-1,-1,4,"SubPacketName=",0,"!");
6033 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6034 }
6035 G__tag_memvar_reset();
6036 }
6037
6038
6039 /* pamela::PscuHeader */
6040 static void G__setup_memvarpamelacLcLPscuHeader(void) {
6041 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader));
6042 { pamela::PscuHeader *p; p=(pamela::PscuHeader*)0x1000; if (p) { }
6043 G__memvar_setup((void*)NULL,104,0,0,-1,-1,-1,4,"Header=",0,"*< Packet type header (must be 0xFAFEDE) */");
6044 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("UINT8"),-1,4,"PacketId1=",0,"*< Packet type first byte */");
6045 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("UINT8"),-1,4,"PacketId2=",0,"*< Packet type second byte */");
6046 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UINT32"),-1,4,"Counter=",0,"*< PSCU event counter */");
6047 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UINT32"),-1,4,"OrbitalTime=",0,"*< Raw Orbital time */");
6048 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UINT32"),-1,4,"PacketLenght=",0,(char*)NULL);
6049 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("UINT8"),-1,4,"CRC=",0,"*< PSCU Header Checksum */");
6050 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6051 }
6052 G__tag_memvar_reset();
6053 }
6054
6055
6056 /* pamela::EventCounter */
6057 static void G__setup_memvarpamelacLcLEventCounter(void) {
6058 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter));
6059 { pamela::EventCounter *p; p=(pamela::EventCounter*)0x1000; if (p) { }
6060 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"RunNumber=",0,"*< Run number */");
6061 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Pscu=",0,(char*)NULL);
6062 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Physics=",0,(char*)NULL);
6063 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Forced_Pkt=",0,(char*)NULL);
6064 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Calib_Trk=",0,(char*)NULL);
6065 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Calib_Trg=",0,(char*)NULL);
6066 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Calib_Cal=",0,(char*)NULL);
6067 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Calib_Trd=",0,(char*)NULL);
6068 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Calib_Tof=",0,(char*)NULL);
6069 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Calib_S4=",0,(char*)NULL);
6070 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Run_Header=",0,(char*)NULL);
6071 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Run_Trailer=",0,(char*)NULL);
6072 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Alarm=",0,(char*)NULL);
6073 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Khb=",0,(char*)NULL);
6074 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Log=",0,(char*)NULL);
6075 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"VarDump=",0,(char*)NULL);
6076 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"ArrDump=",0,(char*)NULL);
6077 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"TabDump=",0,(char*)NULL);
6078 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Tmtc=",0,(char*)NULL);
6079 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Mcmd=",0,(char*)NULL);
6080 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"HA_Header_E5=",0,(char*)NULL);
6081 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOintmUcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOintmUgRsPgRsPgR),G__defined_typename("CounterMap"),-1,4,"CMap=",0,"!");
6082 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6083 }
6084 G__tag_memvar_reset();
6085 }
6086
6087
6088 /* pamela::EventHeader */
6089 static void G__setup_memvarpamelacLcLEventHeader(void) {
6090 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader));
6091 { pamela::EventHeader *p; p=(pamela::EventHeader*)0x1000; if (p) { }
6092 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter),-1,-1,4,"Counter=",0,(char*)NULL);
6093 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader),-1,-1,4,"Pscu=",0,(char*)NULL);
6094 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6095 }
6096 G__tag_memvar_reset();
6097 }
6098
6099
6100 /* pamela::PscuEvent */
6101 static void G__setup_memvarpamelacLcLPscuEvent(void) {
6102 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuEvent));
6103 { pamela::PscuEvent *p; p=(pamela::PscuEvent*)0x1000; if (p) { }
6104 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6105 }
6106 G__tag_memvar_reset();
6107 }
6108
6109
6110 /* pamela::ArrDumpEvent */
6111 static void G__setup_memvarpamelacLcLArrDumpEvent(void) {
6112 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLArrDumpEvent));
6113 { pamela::ArrDumpEvent *p; p=(pamela::ArrDumpEvent*)0x1000; if (p) { }
6114 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6115 }
6116 G__tag_memvar_reset();
6117 }
6118
6119
6120 /* pamela::VarDumpEvent */
6121 static void G__setup_memvarpamelacLcLVarDumpEvent(void) {
6122 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLVarDumpEvent));
6123 { pamela::VarDumpEvent *p; p=(pamela::VarDumpEvent*)0x1000; if (p) { }
6124 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6125 }
6126 G__tag_memvar_reset();
6127 }
6128
6129
6130 /* pamela::TabDumpEvent */
6131 static void G__setup_memvarpamelacLcLTabDumpEvent(void) {
6132 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLTabDumpEvent));
6133 { pamela::TabDumpEvent *p; p=(pamela::TabDumpEvent*)0x1000; if (p) { }
6134 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6135 }
6136 G__tag_memvar_reset();
6137 }
6138
6139
6140 /* pamela::CalibCalEvent */
6141 static void G__setup_memvarpamelacLcLCalibCalEvent(void) {
6142 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibCalEvent));
6143 { pamela::CalibCalEvent *p; p=(pamela::CalibCalEvent*)0x1000; if (p) { }
6144 G__memvar_setup((void*)((long)(&p->cal_ped)-(long)(p)),102,0,0,-1,-1,-1,1,"cal_ped[96][11][4]=",0,(char*)NULL);
6145 G__memvar_setup((void*)((long)(&p->cal_good)-(long)(p)),102,0,0,-1,-1,-1,1,"cal_good[96][11][4]=",0,(char*)NULL);
6146 G__memvar_setup((void*)((long)(&p->cal_thr)-(long)(p)),102,0,0,-1,-1,-1,1,"cal_thr[96][11][4]=",0,(char*)NULL);
6147 G__memvar_setup((void*)((long)(&p->cal_base)-(long)(p)),102,0,0,-1,-1,-1,1,"cal_base[96][11][4]=",0,(char*)NULL);
6148 G__memvar_setup((void*)((long)(&p->cal_var)-(long)(p)),102,0,0,-1,-1,-1,1,"cal_var[96][11][4]=",0,(char*)NULL);
6149 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6150 }
6151 G__tag_memvar_reset();
6152 }
6153
6154
6155 /* pamela::CalibTrkEvent */
6156 static void G__setup_memvarpamelacLcLCalibTrkEvent(void) {
6157 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrkEvent));
6158 { pamela::CalibTrkEvent *p; p=(pamela::CalibTrkEvent*)0x1000; if (p) { }
6159 G__memvar_setup((void*)((long)(&p->DAQmode)-(long)(p)),105,0,0,-1,-1,-1,1,"DAQmode[6]=",0,(char*)NULL);
6160 G__memvar_setup((void*)((long)(&p->DSPnumber)-(long)(p)),105,0,0,-1,-1,-1,1,"DSPnumber[6]=",0,(char*)NULL);
6161 G__memvar_setup((void*)((long)(&p->calibnumber)-(long)(p)),105,0,0,-1,-1,-1,1,"calibnumber[6]=",0,(char*)NULL);
6162 G__memvar_setup((void*)((long)(&p->ncalib_event)-(long)(p)),105,0,0,-1,-1,-1,1,"ncalib_event[6]=",0,(char*)NULL);
6163 G__memvar_setup((void*)((long)(&p->ped_l1)-(long)(p)),105,0,0,-1,-1,-1,1,"ped_l1[6]=",0,(char*)NULL);
6164 G__memvar_setup((void*)((long)(&p->ped_l2)-(long)(p)),105,0,0,-1,-1,-1,1,"ped_l2[6]=",0,(char*)NULL);
6165 G__memvar_setup((void*)((long)(&p->ped_l3)-(long)(p)),105,0,0,-1,-1,-1,1,"ped_l3[6]=",0,(char*)NULL);
6166 G__memvar_setup((void*)((long)(&p->sig_l1)-(long)(p)),105,0,0,-1,-1,-1,1,"sig_l1[6]=",0,(char*)NULL);
6167 G__memvar_setup((void*)((long)(&p->sig_l2)-(long)(p)),105,0,0,-1,-1,-1,1,"sig_l2[6]=",0,(char*)NULL);
6168 G__memvar_setup((void*)((long)(&p->sig_l3)-(long)(p)),105,0,0,-1,-1,-1,1,"sig_l3[6]=",0,(char*)NULL);
6169 G__memvar_setup((void*)((long)(&p->nbad_l1)-(long)(p)),105,0,0,-1,-1,-1,1,"nbad_l1[6]=",0,(char*)NULL);
6170 G__memvar_setup((void*)((long)(&p->nbad_l2)-(long)(p)),105,0,0,-1,-1,-1,1,"nbad_l2[6]=",0,(char*)NULL);
6171 G__memvar_setup((void*)((long)(&p->nbad_l3)-(long)(p)),105,0,0,-1,-1,-1,1,"nbad_l3[6]=",0,(char*)NULL);
6172 G__memvar_setup((void*)((long)(&p->cal_flag)-(long)(p)),105,0,0,-1,-1,-1,1,"cal_flag[6]=",0,(char*)NULL);
6173 G__memvar_setup((void*)((long)(&p->checksum)-(long)(p)),105,0,0,-1,-1,-1,1,"checksum[6]=",0,(char*)NULL);
6174 G__memvar_setup((void*)((long)(&p->DSPbad_par)-(long)(p)),105,0,0,-1,-1,-1,1,"DSPbad_par[6][3072]=",0,(char*)NULL);
6175 G__memvar_setup((void*)((long)(&p->DSPped_par)-(long)(p)),102,0,0,-1,-1,-1,1,"DSPped_par[6][3072]=",0,(char*)NULL);
6176 G__memvar_setup((void*)((long)(&p->DSPsig_par)-(long)(p)),102,0,0,-1,-1,-1,1,"DSPsig_par[6][3072]=",0,(char*)NULL);
6177 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6178 }
6179 G__tag_memvar_reset();
6180 }
6181
6182
6183 /* pamela::CalibTrgEvent */
6184 static void G__setup_memvarpamelacLcLCalibTrgEvent(void) {
6185 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrgEvent));
6186 { pamela::CalibTrgEvent *p; p=(pamela::CalibTrgEvent*)0x1000; if (p) { }
6187 G__memvar_setup((void*)((long)(&p->DAQmode)-(long)(p)),105,0,0,-1,-1,-1,1,"DAQmode[6]=",0,(char*)NULL);
6188 G__memvar_setup((void*)((long)(&p->DSPnumber)-(long)(p)),105,0,0,-1,-1,-1,1,"DSPnumber[6]=",0,(char*)NULL);
6189 G__memvar_setup((void*)((long)(&p->calibnumber)-(long)(p)),105,0,0,-1,-1,-1,1,"calibnumber[6]=",0,(char*)NULL);
6190 G__memvar_setup((void*)((long)(&p->ncalib_event)-(long)(p)),105,0,0,-1,-1,-1,1,"ncalib_event[6]=",0,(char*)NULL);
6191 G__memvar_setup((void*)((long)(&p->ped_l1)-(long)(p)),105,0,0,-1,-1,-1,1,"ped_l1[6]=",0,(char*)NULL);
6192 G__memvar_setup((void*)((long)(&p->ped_l2)-(long)(p)),105,0,0,-1,-1,-1,1,"ped_l2[6]=",0,(char*)NULL);
6193 G__memvar_setup((void*)((long)(&p->ped_l3)-(long)(p)),105,0,0,-1,-1,-1,1,"ped_l3[6]=",0,(char*)NULL);
6194 G__memvar_setup((void*)((long)(&p->sig_l1)-(long)(p)),105,0,0,-1,-1,-1,1,"sig_l1[6]=",0,(char*)NULL);
6195 G__memvar_setup((void*)((long)(&p->sig_l2)-(long)(p)),105,0,0,-1,-1,-1,1,"sig_l2[6]=",0,(char*)NULL);
6196 G__memvar_setup((void*)((long)(&p->sig_l3)-(long)(p)),105,0,0,-1,-1,-1,1,"sig_l3[6]=",0,(char*)NULL);
6197 G__memvar_setup((void*)((long)(&p->nbad_l1)-(long)(p)),105,0,0,-1,-1,-1,1,"nbad_l1[6]=",0,(char*)NULL);
6198 G__memvar_setup((void*)((long)(&p->nbad_l2)-(long)(p)),105,0,0,-1,-1,-1,1,"nbad_l2[6]=",0,(char*)NULL);
6199 G__memvar_setup((void*)((long)(&p->nbad_l3)-(long)(p)),105,0,0,-1,-1,-1,1,"nbad_l3[6]=",0,(char*)NULL);
6200 G__memvar_setup((void*)((long)(&p->cal_flag)-(long)(p)),105,0,0,-1,-1,-1,1,"cal_flag[6]=",0,(char*)NULL);
6201 G__memvar_setup((void*)((long)(&p->checksum)-(long)(p)),105,0,0,-1,-1,-1,1,"checksum[6]=",0,(char*)NULL);
6202 G__memvar_setup((void*)((long)(&p->DSPbad_par)-(long)(p)),105,0,0,-1,-1,-1,1,"DSPbad_par[6][3072]=",0,(char*)NULL);
6203 G__memvar_setup((void*)((long)(&p->DSPped_par)-(long)(p)),102,0,0,-1,-1,-1,1,"DSPped_par[6][3072]=",0,(char*)NULL);
6204 G__memvar_setup((void*)((long)(&p->DSPsig_par)-(long)(p)),102,0,0,-1,-1,-1,1,"DSPsig_par[6][3072]=",0,(char*)NULL);
6205 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6206 }
6207 G__tag_memvar_reset();
6208 }
6209
6210
6211 /* pamela::CalibTrdEvent */
6212 static void G__setup_memvarpamelacLcLCalibTrdEvent(void) {
6213 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrdEvent));
6214 { pamela::CalibTrdEvent *p; p=(pamela::CalibTrdEvent*)0x1000; if (p) { }
6215 G__memvar_setup((void*)((long)(&p->pedestal)-(long)(p)),102,0,0,-1,-1,-1,1,"pedestal[128][24][12]=",0,(char*)NULL);
6216 G__memvar_setup((void*)((long)(&p->sigma)-(long)(p)),102,0,0,-1,-1,-1,1,"sigma[128][24][12]=",0,(char*)NULL);
6217 G__memvar_setup((void*)((long)(&p->bad)-(long)(p)),102,0,0,-1,-1,-1,1,"bad[128][24][12]=",0,(char*)NULL);
6218 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6219 }
6220 G__tag_memvar_reset();
6221 }
6222
6223
6224 /* pamela::CalibTofEvent */
6225 static void G__setup_memvarpamelacLcLCalibTofEvent(void) {
6226 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTofEvent));
6227 { pamela::CalibTofEvent *p; p=(pamela::CalibTofEvent*)0x1000; if (p) { }
6228 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6229 }
6230 G__tag_memvar_reset();
6231 }
6232
6233
6234 /* pamela::CalibS4Event */
6235 static void G__setup_memvarpamelacLcLCalibS4Event(void) {
6236 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibS4Event));
6237 { pamela::CalibS4Event *p; p=(pamela::CalibS4Event*)0x1000; if (p) { }
6238 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6239 }
6240 G__tag_memvar_reset();
6241 }
6242
6243
6244 /* pamela::RunHeaderEvent */
6245 static void G__setup_memvarpamelacLcLRunHeaderEvent(void) {
6246 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunHeaderEvent));
6247 { pamela::RunHeaderEvent *p; p=(pamela::RunHeaderEvent*)0x1000; if (p) { }
6248 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6249 }
6250 G__tag_memvar_reset();
6251 }
6252
6253
6254 /* pamela::RunTrailerEvent */
6255 static void G__setup_memvarpamelacLcLRunTrailerEvent(void) {
6256 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunTrailerEvent));
6257 { pamela::RunTrailerEvent *p; p=(pamela::RunTrailerEvent*)0x1000; if (p) { }
6258 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6259 }
6260 G__tag_memvar_reset();
6261 }
6262
6263
6264 /* pamela::ForcedPktEvent */
6265 static void G__setup_memvarpamelacLcLForcedPktEvent(void) {
6266 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLForcedPktEvent));
6267 { pamela::ForcedPktEvent *p; p=(pamela::ForcedPktEvent*)0x1000; if (p) { }
6268 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6269 }
6270 G__tag_memvar_reset();
6271 }
6272
6273
6274 /* pamela::PamelaRun */
6275 static void G__setup_memvarpamelacLcLPamelaRun(void) {
6276 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun));
6277 { pamela::PamelaRun *p; p=(pamela::PamelaRun*)0x1000; if (p) { }
6278 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_string),-1,-1,4,"Path=",0,(char*)NULL);
6279 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_string),-1,-1,4,"Run=",0,(char*)NULL);
6280 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"RunNumber=",0,(char*)NULL);
6281 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo),-1,-1,4,"info=",0,(char*)NULL);
6282 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOTTreemUcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOTTreemUgRsPgRsPgR),G__defined_typename("RootTreeMap"),-1,2,"TTreeMap=",0,"!");
6283 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOlistlETTreemUcOallocatorlETTreemUgRsPgRcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOlistlETTreemUcOallocatorlETTreemUgRsPgRsPgRsPgRsPgR),G__defined_typename("TTreeListMap"),-1,2,"WritingRootTrees=",0,"!");
6284 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_maplEstringcOpamelacLcLSubPacketmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOpamelacLcLSubPacketmUgRsPgRsPgR),G__defined_typename("SubPacketMap"),-1,2,"SubPacketAddresses=",0,(char*)NULL);
6285 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6286 G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
6287 }
6288 G__tag_memvar_reset();
6289 }
6290
6291
6292 /* pamela::RunInfo */
6293 static void G__setup_memvarpamelacLcLRunInfo(void) {
6294 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo));
6295 { pamela::RunInfo *p; p=(pamela::RunInfo*)0x1000; if (p) { }
6296 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_TString),-1,-1,4,"UserName=",0,(char*)NULL);
6297 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_TString),-1,-1,4,"HostName=",0,(char*)NULL);
6298 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_TString),-1,-1,4,"DataPath=",0,(char*)NULL);
6299 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_TString),-1,-1,4,"Time=",0,(char*)NULL);
6300 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"RunNumber=",0,(char*)NULL);
6301 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6302 }
6303 G__tag_memvar_reset();
6304 }
6305
6306
6307 /* pamela::Algorithm */
6308 static void G__setup_memvarpamelacLcLAlgorithm(void) {
6309 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithm));
6310 { pamela::Algorithm *p; p=(pamela::Algorithm*)0x1000; if (p) { }
6311 G__memvar_setup((void*)NULL,85,0,1,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,-1,2,"type=",0,"!");
6312 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_string),-1,-1,2,"AlgorithmName=",0,(char*)NULL);
6313 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6314 }
6315 G__tag_memvar_reset();
6316 }
6317
6318
6319 /* pamela::NullAlgorithm */
6320 static void G__setup_memvarpamelacLcLNullAlgorithm(void) {
6321 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLNullAlgorithm));
6322 { pamela::NullAlgorithm *p; p=(pamela::NullAlgorithm*)0x1000; if (p) { }
6323 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6324 }
6325 G__tag_memvar_reset();
6326 }
6327
6328
6329 /* pamela::AlgorithmInfo */
6330 static void G__setup_memvarpamelacLcLAlgorithmInfo(void) {
6331 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo));
6332 { pamela::AlgorithmInfo *p; p=(pamela::AlgorithmInfo*)0x1000; if (p) { }
6333 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_TString),-1,-1,4,"AlgorithmName=",0,(char*)NULL);
6334 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_TString),-1,-1,4,"AlgorithmClass=",0,(char*)NULL);
6335 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventDictLN_TString),-1,-1,4,"VersionInfo=",0,(char*)NULL);
6336 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
6337 }
6338 G__tag_memvar_reset();
6339 }
6340
6341 extern "C" void G__cpp_setup_memvarEventDict() {
6342 }
6343 /***********************************************************
6344 ************************************************************
6345 ************************************************************
6346 ************************************************************
6347 ************************************************************
6348 ************************************************************
6349 ************************************************************
6350 ***********************************************************/
6351
6352 /*********************************************************
6353 * Member function information setup for each class
6354 *********************************************************/
6355 static void G__setup_memfuncpamela(void) {
6356 /* pamela */
6357 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamela));
6358 // automatic destructor
6359 G__memfunc_setup("~pamela",750,(G__InterfaceMethod)NULL,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6360 G__tag_memfunc_reset();
6361 }
6362
6363 static void G__setup_memfuncpamelacLcLPacketType(void) {
6364 /* pamela::PacketType */
6365 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType));
6366 G__memfunc_setup("PacketType",1018,(G__InterfaceMethod)NULL,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,0,2,1,2,0,
6367 "i - - 0 - - u 'string' - 0 - -",(char*)NULL,(void*)NULL,0);
6368 G__memfunc_setup("GetName",673,G__EventDict_124_2_0,117,G__get_linked_tagnum(&G__EventDictLN_string),-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
6369 G__memfunc_setup("GetMagic",769,G__EventDict_124_3_0,105,-1,-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
6370 G__memfunc_setup("Class",502,G__EventDict_124_4_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::PacketType::Class),0);
6371 G__memfunc_setup("Class_Name",982,G__EventDict_124_5_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PacketType::Class_Name),0);
6372 G__memfunc_setup("Class_Version",1339,G__EventDict_124_6_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::PacketType::Class_Version),0);
6373 G__memfunc_setup("Dictionary",1046,G__EventDict_124_7_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::PacketType::Dictionary),0);
6374 G__memfunc_setup("IsA",253,G__EventDict_124_8_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6375 G__memfunc_setup("ShowMembers",1132,G__EventDict_124_9_0,121,-1,-1,0,2,1,1,0,
6376 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6377 G__memfunc_setup("Streamer",835,G__EventDict_124_0_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6378 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_124_1_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6379 G__memfunc_setup("DeclFileName",1145,G__EventDict_124_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PacketType::DeclFileName),0);
6380 G__memfunc_setup("ImplFileLine",1178,G__EventDict_124_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::PacketType::ImplFileLine),0);
6381 G__memfunc_setup("ImplFileName",1171,G__EventDict_124_4_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PacketType::ImplFileName),0);
6382 G__memfunc_setup("DeclFileLine",1152,G__EventDict_124_5_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::PacketType::DeclFileLine),0);
6383 // automatic copy constructor
6384 G__memfunc_setup("PacketType",1018,G__EventDict_124_6_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,0,1,1,1,0,"u 'pamela::PacketType' - 11 - -",(char*)NULL,(void*)NULL,0);
6385 // automatic destructor
6386 G__memfunc_setup("~PacketType",1144,G__EventDict_124_7_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6387 // automatic assignment operator
6388 G__memfunc_setup("operator=",937,G__EventDict_124_8_1,(int)('u'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,1,1,1,1,0,"u 'pamela::PacketType' - 11 - -",(char*)NULL,(void*)NULL,0);
6389 G__tag_memfunc_reset();
6390 }
6391
6392 static void G__setup_memfuncpamelacLcLSubPacket(void) {
6393 /* pamela::SubPacket */
6394 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket));
6395 G__memfunc_setup("SubPacket",898,(G__InterfaceMethod)NULL,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),-1,0,3,1,2,0,
6396 "u 'string' - 0 - - U 'pamela::PacketType' - 10 0 - "
6397 "U 'pamela::SubDetector' - 10 0 -",(char*)NULL,(void*)NULL,0);
6398 G__memfunc_setup("SubPacket",898,G__EventDict_126_2_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6399 G__memfunc_setup("GetSubPacketName",1571,G__EventDict_126_3_0,117,G__get_linked_tagnum(&G__EventDictLN_string),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6400 G__memfunc_setup("IsDetectorSpecific",1820,G__EventDict_126_4_0,103,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6401 G__memfunc_setup("GetSubDetector",1412,G__EventDict_126_5_0,85,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubDetector),-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
6402 G__memfunc_setup("GetPacketType",1306,G__EventDict_126_6_0,85,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
6403 G__memfunc_setup("Class",502,G__EventDict_126_7_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::SubPacket::Class),0);
6404 G__memfunc_setup("Class_Name",982,G__EventDict_126_8_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::SubPacket::Class_Name),0);
6405 G__memfunc_setup("Class_Version",1339,G__EventDict_126_9_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::SubPacket::Class_Version),0);
6406 G__memfunc_setup("Dictionary",1046,G__EventDict_126_0_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::SubPacket::Dictionary),0);
6407 G__memfunc_setup("IsA",253,G__EventDict_126_1_1,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6408 G__memfunc_setup("ShowMembers",1132,G__EventDict_126_2_1,121,-1,-1,0,2,1,1,0,
6409 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6410 G__memfunc_setup("Streamer",835,G__EventDict_126_3_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6411 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_126_4_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6412 G__memfunc_setup("DeclFileName",1145,G__EventDict_126_5_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::SubPacket::DeclFileName),0);
6413 G__memfunc_setup("ImplFileLine",1178,G__EventDict_126_6_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::SubPacket::ImplFileLine),0);
6414 G__memfunc_setup("ImplFileName",1171,G__EventDict_126_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::SubPacket::ImplFileName),0);
6415 G__memfunc_setup("DeclFileLine",1152,G__EventDict_126_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::SubPacket::DeclFileLine),0);
6416 // automatic copy constructor
6417 G__memfunc_setup("SubPacket",898,G__EventDict_126_9_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),-1,0,1,1,1,0,"u 'pamela::SubPacket' - 11 - -",(char*)NULL,(void*)NULL,0);
6418 // automatic destructor
6419 G__memfunc_setup("~SubPacket",1024,G__EventDict_126_0_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6420 G__tag_memfunc_reset();
6421 }
6422
6423 static void G__setup_memfuncpamelacLcLPscuHeader(void) {
6424 /* pamela::PscuHeader */
6425 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader));
6426 G__memfunc_setup("PscuHeader",996,G__EventDict_169_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6427 G__memfunc_setup("GetPacketType",1306,G__EventDict_169_2_0,85,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,0,0,1,1,1,"",(char*)NULL,(void*)NULL,0);
6428 G__memfunc_setup("GetHeader",873,G__EventDict_169_3_0,105,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6429 G__memfunc_setup("GetPacketId1",1110,G__EventDict_169_4_0,98,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6430 G__memfunc_setup("GetPacketId2",1111,G__EventDict_169_5_0,98,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6431 G__memfunc_setup("GetCounter",1024,G__EventDict_169_6_0,105,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6432 G__memfunc_setup("GetOrbitalTime",1404,G__EventDict_169_7_0,105,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6433 G__memfunc_setup("GetCRC",504,G__EventDict_169_8_0,98,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6434 G__memfunc_setup("GetPacketLenght",1498,G__EventDict_169_9_0,105,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6435 G__memfunc_setup("SetHeader",885,G__EventDict_169_0_1,121,-1,-1,0,1,1,1,0,"i - - 0 - var",(char*)NULL,(void*)NULL,0);
6436 G__memfunc_setup("SetPacketId",1073,G__EventDict_169_1_1,121,-1,-1,0,2,1,1,0,
6437 "s - - 0 - var1 s - - 0 - var2",(char*)NULL,(void*)NULL,0);
6438 G__memfunc_setup("SetCounter",1036,G__EventDict_169_2_1,121,-1,-1,0,1,1,1,0,"i - - 0 - var",(char*)NULL,(void*)NULL,0);
6439 G__memfunc_setup("SetOrbitalTime",1416,G__EventDict_169_3_1,121,-1,-1,0,1,1,1,0,"i - - 0 - var",(char*)NULL,(void*)NULL,0);
6440 G__memfunc_setup("SetPacketLenght",1510,G__EventDict_169_4_1,121,-1,-1,0,1,1,1,0,"i - - 0 - var",(char*)NULL,(void*)NULL,0);
6441 G__memfunc_setup("SetCRC",516,G__EventDict_169_5_1,121,-1,-1,0,1,1,1,0,"s - - 0 - var",(char*)NULL,(void*)NULL,0);
6442 G__memfunc_setup("Class",502,G__EventDict_169_6_1,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::PscuHeader::Class),0);
6443 G__memfunc_setup("Class_Name",982,G__EventDict_169_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PscuHeader::Class_Name),0);
6444 G__memfunc_setup("Class_Version",1339,G__EventDict_169_8_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::PscuHeader::Class_Version),0);
6445 G__memfunc_setup("Dictionary",1046,G__EventDict_169_9_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::PscuHeader::Dictionary),0);
6446 G__memfunc_setup("IsA",253,G__EventDict_169_0_2,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6447 G__memfunc_setup("ShowMembers",1132,G__EventDict_169_1_2,121,-1,-1,0,2,1,1,0,
6448 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6449 G__memfunc_setup("Streamer",835,G__EventDict_169_2_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6450 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_169_3_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6451 G__memfunc_setup("DeclFileName",1145,G__EventDict_169_4_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PscuHeader::DeclFileName),0);
6452 G__memfunc_setup("ImplFileLine",1178,G__EventDict_169_5_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::PscuHeader::ImplFileLine),0);
6453 G__memfunc_setup("ImplFileName",1171,G__EventDict_169_6_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PscuHeader::ImplFileName),0);
6454 G__memfunc_setup("DeclFileLine",1152,G__EventDict_169_7_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::PscuHeader::DeclFileLine),0);
6455 // automatic copy constructor
6456 G__memfunc_setup("PscuHeader",996,G__EventDict_169_8_2,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader),-1,0,1,1,1,0,"u 'pamela::PscuHeader' - 11 - -",(char*)NULL,(void*)NULL,0);
6457 // automatic destructor
6458 G__memfunc_setup("~PscuHeader",1122,G__EventDict_169_9_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
6459 G__tag_memfunc_reset();
6460 }
6461
6462 static void G__setup_memfuncpamelacLcLEventCounter(void) {
6463 /* pamela::EventCounter */
6464 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter));
6465 G__memfunc_setup("EventCounter",1250,G__EventDict_177_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter),-1,0,1,1,1,0,"i - - 0 0 -",(char*)NULL,(void*)NULL,0);
6466 G__memfunc_setup("Get",288,G__EventDict_177_2_0,105,-1,-1,0,1,1,1,8,"U 'pamela::PacketType' - 40 - -",(char*)NULL,(void*)NULL,0);
6467 G__memfunc_setup("Next",415,G__EventDict_177_3_0,105,-1,-1,0,1,1,1,8,"U 'pamela::PacketType' - 40 - -",(char*)NULL,(void*)NULL,0);
6468 G__memfunc_setup("GetRunNumber",1214,G__EventDict_177_4_0,105,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6469 G__memfunc_setup("Increment",933,G__EventDict_177_5_0,121,-1,-1,0,1,1,1,0,"U 'pamela::PacketType' - 40 - -",(char*)NULL,(void*)NULL,0);
6470 G__memfunc_setup("PrintCounters",1376,G__EventDict_177_6_0,121,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6471 G__memfunc_setup("Class",502,G__EventDict_177_7_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::EventCounter::Class),0);
6472 G__memfunc_setup("Class_Name",982,G__EventDict_177_8_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::EventCounter::Class_Name),0);
6473 G__memfunc_setup("Class_Version",1339,G__EventDict_177_9_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::EventCounter::Class_Version),0);
6474 G__memfunc_setup("Dictionary",1046,G__EventDict_177_0_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::EventCounter::Dictionary),0);
6475 G__memfunc_setup("IsA",253,G__EventDict_177_1_1,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6476 G__memfunc_setup("ShowMembers",1132,G__EventDict_177_2_1,121,-1,-1,0,2,1,1,0,
6477 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6478 G__memfunc_setup("Streamer",835,G__EventDict_177_3_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6479 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_177_4_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6480 G__memfunc_setup("DeclFileName",1145,G__EventDict_177_5_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::EventCounter::DeclFileName),0);
6481 G__memfunc_setup("ImplFileLine",1178,G__EventDict_177_6_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::EventCounter::ImplFileLine),0);
6482 G__memfunc_setup("ImplFileName",1171,G__EventDict_177_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::EventCounter::ImplFileName),0);
6483 G__memfunc_setup("DeclFileLine",1152,G__EventDict_177_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::EventCounter::DeclFileLine),0);
6484 // automatic copy constructor
6485 G__memfunc_setup("EventCounter",1250,G__EventDict_177_9_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter),-1,0,1,1,1,0,"u 'pamela::EventCounter' - 11 - -",(char*)NULL,(void*)NULL,0);
6486 // automatic destructor
6487 G__memfunc_setup("~EventCounter",1376,G__EventDict_177_0_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6488 // automatic assignment operator
6489 G__memfunc_setup("operator=",937,G__EventDict_177_1_2,(int)('u'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter),-1,1,1,1,1,0,"u 'pamela::EventCounter' - 11 - -",(char*)NULL,(void*)NULL,0);
6490 G__tag_memfunc_reset();
6491 }
6492
6493 static void G__setup_memfuncpamelacLcLEventHeader(void) {
6494 /* pamela::EventHeader */
6495 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader));
6496 G__memfunc_setup("EventHeader",1099,G__EventDict_187_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader),-1,0,1,1,1,0,"i - - 0 0 -",(char*)NULL,(void*)NULL,0);
6497 G__memfunc_setup("EventHeader",1099,G__EventDict_187_2_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader),-1,0,1,1,1,0,"U 'pamela::PacketType' - 10 - -",(char*)NULL,(void*)NULL,0);
6498 G__memfunc_setup("GetCounter",1024,G__EventDict_187_3_0,85,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6499 G__memfunc_setup("GetPscuHeader",1284,G__EventDict_187_4_0,85,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6500 G__memfunc_setup("Class",502,G__EventDict_187_5_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::EventHeader::Class),0);
6501 G__memfunc_setup("Class_Name",982,G__EventDict_187_6_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::EventHeader::Class_Name),0);
6502 G__memfunc_setup("Class_Version",1339,G__EventDict_187_7_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::EventHeader::Class_Version),0);
6503 G__memfunc_setup("Dictionary",1046,G__EventDict_187_8_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::EventHeader::Dictionary),0);
6504 G__memfunc_setup("IsA",253,G__EventDict_187_9_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6505 G__memfunc_setup("ShowMembers",1132,G__EventDict_187_0_1,121,-1,-1,0,2,1,1,0,
6506 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6507 G__memfunc_setup("Streamer",835,G__EventDict_187_1_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6508 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_187_2_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6509 G__memfunc_setup("DeclFileName",1145,G__EventDict_187_3_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::EventHeader::DeclFileName),0);
6510 G__memfunc_setup("ImplFileLine",1178,G__EventDict_187_4_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::EventHeader::ImplFileLine),0);
6511 G__memfunc_setup("ImplFileName",1171,G__EventDict_187_5_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::EventHeader::ImplFileName),0);
6512 G__memfunc_setup("DeclFileLine",1152,G__EventDict_187_6_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::EventHeader::DeclFileLine),0);
6513 // automatic copy constructor
6514 G__memfunc_setup("EventHeader",1099,G__EventDict_187_7_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader),-1,0,1,1,1,0,"u 'pamela::EventHeader' - 11 - -",(char*)NULL,(void*)NULL,0);
6515 // automatic destructor
6516 G__memfunc_setup("~EventHeader",1225,G__EventDict_187_8_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6517 G__tag_memfunc_reset();
6518 }
6519
6520 static void G__setup_memfuncpamelacLcLPscuEvent(void) {
6521 /* pamela::PscuEvent */
6522 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuEvent));
6523 G__memfunc_setup("PscuEvent",925,G__EventDict_188_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6524 G__memfunc_setup("Class",502,G__EventDict_188_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::PscuEvent::Class),0);
6525 G__memfunc_setup("Class_Name",982,G__EventDict_188_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PscuEvent::Class_Name),0);
6526 G__memfunc_setup("Class_Version",1339,G__EventDict_188_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::PscuEvent::Class_Version),0);
6527 G__memfunc_setup("Dictionary",1046,G__EventDict_188_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::PscuEvent::Dictionary),0);
6528 G__memfunc_setup("IsA",253,G__EventDict_188_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6529 G__memfunc_setup("ShowMembers",1132,G__EventDict_188_7_0,121,-1,-1,0,2,1,1,0,
6530 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6531 G__memfunc_setup("Streamer",835,G__EventDict_188_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6532 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_188_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6533 G__memfunc_setup("DeclFileName",1145,G__EventDict_188_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PscuEvent::DeclFileName),0);
6534 G__memfunc_setup("ImplFileLine",1178,G__EventDict_188_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::PscuEvent::ImplFileLine),0);
6535 G__memfunc_setup("ImplFileName",1171,G__EventDict_188_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PscuEvent::ImplFileName),0);
6536 G__memfunc_setup("DeclFileLine",1152,G__EventDict_188_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::PscuEvent::DeclFileLine),0);
6537 // automatic copy constructor
6538 G__memfunc_setup("PscuEvent",925,G__EventDict_188_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuEvent),-1,0,1,1,1,0,"u 'pamela::PscuEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6539 // automatic destructor
6540 G__memfunc_setup("~PscuEvent",1051,G__EventDict_188_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6541 G__tag_memfunc_reset();
6542 }
6543
6544 static void G__setup_memfuncpamelacLcLArrDumpEvent(void) {
6545 /* pamela::ArrDumpEvent */
6546 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLArrDumpEvent));
6547 G__memfunc_setup("ArrDumpEvent",1213,G__EventDict_189_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLArrDumpEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6548 G__memfunc_setup("Class",502,G__EventDict_189_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::ArrDumpEvent::Class),0);
6549 G__memfunc_setup("Class_Name",982,G__EventDict_189_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::ArrDumpEvent::Class_Name),0);
6550 G__memfunc_setup("Class_Version",1339,G__EventDict_189_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::ArrDumpEvent::Class_Version),0);
6551 G__memfunc_setup("Dictionary",1046,G__EventDict_189_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::ArrDumpEvent::Dictionary),0);
6552 G__memfunc_setup("IsA",253,G__EventDict_189_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6553 G__memfunc_setup("ShowMembers",1132,G__EventDict_189_7_0,121,-1,-1,0,2,1,1,0,
6554 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6555 G__memfunc_setup("Streamer",835,G__EventDict_189_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6556 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_189_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6557 G__memfunc_setup("DeclFileName",1145,G__EventDict_189_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::ArrDumpEvent::DeclFileName),0);
6558 G__memfunc_setup("ImplFileLine",1178,G__EventDict_189_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::ArrDumpEvent::ImplFileLine),0);
6559 G__memfunc_setup("ImplFileName",1171,G__EventDict_189_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::ArrDumpEvent::ImplFileName),0);
6560 G__memfunc_setup("DeclFileLine",1152,G__EventDict_189_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::ArrDumpEvent::DeclFileLine),0);
6561 // automatic copy constructor
6562 G__memfunc_setup("ArrDumpEvent",1213,G__EventDict_189_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLArrDumpEvent),-1,0,1,1,1,0,"u 'pamela::ArrDumpEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6563 // automatic destructor
6564 G__memfunc_setup("~ArrDumpEvent",1339,G__EventDict_189_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6565 G__tag_memfunc_reset();
6566 }
6567
6568 static void G__setup_memfuncpamelacLcLVarDumpEvent(void) {
6569 /* pamela::VarDumpEvent */
6570 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLVarDumpEvent));
6571 G__memfunc_setup("VarDumpEvent",1217,G__EventDict_190_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLVarDumpEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6572 G__memfunc_setup("Class",502,G__EventDict_190_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::VarDumpEvent::Class),0);
6573 G__memfunc_setup("Class_Name",982,G__EventDict_190_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::VarDumpEvent::Class_Name),0);
6574 G__memfunc_setup("Class_Version",1339,G__EventDict_190_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::VarDumpEvent::Class_Version),0);
6575 G__memfunc_setup("Dictionary",1046,G__EventDict_190_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::VarDumpEvent::Dictionary),0);
6576 G__memfunc_setup("IsA",253,G__EventDict_190_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6577 G__memfunc_setup("ShowMembers",1132,G__EventDict_190_7_0,121,-1,-1,0,2,1,1,0,
6578 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6579 G__memfunc_setup("Streamer",835,G__EventDict_190_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6580 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_190_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6581 G__memfunc_setup("DeclFileName",1145,G__EventDict_190_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::VarDumpEvent::DeclFileName),0);
6582 G__memfunc_setup("ImplFileLine",1178,G__EventDict_190_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::VarDumpEvent::ImplFileLine),0);
6583 G__memfunc_setup("ImplFileName",1171,G__EventDict_190_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::VarDumpEvent::ImplFileName),0);
6584 G__memfunc_setup("DeclFileLine",1152,G__EventDict_190_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::VarDumpEvent::DeclFileLine),0);
6585 // automatic copy constructor
6586 G__memfunc_setup("VarDumpEvent",1217,G__EventDict_190_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLVarDumpEvent),-1,0,1,1,1,0,"u 'pamela::VarDumpEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6587 // automatic destructor
6588 G__memfunc_setup("~VarDumpEvent",1343,G__EventDict_190_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6589 G__tag_memfunc_reset();
6590 }
6591
6592 static void G__setup_memfuncpamelacLcLTabDumpEvent(void) {
6593 /* pamela::TabDumpEvent */
6594 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLTabDumpEvent));
6595 G__memfunc_setup("TabDumpEvent",1199,G__EventDict_191_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLTabDumpEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6596 G__memfunc_setup("Class",502,G__EventDict_191_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::TabDumpEvent::Class),0);
6597 G__memfunc_setup("Class_Name",982,G__EventDict_191_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::TabDumpEvent::Class_Name),0);
6598 G__memfunc_setup("Class_Version",1339,G__EventDict_191_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::TabDumpEvent::Class_Version),0);
6599 G__memfunc_setup("Dictionary",1046,G__EventDict_191_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::TabDumpEvent::Dictionary),0);
6600 G__memfunc_setup("IsA",253,G__EventDict_191_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6601 G__memfunc_setup("ShowMembers",1132,G__EventDict_191_7_0,121,-1,-1,0,2,1,1,0,
6602 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6603 G__memfunc_setup("Streamer",835,G__EventDict_191_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6604 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_191_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6605 G__memfunc_setup("DeclFileName",1145,G__EventDict_191_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::TabDumpEvent::DeclFileName),0);
6606 G__memfunc_setup("ImplFileLine",1178,G__EventDict_191_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::TabDumpEvent::ImplFileLine),0);
6607 G__memfunc_setup("ImplFileName",1171,G__EventDict_191_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::TabDumpEvent::ImplFileName),0);
6608 G__memfunc_setup("DeclFileLine",1152,G__EventDict_191_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::TabDumpEvent::DeclFileLine),0);
6609 // automatic copy constructor
6610 G__memfunc_setup("TabDumpEvent",1199,G__EventDict_191_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLTabDumpEvent),-1,0,1,1,1,0,"u 'pamela::TabDumpEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6611 // automatic destructor
6612 G__memfunc_setup("~TabDumpEvent",1325,G__EventDict_191_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6613 G__tag_memfunc_reset();
6614 }
6615
6616 static void G__setup_memfuncpamelacLcLCalibCalEvent(void) {
6617 /* pamela::CalibCalEvent */
6618 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibCalEvent));
6619 G__memfunc_setup("CalibCalEvent",1261,G__EventDict_192_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibCalEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6620 G__memfunc_setup("Class",502,G__EventDict_192_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::CalibCalEvent::Class),0);
6621 G__memfunc_setup("Class_Name",982,G__EventDict_192_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibCalEvent::Class_Name),0);
6622 G__memfunc_setup("Class_Version",1339,G__EventDict_192_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::CalibCalEvent::Class_Version),0);
6623 G__memfunc_setup("Dictionary",1046,G__EventDict_192_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::CalibCalEvent::Dictionary),0);
6624 G__memfunc_setup("IsA",253,G__EventDict_192_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6625 G__memfunc_setup("ShowMembers",1132,G__EventDict_192_7_0,121,-1,-1,0,2,1,1,0,
6626 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6627 G__memfunc_setup("Streamer",835,G__EventDict_192_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6628 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_192_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6629 G__memfunc_setup("DeclFileName",1145,G__EventDict_192_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibCalEvent::DeclFileName),0);
6630 G__memfunc_setup("ImplFileLine",1178,G__EventDict_192_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibCalEvent::ImplFileLine),0);
6631 G__memfunc_setup("ImplFileName",1171,G__EventDict_192_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibCalEvent::ImplFileName),0);
6632 G__memfunc_setup("DeclFileLine",1152,G__EventDict_192_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibCalEvent::DeclFileLine),0);
6633 // automatic copy constructor
6634 G__memfunc_setup("CalibCalEvent",1261,G__EventDict_192_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibCalEvent),-1,0,1,1,1,0,"u 'pamela::CalibCalEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6635 // automatic destructor
6636 G__memfunc_setup("~CalibCalEvent",1387,G__EventDict_192_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6637 G__tag_memfunc_reset();
6638 }
6639
6640 static void G__setup_memfuncpamelacLcLCalibTrkEvent(void) {
6641 /* pamela::CalibTrkEvent */
6642 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrkEvent));
6643 G__memfunc_setup("CalibTrkEvent",1294,G__EventDict_193_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrkEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6644 G__memfunc_setup("Class",502,G__EventDict_193_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::CalibTrkEvent::Class),0);
6645 G__memfunc_setup("Class_Name",982,G__EventDict_193_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTrkEvent::Class_Name),0);
6646 G__memfunc_setup("Class_Version",1339,G__EventDict_193_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::CalibTrkEvent::Class_Version),0);
6647 G__memfunc_setup("Dictionary",1046,G__EventDict_193_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::CalibTrkEvent::Dictionary),0);
6648 G__memfunc_setup("IsA",253,G__EventDict_193_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6649 G__memfunc_setup("ShowMembers",1132,G__EventDict_193_7_0,121,-1,-1,0,2,1,1,0,
6650 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6651 G__memfunc_setup("Streamer",835,G__EventDict_193_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6652 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_193_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6653 G__memfunc_setup("DeclFileName",1145,G__EventDict_193_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTrkEvent::DeclFileName),0);
6654 G__memfunc_setup("ImplFileLine",1178,G__EventDict_193_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibTrkEvent::ImplFileLine),0);
6655 G__memfunc_setup("ImplFileName",1171,G__EventDict_193_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTrkEvent::ImplFileName),0);
6656 G__memfunc_setup("DeclFileLine",1152,G__EventDict_193_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibTrkEvent::DeclFileLine),0);
6657 // automatic copy constructor
6658 G__memfunc_setup("CalibTrkEvent",1294,G__EventDict_193_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrkEvent),-1,0,1,1,1,0,"u 'pamela::CalibTrkEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6659 // automatic destructor
6660 G__memfunc_setup("~CalibTrkEvent",1420,G__EventDict_193_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6661 G__tag_memfunc_reset();
6662 }
6663
6664 static void G__setup_memfuncpamelacLcLCalibTrgEvent(void) {
6665 /* pamela::CalibTrgEvent */
6666 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrgEvent));
6667 G__memfunc_setup("CalibTrgEvent",1290,G__EventDict_194_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrgEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6668 G__memfunc_setup("Class",502,G__EventDict_194_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::CalibTrgEvent::Class),0);
6669 G__memfunc_setup("Class_Name",982,G__EventDict_194_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTrgEvent::Class_Name),0);
6670 G__memfunc_setup("Class_Version",1339,G__EventDict_194_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::CalibTrgEvent::Class_Version),0);
6671 G__memfunc_setup("Dictionary",1046,G__EventDict_194_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::CalibTrgEvent::Dictionary),0);
6672 G__memfunc_setup("IsA",253,G__EventDict_194_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6673 G__memfunc_setup("ShowMembers",1132,G__EventDict_194_7_0,121,-1,-1,0,2,1,1,0,
6674 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6675 G__memfunc_setup("Streamer",835,G__EventDict_194_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6676 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_194_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6677 G__memfunc_setup("DeclFileName",1145,G__EventDict_194_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTrgEvent::DeclFileName),0);
6678 G__memfunc_setup("ImplFileLine",1178,G__EventDict_194_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibTrgEvent::ImplFileLine),0);
6679 G__memfunc_setup("ImplFileName",1171,G__EventDict_194_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTrgEvent::ImplFileName),0);
6680 G__memfunc_setup("DeclFileLine",1152,G__EventDict_194_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibTrgEvent::DeclFileLine),0);
6681 // automatic copy constructor
6682 G__memfunc_setup("CalibTrgEvent",1290,G__EventDict_194_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrgEvent),-1,0,1,1,1,0,"u 'pamela::CalibTrgEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6683 // automatic destructor
6684 G__memfunc_setup("~CalibTrgEvent",1416,G__EventDict_194_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6685 G__tag_memfunc_reset();
6686 }
6687
6688 static void G__setup_memfuncpamelacLcLCalibTrdEvent(void) {
6689 /* pamela::CalibTrdEvent */
6690 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrdEvent));
6691 G__memfunc_setup("CalibTrdEvent",1287,G__EventDict_195_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrdEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6692 G__memfunc_setup("Class",502,G__EventDict_195_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::CalibTrdEvent::Class),0);
6693 G__memfunc_setup("Class_Name",982,G__EventDict_195_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTrdEvent::Class_Name),0);
6694 G__memfunc_setup("Class_Version",1339,G__EventDict_195_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::CalibTrdEvent::Class_Version),0);
6695 G__memfunc_setup("Dictionary",1046,G__EventDict_195_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::CalibTrdEvent::Dictionary),0);
6696 G__memfunc_setup("IsA",253,G__EventDict_195_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6697 G__memfunc_setup("ShowMembers",1132,G__EventDict_195_7_0,121,-1,-1,0,2,1,1,0,
6698 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6699 G__memfunc_setup("Streamer",835,G__EventDict_195_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6700 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_195_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6701 G__memfunc_setup("DeclFileName",1145,G__EventDict_195_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTrdEvent::DeclFileName),0);
6702 G__memfunc_setup("ImplFileLine",1178,G__EventDict_195_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibTrdEvent::ImplFileLine),0);
6703 G__memfunc_setup("ImplFileName",1171,G__EventDict_195_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTrdEvent::ImplFileName),0);
6704 G__memfunc_setup("DeclFileLine",1152,G__EventDict_195_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibTrdEvent::DeclFileLine),0);
6705 // automatic copy constructor
6706 G__memfunc_setup("CalibTrdEvent",1287,G__EventDict_195_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrdEvent),-1,0,1,1,1,0,"u 'pamela::CalibTrdEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6707 // automatic destructor
6708 G__memfunc_setup("~CalibTrdEvent",1413,G__EventDict_195_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6709 G__tag_memfunc_reset();
6710 }
6711
6712 static void G__setup_memfuncpamelacLcLCalibTofEvent(void) {
6713 /* pamela::CalibTofEvent */
6714 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTofEvent));
6715 G__memfunc_setup("CalibTofEvent",1286,G__EventDict_196_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTofEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6716 G__memfunc_setup("Class",502,G__EventDict_196_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::CalibTofEvent::Class),0);
6717 G__memfunc_setup("Class_Name",982,G__EventDict_196_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTofEvent::Class_Name),0);
6718 G__memfunc_setup("Class_Version",1339,G__EventDict_196_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::CalibTofEvent::Class_Version),0);
6719 G__memfunc_setup("Dictionary",1046,G__EventDict_196_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::CalibTofEvent::Dictionary),0);
6720 G__memfunc_setup("IsA",253,G__EventDict_196_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6721 G__memfunc_setup("ShowMembers",1132,G__EventDict_196_7_0,121,-1,-1,0,2,1,1,0,
6722 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6723 G__memfunc_setup("Streamer",835,G__EventDict_196_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6724 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_196_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6725 G__memfunc_setup("DeclFileName",1145,G__EventDict_196_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTofEvent::DeclFileName),0);
6726 G__memfunc_setup("ImplFileLine",1178,G__EventDict_196_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibTofEvent::ImplFileLine),0);
6727 G__memfunc_setup("ImplFileName",1171,G__EventDict_196_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibTofEvent::ImplFileName),0);
6728 G__memfunc_setup("DeclFileLine",1152,G__EventDict_196_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibTofEvent::DeclFileLine),0);
6729 // automatic copy constructor
6730 G__memfunc_setup("CalibTofEvent",1286,G__EventDict_196_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTofEvent),-1,0,1,1,1,0,"u 'pamela::CalibTofEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6731 // automatic destructor
6732 G__memfunc_setup("~CalibTofEvent",1412,G__EventDict_196_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6733 G__tag_memfunc_reset();
6734 }
6735
6736 static void G__setup_memfuncpamelacLcLCalibS4Event(void) {
6737 /* pamela::CalibS4Event */
6738 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibS4Event));
6739 G__memfunc_setup("CalibS4Event",1124,G__EventDict_197_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibS4Event),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6740 G__memfunc_setup("Class",502,G__EventDict_197_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::CalibS4Event::Class),0);
6741 G__memfunc_setup("Class_Name",982,G__EventDict_197_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibS4Event::Class_Name),0);
6742 G__memfunc_setup("Class_Version",1339,G__EventDict_197_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::CalibS4Event::Class_Version),0);
6743 G__memfunc_setup("Dictionary",1046,G__EventDict_197_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::CalibS4Event::Dictionary),0);
6744 G__memfunc_setup("IsA",253,G__EventDict_197_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6745 G__memfunc_setup("ShowMembers",1132,G__EventDict_197_7_0,121,-1,-1,0,2,1,1,0,
6746 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6747 G__memfunc_setup("Streamer",835,G__EventDict_197_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6748 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_197_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6749 G__memfunc_setup("DeclFileName",1145,G__EventDict_197_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibS4Event::DeclFileName),0);
6750 G__memfunc_setup("ImplFileLine",1178,G__EventDict_197_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibS4Event::ImplFileLine),0);
6751 G__memfunc_setup("ImplFileName",1171,G__EventDict_197_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::CalibS4Event::ImplFileName),0);
6752 G__memfunc_setup("DeclFileLine",1152,G__EventDict_197_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::CalibS4Event::DeclFileLine),0);
6753 // automatic copy constructor
6754 G__memfunc_setup("CalibS4Event",1124,G__EventDict_197_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibS4Event),-1,0,1,1,1,0,"u 'pamela::CalibS4Event' - 11 - -",(char*)NULL,(void*)NULL,0);
6755 // automatic destructor
6756 G__memfunc_setup("~CalibS4Event",1250,G__EventDict_197_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6757 G__tag_memfunc_reset();
6758 }
6759
6760 static void G__setup_memfuncpamelacLcLRunHeaderEvent(void) {
6761 /* pamela::RunHeaderEvent */
6762 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunHeaderEvent));
6763 G__memfunc_setup("RunHeaderEvent",1408,G__EventDict_198_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunHeaderEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6764 G__memfunc_setup("Class",502,G__EventDict_198_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::RunHeaderEvent::Class),0);
6765 G__memfunc_setup("Class_Name",982,G__EventDict_198_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::RunHeaderEvent::Class_Name),0);
6766 G__memfunc_setup("Class_Version",1339,G__EventDict_198_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::RunHeaderEvent::Class_Version),0);
6767 G__memfunc_setup("Dictionary",1046,G__EventDict_198_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::RunHeaderEvent::Dictionary),0);
6768 G__memfunc_setup("IsA",253,G__EventDict_198_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6769 G__memfunc_setup("ShowMembers",1132,G__EventDict_198_7_0,121,-1,-1,0,2,1,1,0,
6770 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6771 G__memfunc_setup("Streamer",835,G__EventDict_198_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6772 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_198_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6773 G__memfunc_setup("DeclFileName",1145,G__EventDict_198_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::RunHeaderEvent::DeclFileName),0);
6774 G__memfunc_setup("ImplFileLine",1178,G__EventDict_198_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::RunHeaderEvent::ImplFileLine),0);
6775 G__memfunc_setup("ImplFileName",1171,G__EventDict_198_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::RunHeaderEvent::ImplFileName),0);
6776 G__memfunc_setup("DeclFileLine",1152,G__EventDict_198_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::RunHeaderEvent::DeclFileLine),0);
6777 // automatic copy constructor
6778 G__memfunc_setup("RunHeaderEvent",1408,G__EventDict_198_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunHeaderEvent),-1,0,1,1,1,0,"u 'pamela::RunHeaderEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6779 // automatic destructor
6780 G__memfunc_setup("~RunHeaderEvent",1534,G__EventDict_198_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6781 G__tag_memfunc_reset();
6782 }
6783
6784 static void G__setup_memfuncpamelacLcLRunTrailerEvent(void) {
6785 /* pamela::RunTrailerEvent */
6786 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunTrailerEvent));
6787 G__memfunc_setup("RunTrailerEvent",1546,G__EventDict_199_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunTrailerEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6788 G__memfunc_setup("Class",502,G__EventDict_199_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::RunTrailerEvent::Class),0);
6789 G__memfunc_setup("Class_Name",982,G__EventDict_199_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::RunTrailerEvent::Class_Name),0);
6790 G__memfunc_setup("Class_Version",1339,G__EventDict_199_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::RunTrailerEvent::Class_Version),0);
6791 G__memfunc_setup("Dictionary",1046,G__EventDict_199_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::RunTrailerEvent::Dictionary),0);
6792 G__memfunc_setup("IsA",253,G__EventDict_199_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6793 G__memfunc_setup("ShowMembers",1132,G__EventDict_199_7_0,121,-1,-1,0,2,1,1,0,
6794 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6795 G__memfunc_setup("Streamer",835,G__EventDict_199_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6796 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_199_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6797 G__memfunc_setup("DeclFileName",1145,G__EventDict_199_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::RunTrailerEvent::DeclFileName),0);
6798 G__memfunc_setup("ImplFileLine",1178,G__EventDict_199_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::RunTrailerEvent::ImplFileLine),0);
6799 G__memfunc_setup("ImplFileName",1171,G__EventDict_199_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::RunTrailerEvent::ImplFileName),0);
6800 G__memfunc_setup("DeclFileLine",1152,G__EventDict_199_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::RunTrailerEvent::DeclFileLine),0);
6801 // automatic copy constructor
6802 G__memfunc_setup("RunTrailerEvent",1546,G__EventDict_199_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunTrailerEvent),-1,0,1,1,1,0,"u 'pamela::RunTrailerEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6803 // automatic destructor
6804 G__memfunc_setup("~RunTrailerEvent",1672,G__EventDict_199_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6805 G__tag_memfunc_reset();
6806 }
6807
6808 static void G__setup_memfuncpamelacLcLForcedPktEvent(void) {
6809 /* pamela::ForcedPktEvent */
6810 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLForcedPktEvent));
6811 G__memfunc_setup("ForcedPktEvent",1412,G__EventDict_200_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLForcedPktEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6812 G__memfunc_setup("Class",502,G__EventDict_200_2_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::ForcedPktEvent::Class),0);
6813 G__memfunc_setup("Class_Name",982,G__EventDict_200_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::ForcedPktEvent::Class_Name),0);
6814 G__memfunc_setup("Class_Version",1339,G__EventDict_200_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::ForcedPktEvent::Class_Version),0);
6815 G__memfunc_setup("Dictionary",1046,G__EventDict_200_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::ForcedPktEvent::Dictionary),0);
6816 G__memfunc_setup("IsA",253,G__EventDict_200_6_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6817 G__memfunc_setup("ShowMembers",1132,G__EventDict_200_7_0,121,-1,-1,0,2,1,1,0,
6818 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6819 G__memfunc_setup("Streamer",835,G__EventDict_200_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6820 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_200_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6821 G__memfunc_setup("DeclFileName",1145,G__EventDict_200_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::ForcedPktEvent::DeclFileName),0);
6822 G__memfunc_setup("ImplFileLine",1178,G__EventDict_200_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::ForcedPktEvent::ImplFileLine),0);
6823 G__memfunc_setup("ImplFileName",1171,G__EventDict_200_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::ForcedPktEvent::ImplFileName),0);
6824 G__memfunc_setup("DeclFileLine",1152,G__EventDict_200_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::ForcedPktEvent::DeclFileLine),0);
6825 // automatic copy constructor
6826 G__memfunc_setup("ForcedPktEvent",1412,G__EventDict_200_4_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLForcedPktEvent),-1,0,1,1,1,0,"u 'pamela::ForcedPktEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
6827 // automatic destructor
6828 G__memfunc_setup("~ForcedPktEvent",1538,G__EventDict_200_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6829 G__tag_memfunc_reset();
6830 }
6831
6832 static void G__setup_memfuncpamelacLcLPamelaRun(void) {
6833 /* pamela::PamelaRun */
6834 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun));
6835 G__memfunc_setup("RunExists",949,(G__InterfaceMethod)NULL,117,G__get_linked_tagnum(&G__EventDictLN_string),-1,0,1,1,4,0,"u 'string' - 0 - -",(char*)NULL,(void*)NULL,0);
6836 G__memfunc_setup("GetDirName",960,(G__InterfaceMethod)NULL,117,G__get_linked_tagnum(&G__EventDictLN_string),-1,0,1,1,4,8,"U 'pamela::PacketType' - 10 - -",(char*)NULL,(void*)NULL,0);
6837 G__memfunc_setup("GetFileName",1057,(G__InterfaceMethod)NULL,117,G__get_linked_tagnum(&G__EventDictLN_string),-1,0,2,1,4,8,
6838 "U 'pamela::SubPacket' - 10 - - u 'string' - 0 - -",(char*)NULL,(void*)NULL,0);
6839 G__memfunc_setup("GetFileName",1057,(G__InterfaceMethod)NULL,117,G__get_linked_tagnum(&G__EventDictLN_string),-1,0,1,1,4,8,"U 'pamela::SubPacket' - 10 - -",(char*)NULL,(void*)NULL,0);
6840 G__memfunc_setup("ReadHeaderTree",1365,(G__InterfaceMethod)NULL,85,G__get_linked_tagnum(&G__EventDictLN_TChain),-1,0,1,1,4,0,"U 'pamela::PacketType' - 10 - -",(char*)NULL,(void*)NULL,0);
6841 G__memfunc_setup("CreateTTree",1080,(G__InterfaceMethod)NULL,85,G__get_linked_tagnum(&G__EventDictLN_TTree),-1,0,3,1,4,0,
6842 "U 'pamela::Algorithm' - 0 - - U 'pamela::SubPacket' - 10 - - "
6843 "u 'string' - 0 - name",(char*)NULL,(void*)NULL,0);
6844 G__memfunc_setup("PamelaRun",901,G__EventDict_215_7_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun),-1,0,2,1,1,0,
6845 "u 'string' - 0 - - u 'string' - 0 - -",(char*)NULL,(void*)NULL,0);
6846 G__memfunc_setup("GetRunName",982,G__EventDict_215_8_0,117,G__get_linked_tagnum(&G__EventDictLN_string),-1,0,1,3,1,0,"i - - 0 - run",(char*)NULL,(void*)(string (*)(int))(&pamela::PamelaRun::GetRunName),0);
6847 G__memfunc_setup("GetRunNumber",1214,G__EventDict_215_9_0,105,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6848 G__memfunc_setup("ReadTTree",864,G__EventDict_215_0_1,85,G__get_linked_tagnum(&G__EventDictLN_TTree),-1,0,1,1,1,0,"U 'pamela::PacketType' - 40 - -",(char*)NULL,(void*)NULL,0);
6849 G__memfunc_setup("ReadSubPacket",1278,G__EventDict_215_1_1,121,-1,-1,0,1,1,1,0,"Y - - 0 - -",(char*)NULL,(void*)NULL,0);
6850 G__memfunc_setup("ReadSubPacket",1278,G__EventDict_215_2_1,121,-1,-1,0,2,1,1,0,
6851 "Y - - 0 - - u 'string' - 0 - -",(char*)NULL,(void*)NULL,0);
6852 G__memfunc_setup("ReadSubPacket",1278,G__EventDict_215_3_1,121,-1,-1,0,2,1,1,0,
6853 "U 'pamela::Algorithm' - 10 - - Y - - 0 - -",(char*)NULL,(void*)NULL,0);
6854 G__memfunc_setup("ReadSubPacket",1278,G__EventDict_215_4_1,121,-1,-1,0,3,1,1,0,
6855 "U 'pamela::Algorithm' - 10 - - Y - - 0 - - "
6856 "u 'string' - 0 - -",(char*)NULL,(void*)NULL,0);
6857 G__memfunc_setup("WriteSubPacket",1421,G__EventDict_215_5_1,121,-1,-1,0,3,1,1,0,
6858 "U 'pamela::Algorithm' - 0 - - Y - - 0 - - "
6859 "U 'TClass' - 10 - -",(char*)NULL,(void*)NULL,0);
6860 G__memfunc_setup("WriteSubPacket",1421,G__EventDict_215_6_1,121,-1,-1,0,4,1,1,0,
6861 "U 'pamela::Algorithm' - 0 - - Y - - 0 - - "
6862 "U 'TClass' - 10 - - u 'string' - 0 - -",(char*)NULL,(void*)NULL,0);
6863 G__memfunc_setup("WriteHeaders",1223,G__EventDict_215_7_1,121,-1,-1,0,2,1,1,0,
6864 "U 'pamela::Algorithm' - 0 - - U 'pamela::EventHeader' - 2 - -",(char*)NULL,(void*)NULL,0);
6865 G__memfunc_setup("WriteHeader",1108,G__EventDict_215_8_1,121,-1,-1,0,3,1,1,0,
6866 "U 'pamela::Algorithm' - 0 - - U 'pamela::EventHeader' - 2 - - "
6867 "U 'pamela::PacketType' - 10 - -","23/11/2002 maurizio mede it from private to public",(void*)NULL,0);
6868 G__memfunc_setup("WriteFiles",1022,G__EventDict_215_9_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6869 G__memfunc_setup("FillTrees",906,G__EventDict_215_0_2,121,-1,-1,0,1,1,1,0,"U 'pamela::PacketType' - 10 - -",(char*)NULL,(void*)NULL,0);
6870 G__memfunc_setup("GetRun",597,G__EventDict_215_1_2,117,G__get_linked_tagnum(&G__EventDictLN_string),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6871 G__memfunc_setup("Class",502,G__EventDict_215_2_2,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::PamelaRun::Class),0);
6872 G__memfunc_setup("Class_Name",982,G__EventDict_215_3_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PamelaRun::Class_Name),0);
6873 G__memfunc_setup("Class_Version",1339,G__EventDict_215_4_2,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::PamelaRun::Class_Version),0);
6874 G__memfunc_setup("Dictionary",1046,G__EventDict_215_5_2,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::PamelaRun::Dictionary),0);
6875 G__memfunc_setup("IsA",253,G__EventDict_215_6_2,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6876 G__memfunc_setup("ShowMembers",1132,G__EventDict_215_7_2,121,-1,-1,0,2,1,1,0,
6877 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6878 G__memfunc_setup("Streamer",835,G__EventDict_215_8_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6879 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_215_9_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6880 G__memfunc_setup("DeclFileName",1145,G__EventDict_215_0_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PamelaRun::DeclFileName),0);
6881 G__memfunc_setup("ImplFileLine",1178,G__EventDict_215_1_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::PamelaRun::ImplFileLine),0);
6882 G__memfunc_setup("ImplFileName",1171,G__EventDict_215_2_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::PamelaRun::ImplFileName),0);
6883 G__memfunc_setup("DeclFileLine",1152,G__EventDict_215_3_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::PamelaRun::DeclFileLine),0);
6884 // automatic copy constructor
6885 G__memfunc_setup("PamelaRun",901,G__EventDict_215_4_3,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun),-1,0,1,1,1,0,"u 'pamela::PamelaRun' - 11 - -",(char*)NULL,(void*)NULL,0);
6886 // automatic destructor
6887 G__memfunc_setup("~PamelaRun",1027,G__EventDict_215_5_3,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6888 // automatic assignment operator
6889 G__memfunc_setup("operator=",937,G__EventDict_215_6_3,(int)('u'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun),-1,1,1,1,1,0,"u 'pamela::PamelaRun' - 11 - -",(char*)NULL,(void*)NULL,0);
6890 G__tag_memfunc_reset();
6891 }
6892
6893 static void G__setup_memfuncpamelacLcLRunInfo(void) {
6894 /* pamela::RunInfo */
6895 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo));
6896 G__memfunc_setup("RunInfo",705,G__EventDict_216_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo),-1,0,1,1,1,0,"U 'pamela::PamelaRun' - 0 - -",(char*)NULL,(void*)NULL,0);
6897 G__memfunc_setup("RunInfo",705,G__EventDict_216_2_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6898 G__memfunc_setup("Class",502,G__EventDict_216_3_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::RunInfo::Class),0);
6899 G__memfunc_setup("Class_Name",982,G__EventDict_216_4_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::RunInfo::Class_Name),0);
6900 G__memfunc_setup("Class_Version",1339,G__EventDict_216_5_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::RunInfo::Class_Version),0);
6901 G__memfunc_setup("Dictionary",1046,G__EventDict_216_6_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::RunInfo::Dictionary),0);
6902 G__memfunc_setup("IsA",253,G__EventDict_216_7_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6903 G__memfunc_setup("ShowMembers",1132,G__EventDict_216_8_0,121,-1,-1,0,2,1,1,0,
6904 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6905 G__memfunc_setup("Streamer",835,G__EventDict_216_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6906 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_216_0_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6907 G__memfunc_setup("DeclFileName",1145,G__EventDict_216_1_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::RunInfo::DeclFileName),0);
6908 G__memfunc_setup("ImplFileLine",1178,G__EventDict_216_2_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::RunInfo::ImplFileLine),0);
6909 G__memfunc_setup("ImplFileName",1171,G__EventDict_216_3_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::RunInfo::ImplFileName),0);
6910 G__memfunc_setup("DeclFileLine",1152,G__EventDict_216_4_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::RunInfo::DeclFileLine),0);
6911 // automatic copy constructor
6912 G__memfunc_setup("RunInfo",705,G__EventDict_216_5_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo),-1,0,1,1,1,0,"u 'pamela::RunInfo' - 11 - -",(char*)NULL,(void*)NULL,0);
6913 // automatic destructor
6914 G__memfunc_setup("~RunInfo",831,G__EventDict_216_6_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
6915 // automatic assignment operator
6916 G__memfunc_setup("operator=",937,G__EventDict_216_7_1,(int)('u'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo),-1,1,1,1,1,0,"u 'pamela::RunInfo' - 11 - -",(char*)NULL,(void*)NULL,0);
6917 G__tag_memfunc_reset();
6918 }
6919
6920 static void G__setup_memfuncpamelacLcLAlgorithm(void) {
6921 /* pamela::Algorithm */
6922 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithm));
6923 G__memfunc_setup("GetAlgorithmName",1608,G__EventDict_217_2_0,117,G__get_linked_tagnum(&G__EventDictLN_string),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
6924 G__memfunc_setup("GetVersionInfo",1426,G__EventDict_217_3_0,117,G__get_linked_tagnum(&G__EventDictLN_string),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,3);
6925 G__memfunc_setup("GetPacketType",1306,G__EventDict_217_4_0,85,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
6926 G__memfunc_setup("Init",404,G__EventDict_217_5_0,121,-1,-1,0,1,1,1,0,"U 'pamela::PamelaRun' - 0 - -",(char*)NULL,(void*)NULL,1);
6927 G__memfunc_setup("RunEvent",823,G__EventDict_217_6_0,121,-1,-1,0,1,1,1,0,"i - - 0 - -",(char*)NULL,(void*)NULL,1);
6928 G__memfunc_setup("Finish",609,G__EventDict_217_7_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
6929 G__memfunc_setup("Class",502,G__EventDict_217_8_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::Algorithm::Class),0);
6930 G__memfunc_setup("Class_Name",982,G__EventDict_217_9_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::Algorithm::Class_Name),0);
6931 G__memfunc_setup("Class_Version",1339,G__EventDict_217_0_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::Algorithm::Class_Version),0);
6932 G__memfunc_setup("Dictionary",1046,G__EventDict_217_1_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::Algorithm::Dictionary),0);
6933 G__memfunc_setup("IsA",253,G__EventDict_217_2_1,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6934 G__memfunc_setup("ShowMembers",1132,G__EventDict_217_3_1,121,-1,-1,0,2,1,1,0,
6935 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6936 G__memfunc_setup("Streamer",835,G__EventDict_217_4_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6937 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_217_5_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6938 G__memfunc_setup("DeclFileName",1145,G__EventDict_217_6_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::Algorithm::DeclFileName),0);
6939 G__memfunc_setup("ImplFileLine",1178,G__EventDict_217_7_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::Algorithm::ImplFileLine),0);
6940 G__memfunc_setup("ImplFileName",1171,G__EventDict_217_8_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::Algorithm::ImplFileName),0);
6941 G__memfunc_setup("DeclFileLine",1152,G__EventDict_217_9_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::Algorithm::DeclFileLine),0);
6942 // automatic destructor
6943 G__memfunc_setup("~Algorithm",1061,G__EventDict_217_0_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6944 G__tag_memfunc_reset();
6945 }
6946
6947 static void G__setup_memfuncpamelacLcLNullAlgorithm(void) {
6948 /* pamela::NullAlgorithm */
6949 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLNullAlgorithm));
6950 G__memfunc_setup("GetVersionInfo",1426,G__EventDict_249_2_0,117,G__get_linked_tagnum(&G__EventDictLN_string),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,3);
6951 G__memfunc_setup("Class",502,G__EventDict_249_3_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::NullAlgorithm::Class),0);
6952 G__memfunc_setup("Class_Name",982,G__EventDict_249_4_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::NullAlgorithm::Class_Name),0);
6953 G__memfunc_setup("Class_Version",1339,G__EventDict_249_5_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::NullAlgorithm::Class_Version),0);
6954 G__memfunc_setup("Dictionary",1046,G__EventDict_249_6_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::NullAlgorithm::Dictionary),0);
6955 G__memfunc_setup("IsA",253,G__EventDict_249_7_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6956 G__memfunc_setup("ShowMembers",1132,G__EventDict_249_8_0,121,-1,-1,0,2,1,1,0,
6957 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6958 G__memfunc_setup("Streamer",835,G__EventDict_249_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6959 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_249_0_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6960 G__memfunc_setup("DeclFileName",1145,G__EventDict_249_1_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::NullAlgorithm::DeclFileName),0);
6961 G__memfunc_setup("ImplFileLine",1178,G__EventDict_249_2_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::NullAlgorithm::ImplFileLine),0);
6962 G__memfunc_setup("ImplFileName",1171,G__EventDict_249_3_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::NullAlgorithm::ImplFileName),0);
6963 G__memfunc_setup("DeclFileLine",1152,G__EventDict_249_4_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::NullAlgorithm::DeclFileLine),0);
6964 // automatic destructor
6965 G__memfunc_setup("~NullAlgorithm",1472,G__EventDict_249_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6966 G__tag_memfunc_reset();
6967 }
6968
6969 static void G__setup_memfuncpamelacLcLAlgorithmInfo(void) {
6970 /* pamela::AlgorithmInfo */
6971 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo));
6972 G__memfunc_setup("AlgorithmInfo",1331,G__EventDict_250_1_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
6973 G__memfunc_setup("AlgorithmInfo",1331,G__EventDict_250_2_0,105,G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo),-1,0,1,1,1,0,"U 'pamela::Algorithm' - 10 - -",(char*)NULL,(void*)NULL,0);
6974 G__memfunc_setup("Class",502,G__EventDict_250_3_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::AlgorithmInfo::Class),0);
6975 G__memfunc_setup("Class_Name",982,G__EventDict_250_4_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::AlgorithmInfo::Class_Name),0);
6976 G__memfunc_setup("Class_Version",1339,G__EventDict_250_5_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::AlgorithmInfo::Class_Version),0);
6977 G__memfunc_setup("Dictionary",1046,G__EventDict_250_6_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::AlgorithmInfo::Dictionary),0);
6978 G__memfunc_setup("IsA",253,G__EventDict_250_7_0,85,G__get_linked_tagnum(&G__EventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
6979 G__memfunc_setup("ShowMembers",1132,G__EventDict_250_8_0,121,-1,-1,0,2,1,1,0,
6980 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
6981 G__memfunc_setup("Streamer",835,G__EventDict_250_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
6982 G__memfunc_setup("StreamerNVirtual",1656,G__EventDict_250_0_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
6983 G__memfunc_setup("DeclFileName",1145,G__EventDict_250_1_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::AlgorithmInfo::DeclFileName),0);
6984 G__memfunc_setup("ImplFileLine",1178,G__EventDict_250_2_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::AlgorithmInfo::ImplFileLine),0);
6985 G__memfunc_setup("ImplFileName",1171,G__EventDict_250_3_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::AlgorithmInfo::ImplFileName),0);
6986 G__memfunc_setup("DeclFileLine",1152,G__EventDict_250_4_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::AlgorithmInfo::DeclFileLine),0);
6987 // automatic copy constructor
6988 G__memfunc_setup("AlgorithmInfo",1331,G__EventDict_250_5_1,(int)('i'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo),-1,0,1,1,1,0,"u 'pamela::AlgorithmInfo' - 11 - -",(char*)NULL,(void*)NULL,0);
6989 // automatic destructor
6990 G__memfunc_setup("~AlgorithmInfo",1457,G__EventDict_250_6_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
6991 // automatic assignment operator
6992 G__memfunc_setup("operator=",937,G__EventDict_250_7_1,(int)('u'),G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo),-1,1,1,1,1,0,"u 'pamela::AlgorithmInfo' - 11 - -",(char*)NULL,(void*)NULL,0);
6993 G__tag_memfunc_reset();
6994 }
6995
6996
6997 /*********************************************************
6998 * Member function information setup
6999 *********************************************************/
7000 extern "C" void G__cpp_setup_memfuncEventDict() {
7001 }
7002
7003 /*********************************************************
7004 * Global variable information setup for each class
7005 *********************************************************/
7006 static void G__cpp_setup_global0() {
7007
7008 /* Setting up global variables */
7009 G__resetplocal();
7010
7011 }
7012
7013 static void G__cpp_setup_global1() {
7014 }
7015
7016 static void G__cpp_setup_global2() {
7017 }
7018
7019 static void G__cpp_setup_global3() {
7020
7021 G__resetglobalenv();
7022 }
7023 extern "C" void G__cpp_setup_globalEventDict() {
7024 G__cpp_setup_global0();
7025 G__cpp_setup_global1();
7026 G__cpp_setup_global2();
7027 G__cpp_setup_global3();
7028 }
7029
7030 /*********************************************************
7031 * Global function information setup for each class
7032 *********************************************************/
7033 static void G__cpp_setup_func0() {
7034 G__lastifuncposition();
7035
7036 }
7037
7038 static void G__cpp_setup_func1() {
7039 }
7040
7041 static void G__cpp_setup_func2() {
7042 }
7043
7044 static void G__cpp_setup_func3() {
7045 }
7046
7047 static void G__cpp_setup_func4() {
7048
7049 G__resetifuncposition();
7050 }
7051
7052 extern "C" void G__cpp_setup_funcEventDict() {
7053 G__cpp_setup_func0();
7054 G__cpp_setup_func1();
7055 G__cpp_setup_func2();
7056 G__cpp_setup_func3();
7057 G__cpp_setup_func4();
7058 }
7059
7060 /*********************************************************
7061 * Class,struct,union,enum tag information setup
7062 *********************************************************/
7063 /* Setup class/struct taginfo */
7064 G__linked_taginfo G__EventDictLN_TClass = { "TClass" , 99 , -1 };
7065 G__linked_taginfo G__EventDictLN_TBuffer = { "TBuffer" , 99 , -1 };
7066 G__linked_taginfo G__EventDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
7067 G__linked_taginfo G__EventDictLN_TObject = { "TObject" , 99 , -1 };
7068 G__linked_taginfo G__EventDictLN_string = { "string" , 99 , -1 };
7069 G__linked_taginfo G__EventDictLN_TString = { "TString" , 99 , -1 };
7070 G__linked_taginfo G__EventDictLN_pamela = { "pamela" , 110 , -1 };
7071 G__linked_taginfo G__EventDictLN_pamelacLcLPacketType = { "pamela::PacketType" , 99 , -1 };
7072 G__linked_taginfo G__EventDictLN_pamelacLcLSubDetector = { "pamela::SubDetector" , 99 , -1 };
7073 G__linked_taginfo G__EventDictLN_pamelacLcLSubPacket = { "pamela::SubPacket" , 99 , -1 };
7074 G__linked_taginfo G__EventDictLN_TTree = { "TTree" , 99 , -1 };
7075 G__linked_taginfo G__EventDictLN_pamelacLcLPscuHeader = { "pamela::PscuHeader" , 99 , -1 };
7076 G__linked_taginfo G__EventDictLN_pamelacLcLEventCounter = { "pamela::EventCounter" , 99 , -1 };
7077 G__linked_taginfo G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOintmUcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOintmUgRsPgRsPgR = { "map<const pamela::PacketType*,int*,less<const pamela::PacketType*>,allocator<pair<const pamela::PacketType* const,int*> > >" , 99 , -1 };
7078 G__linked_taginfo G__EventDictLN_pamelacLcLEventHeader = { "pamela::EventHeader" , 99 , -1 };
7079 G__linked_taginfo G__EventDictLN_pamelacLcLPscuEvent = { "pamela::PscuEvent" , 99 , -1 };
7080 G__linked_taginfo G__EventDictLN_pamelacLcLArrDumpEvent = { "pamela::ArrDumpEvent" , 99 , -1 };
7081 G__linked_taginfo G__EventDictLN_pamelacLcLVarDumpEvent = { "pamela::VarDumpEvent" , 99 , -1 };
7082 G__linked_taginfo G__EventDictLN_pamelacLcLTabDumpEvent = { "pamela::TabDumpEvent" , 99 , -1 };
7083 G__linked_taginfo G__EventDictLN_pamelacLcLCalibCalEvent = { "pamela::CalibCalEvent" , 99 , -1 };
7084 G__linked_taginfo G__EventDictLN_pamelacLcLCalibTrkEvent = { "pamela::CalibTrkEvent" , 99 , -1 };
7085 G__linked_taginfo G__EventDictLN_pamelacLcLCalibTrgEvent = { "pamela::CalibTrgEvent" , 99 , -1 };
7086 G__linked_taginfo G__EventDictLN_pamelacLcLCalibTrdEvent = { "pamela::CalibTrdEvent" , 99 , -1 };
7087 G__linked_taginfo G__EventDictLN_pamelacLcLCalibTofEvent = { "pamela::CalibTofEvent" , 99 , -1 };
7088 G__linked_taginfo G__EventDictLN_pamelacLcLCalibS4Event = { "pamela::CalibS4Event" , 99 , -1 };
7089 G__linked_taginfo G__EventDictLN_pamelacLcLRunHeaderEvent = { "pamela::RunHeaderEvent" , 99 , -1 };
7090 G__linked_taginfo G__EventDictLN_pamelacLcLRunTrailerEvent = { "pamela::RunTrailerEvent" , 99 , -1 };
7091 G__linked_taginfo G__EventDictLN_pamelacLcLForcedPktEvent = { "pamela::ForcedPktEvent" , 99 , -1 };
7092 G__linked_taginfo G__EventDictLN_TChain = { "TChain" , 99 , -1 };
7093 G__linked_taginfo G__EventDictLN_pamelacLcLPamelaRun = { "pamela::PamelaRun" , 99 , -1 };
7094 G__linked_taginfo G__EventDictLN_pamelacLcLRunInfo = { "pamela::RunInfo" , 99 , -1 };
7095 G__linked_taginfo G__EventDictLN_pamelacLcLAlgorithm = { "pamela::Algorithm" , 99 , -1 };
7096 G__linked_taginfo G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOTTreemUcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOTTreemUgRsPgRsPgR = { "map<const pamela::PacketType*,TTree*,less<const pamela::PacketType*>,allocator<pair<const pamela::PacketType* const,TTree*> > >" , 99 , -1 };
7097 G__linked_taginfo G__EventDictLN_listlETFilemUcOallocatorlETFilemUgRsPgR = { "list<TFile*,allocator<TFile*> >" , 99 , -1 };
7098 G__linked_taginfo G__EventDictLN_listlETTreemUcOallocatorlETTreemUgRsPgR = { "list<TTree*,allocator<TTree*> >" , 99 , -1 };
7099 G__linked_taginfo G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOlistlETTreemUcOallocatorlETTreemUgRsPgRcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOlistlETTreemUcOallocatorlETTreemUgRsPgRsPgRsPgRsPgR = { "map<const pamela::PacketType*,list<TTree*,allocator<TTree*> >,less<const pamela::PacketType*>,allocator<pair<const pamela::PacketType* const,list<TTree*,allocator<TTree*> > > > >" , 99 , -1 };
7100 G__linked_taginfo G__EventDictLN_maplEstringcOpamelacLcLSubPacketmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOpamelacLcLSubPacketmUgRsPgRsPgR = { "map<string,pamela::SubPacket*,less<string>,allocator<pair<const string,pamela::SubPacket*> > >" , 99 , -1 };
7101 G__linked_taginfo G__EventDictLN_pamelacLcLNullAlgorithm = { "pamela::NullAlgorithm" , 99 , -1 };
7102 G__linked_taginfo G__EventDictLN_pamelacLcLAlgorithmInfo = { "pamela::AlgorithmInfo" , 99 , -1 };
7103
7104 /* Reset class/struct taginfo */
7105 extern "C" void G__cpp_reset_tagtableEventDict() {
7106 G__EventDictLN_TClass.tagnum = -1 ;
7107 G__EventDictLN_TBuffer.tagnum = -1 ;
7108 G__EventDictLN_TMemberInspector.tagnum = -1 ;
7109 G__EventDictLN_TObject.tagnum = -1 ;
7110 G__EventDictLN_string.tagnum = -1 ;
7111 G__EventDictLN_TString.tagnum = -1 ;
7112 G__EventDictLN_pamela.tagnum = -1 ;
7113 G__EventDictLN_pamelacLcLPacketType.tagnum = -1 ;
7114 G__EventDictLN_pamelacLcLSubDetector.tagnum = -1 ;
7115 G__EventDictLN_pamelacLcLSubPacket.tagnum = -1 ;
7116 G__EventDictLN_TTree.tagnum = -1 ;
7117 G__EventDictLN_pamelacLcLPscuHeader.tagnum = -1 ;
7118 G__EventDictLN_pamelacLcLEventCounter.tagnum = -1 ;
7119 G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOintmUcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOintmUgRsPgRsPgR.tagnum = -1 ;
7120 G__EventDictLN_pamelacLcLEventHeader.tagnum = -1 ;
7121 G__EventDictLN_pamelacLcLPscuEvent.tagnum = -1 ;
7122 G__EventDictLN_pamelacLcLArrDumpEvent.tagnum = -1 ;
7123 G__EventDictLN_pamelacLcLVarDumpEvent.tagnum = -1 ;
7124 G__EventDictLN_pamelacLcLTabDumpEvent.tagnum = -1 ;
7125 G__EventDictLN_pamelacLcLCalibCalEvent.tagnum = -1 ;
7126 G__EventDictLN_pamelacLcLCalibTrkEvent.tagnum = -1 ;
7127 G__EventDictLN_pamelacLcLCalibTrgEvent.tagnum = -1 ;
7128 G__EventDictLN_pamelacLcLCalibTrdEvent.tagnum = -1 ;
7129 G__EventDictLN_pamelacLcLCalibTofEvent.tagnum = -1 ;
7130 G__EventDictLN_pamelacLcLCalibS4Event.tagnum = -1 ;
7131 G__EventDictLN_pamelacLcLRunHeaderEvent.tagnum = -1 ;
7132 G__EventDictLN_pamelacLcLRunTrailerEvent.tagnum = -1 ;
7133 G__EventDictLN_pamelacLcLForcedPktEvent.tagnum = -1 ;
7134 G__EventDictLN_TChain.tagnum = -1 ;
7135 G__EventDictLN_pamelacLcLPamelaRun.tagnum = -1 ;
7136 G__EventDictLN_pamelacLcLRunInfo.tagnum = -1 ;
7137 G__EventDictLN_pamelacLcLAlgorithm.tagnum = -1 ;
7138 G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOTTreemUcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOTTreemUgRsPgRsPgR.tagnum = -1 ;
7139 G__EventDictLN_listlETFilemUcOallocatorlETFilemUgRsPgR.tagnum = -1 ;
7140 G__EventDictLN_listlETTreemUcOallocatorlETTreemUgRsPgR.tagnum = -1 ;
7141 G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOlistlETTreemUcOallocatorlETTreemUgRsPgRcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOlistlETTreemUcOallocatorlETTreemUgRsPgRsPgRsPgRsPgR.tagnum = -1 ;
7142 G__EventDictLN_maplEstringcOpamelacLcLSubPacketmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOpamelacLcLSubPacketmUgRsPgRsPgR.tagnum = -1 ;
7143 G__EventDictLN_pamelacLcLNullAlgorithm.tagnum = -1 ;
7144 G__EventDictLN_pamelacLcLAlgorithmInfo.tagnum = -1 ;
7145 }
7146
7147
7148 extern "C" void G__cpp_setup_tagtableEventDict() {
7149
7150 /* Setting up class,struct,union tag entry */
7151 G__get_linked_tagnum(&G__EventDictLN_TClass);
7152 G__get_linked_tagnum(&G__EventDictLN_TBuffer);
7153 G__get_linked_tagnum(&G__EventDictLN_TMemberInspector);
7154 G__get_linked_tagnum(&G__EventDictLN_TObject);
7155 G__get_linked_tagnum(&G__EventDictLN_string);
7156 G__get_linked_tagnum(&G__EventDictLN_TString);
7157 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamela),0,-1,0,(char*)NULL,G__setup_memvarpamela,G__setup_memfuncpamela);
7158 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPacketType),sizeof(pamela::PacketType),-1,294912,(char*)NULL,G__setup_memvarpamelacLcLPacketType,G__setup_memfuncpamelacLcLPacketType);
7159 G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubDetector);
7160 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLSubPacket),sizeof(pamela::SubPacket),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLSubPacket,G__setup_memfuncpamelacLcLSubPacket);
7161 G__get_linked_tagnum(&G__EventDictLN_TTree);
7162 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuHeader),sizeof(pamela::PscuHeader),-1,324864,(char*)NULL,G__setup_memvarpamelacLcLPscuHeader,G__setup_memfuncpamelacLcLPscuHeader);
7163 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventCounter),sizeof(pamela::EventCounter),-1,291072,(char*)NULL,G__setup_memvarpamelacLcLEventCounter,G__setup_memfuncpamelacLcLEventCounter);
7164 G__get_linked_tagnum(&G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOintmUcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOintmUgRsPgRsPgR);
7165 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLEventHeader),sizeof(pamela::EventHeader),-1,324864,(char*)NULL,G__setup_memvarpamelacLcLEventHeader,G__setup_memfuncpamelacLcLEventHeader);
7166 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPscuEvent),sizeof(pamela::PscuEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLPscuEvent,G__setup_memfuncpamelacLcLPscuEvent);
7167 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLArrDumpEvent),sizeof(pamela::ArrDumpEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLArrDumpEvent,G__setup_memfuncpamelacLcLArrDumpEvent);
7168 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLVarDumpEvent),sizeof(pamela::VarDumpEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLVarDumpEvent,G__setup_memfuncpamelacLcLVarDumpEvent);
7169 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLTabDumpEvent),sizeof(pamela::TabDumpEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLTabDumpEvent,G__setup_memfuncpamelacLcLTabDumpEvent);
7170 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibCalEvent),sizeof(pamela::CalibCalEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLCalibCalEvent,G__setup_memfuncpamelacLcLCalibCalEvent);
7171 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrkEvent),sizeof(pamela::CalibTrkEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLCalibTrkEvent,G__setup_memfuncpamelacLcLCalibTrkEvent);
7172 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrgEvent),sizeof(pamela::CalibTrgEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLCalibTrgEvent,G__setup_memfuncpamelacLcLCalibTrgEvent);
7173 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTrdEvent),sizeof(pamela::CalibTrdEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLCalibTrdEvent,G__setup_memfuncpamelacLcLCalibTrdEvent);
7174 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibTofEvent),sizeof(pamela::CalibTofEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLCalibTofEvent,G__setup_memfuncpamelacLcLCalibTofEvent);
7175 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLCalibS4Event),sizeof(pamela::CalibS4Event),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLCalibS4Event,G__setup_memfuncpamelacLcLCalibS4Event);
7176 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunHeaderEvent),sizeof(pamela::RunHeaderEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLRunHeaderEvent,G__setup_memfuncpamelacLcLRunHeaderEvent);
7177 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunTrailerEvent),sizeof(pamela::RunTrailerEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLRunTrailerEvent,G__setup_memfuncpamelacLcLRunTrailerEvent);
7178 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLForcedPktEvent),sizeof(pamela::ForcedPktEvent),-1,323840,(char*)NULL,G__setup_memvarpamelacLcLForcedPktEvent,G__setup_memfuncpamelacLcLForcedPktEvent);
7179 G__get_linked_tagnum(&G__EventDictLN_TChain);
7180 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLPamelaRun),sizeof(pamela::PamelaRun),-1,294912,(char*)NULL,G__setup_memvarpamelacLcLPamelaRun,G__setup_memfuncpamelacLcLPamelaRun);
7181 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLRunInfo),sizeof(pamela::RunInfo),-1,324864,(char*)NULL,G__setup_memvarpamelacLcLRunInfo,G__setup_memfuncpamelacLcLRunInfo);
7182 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithm),sizeof(pamela::Algorithm),-1,323585,(char*)NULL,G__setup_memvarpamelacLcLAlgorithm,G__setup_memfuncpamelacLcLAlgorithm);
7183 G__get_linked_tagnum(&G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOTTreemUcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOTTreemUgRsPgRsPgR);
7184 G__get_linked_tagnum(&G__EventDictLN_listlETFilemUcOallocatorlETFilemUgRsPgR);
7185 G__get_linked_tagnum(&G__EventDictLN_listlETTreemUcOallocatorlETTreemUgRsPgR);
7186 G__get_linked_tagnum(&G__EventDictLN_maplEconstsPpamelacLcLPacketTypemUcOlistlETTreemUcOallocatorlETTreemUgRsPgRcOlesslEconstsPpamelacLcLPacketTypemUgRcOallocatorlEpairlEconstsPpamelacLcLPacketTypemUsPconstcOlistlETTreemUcOallocatorlETTreemUgRsPgRsPgRsPgRsPgR);
7187 G__get_linked_tagnum(&G__EventDictLN_maplEstringcOpamelacLcLSubPacketmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOpamelacLcLSubPacketmUgRsPgRsPgR);
7188 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLNullAlgorithm),sizeof(pamela::NullAlgorithm),-1,323585,(char*)NULL,G__setup_memvarpamelacLcLNullAlgorithm,G__setup_memfuncpamelacLcLNullAlgorithm);
7189 G__tagtable_setup(G__get_linked_tagnum(&G__EventDictLN_pamelacLcLAlgorithmInfo),sizeof(pamela::AlgorithmInfo),-1,324864,(char*)NULL,G__setup_memvarpamelacLcLAlgorithmInfo,G__setup_memfuncpamelacLcLAlgorithmInfo);
7190 }
7191 extern "C" void G__cpp_setupEventDict(void) {
7192 G__check_setup_version(30051515,"G__cpp_setupEventDict()");
7193 G__set_cpp_environmentEventDict();
7194 G__cpp_setup_tagtableEventDict();
7195
7196 G__cpp_setup_inheritanceEventDict();
7197
7198 G__cpp_setup_typetableEventDict();
7199
7200 G__cpp_setup_memvarEventDict();
7201
7202 G__cpp_setup_memfuncEventDict();
7203 G__cpp_setup_globalEventDict();
7204 G__cpp_setup_funcEventDict();
7205
7206 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncEventDict();
7207 return;
7208 }
7209 class G__cpp_setup_initEventDict {
7210 public:
7211 G__cpp_setup_initEventDict() { G__add_setup_func("EventDict",(G__incsetup)(&G__cpp_setupEventDict)); G__call_setup_funcs(); }
7212 ~G__cpp_setup_initEventDict() { G__remove_setup_func("EventDict"); }
7213 };
7214 G__cpp_setup_initEventDict G__cpp_setup_initializerEventDict;
7215

  ViewVC Help
Powered by ViewVC 1.1.23