ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/src/rootMAnaDict.cc
Revision: 1.18
Committed: Thu Jul 11 11:25:22 2013 UTC (11 years, 9 months ago) by akalinow
Content type: text/plain
Branch: MAIN
CVS Tags: Artur_11_07_2013_B, Artur_11_07_2013_A, Artur_11_07_2013, HEAD
Changes since 1.17: +1039 -623 lines
Log Message:
*last commit before migration to Git.

File Contents

# User Rev Content
1 konec 1.1 //
2 akalinow 1.18 // File generated by /opt/cms/slc5_amd64_gcc472/lcg/root/5.34.07//bin/rootcint at Wed Jul 10 08:41:52 2013
3 konec 1.1
4     // Do NOT change. Changes will be lost next time file is generated
5     //
6    
7 cwiok 1.6 #define R__DICTIONARY_FILENAME rootMAnaDict
8 konec 1.1 #include "RConfig.h" //rootcint 4834
9     #if !defined(R__ACCESS_IN_SYMBOL)
10     //Break the privacy of classes -- Disabled for the moment
11     #define private public
12     #define protected public
13     #endif
14    
15     // Since CINT ignores the std namespace, we need to do so in this file.
16     namespace std {} using namespace std;
17     #include "rootMAnaDict.h"
18    
19     #include "TCollectionProxyInfo.h"
20     #include "TClass.h"
21     #include "TBuffer.h"
22     #include "TMemberInspector.h"
23     #include "TError.h"
24    
25     #ifndef G__ROOT
26     #define G__ROOT
27     #endif
28    
29     #include "RtypesImp.h"
30     #include "TIsAProxy.h"
31 cwiok 1.6 #include "TFileMergeInfo.h"
32 konec 1.1
33     // START OF SHADOWS
34    
35     namespace ROOT {
36     namespace Shadow {
37     } // of namespace Shadow
38     } // of namespace ROOT
39     // END OF SHADOWS
40    
41     namespace ROOT {
42 konec 1.4 void EventObj_ShowMembers(void *obj, TMemberInspector &R__insp);
43 konec 1.1 static void *new_EventObj(void *p = 0);
44     static void *newArray_EventObj(Long_t size, void *p);
45     static void delete_EventObj(void *p);
46     static void deleteArray_EventObj(void *p);
47     static void destruct_EventObj(void *p);
48 cwiok 1.6 static void streamer_EventObj(TBuffer &buf, void *obj);
49 konec 1.1
50     // Function generating the singleton type initializer
51     static TGenericClassInfo *GenerateInitInstanceLocal(const ::EventObj*)
52     {
53     ::EventObj *ptr = 0;
54     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::EventObj >(0);
55     static ::ROOT::TGenericClassInfo
56 konec 1.14 instance("EventObj", ::EventObj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/EventObj.h", 6,
57 konec 1.1 typeid(::EventObj), DefineBehavior(ptr, ptr),
58     &::EventObj::Dictionary, isa_proxy, 0,
59     sizeof(::EventObj) );
60     instance.SetNew(&new_EventObj);
61     instance.SetNewArray(&newArray_EventObj);
62     instance.SetDelete(&delete_EventObj);
63     instance.SetDeleteArray(&deleteArray_EventObj);
64     instance.SetDestructor(&destruct_EventObj);
65 cwiok 1.6 instance.SetStreamerFunc(&streamer_EventObj);
66 konec 1.1 return &instance;
67     }
68     TGenericClassInfo *GenerateInitInstance(const ::EventObj*)
69     {
70     return GenerateInitInstanceLocal((::EventObj*)0);
71     }
72     // Static variable to force the class initialization
73     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::EventObj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
74     } // end of namespace ROOT
75    
76     namespace ROOT {
77 akalinow 1.18 void L1Obj_ShowMembers(void *obj, TMemberInspector &R__insp);
78     static void *new_L1Obj(void *p = 0);
79     static void *newArray_L1Obj(Long_t size, void *p);
80     static void delete_L1Obj(void *p);
81     static void deleteArray_L1Obj(void *p);
82     static void destruct_L1Obj(void *p);
83     static void streamer_L1Obj(TBuffer &buf, void *obj);
84    
85     // Function generating the singleton type initializer
86     static TGenericClassInfo *GenerateInitInstanceLocal(const ::L1Obj*)
87     {
88     ::L1Obj *ptr = 0;
89     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::L1Obj >(0);
90     static ::ROOT::TGenericClassInfo
91     instance("L1Obj", ::L1Obj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/L1Obj.h", 6,
92     typeid(::L1Obj), DefineBehavior(ptr, ptr),
93     &::L1Obj::Dictionary, isa_proxy, 0,
94     sizeof(::L1Obj) );
95     instance.SetNew(&new_L1Obj);
96     instance.SetNewArray(&newArray_L1Obj);
97     instance.SetDelete(&delete_L1Obj);
98     instance.SetDeleteArray(&deleteArray_L1Obj);
99     instance.SetDestructor(&destruct_L1Obj);
100     instance.SetStreamerFunc(&streamer_L1Obj);
101     return &instance;
102     }
103     TGenericClassInfo *GenerateInitInstance(const ::L1Obj*)
104     {
105     return GenerateInitInstanceLocal((::L1Obj*)0);
106     }
107     // Static variable to force the class initialization
108     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::L1Obj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
109     } // end of namespace ROOT
110    
111     namespace ROOT {
112     void EventData_ShowMembers(void *obj, TMemberInspector &R__insp);
113     static void *new_EventData(void *p = 0);
114     static void *newArray_EventData(Long_t size, void *p);
115     static void delete_EventData(void *p);
116     static void deleteArray_EventData(void *p);
117     static void destruct_EventData(void *p);
118     static void streamer_EventData(TBuffer &buf, void *obj);
119    
120     // Function generating the singleton type initializer
121     static TGenericClassInfo *GenerateInitInstanceLocal(const ::EventData*)
122     {
123     ::EventData *ptr = 0;
124     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::EventData >(0);
125     static ::ROOT::TGenericClassInfo
126     instance("EventData", ::EventData::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/EventData.h", 11,
127     typeid(::EventData), DefineBehavior(ptr, ptr),
128     &::EventData::Dictionary, isa_proxy, 0,
129     sizeof(::EventData) );
130     instance.SetNew(&new_EventData);
131     instance.SetNewArray(&newArray_EventData);
132     instance.SetDelete(&delete_EventData);
133     instance.SetDeleteArray(&deleteArray_EventData);
134     instance.SetDestructor(&destruct_EventData);
135     instance.SetStreamerFunc(&streamer_EventData);
136     return &instance;
137     }
138     TGenericClassInfo *GenerateInitInstance(const ::EventData*)
139     {
140     return GenerateInitInstanceLocal((::EventData*)0);
141     }
142     // Static variable to force the class initialization
143     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::EventData*)0x0); R__UseDummy(_R__UNIQUE_(Init));
144     } // end of namespace ROOT
145    
146     namespace ROOT {
147 konec 1.4 void TrackObj_ShowMembers(void *obj, TMemberInspector &R__insp);
148 konec 1.2 static void *new_TrackObj(void *p = 0);
149     static void *newArray_TrackObj(Long_t size, void *p);
150     static void delete_TrackObj(void *p);
151     static void deleteArray_TrackObj(void *p);
152     static void destruct_TrackObj(void *p);
153 cwiok 1.6 static void streamer_TrackObj(TBuffer &buf, void *obj);
154 konec 1.2
155     // Function generating the singleton type initializer
156     static TGenericClassInfo *GenerateInitInstanceLocal(const ::TrackObj*)
157     {
158     ::TrackObj *ptr = 0;
159     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TrackObj >(0);
160     static ::ROOT::TGenericClassInfo
161 konec 1.14 instance("TrackObj", ::TrackObj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/TrackObj.h", 6,
162 konec 1.2 typeid(::TrackObj), DefineBehavior(ptr, ptr),
163     &::TrackObj::Dictionary, isa_proxy, 0,
164     sizeof(::TrackObj) );
165     instance.SetNew(&new_TrackObj);
166     instance.SetNewArray(&newArray_TrackObj);
167     instance.SetDelete(&delete_TrackObj);
168     instance.SetDeleteArray(&deleteArray_TrackObj);
169     instance.SetDestructor(&destruct_TrackObj);
170 cwiok 1.6 instance.SetStreamerFunc(&streamer_TrackObj);
171 konec 1.2 return &instance;
172     }
173     TGenericClassInfo *GenerateInitInstance(const ::TrackObj*)
174     {
175     return GenerateInitInstanceLocal((::TrackObj*)0);
176     }
177     // Static variable to force the class initialization
178     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TrackObj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
179     } // end of namespace ROOT
180    
181     namespace ROOT {
182 konec 1.4 void MuonObj_ShowMembers(void *obj, TMemberInspector &R__insp);
183 konec 1.2 static void *new_MuonObj(void *p = 0);
184     static void *newArray_MuonObj(Long_t size, void *p);
185     static void delete_MuonObj(void *p);
186     static void deleteArray_MuonObj(void *p);
187     static void destruct_MuonObj(void *p);
188 cwiok 1.6 static void streamer_MuonObj(TBuffer &buf, void *obj);
189 konec 1.2
190     // Function generating the singleton type initializer
191     static TGenericClassInfo *GenerateInitInstanceLocal(const ::MuonObj*)
192     {
193     ::MuonObj *ptr = 0;
194     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::MuonObj >(0);
195     static ::ROOT::TGenericClassInfo
196 konec 1.14 instance("MuonObj", ::MuonObj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/MuonObj.h", 6,
197 konec 1.2 typeid(::MuonObj), DefineBehavior(ptr, ptr),
198     &::MuonObj::Dictionary, isa_proxy, 0,
199     sizeof(::MuonObj) );
200     instance.SetNew(&new_MuonObj);
201     instance.SetNewArray(&newArray_MuonObj);
202     instance.SetDelete(&delete_MuonObj);
203     instance.SetDeleteArray(&deleteArray_MuonObj);
204     instance.SetDestructor(&destruct_MuonObj);
205 cwiok 1.6 instance.SetStreamerFunc(&streamer_MuonObj);
206 konec 1.2 return &instance;
207     }
208     TGenericClassInfo *GenerateInitInstance(const ::MuonObj*)
209     {
210     return GenerateInitInstanceLocal((::MuonObj*)0);
211     }
212     // Static variable to force the class initialization
213     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::MuonObj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
214     } // end of namespace ROOT
215    
216     namespace ROOT {
217 konec 1.4 void L1ObjColl_ShowMembers(void *obj, TMemberInspector &R__insp);
218 konec 1.1 static void *new_L1ObjColl(void *p = 0);
219     static void *newArray_L1ObjColl(Long_t size, void *p);
220     static void delete_L1ObjColl(void *p);
221     static void deleteArray_L1ObjColl(void *p);
222     static void destruct_L1ObjColl(void *p);
223 cwiok 1.6 static void streamer_L1ObjColl(TBuffer &buf, void *obj);
224 konec 1.1
225     // Function generating the singleton type initializer
226     static TGenericClassInfo *GenerateInitInstanceLocal(const ::L1ObjColl*)
227     {
228     ::L1ObjColl *ptr = 0;
229     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::L1ObjColl >(0);
230     static ::ROOT::TGenericClassInfo
231 konec 1.14 instance("L1ObjColl", ::L1ObjColl::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/L1ObjColl.h", 9,
232 konec 1.1 typeid(::L1ObjColl), DefineBehavior(ptr, ptr),
233     &::L1ObjColl::Dictionary, isa_proxy, 0,
234     sizeof(::L1ObjColl) );
235     instance.SetNew(&new_L1ObjColl);
236     instance.SetNewArray(&newArray_L1ObjColl);
237     instance.SetDelete(&delete_L1ObjColl);
238     instance.SetDeleteArray(&deleteArray_L1ObjColl);
239     instance.SetDestructor(&destruct_L1ObjColl);
240 cwiok 1.6 instance.SetStreamerFunc(&streamer_L1ObjColl);
241 konec 1.1 return &instance;
242     }
243     TGenericClassInfo *GenerateInitInstance(const ::L1ObjColl*)
244     {
245     return GenerateInitInstanceLocal((::L1ObjColl*)0);
246     }
247     // Static variable to force the class initialization
248     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::L1ObjColl*)0x0); R__UseDummy(_R__UNIQUE_(Init));
249     } // end of namespace ROOT
250    
251 konec 1.7 namespace ROOT {
252     void SynchroCountsObj_ShowMembers(void *obj, TMemberInspector &R__insp);
253     static void *new_SynchroCountsObj(void *p = 0);
254     static void *newArray_SynchroCountsObj(Long_t size, void *p);
255     static void delete_SynchroCountsObj(void *p);
256     static void deleteArray_SynchroCountsObj(void *p);
257     static void destruct_SynchroCountsObj(void *p);
258     static void streamer_SynchroCountsObj(TBuffer &buf, void *obj);
259    
260     // Function generating the singleton type initializer
261     static TGenericClassInfo *GenerateInitInstanceLocal(const ::SynchroCountsObj*)
262     {
263     ::SynchroCountsObj *ptr = 0;
264     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::SynchroCountsObj >(0);
265     static ::ROOT::TGenericClassInfo
266     instance("SynchroCountsObj", ::SynchroCountsObj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/SynchroCountsObj.h", 6,
267     typeid(::SynchroCountsObj), DefineBehavior(ptr, ptr),
268     &::SynchroCountsObj::Dictionary, isa_proxy, 0,
269     sizeof(::SynchroCountsObj) );
270     instance.SetNew(&new_SynchroCountsObj);
271     instance.SetNewArray(&newArray_SynchroCountsObj);
272     instance.SetDelete(&delete_SynchroCountsObj);
273     instance.SetDeleteArray(&deleteArray_SynchroCountsObj);
274     instance.SetDestructor(&destruct_SynchroCountsObj);
275     instance.SetStreamerFunc(&streamer_SynchroCountsObj);
276     return &instance;
277     }
278     TGenericClassInfo *GenerateInitInstance(const ::SynchroCountsObj*)
279     {
280     return GenerateInitInstanceLocal((::SynchroCountsObj*)0);
281     }
282     // Static variable to force the class initialization
283     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::SynchroCountsObj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
284     } // end of namespace ROOT
285    
286     namespace ROOT {
287     void SynchroCountsObjVect_ShowMembers(void *obj, TMemberInspector &R__insp);
288     static void *new_SynchroCountsObjVect(void *p = 0);
289     static void *newArray_SynchroCountsObjVect(Long_t size, void *p);
290     static void delete_SynchroCountsObjVect(void *p);
291     static void deleteArray_SynchroCountsObjVect(void *p);
292     static void destruct_SynchroCountsObjVect(void *p);
293     static void streamer_SynchroCountsObjVect(TBuffer &buf, void *obj);
294    
295     // Function generating the singleton type initializer
296     static TGenericClassInfo *GenerateInitInstanceLocal(const ::SynchroCountsObjVect*)
297     {
298     ::SynchroCountsObjVect *ptr = 0;
299     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::SynchroCountsObjVect >(0);
300     static ::ROOT::TGenericClassInfo
301     instance("SynchroCountsObjVect", ::SynchroCountsObjVect::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/SynchroCountsObjVect.h", 9,
302     typeid(::SynchroCountsObjVect), DefineBehavior(ptr, ptr),
303     &::SynchroCountsObjVect::Dictionary, isa_proxy, 0,
304     sizeof(::SynchroCountsObjVect) );
305     instance.SetNew(&new_SynchroCountsObjVect);
306     instance.SetNewArray(&newArray_SynchroCountsObjVect);
307     instance.SetDelete(&delete_SynchroCountsObjVect);
308     instance.SetDeleteArray(&deleteArray_SynchroCountsObjVect);
309     instance.SetDestructor(&destruct_SynchroCountsObjVect);
310     instance.SetStreamerFunc(&streamer_SynchroCountsObjVect);
311     return &instance;
312     }
313     TGenericClassInfo *GenerateInitInstance(const ::SynchroCountsObjVect*)
314     {
315     return GenerateInitInstanceLocal((::SynchroCountsObjVect*)0);
316     }
317     // Static variable to force the class initialization
318     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::SynchroCountsObjVect*)0x0); R__UseDummy(_R__UNIQUE_(Init));
319     } // end of namespace ROOT
320    
321 konec 1.8 namespace ROOT {
322 konec 1.9 void DetCluDigiObj_ShowMembers(void *obj, TMemberInspector &R__insp);
323     static void *new_DetCluDigiObj(void *p = 0);
324     static void *newArray_DetCluDigiObj(Long_t size, void *p);
325     static void delete_DetCluDigiObj(void *p);
326     static void deleteArray_DetCluDigiObj(void *p);
327     static void destruct_DetCluDigiObj(void *p);
328     static void streamer_DetCluDigiObj(TBuffer &buf, void *obj);
329    
330     // Function generating the singleton type initializer
331     static TGenericClassInfo *GenerateInitInstanceLocal(const ::DetCluDigiObj*)
332     {
333     ::DetCluDigiObj *ptr = 0;
334     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::DetCluDigiObj >(0);
335     static ::ROOT::TGenericClassInfo
336     instance("DetCluDigiObj", ::DetCluDigiObj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/DetCluDigiObj.h", 6,
337     typeid(::DetCluDigiObj), DefineBehavior(ptr, ptr),
338     &::DetCluDigiObj::Dictionary, isa_proxy, 0,
339     sizeof(::DetCluDigiObj) );
340     instance.SetNew(&new_DetCluDigiObj);
341     instance.SetNewArray(&newArray_DetCluDigiObj);
342     instance.SetDelete(&delete_DetCluDigiObj);
343     instance.SetDeleteArray(&deleteArray_DetCluDigiObj);
344     instance.SetDestructor(&destruct_DetCluDigiObj);
345     instance.SetStreamerFunc(&streamer_DetCluDigiObj);
346     return &instance;
347     }
348     TGenericClassInfo *GenerateInitInstance(const ::DetCluDigiObj*)
349     {
350     return GenerateInitInstanceLocal((::DetCluDigiObj*)0);
351     }
352     // Static variable to force the class initialization
353     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::DetCluDigiObj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
354     } // end of namespace ROOT
355    
356     namespace ROOT {
357     void DetCluDigiObjVect_ShowMembers(void *obj, TMemberInspector &R__insp);
358     static void *new_DetCluDigiObjVect(void *p = 0);
359     static void *newArray_DetCluDigiObjVect(Long_t size, void *p);
360     static void delete_DetCluDigiObjVect(void *p);
361     static void deleteArray_DetCluDigiObjVect(void *p);
362     static void destruct_DetCluDigiObjVect(void *p);
363     static void streamer_DetCluDigiObjVect(TBuffer &buf, void *obj);
364    
365     // Function generating the singleton type initializer
366     static TGenericClassInfo *GenerateInitInstanceLocal(const ::DetCluDigiObjVect*)
367     {
368     ::DetCluDigiObjVect *ptr = 0;
369     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::DetCluDigiObjVect >(0);
370     static ::ROOT::TGenericClassInfo
371     instance("DetCluDigiObjVect", ::DetCluDigiObjVect::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/DetCluDigiObjVect.h", 9,
372     typeid(::DetCluDigiObjVect), DefineBehavior(ptr, ptr),
373     &::DetCluDigiObjVect::Dictionary, isa_proxy, 0,
374     sizeof(::DetCluDigiObjVect) );
375     instance.SetNew(&new_DetCluDigiObjVect);
376     instance.SetNewArray(&newArray_DetCluDigiObjVect);
377     instance.SetDelete(&delete_DetCluDigiObjVect);
378     instance.SetDeleteArray(&deleteArray_DetCluDigiObjVect);
379     instance.SetDestructor(&destruct_DetCluDigiObjVect);
380     instance.SetStreamerFunc(&streamer_DetCluDigiObjVect);
381     return &instance;
382     }
383     TGenericClassInfo *GenerateInitInstance(const ::DetCluDigiObjVect*)
384     {
385     return GenerateInitInstanceLocal((::DetCluDigiObjVect*)0);
386     }
387     // Static variable to force the class initialization
388     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::DetCluDigiObjVect*)0x0); R__UseDummy(_R__UNIQUE_(Init));
389     } // end of namespace ROOT
390    
391     namespace ROOT {
392 konec 1.8 void TriggerMenuResultObj_ShowMembers(void *obj, TMemberInspector &R__insp);
393     static void *new_TriggerMenuResultObj(void *p = 0);
394     static void *newArray_TriggerMenuResultObj(Long_t size, void *p);
395     static void delete_TriggerMenuResultObj(void *p);
396     static void deleteArray_TriggerMenuResultObj(void *p);
397     static void destruct_TriggerMenuResultObj(void *p);
398     static void streamer_TriggerMenuResultObj(TBuffer &buf, void *obj);
399    
400     // Function generating the singleton type initializer
401     static TGenericClassInfo *GenerateInitInstanceLocal(const ::TriggerMenuResultObj*)
402     {
403     ::TriggerMenuResultObj *ptr = 0;
404     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TriggerMenuResultObj >(0);
405     static ::ROOT::TGenericClassInfo
406     instance("TriggerMenuResultObj", ::TriggerMenuResultObj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/TriggerMenuResultObj.h", 8,
407     typeid(::TriggerMenuResultObj), DefineBehavior(ptr, ptr),
408     &::TriggerMenuResultObj::Dictionary, isa_proxy, 0,
409     sizeof(::TriggerMenuResultObj) );
410     instance.SetNew(&new_TriggerMenuResultObj);
411     instance.SetNewArray(&newArray_TriggerMenuResultObj);
412     instance.SetDelete(&delete_TriggerMenuResultObj);
413     instance.SetDeleteArray(&deleteArray_TriggerMenuResultObj);
414     instance.SetDestructor(&destruct_TriggerMenuResultObj);
415     instance.SetStreamerFunc(&streamer_TriggerMenuResultObj);
416     return &instance;
417     }
418     TGenericClassInfo *GenerateInitInstance(const ::TriggerMenuResultObj*)
419     {
420     return GenerateInitInstanceLocal((::TriggerMenuResultObj*)0);
421     }
422     // Static variable to force the class initialization
423     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TriggerMenuResultObj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
424     } // end of namespace ROOT
425    
426 konec 1.17 namespace ROOT {
427     void HitSpecObj_ShowMembers(void *obj, TMemberInspector &R__insp);
428     static void *new_HitSpecObj(void *p = 0);
429     static void *newArray_HitSpecObj(Long_t size, void *p);
430     static void delete_HitSpecObj(void *p);
431     static void deleteArray_HitSpecObj(void *p);
432     static void destruct_HitSpecObj(void *p);
433     static void streamer_HitSpecObj(TBuffer &buf, void *obj);
434    
435     // Function generating the singleton type initializer
436     static TGenericClassInfo *GenerateInitInstanceLocal(const ::HitSpecObj*)
437     {
438     ::HitSpecObj *ptr = 0;
439     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::HitSpecObj >(0);
440     static ::ROOT::TGenericClassInfo
441     instance("HitSpecObj", ::HitSpecObj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/HitSpecObj.h", 8,
442     typeid(::HitSpecObj), DefineBehavior(ptr, ptr),
443     &::HitSpecObj::Dictionary, isa_proxy, 0,
444     sizeof(::HitSpecObj) );
445     instance.SetNew(&new_HitSpecObj);
446     instance.SetNewArray(&newArray_HitSpecObj);
447     instance.SetDelete(&delete_HitSpecObj);
448     instance.SetDeleteArray(&deleteArray_HitSpecObj);
449     instance.SetDestructor(&destruct_HitSpecObj);
450     instance.SetStreamerFunc(&streamer_HitSpecObj);
451     return &instance;
452     }
453     TGenericClassInfo *GenerateInitInstance(const ::HitSpecObj*)
454     {
455     return GenerateInitInstanceLocal((::HitSpecObj*)0);
456     }
457     // Static variable to force the class initialization
458     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::HitSpecObj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
459     } // end of namespace ROOT
460    
461 konec 1.1 //______________________________________________________________________________
462     TClass *EventObj::fgIsA = 0; // static to hold class pointer
463    
464     //______________________________________________________________________________
465     const char *EventObj::Class_Name()
466     {
467     return "EventObj";
468     }
469    
470     //______________________________________________________________________________
471     const char *EventObj::ImplFileName()
472     {
473     return ::ROOT::GenerateInitInstanceLocal((const ::EventObj*)0x0)->GetImplFileName();
474     }
475    
476     //______________________________________________________________________________
477     int EventObj::ImplFileLine()
478     {
479     return ::ROOT::GenerateInitInstanceLocal((const ::EventObj*)0x0)->GetImplFileLine();
480     }
481    
482     //______________________________________________________________________________
483     void EventObj::Dictionary()
484     {
485     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::EventObj*)0x0)->GetClass();
486     }
487    
488     //______________________________________________________________________________
489     TClass *EventObj::Class()
490     {
491     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::EventObj*)0x0)->GetClass();
492     return fgIsA;
493     }
494    
495     //______________________________________________________________________________
496 akalinow 1.18 TClass *L1Obj::fgIsA = 0; // static to hold class pointer
497    
498     //______________________________________________________________________________
499     const char *L1Obj::Class_Name()
500     {
501     return "L1Obj";
502     }
503    
504     //______________________________________________________________________________
505     const char *L1Obj::ImplFileName()
506     {
507     return ::ROOT::GenerateInitInstanceLocal((const ::L1Obj*)0x0)->GetImplFileName();
508     }
509    
510     //______________________________________________________________________________
511     int L1Obj::ImplFileLine()
512     {
513     return ::ROOT::GenerateInitInstanceLocal((const ::L1Obj*)0x0)->GetImplFileLine();
514     }
515    
516     //______________________________________________________________________________
517     void L1Obj::Dictionary()
518     {
519     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::L1Obj*)0x0)->GetClass();
520     }
521    
522     //______________________________________________________________________________
523     TClass *L1Obj::Class()
524     {
525     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::L1Obj*)0x0)->GetClass();
526     return fgIsA;
527     }
528    
529     //______________________________________________________________________________
530     TClass *EventData::fgIsA = 0; // static to hold class pointer
531 konec 1.2
532     //______________________________________________________________________________
533 akalinow 1.18 const char *EventData::Class_Name()
534 konec 1.2 {
535 akalinow 1.18 return "EventData";
536 konec 1.2 }
537    
538     //______________________________________________________________________________
539 akalinow 1.18 const char *EventData::ImplFileName()
540 konec 1.2 {
541 akalinow 1.18 return ::ROOT::GenerateInitInstanceLocal((const ::EventData*)0x0)->GetImplFileName();
542 konec 1.2 }
543    
544     //______________________________________________________________________________
545 akalinow 1.18 int EventData::ImplFileLine()
546 konec 1.2 {
547 akalinow 1.18 return ::ROOT::GenerateInitInstanceLocal((const ::EventData*)0x0)->GetImplFileLine();
548 konec 1.2 }
549    
550     //______________________________________________________________________________
551 akalinow 1.18 void EventData::Dictionary()
552 konec 1.2 {
553 akalinow 1.18 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::EventData*)0x0)->GetClass();
554 konec 1.2 }
555    
556     //______________________________________________________________________________
557 akalinow 1.18 TClass *EventData::Class()
558 konec 1.2 {
559 akalinow 1.18 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::EventData*)0x0)->GetClass();
560 konec 1.2 return fgIsA;
561     }
562    
563     //______________________________________________________________________________
564 akalinow 1.18 TClass *TrackObj::fgIsA = 0; // static to hold class pointer
565 konec 1.2
566     //______________________________________________________________________________
567 akalinow 1.18 const char *TrackObj::Class_Name()
568 konec 1.2 {
569 akalinow 1.18 return "TrackObj";
570 konec 1.2 }
571    
572     //______________________________________________________________________________
573 akalinow 1.18 const char *TrackObj::ImplFileName()
574 konec 1.2 {
575 akalinow 1.18 return ::ROOT::GenerateInitInstanceLocal((const ::TrackObj*)0x0)->GetImplFileName();
576 konec 1.2 }
577    
578     //______________________________________________________________________________
579 akalinow 1.18 int TrackObj::ImplFileLine()
580 konec 1.2 {
581 akalinow 1.18 return ::ROOT::GenerateInitInstanceLocal((const ::TrackObj*)0x0)->GetImplFileLine();
582 konec 1.2 }
583    
584     //______________________________________________________________________________
585 akalinow 1.18 void TrackObj::Dictionary()
586 konec 1.2 {
587 akalinow 1.18 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TrackObj*)0x0)->GetClass();
588 konec 1.2 }
589    
590     //______________________________________________________________________________
591 akalinow 1.18 TClass *TrackObj::Class()
592 konec 1.2 {
593 akalinow 1.18 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TrackObj*)0x0)->GetClass();
594 konec 1.2 return fgIsA;
595     }
596    
597     //______________________________________________________________________________
598 akalinow 1.18 TClass *MuonObj::fgIsA = 0; // static to hold class pointer
599 konec 1.1
600     //______________________________________________________________________________
601 akalinow 1.18 const char *MuonObj::Class_Name()
602 konec 1.1 {
603 akalinow 1.18 return "MuonObj";
604 konec 1.1 }
605    
606     //______________________________________________________________________________
607 akalinow 1.18 const char *MuonObj::ImplFileName()
608 konec 1.1 {
609 akalinow 1.18 return ::ROOT::GenerateInitInstanceLocal((const ::MuonObj*)0x0)->GetImplFileName();
610 konec 1.1 }
611    
612     //______________________________________________________________________________
613 akalinow 1.18 int MuonObj::ImplFileLine()
614 konec 1.1 {
615 akalinow 1.18 return ::ROOT::GenerateInitInstanceLocal((const ::MuonObj*)0x0)->GetImplFileLine();
616 konec 1.1 }
617    
618     //______________________________________________________________________________
619 akalinow 1.18 void MuonObj::Dictionary()
620 konec 1.1 {
621 akalinow 1.18 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::MuonObj*)0x0)->GetClass();
622 konec 1.1 }
623    
624     //______________________________________________________________________________
625 akalinow 1.18 TClass *MuonObj::Class()
626 konec 1.1 {
627 akalinow 1.18 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::MuonObj*)0x0)->GetClass();
628 konec 1.1 return fgIsA;
629     }
630    
631     //______________________________________________________________________________
632     TClass *L1ObjColl::fgIsA = 0; // static to hold class pointer
633    
634     //______________________________________________________________________________
635     const char *L1ObjColl::Class_Name()
636     {
637     return "L1ObjColl";
638     }
639    
640     //______________________________________________________________________________
641     const char *L1ObjColl::ImplFileName()
642     {
643     return ::ROOT::GenerateInitInstanceLocal((const ::L1ObjColl*)0x0)->GetImplFileName();
644     }
645    
646     //______________________________________________________________________________
647     int L1ObjColl::ImplFileLine()
648     {
649     return ::ROOT::GenerateInitInstanceLocal((const ::L1ObjColl*)0x0)->GetImplFileLine();
650     }
651    
652     //______________________________________________________________________________
653     void L1ObjColl::Dictionary()
654     {
655     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::L1ObjColl*)0x0)->GetClass();
656     }
657    
658     //______________________________________________________________________________
659     TClass *L1ObjColl::Class()
660     {
661     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::L1ObjColl*)0x0)->GetClass();
662     return fgIsA;
663     }
664    
665     //______________________________________________________________________________
666 konec 1.7 TClass *SynchroCountsObj::fgIsA = 0; // static to hold class pointer
667    
668     //______________________________________________________________________________
669     const char *SynchroCountsObj::Class_Name()
670     {
671     return "SynchroCountsObj";
672     }
673    
674     //______________________________________________________________________________
675     const char *SynchroCountsObj::ImplFileName()
676     {
677     return ::ROOT::GenerateInitInstanceLocal((const ::SynchroCountsObj*)0x0)->GetImplFileName();
678     }
679    
680     //______________________________________________________________________________
681     int SynchroCountsObj::ImplFileLine()
682     {
683     return ::ROOT::GenerateInitInstanceLocal((const ::SynchroCountsObj*)0x0)->GetImplFileLine();
684     }
685    
686     //______________________________________________________________________________
687     void SynchroCountsObj::Dictionary()
688     {
689     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::SynchroCountsObj*)0x0)->GetClass();
690     }
691    
692     //______________________________________________________________________________
693     TClass *SynchroCountsObj::Class()
694     {
695     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::SynchroCountsObj*)0x0)->GetClass();
696     return fgIsA;
697     }
698    
699     //______________________________________________________________________________
700     TClass *SynchroCountsObjVect::fgIsA = 0; // static to hold class pointer
701    
702     //______________________________________________________________________________
703     const char *SynchroCountsObjVect::Class_Name()
704     {
705     return "SynchroCountsObjVect";
706     }
707    
708     //______________________________________________________________________________
709     const char *SynchroCountsObjVect::ImplFileName()
710     {
711     return ::ROOT::GenerateInitInstanceLocal((const ::SynchroCountsObjVect*)0x0)->GetImplFileName();
712     }
713    
714     //______________________________________________________________________________
715     int SynchroCountsObjVect::ImplFileLine()
716     {
717     return ::ROOT::GenerateInitInstanceLocal((const ::SynchroCountsObjVect*)0x0)->GetImplFileLine();
718     }
719    
720     //______________________________________________________________________________
721     void SynchroCountsObjVect::Dictionary()
722     {
723     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::SynchroCountsObjVect*)0x0)->GetClass();
724     }
725    
726     //______________________________________________________________________________
727     TClass *SynchroCountsObjVect::Class()
728     {
729     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::SynchroCountsObjVect*)0x0)->GetClass();
730     return fgIsA;
731     }
732    
733     //______________________________________________________________________________
734 konec 1.9 TClass *DetCluDigiObj::fgIsA = 0; // static to hold class pointer
735    
736     //______________________________________________________________________________
737     const char *DetCluDigiObj::Class_Name()
738     {
739     return "DetCluDigiObj";
740     }
741    
742     //______________________________________________________________________________
743     const char *DetCluDigiObj::ImplFileName()
744     {
745     return ::ROOT::GenerateInitInstanceLocal((const ::DetCluDigiObj*)0x0)->GetImplFileName();
746     }
747    
748     //______________________________________________________________________________
749     int DetCluDigiObj::ImplFileLine()
750     {
751     return ::ROOT::GenerateInitInstanceLocal((const ::DetCluDigiObj*)0x0)->GetImplFileLine();
752     }
753    
754     //______________________________________________________________________________
755     void DetCluDigiObj::Dictionary()
756     {
757     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::DetCluDigiObj*)0x0)->GetClass();
758     }
759    
760     //______________________________________________________________________________
761     TClass *DetCluDigiObj::Class()
762     {
763     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::DetCluDigiObj*)0x0)->GetClass();
764     return fgIsA;
765     }
766    
767     //______________________________________________________________________________
768     TClass *DetCluDigiObjVect::fgIsA = 0; // static to hold class pointer
769    
770     //______________________________________________________________________________
771     const char *DetCluDigiObjVect::Class_Name()
772     {
773     return "DetCluDigiObjVect";
774     }
775    
776     //______________________________________________________________________________
777     const char *DetCluDigiObjVect::ImplFileName()
778     {
779     return ::ROOT::GenerateInitInstanceLocal((const ::DetCluDigiObjVect*)0x0)->GetImplFileName();
780     }
781    
782     //______________________________________________________________________________
783     int DetCluDigiObjVect::ImplFileLine()
784     {
785     return ::ROOT::GenerateInitInstanceLocal((const ::DetCluDigiObjVect*)0x0)->GetImplFileLine();
786     }
787    
788     //______________________________________________________________________________
789     void DetCluDigiObjVect::Dictionary()
790     {
791     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::DetCluDigiObjVect*)0x0)->GetClass();
792     }
793    
794     //______________________________________________________________________________
795     TClass *DetCluDigiObjVect::Class()
796     {
797     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::DetCluDigiObjVect*)0x0)->GetClass();
798     return fgIsA;
799     }
800    
801     //______________________________________________________________________________
802 konec 1.8 TClass *TriggerMenuResultObj::fgIsA = 0; // static to hold class pointer
803    
804     //______________________________________________________________________________
805     const char *TriggerMenuResultObj::Class_Name()
806     {
807     return "TriggerMenuResultObj";
808     }
809    
810     //______________________________________________________________________________
811     const char *TriggerMenuResultObj::ImplFileName()
812     {
813     return ::ROOT::GenerateInitInstanceLocal((const ::TriggerMenuResultObj*)0x0)->GetImplFileName();
814     }
815    
816     //______________________________________________________________________________
817     int TriggerMenuResultObj::ImplFileLine()
818     {
819     return ::ROOT::GenerateInitInstanceLocal((const ::TriggerMenuResultObj*)0x0)->GetImplFileLine();
820     }
821    
822     //______________________________________________________________________________
823     void TriggerMenuResultObj::Dictionary()
824     {
825     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TriggerMenuResultObj*)0x0)->GetClass();
826     }
827    
828     //______________________________________________________________________________
829     TClass *TriggerMenuResultObj::Class()
830     {
831     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TriggerMenuResultObj*)0x0)->GetClass();
832     return fgIsA;
833     }
834    
835     //______________________________________________________________________________
836 konec 1.17 TClass *HitSpecObj::fgIsA = 0; // static to hold class pointer
837    
838     //______________________________________________________________________________
839     const char *HitSpecObj::Class_Name()
840     {
841     return "HitSpecObj";
842     }
843    
844     //______________________________________________________________________________
845     const char *HitSpecObj::ImplFileName()
846     {
847     return ::ROOT::GenerateInitInstanceLocal((const ::HitSpecObj*)0x0)->GetImplFileName();
848     }
849    
850     //______________________________________________________________________________
851     int HitSpecObj::ImplFileLine()
852     {
853     return ::ROOT::GenerateInitInstanceLocal((const ::HitSpecObj*)0x0)->GetImplFileLine();
854     }
855    
856     //______________________________________________________________________________
857     void HitSpecObj::Dictionary()
858     {
859     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::HitSpecObj*)0x0)->GetClass();
860     }
861    
862     //______________________________________________________________________________
863     TClass *HitSpecObj::Class()
864     {
865     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::HitSpecObj*)0x0)->GetClass();
866     return fgIsA;
867     }
868    
869     //______________________________________________________________________________
870 konec 1.1 void EventObj::Streamer(TBuffer &R__b)
871     {
872     // Stream an object of class EventObj.
873    
874     UInt_t R__s, R__c;
875     if (R__b.IsReading()) {
876     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
877     TObject::Streamer(R__b);
878     R__b >> bx;
879     R__b >> id;
880     R__b >> lumi;
881     R__b >> run;
882     R__b >> time;
883     R__b >> orbit;
884     R__b.CheckByteCount(R__s, R__c, EventObj::IsA());
885     } else {
886     R__c = R__b.WriteVersion(EventObj::IsA(), kTRUE);
887     TObject::Streamer(R__b);
888     R__b << bx;
889     R__b << id;
890     R__b << lumi;
891     R__b << run;
892     R__b << time;
893     R__b << orbit;
894     R__b.SetByteCount(R__c, kTRUE);
895     }
896     }
897    
898     //______________________________________________________________________________
899 konec 1.4 void EventObj::ShowMembers(TMemberInspector &R__insp)
900 konec 1.1 {
901     // Inspect the data members of an object of class EventObj.
902     TClass *R__cl = ::EventObj::IsA();
903 konec 1.4 if (R__cl || R__insp.IsA()) { }
904     R__insp.Inspect(R__cl, R__insp.GetParent(), "bx", &bx);
905     R__insp.Inspect(R__cl, R__insp.GetParent(), "id", &id);
906     R__insp.Inspect(R__cl, R__insp.GetParent(), "lumi", &lumi);
907     R__insp.Inspect(R__cl, R__insp.GetParent(), "run", &run);
908     R__insp.Inspect(R__cl, R__insp.GetParent(), "time", &time);
909     R__insp.Inspect(R__cl, R__insp.GetParent(), "orbit", &orbit);
910     TObject::ShowMembers(R__insp);
911 konec 1.1 }
912    
913     namespace ROOT {
914     // Wrappers around operator new
915     static void *new_EventObj(void *p) {
916     return p ? new(p) ::EventObj : new ::EventObj;
917     }
918     static void *newArray_EventObj(Long_t nElements, void *p) {
919     return p ? new(p) ::EventObj[nElements] : new ::EventObj[nElements];
920     }
921     // Wrapper around operator delete
922     static void delete_EventObj(void *p) {
923     delete ((::EventObj*)p);
924     }
925     static void deleteArray_EventObj(void *p) {
926     delete [] ((::EventObj*)p);
927     }
928     static void destruct_EventObj(void *p) {
929     typedef ::EventObj current_t;
930     ((current_t*)p)->~current_t();
931     }
932 cwiok 1.6 // Wrapper around a custom streamer member function.
933     static void streamer_EventObj(TBuffer &buf, void *obj) {
934     ((::EventObj*)obj)->::EventObj::Streamer(buf);
935     }
936 konec 1.1 } // end of namespace ROOT for class ::EventObj
937    
938     //______________________________________________________________________________
939 akalinow 1.18 void EventData::Streamer(TBuffer &R__b)
940     {
941     // Stream an object of class EventData.
942    
943     UInt_t R__s, R__c;
944     if (R__b.IsReading()) {
945     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
946     TObject::Streamer(R__b);
947     R__b >> weight;
948     R__b >> pt;
949     R__b >> eta;
950     R__b >> phi;
951     R__b >> phiHit;
952     R__b >> etaHit;
953     R__b >> charge;
954     {
955     vector<L1Obj> &R__stl = l1ObjectsOtf;
956     R__stl.clear();
957     int R__i, R__n;
958     R__b >> R__n;
959     R__stl.reserve(R__n);
960     for (R__i = 0; R__i < R__n; R__i++) {
961     L1Obj R__t;
962     R__t.Streamer(R__b);
963     R__stl.push_back(R__t);
964     }
965     }
966     {
967     vector<L1Obj> &R__stl = l1ObjectsGmt;
968     R__stl.clear();
969     int R__i, R__n;
970     R__b >> R__n;
971     R__stl.reserve(R__n);
972     for (R__i = 0; R__i < R__n; R__i++) {
973     L1Obj R__t;
974     R__t.Streamer(R__b);
975     R__stl.push_back(R__t);
976     }
977     }
978     R__b.CheckByteCount(R__s, R__c, EventData::IsA());
979     } else {
980     R__c = R__b.WriteVersion(EventData::IsA(), kTRUE);
981     TObject::Streamer(R__b);
982     R__b << weight;
983     R__b << pt;
984     R__b << eta;
985     R__b << phi;
986     R__b << phiHit;
987     R__b << etaHit;
988     R__b << charge;
989     {
990     vector<L1Obj> &R__stl = l1ObjectsOtf;
991     int R__n=(&R__stl) ? int(R__stl.size()) : 0;
992     R__b << R__n;
993     if(R__n) {
994     vector<L1Obj>::iterator R__k;
995     for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
996     ((L1Obj&)(*R__k)).Streamer(R__b);
997     }
998     }
999     }
1000     {
1001     vector<L1Obj> &R__stl = l1ObjectsGmt;
1002     int R__n=(&R__stl) ? int(R__stl.size()) : 0;
1003     R__b << R__n;
1004     if(R__n) {
1005     vector<L1Obj>::iterator R__k;
1006     for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
1007     ((L1Obj&)(*R__k)).Streamer(R__b);
1008     }
1009     }
1010     }
1011     R__b.SetByteCount(R__c, kTRUE);
1012     }
1013     }
1014    
1015     //______________________________________________________________________________
1016     void EventData::ShowMembers(TMemberInspector &R__insp)
1017     {
1018     // Inspect the data members of an object of class EventData.
1019     TClass *R__cl = ::EventData::IsA();
1020     if (R__cl || R__insp.IsA()) { }
1021     R__insp.Inspect(R__cl, R__insp.GetParent(), "weight", &weight);
1022     R__insp.Inspect(R__cl, R__insp.GetParent(), "pt", &pt);
1023     R__insp.Inspect(R__cl, R__insp.GetParent(), "eta", &eta);
1024     R__insp.Inspect(R__cl, R__insp.GetParent(), "phi", &phi);
1025     R__insp.Inspect(R__cl, R__insp.GetParent(), "phiHit", &phiHit);
1026     R__insp.Inspect(R__cl, R__insp.GetParent(), "etaHit", &etaHit);
1027     R__insp.Inspect(R__cl, R__insp.GetParent(), "charge", &charge);
1028     R__insp.Inspect(R__cl, R__insp.GetParent(), "l1ObjectsOtf", (void*)&l1ObjectsOtf);
1029     R__insp.InspectMember("vector<L1Obj>", (void*)&l1ObjectsOtf, "l1ObjectsOtf.", false);
1030     R__insp.Inspect(R__cl, R__insp.GetParent(), "l1ObjectsGmt", (void*)&l1ObjectsGmt);
1031     R__insp.InspectMember("vector<L1Obj>", (void*)&l1ObjectsGmt, "l1ObjectsGmt.", false);
1032     TObject::ShowMembers(R__insp);
1033     }
1034    
1035     namespace ROOT {
1036     // Wrappers around operator new
1037     static void *new_EventData(void *p) {
1038     return p ? new(p) ::EventData : new ::EventData;
1039     }
1040     static void *newArray_EventData(Long_t nElements, void *p) {
1041     return p ? new(p) ::EventData[nElements] : new ::EventData[nElements];
1042     }
1043     // Wrapper around operator delete
1044     static void delete_EventData(void *p) {
1045     delete ((::EventData*)p);
1046     }
1047     static void deleteArray_EventData(void *p) {
1048     delete [] ((::EventData*)p);
1049     }
1050     static void destruct_EventData(void *p) {
1051     typedef ::EventData current_t;
1052     ((current_t*)p)->~current_t();
1053     }
1054     // Wrapper around a custom streamer member function.
1055     static void streamer_EventData(TBuffer &buf, void *obj) {
1056     ((::EventData*)obj)->::EventData::Streamer(buf);
1057     }
1058     } // end of namespace ROOT for class ::EventData
1059    
1060     //______________________________________________________________________________
1061 konec 1.2 void TrackObj::Streamer(TBuffer &R__b)
1062     {
1063     // Stream an object of class TrackObj.
1064    
1065     UInt_t R__s, R__c;
1066     if (R__b.IsReading()) {
1067     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
1068     TObject::Streamer(R__b);
1069     R__b >> thePt;
1070     R__b >> theEta;
1071     R__b >> thePhi;
1072 konec 1.3 R__b >> theCharge;
1073 konec 1.2 R__b.CheckByteCount(R__s, R__c, TrackObj::IsA());
1074     } else {
1075     R__c = R__b.WriteVersion(TrackObj::IsA(), kTRUE);
1076     TObject::Streamer(R__b);
1077     R__b << thePt;
1078     R__b << theEta;
1079     R__b << thePhi;
1080 konec 1.3 R__b << theCharge;
1081 konec 1.2 R__b.SetByteCount(R__c, kTRUE);
1082     }
1083     }
1084    
1085     //______________________________________________________________________________
1086 konec 1.4 void TrackObj::ShowMembers(TMemberInspector &R__insp)
1087 konec 1.2 {
1088     // Inspect the data members of an object of class TrackObj.
1089     TClass *R__cl = ::TrackObj::IsA();
1090 konec 1.4 if (R__cl || R__insp.IsA()) { }
1091     R__insp.Inspect(R__cl, R__insp.GetParent(), "thePt", &thePt);
1092     R__insp.Inspect(R__cl, R__insp.GetParent(), "theEta", &theEta);
1093     R__insp.Inspect(R__cl, R__insp.GetParent(), "thePhi", &thePhi);
1094     R__insp.Inspect(R__cl, R__insp.GetParent(), "theCharge", &theCharge);
1095     TObject::ShowMembers(R__insp);
1096 konec 1.2 }
1097    
1098     namespace ROOT {
1099     // Wrappers around operator new
1100     static void *new_TrackObj(void *p) {
1101     return p ? new(p) ::TrackObj : new ::TrackObj;
1102     }
1103     static void *newArray_TrackObj(Long_t nElements, void *p) {
1104     return p ? new(p) ::TrackObj[nElements] : new ::TrackObj[nElements];
1105     }
1106     // Wrapper around operator delete
1107     static void delete_TrackObj(void *p) {
1108     delete ((::TrackObj*)p);
1109     }
1110     static void deleteArray_TrackObj(void *p) {
1111     delete [] ((::TrackObj*)p);
1112     }
1113     static void destruct_TrackObj(void *p) {
1114     typedef ::TrackObj current_t;
1115     ((current_t*)p)->~current_t();
1116     }
1117 cwiok 1.6 // Wrapper around a custom streamer member function.
1118     static void streamer_TrackObj(TBuffer &buf, void *obj) {
1119     ((::TrackObj*)obj)->::TrackObj::Streamer(buf);
1120     }
1121 konec 1.2 } // end of namespace ROOT for class ::TrackObj
1122    
1123     //______________________________________________________________________________
1124     void MuonObj::Streamer(TBuffer &R__b)
1125     {
1126     // Stream an object of class MuonObj.
1127    
1128     UInt_t R__s, R__c;
1129     if (R__b.IsReading()) {
1130     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
1131     TrackObj::Streamer(R__b);
1132 konec 1.7 R__b >> nRPCHits;
1133     R__b >> nDTHits;
1134     R__b >> nCSCHits;
1135     R__b >> nTrackerHits;
1136     R__b >> nMatchedStations;
1137 konec 1.14 R__b >> isUnique;
1138     R__b >> nAllMuons;
1139 konec 1.2 R__b >> theMuonBits;
1140     R__b.CheckByteCount(R__s, R__c, MuonObj::IsA());
1141     } else {
1142     R__c = R__b.WriteVersion(MuonObj::IsA(), kTRUE);
1143     TrackObj::Streamer(R__b);
1144 konec 1.7 R__b << nRPCHits;
1145     R__b << nDTHits;
1146     R__b << nCSCHits;
1147     R__b << nTrackerHits;
1148     R__b << nMatchedStations;
1149 konec 1.14 R__b << isUnique;
1150     R__b << nAllMuons;
1151 konec 1.2 R__b << theMuonBits;
1152     R__b.SetByteCount(R__c, kTRUE);
1153     }
1154     }
1155    
1156     //______________________________________________________________________________
1157 konec 1.4 void MuonObj::ShowMembers(TMemberInspector &R__insp)
1158 konec 1.2 {
1159     // Inspect the data members of an object of class MuonObj.
1160     TClass *R__cl = ::MuonObj::IsA();
1161 konec 1.4 if (R__cl || R__insp.IsA()) { }
1162 konec 1.7 R__insp.Inspect(R__cl, R__insp.GetParent(), "nRPCHits", &nRPCHits);
1163     R__insp.Inspect(R__cl, R__insp.GetParent(), "nDTHits", &nDTHits);
1164     R__insp.Inspect(R__cl, R__insp.GetParent(), "nCSCHits", &nCSCHits);
1165     R__insp.Inspect(R__cl, R__insp.GetParent(), "nTrackerHits", &nTrackerHits);
1166     R__insp.Inspect(R__cl, R__insp.GetParent(), "nMatchedStations", &nMatchedStations);
1167 konec 1.14 R__insp.Inspect(R__cl, R__insp.GetParent(), "isUnique", &isUnique);
1168     R__insp.Inspect(R__cl, R__insp.GetParent(), "nAllMuons", &nAllMuons);
1169 konec 1.4 R__insp.Inspect(R__cl, R__insp.GetParent(), "theMuonBits", &theMuonBits);
1170     TrackObj::ShowMembers(R__insp);
1171 konec 1.2 }
1172    
1173     namespace ROOT {
1174     // Wrappers around operator new
1175     static void *new_MuonObj(void *p) {
1176     return p ? new(p) ::MuonObj : new ::MuonObj;
1177     }
1178     static void *newArray_MuonObj(Long_t nElements, void *p) {
1179     return p ? new(p) ::MuonObj[nElements] : new ::MuonObj[nElements];
1180     }
1181     // Wrapper around operator delete
1182     static void delete_MuonObj(void *p) {
1183     delete ((::MuonObj*)p);
1184     }
1185     static void deleteArray_MuonObj(void *p) {
1186     delete [] ((::MuonObj*)p);
1187     }
1188     static void destruct_MuonObj(void *p) {
1189     typedef ::MuonObj current_t;
1190     ((current_t*)p)->~current_t();
1191     }
1192 cwiok 1.6 // Wrapper around a custom streamer member function.
1193     static void streamer_MuonObj(TBuffer &buf, void *obj) {
1194     ((::MuonObj*)obj)->::MuonObj::Streamer(buf);
1195     }
1196 konec 1.2 } // end of namespace ROOT for class ::MuonObj
1197    
1198     //______________________________________________________________________________
1199 konec 1.1 void L1Obj::Streamer(TBuffer &R__b)
1200     {
1201     // Stream an object of class L1Obj.
1202    
1203     UInt_t R__s, R__c;
1204     if (R__b.IsReading()) {
1205     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
1206     TObject::Streamer(R__b);
1207     R__b >> pt;
1208     R__b >> eta;
1209     R__b >> phi;
1210     R__b >> bx;
1211     R__b >> q;
1212 akalinow 1.18 R__b >> charge;
1213 konec 1.9 void *ptr_type = (void*)&type;
1214     R__b >> *reinterpret_cast<Int_t*>(ptr_type);
1215 konec 1.1 R__b.CheckByteCount(R__s, R__c, L1Obj::IsA());
1216     } else {
1217     R__c = R__b.WriteVersion(L1Obj::IsA(), kTRUE);
1218     TObject::Streamer(R__b);
1219     R__b << pt;
1220     R__b << eta;
1221     R__b << phi;
1222     R__b << bx;
1223     R__b << q;
1224 akalinow 1.18 R__b << charge;
1225 konec 1.9 R__b << (Int_t)type;
1226 konec 1.1 R__b.SetByteCount(R__c, kTRUE);
1227     }
1228     }
1229    
1230     //______________________________________________________________________________
1231 konec 1.4 void L1Obj::ShowMembers(TMemberInspector &R__insp)
1232 konec 1.1 {
1233     // Inspect the data members of an object of class L1Obj.
1234     TClass *R__cl = ::L1Obj::IsA();
1235 konec 1.4 if (R__cl || R__insp.IsA()) { }
1236     R__insp.Inspect(R__cl, R__insp.GetParent(), "pt", &pt);
1237     R__insp.Inspect(R__cl, R__insp.GetParent(), "eta", &eta);
1238     R__insp.Inspect(R__cl, R__insp.GetParent(), "phi", &phi);
1239     R__insp.Inspect(R__cl, R__insp.GetParent(), "bx", &bx);
1240     R__insp.Inspect(R__cl, R__insp.GetParent(), "q", &q);
1241 akalinow 1.18 R__insp.Inspect(R__cl, R__insp.GetParent(), "charge", &charge);
1242 konec 1.9 R__insp.Inspect(R__cl, R__insp.GetParent(), "type", &type);
1243 konec 1.4 TObject::ShowMembers(R__insp);
1244 konec 1.1 }
1245    
1246     namespace ROOT {
1247     // Wrappers around operator new
1248     static void *new_L1Obj(void *p) {
1249     return p ? new(p) ::L1Obj : new ::L1Obj;
1250     }
1251     static void *newArray_L1Obj(Long_t nElements, void *p) {
1252     return p ? new(p) ::L1Obj[nElements] : new ::L1Obj[nElements];
1253     }
1254     // Wrapper around operator delete
1255     static void delete_L1Obj(void *p) {
1256     delete ((::L1Obj*)p);
1257     }
1258     static void deleteArray_L1Obj(void *p) {
1259     delete [] ((::L1Obj*)p);
1260     }
1261     static void destruct_L1Obj(void *p) {
1262     typedef ::L1Obj current_t;
1263     ((current_t*)p)->~current_t();
1264     }
1265 cwiok 1.6 // Wrapper around a custom streamer member function.
1266     static void streamer_L1Obj(TBuffer &buf, void *obj) {
1267     ((::L1Obj*)obj)->::L1Obj::Streamer(buf);
1268     }
1269 konec 1.1 } // end of namespace ROOT for class ::L1Obj
1270    
1271     //______________________________________________________________________________
1272     void L1ObjColl::Streamer(TBuffer &R__b)
1273     {
1274     // Stream an object of class L1ObjColl.
1275    
1276     UInt_t R__s, R__c;
1277     if (R__b.IsReading()) {
1278     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
1279     TObject::Streamer(R__b);
1280     {
1281     vector<L1Obj> &R__stl = theL1Obj;
1282     R__stl.clear();
1283     int R__i, R__n;
1284     R__b >> R__n;
1285     R__stl.reserve(R__n);
1286     for (R__i = 0; R__i < R__n; R__i++) {
1287     L1Obj R__t;
1288     R__t.Streamer(R__b);
1289     R__stl.push_back(R__t);
1290     }
1291     }
1292     {
1293     vector<bool> &R__stl = theL1Matching;
1294     R__stl.clear();
1295     int R__i, R__n;
1296     R__b >> R__n;
1297     R__stl.reserve(R__n);
1298     for (R__i = 0; R__i < R__n; R__i++) {
1299     bool R__t;
1300     R__b >> R__t;
1301     R__stl.push_back(R__t);
1302     }
1303     }
1304 konec 1.10 {
1305     vector<double> &R__stl = theDeltaR;
1306     R__stl.clear();
1307     int R__i, R__n;
1308     R__b >> R__n;
1309     R__stl.reserve(R__n);
1310     for (R__i = 0; R__i < R__n; R__i++) {
1311     double R__t;
1312     R__b >> R__t;
1313     R__stl.push_back(R__t);
1314     }
1315     }
1316 konec 1.1 R__b.CheckByteCount(R__s, R__c, L1ObjColl::IsA());
1317     } else {
1318     R__c = R__b.WriteVersion(L1ObjColl::IsA(), kTRUE);
1319     TObject::Streamer(R__b);
1320     {
1321     vector<L1Obj> &R__stl = theL1Obj;
1322     int R__n=(&R__stl) ? int(R__stl.size()) : 0;
1323     R__b << R__n;
1324     if(R__n) {
1325     vector<L1Obj>::iterator R__k;
1326     for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
1327     ((L1Obj&)(*R__k)).Streamer(R__b);
1328     }
1329     }
1330     }
1331     {
1332     vector<bool> &R__stl = theL1Matching;
1333     int R__n=(&R__stl) ? int(R__stl.size()) : 0;
1334     R__b << R__n;
1335     if(R__n) {
1336     vector<bool>::iterator R__k;
1337     for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
1338     R__b << (*R__k);
1339     }
1340     }
1341     }
1342 konec 1.10 {
1343     vector<double> &R__stl = theDeltaR;
1344     int R__n=(&R__stl) ? int(R__stl.size()) : 0;
1345     R__b << R__n;
1346     if(R__n) {
1347     vector<double>::iterator R__k;
1348     for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
1349     R__b << (*R__k);
1350     }
1351     }
1352     }
1353 konec 1.1 R__b.SetByteCount(R__c, kTRUE);
1354     }
1355     }
1356    
1357     //______________________________________________________________________________
1358 konec 1.4 void L1ObjColl::ShowMembers(TMemberInspector &R__insp)
1359 konec 1.1 {
1360     // Inspect the data members of an object of class L1ObjColl.
1361     TClass *R__cl = ::L1ObjColl::IsA();
1362 konec 1.4 if (R__cl || R__insp.IsA()) { }
1363     R__insp.Inspect(R__cl, R__insp.GetParent(), "theL1Obj", (void*)&theL1Obj);
1364     R__insp.InspectMember("vector<L1Obj>", (void*)&theL1Obj, "theL1Obj.", false);
1365     R__insp.Inspect(R__cl, R__insp.GetParent(), "theL1Matching", (void*)&theL1Matching);
1366     R__insp.InspectMember("vector<bool>", (void*)&theL1Matching, "theL1Matching.", false);
1367 konec 1.10 R__insp.Inspect(R__cl, R__insp.GetParent(), "theDeltaR", (void*)&theDeltaR);
1368     R__insp.InspectMember("vector<double>", (void*)&theDeltaR, "theDeltaR.", false);
1369 konec 1.4 TObject::ShowMembers(R__insp);
1370 konec 1.1 }
1371    
1372     namespace ROOT {
1373     // Wrappers around operator new
1374     static void *new_L1ObjColl(void *p) {
1375     return p ? new(p) ::L1ObjColl : new ::L1ObjColl;
1376     }
1377     static void *newArray_L1ObjColl(Long_t nElements, void *p) {
1378     return p ? new(p) ::L1ObjColl[nElements] : new ::L1ObjColl[nElements];
1379     }
1380     // Wrapper around operator delete
1381     static void delete_L1ObjColl(void *p) {
1382     delete ((::L1ObjColl*)p);
1383     }
1384     static void deleteArray_L1ObjColl(void *p) {
1385     delete [] ((::L1ObjColl*)p);
1386     }
1387     static void destruct_L1ObjColl(void *p) {
1388     typedef ::L1ObjColl current_t;
1389     ((current_t*)p)->~current_t();
1390     }
1391 cwiok 1.6 // Wrapper around a custom streamer member function.
1392     static void streamer_L1ObjColl(TBuffer &buf, void *obj) {
1393     ((::L1ObjColl*)obj)->::L1ObjColl::Streamer(buf);
1394     }
1395 konec 1.1 } // end of namespace ROOT for class ::L1ObjColl
1396    
1397 konec 1.7 //______________________________________________________________________________
1398     void SynchroCountsObj::Streamer(TBuffer &R__b)
1399     {
1400     // Stream an object of class SynchroCountsObj.
1401    
1402     UInt_t R__s, R__c;
1403     if (R__b.IsReading()) {
1404     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
1405     TObject::Streamer(R__b);
1406     R__b >> dccId;
1407     R__b >> dccInputChannelNum;
1408     R__b >> tbLinkInputNum;
1409     R__b >> lbNumInLink;
1410     R__b >> bx;
1411     R__b.CheckByteCount(R__s, R__c, SynchroCountsObj::IsA());
1412     } else {
1413     R__c = R__b.WriteVersion(SynchroCountsObj::IsA(), kTRUE);
1414     TObject::Streamer(R__b);
1415     R__b << dccId;
1416     R__b << dccInputChannelNum;
1417     R__b << tbLinkInputNum;
1418     R__b << lbNumInLink;
1419     R__b << bx;
1420     R__b.SetByteCount(R__c, kTRUE);
1421     }
1422     }
1423    
1424     //______________________________________________________________________________
1425     void SynchroCountsObj::ShowMembers(TMemberInspector &R__insp)
1426     {
1427     // Inspect the data members of an object of class SynchroCountsObj.
1428     TClass *R__cl = ::SynchroCountsObj::IsA();
1429     if (R__cl || R__insp.IsA()) { }
1430     R__insp.Inspect(R__cl, R__insp.GetParent(), "dccId", &dccId);
1431     R__insp.Inspect(R__cl, R__insp.GetParent(), "dccInputChannelNum", &dccInputChannelNum);
1432     R__insp.Inspect(R__cl, R__insp.GetParent(), "tbLinkInputNum", &tbLinkInputNum);
1433     R__insp.Inspect(R__cl, R__insp.GetParent(), "lbNumInLink", &lbNumInLink);
1434     R__insp.Inspect(R__cl, R__insp.GetParent(), "bx", &bx);
1435     TObject::ShowMembers(R__insp);
1436     }
1437    
1438     namespace ROOT {
1439     // Wrappers around operator new
1440     static void *new_SynchroCountsObj(void *p) {
1441     return p ? new(p) ::SynchroCountsObj : new ::SynchroCountsObj;
1442     }
1443     static void *newArray_SynchroCountsObj(Long_t nElements, void *p) {
1444     return p ? new(p) ::SynchroCountsObj[nElements] : new ::SynchroCountsObj[nElements];
1445     }
1446     // Wrapper around operator delete
1447     static void delete_SynchroCountsObj(void *p) {
1448     delete ((::SynchroCountsObj*)p);
1449     }
1450     static void deleteArray_SynchroCountsObj(void *p) {
1451     delete [] ((::SynchroCountsObj*)p);
1452     }
1453     static void destruct_SynchroCountsObj(void *p) {
1454     typedef ::SynchroCountsObj current_t;
1455     ((current_t*)p)->~current_t();
1456     }
1457     // Wrapper around a custom streamer member function.
1458     static void streamer_SynchroCountsObj(TBuffer &buf, void *obj) {
1459     ((::SynchroCountsObj*)obj)->::SynchroCountsObj::Streamer(buf);
1460     }
1461     } // end of namespace ROOT for class ::SynchroCountsObj
1462    
1463     //______________________________________________________________________________
1464     void SynchroCountsObjVect::Streamer(TBuffer &R__b)
1465     {
1466     // Stream an object of class SynchroCountsObjVect.
1467    
1468     UInt_t R__s, R__c;
1469     if (R__b.IsReading()) {
1470     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
1471     TObject::Streamer(R__b);
1472     {
1473     vector<SynchroCountsObj> &R__stl = data;
1474     R__stl.clear();
1475     int R__i, R__n;
1476     R__b >> R__n;
1477     R__stl.reserve(R__n);
1478     for (R__i = 0; R__i < R__n; R__i++) {
1479     SynchroCountsObj R__t;
1480     R__t.Streamer(R__b);
1481     R__stl.push_back(R__t);
1482     }
1483     }
1484     R__b.CheckByteCount(R__s, R__c, SynchroCountsObjVect::IsA());
1485     } else {
1486     R__c = R__b.WriteVersion(SynchroCountsObjVect::IsA(), kTRUE);
1487     TObject::Streamer(R__b);
1488     {
1489     vector<SynchroCountsObj> &R__stl = data;
1490     int R__n=(&R__stl) ? int(R__stl.size()) : 0;
1491     R__b << R__n;
1492     if(R__n) {
1493     vector<SynchroCountsObj>::iterator R__k;
1494     for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
1495     ((SynchroCountsObj&)(*R__k)).Streamer(R__b);
1496     }
1497     }
1498     }
1499     R__b.SetByteCount(R__c, kTRUE);
1500     }
1501     }
1502    
1503     //______________________________________________________________________________
1504     void SynchroCountsObjVect::ShowMembers(TMemberInspector &R__insp)
1505     {
1506     // Inspect the data members of an object of class SynchroCountsObjVect.
1507     TClass *R__cl = ::SynchroCountsObjVect::IsA();
1508     if (R__cl || R__insp.IsA()) { }
1509     R__insp.Inspect(R__cl, R__insp.GetParent(), "data", (void*)&data);
1510     R__insp.InspectMember("vector<SynchroCountsObj>", (void*)&data, "data.", false);
1511     TObject::ShowMembers(R__insp);
1512     }
1513    
1514     namespace ROOT {
1515     // Wrappers around operator new
1516     static void *new_SynchroCountsObjVect(void *p) {
1517     return p ? new(p) ::SynchroCountsObjVect : new ::SynchroCountsObjVect;
1518     }
1519     static void *newArray_SynchroCountsObjVect(Long_t nElements, void *p) {
1520     return p ? new(p) ::SynchroCountsObjVect[nElements] : new ::SynchroCountsObjVect[nElements];
1521     }
1522     // Wrapper around operator delete
1523     static void delete_SynchroCountsObjVect(void *p) {
1524     delete ((::SynchroCountsObjVect*)p);
1525     }
1526     static void deleteArray_SynchroCountsObjVect(void *p) {
1527     delete [] ((::SynchroCountsObjVect*)p);
1528     }
1529     static void destruct_SynchroCountsObjVect(void *p) {
1530     typedef ::SynchroCountsObjVect current_t;
1531     ((current_t*)p)->~current_t();
1532     }
1533     // Wrapper around a custom streamer member function.
1534     static void streamer_SynchroCountsObjVect(TBuffer &buf, void *obj) {
1535     ((::SynchroCountsObjVect*)obj)->::SynchroCountsObjVect::Streamer(buf);
1536     }
1537     } // end of namespace ROOT for class ::SynchroCountsObjVect
1538    
1539 konec 1.8 //______________________________________________________________________________
1540 konec 1.9 void DetCluDigiObj::Streamer(TBuffer &R__b)
1541     {
1542     // Stream an object of class DetCluDigiObj.
1543    
1544     UInt_t R__s, R__c;
1545     if (R__b.IsReading()) {
1546     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
1547     TObject::Streamer(R__b);
1548     R__b >> det;
1549     R__b >> clusterSize;
1550     R__b >> nDigis;
1551     R__b.CheckByteCount(R__s, R__c, DetCluDigiObj::IsA());
1552     } else {
1553     R__c = R__b.WriteVersion(DetCluDigiObj::IsA(), kTRUE);
1554     TObject::Streamer(R__b);
1555     R__b << det;
1556     R__b << clusterSize;
1557     R__b << nDigis;
1558     R__b.SetByteCount(R__c, kTRUE);
1559     }
1560     }
1561    
1562     //______________________________________________________________________________
1563     void DetCluDigiObj::ShowMembers(TMemberInspector &R__insp)
1564     {
1565     // Inspect the data members of an object of class DetCluDigiObj.
1566     TClass *R__cl = ::DetCluDigiObj::IsA();
1567     if (R__cl || R__insp.IsA()) { }
1568     R__insp.Inspect(R__cl, R__insp.GetParent(), "det", &det);
1569     R__insp.Inspect(R__cl, R__insp.GetParent(), "clusterSize", &clusterSize);
1570     R__insp.Inspect(R__cl, R__insp.GetParent(), "nDigis", &nDigis);
1571     TObject::ShowMembers(R__insp);
1572     }
1573    
1574     namespace ROOT {
1575     // Wrappers around operator new
1576     static void *new_DetCluDigiObj(void *p) {
1577     return p ? new(p) ::DetCluDigiObj : new ::DetCluDigiObj;
1578     }
1579     static void *newArray_DetCluDigiObj(Long_t nElements, void *p) {
1580     return p ? new(p) ::DetCluDigiObj[nElements] : new ::DetCluDigiObj[nElements];
1581     }
1582     // Wrapper around operator delete
1583     static void delete_DetCluDigiObj(void *p) {
1584     delete ((::DetCluDigiObj*)p);
1585     }
1586     static void deleteArray_DetCluDigiObj(void *p) {
1587     delete [] ((::DetCluDigiObj*)p);
1588     }
1589     static void destruct_DetCluDigiObj(void *p) {
1590     typedef ::DetCluDigiObj current_t;
1591     ((current_t*)p)->~current_t();
1592     }
1593     // Wrapper around a custom streamer member function.
1594     static void streamer_DetCluDigiObj(TBuffer &buf, void *obj) {
1595     ((::DetCluDigiObj*)obj)->::DetCluDigiObj::Streamer(buf);
1596     }
1597     } // end of namespace ROOT for class ::DetCluDigiObj
1598    
1599     //______________________________________________________________________________
1600     void DetCluDigiObjVect::Streamer(TBuffer &R__b)
1601     {
1602     // Stream an object of class DetCluDigiObjVect.
1603    
1604     UInt_t R__s, R__c;
1605     if (R__b.IsReading()) {
1606     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
1607     TObject::Streamer(R__b);
1608     {
1609     vector<DetCluDigiObj> &R__stl = data;
1610     R__stl.clear();
1611     int R__i, R__n;
1612     R__b >> R__n;
1613     R__stl.reserve(R__n);
1614     for (R__i = 0; R__i < R__n; R__i++) {
1615     DetCluDigiObj R__t;
1616     R__t.Streamer(R__b);
1617     R__stl.push_back(R__t);
1618     }
1619     }
1620     R__b.CheckByteCount(R__s, R__c, DetCluDigiObjVect::IsA());
1621     } else {
1622     R__c = R__b.WriteVersion(DetCluDigiObjVect::IsA(), kTRUE);
1623     TObject::Streamer(R__b);
1624     {
1625     vector<DetCluDigiObj> &R__stl = data;
1626     int R__n=(&R__stl) ? int(R__stl.size()) : 0;
1627     R__b << R__n;
1628     if(R__n) {
1629     vector<DetCluDigiObj>::iterator R__k;
1630     for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
1631     ((DetCluDigiObj&)(*R__k)).Streamer(R__b);
1632     }
1633     }
1634     }
1635     R__b.SetByteCount(R__c, kTRUE);
1636     }
1637     }
1638    
1639     //______________________________________________________________________________
1640     void DetCluDigiObjVect::ShowMembers(TMemberInspector &R__insp)
1641     {
1642     // Inspect the data members of an object of class DetCluDigiObjVect.
1643     TClass *R__cl = ::DetCluDigiObjVect::IsA();
1644     if (R__cl || R__insp.IsA()) { }
1645     R__insp.Inspect(R__cl, R__insp.GetParent(), "data", (void*)&data);
1646     R__insp.InspectMember("vector<DetCluDigiObj>", (void*)&data, "data.", false);
1647     TObject::ShowMembers(R__insp);
1648     }
1649    
1650     namespace ROOT {
1651     // Wrappers around operator new
1652     static void *new_DetCluDigiObjVect(void *p) {
1653     return p ? new(p) ::DetCluDigiObjVect : new ::DetCluDigiObjVect;
1654     }
1655     static void *newArray_DetCluDigiObjVect(Long_t nElements, void *p) {
1656     return p ? new(p) ::DetCluDigiObjVect[nElements] : new ::DetCluDigiObjVect[nElements];
1657     }
1658     // Wrapper around operator delete
1659     static void delete_DetCluDigiObjVect(void *p) {
1660     delete ((::DetCluDigiObjVect*)p);
1661     }
1662     static void deleteArray_DetCluDigiObjVect(void *p) {
1663     delete [] ((::DetCluDigiObjVect*)p);
1664     }
1665     static void destruct_DetCluDigiObjVect(void *p) {
1666     typedef ::DetCluDigiObjVect current_t;
1667     ((current_t*)p)->~current_t();
1668     }
1669     // Wrapper around a custom streamer member function.
1670     static void streamer_DetCluDigiObjVect(TBuffer &buf, void *obj) {
1671     ((::DetCluDigiObjVect*)obj)->::DetCluDigiObjVect::Streamer(buf);
1672     }
1673     } // end of namespace ROOT for class ::DetCluDigiObjVect
1674    
1675     //______________________________________________________________________________
1676 konec 1.8 void TriggerMenuResultObj::Streamer(TBuffer &R__b)
1677     {
1678     // Stream an object of class TriggerMenuResultObj.
1679    
1680     UInt_t R__s, R__c;
1681     if (R__b.IsReading()) {
1682     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
1683     TObject::Streamer(R__b);
1684     {
1685     vector<std::string> &R__stl = names;
1686     R__stl.clear();
1687     int R__i, R__n;
1688     R__b >> R__n;
1689     R__stl.reserve(R__n);
1690     for (R__i = 0; R__i < R__n; R__i++) {
1691     string R__t;
1692     {TString R__str;
1693     R__str.Streamer(R__b);
1694     R__t = R__str.Data();}
1695     R__stl.push_back(R__t);
1696     }
1697     }
1698     {
1699     vector<unsigned int> &R__stl = firedAlgos;
1700     R__stl.clear();
1701     int R__i, R__n;
1702     R__b >> R__n;
1703     R__stl.reserve(R__n);
1704     for (R__i = 0; R__i < R__n; R__i++) {
1705     unsigned int R__t;
1706     R__b >> R__t;
1707     R__stl.push_back(R__t);
1708     }
1709     }
1710     R__b.CheckByteCount(R__s, R__c, TriggerMenuResultObj::IsA());
1711     } else {
1712     R__c = R__b.WriteVersion(TriggerMenuResultObj::IsA(), kTRUE);
1713     TObject::Streamer(R__b);
1714     {
1715     vector<std::string> &R__stl = names;
1716     int R__n=(&R__stl) ? int(R__stl.size()) : 0;
1717     R__b << R__n;
1718     if(R__n) {
1719     vector<std::string>::iterator R__k;
1720     for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
1721     {TString R__str((*R__k).c_str());
1722     R__str.Streamer(R__b);};
1723     }
1724     }
1725     }
1726     {
1727     vector<unsigned int> &R__stl = firedAlgos;
1728     int R__n=(&R__stl) ? int(R__stl.size()) : 0;
1729     R__b << R__n;
1730     if(R__n) {
1731     vector<unsigned int>::iterator R__k;
1732     for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
1733     R__b << (*R__k);
1734     }
1735     }
1736     }
1737     R__b.SetByteCount(R__c, kTRUE);
1738     }
1739     }
1740    
1741     //______________________________________________________________________________
1742     void TriggerMenuResultObj::ShowMembers(TMemberInspector &R__insp)
1743     {
1744     // Inspect the data members of an object of class TriggerMenuResultObj.
1745     TClass *R__cl = ::TriggerMenuResultObj::IsA();
1746     if (R__cl || R__insp.IsA()) { }
1747     R__insp.Inspect(R__cl, R__insp.GetParent(), "names", (void*)&names);
1748     R__insp.InspectMember("vector<std::string>", (void*)&names, "names.", false);
1749     R__insp.Inspect(R__cl, R__insp.GetParent(), "firedAlgos", (void*)&firedAlgos);
1750     R__insp.InspectMember("vector<unsigned int>", (void*)&firedAlgos, "firedAlgos.", false);
1751     TObject::ShowMembers(R__insp);
1752     }
1753    
1754     namespace ROOT {
1755     // Wrappers around operator new
1756     static void *new_TriggerMenuResultObj(void *p) {
1757     return p ? new(p) ::TriggerMenuResultObj : new ::TriggerMenuResultObj;
1758     }
1759     static void *newArray_TriggerMenuResultObj(Long_t nElements, void *p) {
1760     return p ? new(p) ::TriggerMenuResultObj[nElements] : new ::TriggerMenuResultObj[nElements];
1761     }
1762     // Wrapper around operator delete
1763     static void delete_TriggerMenuResultObj(void *p) {
1764     delete ((::TriggerMenuResultObj*)p);
1765     }
1766     static void deleteArray_TriggerMenuResultObj(void *p) {
1767     delete [] ((::TriggerMenuResultObj*)p);
1768     }
1769     static void destruct_TriggerMenuResultObj(void *p) {
1770     typedef ::TriggerMenuResultObj current_t;
1771     ((current_t*)p)->~current_t();
1772     }
1773     // Wrapper around a custom streamer member function.
1774     static void streamer_TriggerMenuResultObj(TBuffer &buf, void *obj) {
1775     ((::TriggerMenuResultObj*)obj)->::TriggerMenuResultObj::Streamer(buf);
1776     }
1777     } // end of namespace ROOT for class ::TriggerMenuResultObj
1778    
1779 konec 1.17 //______________________________________________________________________________
1780     void HitSpecObj::Streamer(TBuffer &R__b)
1781     {
1782     // Stream an object of class HitSpecObj.
1783    
1784     UInt_t R__s, R__c;
1785     if (R__b.IsReading()) {
1786     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
1787     TObject::Streamer(R__b);
1788     R__b >> theRawId;
1789     R__b >> pos_x;
1790     R__b >> pos_y;
1791     R__b >> pos_z;
1792     R__b >> mom_x;
1793     R__b >> mom_y;
1794     R__b >> mom_z;
1795     R__b.CheckByteCount(R__s, R__c, HitSpecObj::IsA());
1796     } else {
1797     R__c = R__b.WriteVersion(HitSpecObj::IsA(), kTRUE);
1798     TObject::Streamer(R__b);
1799     R__b << theRawId;
1800     R__b << pos_x;
1801     R__b << pos_y;
1802     R__b << pos_z;
1803     R__b << mom_x;
1804     R__b << mom_y;
1805     R__b << mom_z;
1806     R__b.SetByteCount(R__c, kTRUE);
1807     }
1808     }
1809    
1810     //______________________________________________________________________________
1811     void HitSpecObj::ShowMembers(TMemberInspector &R__insp)
1812     {
1813     // Inspect the data members of an object of class HitSpecObj.
1814     TClass *R__cl = ::HitSpecObj::IsA();
1815     if (R__cl || R__insp.IsA()) { }
1816     R__insp.Inspect(R__cl, R__insp.GetParent(), "theRawId", &theRawId);
1817     R__insp.Inspect(R__cl, R__insp.GetParent(), "pos_x", &pos_x);
1818     R__insp.Inspect(R__cl, R__insp.GetParent(), "pos_y", &pos_y);
1819     R__insp.Inspect(R__cl, R__insp.GetParent(), "pos_z", &pos_z);
1820     R__insp.Inspect(R__cl, R__insp.GetParent(), "mom_x", &mom_x);
1821     R__insp.Inspect(R__cl, R__insp.GetParent(), "mom_y", &mom_y);
1822     R__insp.Inspect(R__cl, R__insp.GetParent(), "mom_z", &mom_z);
1823     TObject::ShowMembers(R__insp);
1824     }
1825    
1826     namespace ROOT {
1827     // Wrappers around operator new
1828     static void *new_HitSpecObj(void *p) {
1829     return p ? new(p) ::HitSpecObj : new ::HitSpecObj;
1830     }
1831     static void *newArray_HitSpecObj(Long_t nElements, void *p) {
1832     return p ? new(p) ::HitSpecObj[nElements] : new ::HitSpecObj[nElements];
1833     }
1834     // Wrapper around operator delete
1835     static void delete_HitSpecObj(void *p) {
1836     delete ((::HitSpecObj*)p);
1837     }
1838     static void deleteArray_HitSpecObj(void *p) {
1839     delete [] ((::HitSpecObj*)p);
1840     }
1841     static void destruct_HitSpecObj(void *p) {
1842     typedef ::HitSpecObj current_t;
1843     ((current_t*)p)->~current_t();
1844     }
1845     // Wrapper around a custom streamer member function.
1846     static void streamer_HitSpecObj(TBuffer &buf, void *obj) {
1847     ((::HitSpecObj*)obj)->::HitSpecObj::Streamer(buf);
1848     }
1849     } // end of namespace ROOT for class ::HitSpecObj
1850    
1851 konec 1.1 namespace ROOT {
1852 konec 1.9 void vectorlEDetCluDigiObjgR_ShowMembers(void *obj, TMemberInspector &R__insp);
1853     static void vectorlEDetCluDigiObjgR_Dictionary();
1854     static void *new_vectorlEDetCluDigiObjgR(void *p = 0);
1855     static void *newArray_vectorlEDetCluDigiObjgR(Long_t size, void *p);
1856     static void delete_vectorlEDetCluDigiObjgR(void *p);
1857     static void deleteArray_vectorlEDetCluDigiObjgR(void *p);
1858     static void destruct_vectorlEDetCluDigiObjgR(void *p);
1859    
1860     // Function generating the singleton type initializer
1861     static TGenericClassInfo *GenerateInitInstanceLocal(const vector<DetCluDigiObj>*)
1862     {
1863     vector<DetCluDigiObj> *ptr = 0;
1864     static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<DetCluDigiObj>),0);
1865     static ::ROOT::TGenericClassInfo
1866 akalinow 1.18 instance("vector<DetCluDigiObj>", -2, "/opt/cms/slc5_amd64_gcc472/lcg/root/5.34.07/cint/cint/lib/prec_stl/vector", 49,
1867 konec 1.9 typeid(vector<DetCluDigiObj>), DefineBehavior(ptr, ptr),
1868     0, &vectorlEDetCluDigiObjgR_Dictionary, isa_proxy, 0,
1869     sizeof(vector<DetCluDigiObj>) );
1870     instance.SetNew(&new_vectorlEDetCluDigiObjgR);
1871     instance.SetNewArray(&newArray_vectorlEDetCluDigiObjgR);
1872     instance.SetDelete(&delete_vectorlEDetCluDigiObjgR);
1873     instance.SetDeleteArray(&deleteArray_vectorlEDetCluDigiObjgR);
1874     instance.SetDestructor(&destruct_vectorlEDetCluDigiObjgR);
1875     instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<DetCluDigiObj> >()));
1876     return &instance;
1877     }
1878     // Static variable to force the class initialization
1879     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<DetCluDigiObj>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
1880    
1881     // Dictionary for non-ClassDef classes
1882     static void vectorlEDetCluDigiObjgR_Dictionary() {
1883     ::ROOT::GenerateInitInstanceLocal((const vector<DetCluDigiObj>*)0x0)->GetClass();
1884     }
1885    
1886     } // end of namespace ROOT
1887    
1888     namespace ROOT {
1889     // Wrappers around operator new
1890     static void *new_vectorlEDetCluDigiObjgR(void *p) {
1891     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<DetCluDigiObj> : new vector<DetCluDigiObj>;
1892     }
1893     static void *newArray_vectorlEDetCluDigiObjgR(Long_t nElements, void *p) {
1894     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<DetCluDigiObj>[nElements] : new vector<DetCluDigiObj>[nElements];
1895     }
1896     // Wrapper around operator delete
1897     static void delete_vectorlEDetCluDigiObjgR(void *p) {
1898     delete ((vector<DetCluDigiObj>*)p);
1899     }
1900     static void deleteArray_vectorlEDetCluDigiObjgR(void *p) {
1901     delete [] ((vector<DetCluDigiObj>*)p);
1902     }
1903     static void destruct_vectorlEDetCluDigiObjgR(void *p) {
1904     typedef vector<DetCluDigiObj> current_t;
1905     ((current_t*)p)->~current_t();
1906     }
1907     } // end of namespace ROOT for class vector<DetCluDigiObj>
1908    
1909     namespace ROOT {
1910 konec 1.4 void vectorlEL1ObjgR_ShowMembers(void *obj, TMemberInspector &R__insp);
1911 konec 1.1 static void vectorlEL1ObjgR_Dictionary();
1912     static void *new_vectorlEL1ObjgR(void *p = 0);
1913     static void *newArray_vectorlEL1ObjgR(Long_t size, void *p);
1914     static void delete_vectorlEL1ObjgR(void *p);
1915     static void deleteArray_vectorlEL1ObjgR(void *p);
1916     static void destruct_vectorlEL1ObjgR(void *p);
1917    
1918     // Function generating the singleton type initializer
1919     static TGenericClassInfo *GenerateInitInstanceLocal(const vector<L1Obj>*)
1920     {
1921     vector<L1Obj> *ptr = 0;
1922     static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<L1Obj>),0);
1923     static ::ROOT::TGenericClassInfo
1924 akalinow 1.18 instance("vector<L1Obj>", -2, "/opt/cms/slc5_amd64_gcc472/lcg/root/5.34.07/cint/cint/lib/prec_stl/vector", 49,
1925 konec 1.1 typeid(vector<L1Obj>), DefineBehavior(ptr, ptr),
1926     0, &vectorlEL1ObjgR_Dictionary, isa_proxy, 0,
1927     sizeof(vector<L1Obj>) );
1928     instance.SetNew(&new_vectorlEL1ObjgR);
1929     instance.SetNewArray(&newArray_vectorlEL1ObjgR);
1930     instance.SetDelete(&delete_vectorlEL1ObjgR);
1931     instance.SetDeleteArray(&deleteArray_vectorlEL1ObjgR);
1932     instance.SetDestructor(&destruct_vectorlEL1ObjgR);
1933     instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<L1Obj> >()));
1934     return &instance;
1935     }
1936     // Static variable to force the class initialization
1937     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<L1Obj>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
1938    
1939     // Dictionary for non-ClassDef classes
1940     static void vectorlEL1ObjgR_Dictionary() {
1941     ::ROOT::GenerateInitInstanceLocal((const vector<L1Obj>*)0x0)->GetClass();
1942     }
1943    
1944     } // end of namespace ROOT
1945    
1946     namespace ROOT {
1947     // Wrappers around operator new
1948     static void *new_vectorlEL1ObjgR(void *p) {
1949     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<L1Obj> : new vector<L1Obj>;
1950     }
1951     static void *newArray_vectorlEL1ObjgR(Long_t nElements, void *p) {
1952     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<L1Obj>[nElements] : new vector<L1Obj>[nElements];
1953     }
1954     // Wrapper around operator delete
1955     static void delete_vectorlEL1ObjgR(void *p) {
1956     delete ((vector<L1Obj>*)p);
1957     }
1958     static void deleteArray_vectorlEL1ObjgR(void *p) {
1959     delete [] ((vector<L1Obj>*)p);
1960     }
1961     static void destruct_vectorlEL1ObjgR(void *p) {
1962     typedef vector<L1Obj> current_t;
1963     ((current_t*)p)->~current_t();
1964     }
1965     } // end of namespace ROOT for class vector<L1Obj>
1966    
1967     namespace ROOT {
1968 konec 1.7 void vectorlESynchroCountsObjgR_ShowMembers(void *obj, TMemberInspector &R__insp);
1969     static void vectorlESynchroCountsObjgR_Dictionary();
1970     static void *new_vectorlESynchroCountsObjgR(void *p = 0);
1971     static void *newArray_vectorlESynchroCountsObjgR(Long_t size, void *p);
1972     static void delete_vectorlESynchroCountsObjgR(void *p);
1973     static void deleteArray_vectorlESynchroCountsObjgR(void *p);
1974     static void destruct_vectorlESynchroCountsObjgR(void *p);
1975    
1976     // Function generating the singleton type initializer
1977     static TGenericClassInfo *GenerateInitInstanceLocal(const vector<SynchroCountsObj>*)
1978     {
1979     vector<SynchroCountsObj> *ptr = 0;
1980     static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<SynchroCountsObj>),0);
1981     static ::ROOT::TGenericClassInfo
1982 akalinow 1.18 instance("vector<SynchroCountsObj>", -2, "/opt/cms/slc5_amd64_gcc472/lcg/root/5.34.07/cint/cint/lib/prec_stl/vector", 49,
1983 konec 1.7 typeid(vector<SynchroCountsObj>), DefineBehavior(ptr, ptr),
1984     0, &vectorlESynchroCountsObjgR_Dictionary, isa_proxy, 0,
1985     sizeof(vector<SynchroCountsObj>) );
1986     instance.SetNew(&new_vectorlESynchroCountsObjgR);
1987     instance.SetNewArray(&newArray_vectorlESynchroCountsObjgR);
1988     instance.SetDelete(&delete_vectorlESynchroCountsObjgR);
1989     instance.SetDeleteArray(&deleteArray_vectorlESynchroCountsObjgR);
1990     instance.SetDestructor(&destruct_vectorlESynchroCountsObjgR);
1991     instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<SynchroCountsObj> >()));
1992     return &instance;
1993     }
1994     // Static variable to force the class initialization
1995     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<SynchroCountsObj>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
1996    
1997     // Dictionary for non-ClassDef classes
1998     static void vectorlESynchroCountsObjgR_Dictionary() {
1999     ::ROOT::GenerateInitInstanceLocal((const vector<SynchroCountsObj>*)0x0)->GetClass();
2000     }
2001    
2002     } // end of namespace ROOT
2003    
2004     namespace ROOT {
2005     // Wrappers around operator new
2006     static void *new_vectorlESynchroCountsObjgR(void *p) {
2007     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<SynchroCountsObj> : new vector<SynchroCountsObj>;
2008     }
2009     static void *newArray_vectorlESynchroCountsObjgR(Long_t nElements, void *p) {
2010     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<SynchroCountsObj>[nElements] : new vector<SynchroCountsObj>[nElements];
2011     }
2012     // Wrapper around operator delete
2013     static void delete_vectorlESynchroCountsObjgR(void *p) {
2014     delete ((vector<SynchroCountsObj>*)p);
2015     }
2016     static void deleteArray_vectorlESynchroCountsObjgR(void *p) {
2017     delete [] ((vector<SynchroCountsObj>*)p);
2018     }
2019     static void destruct_vectorlESynchroCountsObjgR(void *p) {
2020     typedef vector<SynchroCountsObj> current_t;
2021     ((current_t*)p)->~current_t();
2022     }
2023     } // end of namespace ROOT for class vector<SynchroCountsObj>
2024    
2025     namespace ROOT {
2026 konec 1.4 void vectorlEboolgR_ShowMembers(void *obj, TMemberInspector &R__insp);
2027 konec 1.1 static void vectorlEboolgR_Dictionary();
2028     static void *new_vectorlEboolgR(void *p = 0);
2029     static void *newArray_vectorlEboolgR(Long_t size, void *p);
2030     static void delete_vectorlEboolgR(void *p);
2031     static void deleteArray_vectorlEboolgR(void *p);
2032     static void destruct_vectorlEboolgR(void *p);
2033    
2034     // Function generating the singleton type initializer
2035     static TGenericClassInfo *GenerateInitInstanceLocal(const vector<bool>*)
2036     {
2037     vector<bool> *ptr = 0;
2038     static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<bool>),0);
2039     static ::ROOT::TGenericClassInfo
2040     instance("vector<bool>", -2, "vectorbool.dll", 0,
2041     typeid(vector<bool>), DefineBehavior(ptr, ptr),
2042     0, &vectorlEboolgR_Dictionary, isa_proxy, 0,
2043     sizeof(vector<bool>) );
2044     instance.SetNew(&new_vectorlEboolgR);
2045     instance.SetNewArray(&newArray_vectorlEboolgR);
2046     instance.SetDelete(&delete_vectorlEboolgR);
2047     instance.SetDeleteArray(&deleteArray_vectorlEboolgR);
2048     instance.SetDestructor(&destruct_vectorlEboolgR);
2049     instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<bool> >()));
2050     return &instance;
2051     }
2052     // Static variable to force the class initialization
2053     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<bool>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
2054    
2055     // Dictionary for non-ClassDef classes
2056     static void vectorlEboolgR_Dictionary() {
2057     ::ROOT::GenerateInitInstanceLocal((const vector<bool>*)0x0)->GetClass();
2058     }
2059    
2060     } // end of namespace ROOT
2061    
2062     namespace ROOT {
2063     // Wrappers around operator new
2064     static void *new_vectorlEboolgR(void *p) {
2065     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<bool> : new vector<bool>;
2066     }
2067     static void *newArray_vectorlEboolgR(Long_t nElements, void *p) {
2068     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<bool>[nElements] : new vector<bool>[nElements];
2069     }
2070     // Wrapper around operator delete
2071     static void delete_vectorlEboolgR(void *p) {
2072     delete ((vector<bool>*)p);
2073     }
2074     static void deleteArray_vectorlEboolgR(void *p) {
2075     delete [] ((vector<bool>*)p);
2076     }
2077     static void destruct_vectorlEboolgR(void *p) {
2078     typedef vector<bool> current_t;
2079     ((current_t*)p)->~current_t();
2080     }
2081     } // end of namespace ROOT for class vector<bool>
2082    
2083 konec 1.8 namespace ROOT {
2084 konec 1.10 void vectorlEdoublegR_ShowMembers(void *obj, TMemberInspector &R__insp);
2085     static void vectorlEdoublegR_Dictionary();
2086     static void *new_vectorlEdoublegR(void *p = 0);
2087     static void *newArray_vectorlEdoublegR(Long_t size, void *p);
2088     static void delete_vectorlEdoublegR(void *p);
2089     static void deleteArray_vectorlEdoublegR(void *p);
2090     static void destruct_vectorlEdoublegR(void *p);
2091    
2092     // Function generating the singleton type initializer
2093     static TGenericClassInfo *GenerateInitInstanceLocal(const vector<double>*)
2094     {
2095     vector<double> *ptr = 0;
2096     static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<double>),0);
2097     static ::ROOT::TGenericClassInfo
2098     instance("vector<double>", -2, "vector.dll", 0,
2099     typeid(vector<double>), DefineBehavior(ptr, ptr),
2100     0, &vectorlEdoublegR_Dictionary, isa_proxy, 0,
2101     sizeof(vector<double>) );
2102     instance.SetNew(&new_vectorlEdoublegR);
2103     instance.SetNewArray(&newArray_vectorlEdoublegR);
2104     instance.SetDelete(&delete_vectorlEdoublegR);
2105     instance.SetDeleteArray(&deleteArray_vectorlEdoublegR);
2106     instance.SetDestructor(&destruct_vectorlEdoublegR);
2107     instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<double> >()));
2108     return &instance;
2109     }
2110     // Static variable to force the class initialization
2111     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<double>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
2112    
2113     // Dictionary for non-ClassDef classes
2114     static void vectorlEdoublegR_Dictionary() {
2115     ::ROOT::GenerateInitInstanceLocal((const vector<double>*)0x0)->GetClass();
2116     }
2117    
2118     } // end of namespace ROOT
2119    
2120     namespace ROOT {
2121     // Wrappers around operator new
2122     static void *new_vectorlEdoublegR(void *p) {
2123     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<double> : new vector<double>;
2124     }
2125     static void *newArray_vectorlEdoublegR(Long_t nElements, void *p) {
2126     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<double>[nElements] : new vector<double>[nElements];
2127     }
2128     // Wrapper around operator delete
2129     static void delete_vectorlEdoublegR(void *p) {
2130     delete ((vector<double>*)p);
2131     }
2132     static void deleteArray_vectorlEdoublegR(void *p) {
2133     delete [] ((vector<double>*)p);
2134     }
2135     static void destruct_vectorlEdoublegR(void *p) {
2136     typedef vector<double> current_t;
2137     ((current_t*)p)->~current_t();
2138     }
2139     } // end of namespace ROOT for class vector<double>
2140    
2141     namespace ROOT {
2142 konec 1.8 void vectorlEstringgR_ShowMembers(void *obj, TMemberInspector &R__insp);
2143     static void vectorlEstringgR_Dictionary();
2144     static void *new_vectorlEstringgR(void *p = 0);
2145     static void *newArray_vectorlEstringgR(Long_t size, void *p);
2146     static void delete_vectorlEstringgR(void *p);
2147     static void deleteArray_vectorlEstringgR(void *p);
2148     static void destruct_vectorlEstringgR(void *p);
2149    
2150     // Function generating the singleton type initializer
2151     static TGenericClassInfo *GenerateInitInstanceLocal(const vector<string>*)
2152     {
2153     vector<string> *ptr = 0;
2154     static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<string>),0);
2155     static ::ROOT::TGenericClassInfo
2156 akalinow 1.18 instance("vector<string>", -2, "/opt/cms/slc5_amd64_gcc472/lcg/root/5.34.07/cint/cint/lib/prec_stl/vector", 49,
2157 konec 1.8 typeid(vector<string>), DefineBehavior(ptr, ptr),
2158     0, &vectorlEstringgR_Dictionary, isa_proxy, 0,
2159     sizeof(vector<string>) );
2160     instance.SetNew(&new_vectorlEstringgR);
2161     instance.SetNewArray(&newArray_vectorlEstringgR);
2162     instance.SetDelete(&delete_vectorlEstringgR);
2163     instance.SetDeleteArray(&deleteArray_vectorlEstringgR);
2164     instance.SetDestructor(&destruct_vectorlEstringgR);
2165     instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<string> >()));
2166     return &instance;
2167     }
2168     // Static variable to force the class initialization
2169     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<string>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
2170    
2171     // Dictionary for non-ClassDef classes
2172     static void vectorlEstringgR_Dictionary() {
2173     ::ROOT::GenerateInitInstanceLocal((const vector<string>*)0x0)->GetClass();
2174     }
2175    
2176     } // end of namespace ROOT
2177    
2178     namespace ROOT {
2179     // Wrappers around operator new
2180     static void *new_vectorlEstringgR(void *p) {
2181     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<string> : new vector<string>;
2182     }
2183     static void *newArray_vectorlEstringgR(Long_t nElements, void *p) {
2184     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<string>[nElements] : new vector<string>[nElements];
2185     }
2186     // Wrapper around operator delete
2187     static void delete_vectorlEstringgR(void *p) {
2188     delete ((vector<string>*)p);
2189     }
2190     static void deleteArray_vectorlEstringgR(void *p) {
2191     delete [] ((vector<string>*)p);
2192     }
2193     static void destruct_vectorlEstringgR(void *p) {
2194     typedef vector<string> current_t;
2195     ((current_t*)p)->~current_t();
2196     }
2197     } // end of namespace ROOT for class vector<string>
2198    
2199     namespace ROOT {
2200     void vectorlEunsignedsPintgR_ShowMembers(void *obj, TMemberInspector &R__insp);
2201     static void vectorlEunsignedsPintgR_Dictionary();
2202     static void *new_vectorlEunsignedsPintgR(void *p = 0);
2203     static void *newArray_vectorlEunsignedsPintgR(Long_t size, void *p);
2204     static void delete_vectorlEunsignedsPintgR(void *p);
2205     static void deleteArray_vectorlEunsignedsPintgR(void *p);
2206     static void destruct_vectorlEunsignedsPintgR(void *p);
2207    
2208     // Function generating the singleton type initializer
2209     static TGenericClassInfo *GenerateInitInstanceLocal(const vector<unsigned int>*)
2210     {
2211     vector<unsigned int> *ptr = 0;
2212     static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<unsigned int>),0);
2213     static ::ROOT::TGenericClassInfo
2214     instance("vector<unsigned int>", -2, "vector.dll", 0,
2215     typeid(vector<unsigned int>), DefineBehavior(ptr, ptr),
2216     0, &vectorlEunsignedsPintgR_Dictionary, isa_proxy, 0,
2217     sizeof(vector<unsigned int>) );
2218     instance.SetNew(&new_vectorlEunsignedsPintgR);
2219     instance.SetNewArray(&newArray_vectorlEunsignedsPintgR);
2220     instance.SetDelete(&delete_vectorlEunsignedsPintgR);
2221     instance.SetDeleteArray(&deleteArray_vectorlEunsignedsPintgR);
2222     instance.SetDestructor(&destruct_vectorlEunsignedsPintgR);
2223     instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<unsigned int> >()));
2224     return &instance;
2225     }
2226     // Static variable to force the class initialization
2227     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<unsigned int>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
2228    
2229     // Dictionary for non-ClassDef classes
2230     static void vectorlEunsignedsPintgR_Dictionary() {
2231     ::ROOT::GenerateInitInstanceLocal((const vector<unsigned int>*)0x0)->GetClass();
2232     }
2233    
2234     } // end of namespace ROOT
2235    
2236     namespace ROOT {
2237     // Wrappers around operator new
2238     static void *new_vectorlEunsignedsPintgR(void *p) {
2239     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<unsigned int> : new vector<unsigned int>;
2240     }
2241     static void *newArray_vectorlEunsignedsPintgR(Long_t nElements, void *p) {
2242     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<unsigned int>[nElements] : new vector<unsigned int>[nElements];
2243     }
2244     // Wrapper around operator delete
2245     static void delete_vectorlEunsignedsPintgR(void *p) {
2246     delete ((vector<unsigned int>*)p);
2247     }
2248     static void deleteArray_vectorlEunsignedsPintgR(void *p) {
2249     delete [] ((vector<unsigned int>*)p);
2250     }
2251     static void destruct_vectorlEunsignedsPintgR(void *p) {
2252     typedef vector<unsigned int> current_t;
2253     ((current_t*)p)->~current_t();
2254     }
2255     } // end of namespace ROOT for class vector<unsigned int>
2256    
2257 konec 1.1 /********************************************************
2258     * rootMAnaDict.cc
2259     * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
2260     * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
2261     * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
2262     ********************************************************/
2263    
2264     #ifdef G__MEMTEST
2265     #undef malloc
2266     #undef free
2267     #endif
2268    
2269 konec 1.4 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
2270 konec 1.1 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
2271     #endif
2272    
2273     extern "C" void G__cpp_reset_tagtablerootMAnaDict();
2274    
2275     extern "C" void G__set_cpp_environmentrootMAnaDict() {
2276     G__cpp_reset_tagtablerootMAnaDict();
2277     }
2278     #include <new>
2279     extern "C" int G__cpp_dllrevrootMAnaDict() { return(30051515); }
2280    
2281     /*********************************************************
2282     * Member function Interface Method
2283     *********************************************************/
2284    
2285     /* EventObj */
2286 konec 1.17 static int G__rootMAnaDict_168_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2287 konec 1.1 {
2288     G__letint(result7, 85, (long) EventObj::Class());
2289     return(1 || funcname || hash || result7 || libp) ;
2290     }
2291    
2292 konec 1.17 static int G__rootMAnaDict_168_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2293 konec 1.1 {
2294     G__letint(result7, 67, (long) EventObj::Class_Name());
2295     return(1 || funcname || hash || result7 || libp) ;
2296     }
2297    
2298 konec 1.17 static int G__rootMAnaDict_168_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2299 konec 1.1 {
2300     G__letint(result7, 115, (long) EventObj::Class_Version());
2301     return(1 || funcname || hash || result7 || libp) ;
2302     }
2303    
2304 konec 1.17 static int G__rootMAnaDict_168_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2305 konec 1.1 {
2306     EventObj::Dictionary();
2307     G__setnull(result7);
2308     return(1 || funcname || hash || result7 || libp) ;
2309     }
2310    
2311 konec 1.17 static int G__rootMAnaDict_168_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2312 konec 1.1 {
2313     ((EventObj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
2314     G__setnull(result7);
2315     return(1 || funcname || hash || result7 || libp) ;
2316     }
2317    
2318 konec 1.17 static int G__rootMAnaDict_168_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2319 konec 1.1 {
2320     G__letint(result7, 67, (long) EventObj::DeclFileName());
2321     return(1 || funcname || hash || result7 || libp) ;
2322     }
2323    
2324 konec 1.17 static int G__rootMAnaDict_168_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2325 konec 1.1 {
2326     G__letint(result7, 105, (long) EventObj::ImplFileLine());
2327     return(1 || funcname || hash || result7 || libp) ;
2328     }
2329    
2330 konec 1.17 static int G__rootMAnaDict_168_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2331 konec 1.1 {
2332     G__letint(result7, 67, (long) EventObj::ImplFileName());
2333     return(1 || funcname || hash || result7 || libp) ;
2334     }
2335    
2336 konec 1.17 static int G__rootMAnaDict_168_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2337 konec 1.1 {
2338     G__letint(result7, 105, (long) EventObj::DeclFileLine());
2339     return(1 || funcname || hash || result7 || libp) ;
2340     }
2341    
2342     // automatic default constructor
2343 konec 1.17 static int G__rootMAnaDict_168_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2344 konec 1.1 {
2345     EventObj *p;
2346     char* gvp = (char*) G__getgvp();
2347     int n = G__getaryconstruct();
2348     if (n) {
2349     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2350     p = new EventObj[n];
2351     } else {
2352     p = new((void*) gvp) EventObj[n];
2353     }
2354     } else {
2355     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2356     p = new EventObj;
2357     } else {
2358     p = new((void*) gvp) EventObj;
2359     }
2360     }
2361     result7->obj.i = (long) p;
2362     result7->ref = (long) p;
2363     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj));
2364     return(1 || funcname || hash || result7 || libp) ;
2365     }
2366    
2367     // automatic copy constructor
2368 konec 1.17 static int G__rootMAnaDict_168_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2369 konec 1.1
2370     {
2371     EventObj* p;
2372     void* tmp = (void*) G__int(libp->para[0]);
2373     p = new EventObj(*(EventObj*) tmp);
2374     result7->obj.i = (long) p;
2375     result7->ref = (long) p;
2376     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj));
2377     return(1 || funcname || hash || result7 || libp) ;
2378     }
2379    
2380     // automatic destructor
2381     typedef EventObj G__TEventObj;
2382 konec 1.17 static int G__rootMAnaDict_168_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2383 konec 1.1 {
2384     char* gvp = (char*) G__getgvp();
2385     long soff = G__getstructoffset();
2386     int n = G__getaryconstruct();
2387     //
2388     //has_a_delete: 1
2389     //has_own_delete1arg: 0
2390     //has_own_delete2arg: 0
2391     //
2392     if (!soff) {
2393     return(1);
2394     }
2395     if (n) {
2396     if (gvp == (char*)G__PVOID) {
2397     delete[] (EventObj*) soff;
2398     } else {
2399     G__setgvp((long) G__PVOID);
2400     for (int i = n - 1; i >= 0; --i) {
2401     ((EventObj*) (soff+(sizeof(EventObj)*i)))->~G__TEventObj();
2402     }
2403     G__setgvp((long)gvp);
2404     }
2405     } else {
2406     if (gvp == (char*)G__PVOID) {
2407     delete (EventObj*) soff;
2408     } else {
2409     G__setgvp((long) G__PVOID);
2410     ((EventObj*) (soff))->~G__TEventObj();
2411     G__setgvp((long)gvp);
2412     }
2413     }
2414     G__setnull(result7);
2415     return(1 || funcname || hash || result7 || libp) ;
2416     }
2417    
2418     // automatic assignment operator
2419 konec 1.17 static int G__rootMAnaDict_168_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2420 konec 1.1 {
2421     EventObj* dest = (EventObj*) G__getstructoffset();
2422     *dest = *(EventObj*) libp->para[0].ref;
2423     const EventObj& obj = *dest;
2424     result7->ref = (long) (&obj);
2425     result7->obj.i = (long) (&obj);
2426     return(1 || funcname || hash || result7 || libp) ;
2427     }
2428    
2429    
2430 akalinow 1.18 /* L1Obj */
2431 konec 1.17 static int G__rootMAnaDict_169_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2432 konec 1.2 {
2433 akalinow 1.18 L1Obj* p = NULL;
2434     char* gvp = (char*) G__getgvp();
2435     int n = G__getaryconstruct();
2436     if (n) {
2437     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2438     p = new L1Obj[n];
2439     } else {
2440     p = new((void*) gvp) L1Obj[n];
2441     }
2442     } else {
2443     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2444     p = new L1Obj;
2445     } else {
2446     p = new((void*) gvp) L1Obj;
2447     }
2448     }
2449     result7->obj.i = (long) p;
2450     result7->ref = (long) p;
2451     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj));
2452     return(1 || funcname || hash || result7 || libp) ;
2453     }
2454    
2455     static int G__rootMAnaDict_169_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2456     {
2457     G__letint(result7, 103, (long) ((const L1Obj*) G__getstructoffset())->isValid());
2458     return(1 || funcname || hash || result7 || libp) ;
2459     }
2460    
2461     static int G__rootMAnaDict_169_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2462     {
2463     G__letint(result7, 85, (long) L1Obj::Class());
2464     return(1 || funcname || hash || result7 || libp) ;
2465     }
2466    
2467     static int G__rootMAnaDict_169_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2468     {
2469     G__letint(result7, 67, (long) L1Obj::Class_Name());
2470     return(1 || funcname || hash || result7 || libp) ;
2471     }
2472    
2473     static int G__rootMAnaDict_169_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2474     {
2475     G__letint(result7, 115, (long) L1Obj::Class_Version());
2476     return(1 || funcname || hash || result7 || libp) ;
2477     }
2478    
2479     static int G__rootMAnaDict_169_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2480     {
2481     L1Obj::Dictionary();
2482     G__setnull(result7);
2483     return(1 || funcname || hash || result7 || libp) ;
2484     }
2485    
2486     static int G__rootMAnaDict_169_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2487     {
2488     ((L1Obj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
2489     G__setnull(result7);
2490     return(1 || funcname || hash || result7 || libp) ;
2491     }
2492    
2493     static int G__rootMAnaDict_169_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2494     {
2495     G__letint(result7, 67, (long) L1Obj::DeclFileName());
2496     return(1 || funcname || hash || result7 || libp) ;
2497     }
2498    
2499     static int G__rootMAnaDict_169_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2500     {
2501     G__letint(result7, 105, (long) L1Obj::ImplFileLine());
2502     return(1 || funcname || hash || result7 || libp) ;
2503     }
2504    
2505     static int G__rootMAnaDict_169_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2506     {
2507     G__letint(result7, 67, (long) L1Obj::ImplFileName());
2508     return(1 || funcname || hash || result7 || libp) ;
2509     }
2510    
2511     static int G__rootMAnaDict_169_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2512     {
2513     G__letint(result7, 105, (long) L1Obj::DeclFileLine());
2514     return(1 || funcname || hash || result7 || libp) ;
2515     }
2516    
2517     // automatic copy constructor
2518     static int G__rootMAnaDict_169_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2519    
2520     {
2521     L1Obj* p;
2522     void* tmp = (void*) G__int(libp->para[0]);
2523     p = new L1Obj(*(L1Obj*) tmp);
2524     result7->obj.i = (long) p;
2525     result7->ref = (long) p;
2526     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj));
2527     return(1 || funcname || hash || result7 || libp) ;
2528     }
2529    
2530     // automatic destructor
2531     typedef L1Obj G__TL1Obj;
2532     static int G__rootMAnaDict_169_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2533     {
2534     char* gvp = (char*) G__getgvp();
2535     long soff = G__getstructoffset();
2536     int n = G__getaryconstruct();
2537     //
2538     //has_a_delete: 1
2539     //has_own_delete1arg: 0
2540     //has_own_delete2arg: 0
2541     //
2542     if (!soff) {
2543     return(1);
2544     }
2545     if (n) {
2546     if (gvp == (char*)G__PVOID) {
2547     delete[] (L1Obj*) soff;
2548     } else {
2549     G__setgvp((long) G__PVOID);
2550     for (int i = n - 1; i >= 0; --i) {
2551     ((L1Obj*) (soff+(sizeof(L1Obj)*i)))->~G__TL1Obj();
2552     }
2553     G__setgvp((long)gvp);
2554     }
2555     } else {
2556     if (gvp == (char*)G__PVOID) {
2557     delete (L1Obj*) soff;
2558     } else {
2559     G__setgvp((long) G__PVOID);
2560     ((L1Obj*) (soff))->~G__TL1Obj();
2561     G__setgvp((long)gvp);
2562     }
2563     }
2564     G__setnull(result7);
2565     return(1 || funcname || hash || result7 || libp) ;
2566     }
2567    
2568     // automatic assignment operator
2569     static int G__rootMAnaDict_169_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2570     {
2571     L1Obj* dest = (L1Obj*) G__getstructoffset();
2572     *dest = *(L1Obj*) libp->para[0].ref;
2573     const L1Obj& obj = *dest;
2574     result7->ref = (long) (&obj);
2575     result7->obj.i = (long) (&obj);
2576     return(1 || funcname || hash || result7 || libp) ;
2577     }
2578    
2579    
2580     /* EventData */
2581     static int G__rootMAnaDict_171_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2582     {
2583     EventData* p = NULL;
2584     char* gvp = (char*) G__getgvp();
2585     int n = G__getaryconstruct();
2586     if (n) {
2587     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2588     p = new EventData[n];
2589     } else {
2590     p = new((void*) gvp) EventData[n];
2591     }
2592     } else {
2593     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2594     p = new EventData;
2595     } else {
2596     p = new((void*) gvp) EventData;
2597     }
2598     }
2599     result7->obj.i = (long) p;
2600     result7->ref = (long) p;
2601     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_EventData));
2602     return(1 || funcname || hash || result7 || libp) ;
2603     }
2604    
2605     static int G__rootMAnaDict_171_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2606     {
2607     ((EventData*) G__getstructoffset())->clear();
2608     G__setnull(result7);
2609     return(1 || funcname || hash || result7 || libp) ;
2610     }
2611    
2612     static int G__rootMAnaDict_171_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2613     {
2614     G__letint(result7, 85, (long) EventData::Class());
2615     return(1 || funcname || hash || result7 || libp) ;
2616     }
2617    
2618     static int G__rootMAnaDict_171_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2619     {
2620     G__letint(result7, 67, (long) EventData::Class_Name());
2621     return(1 || funcname || hash || result7 || libp) ;
2622     }
2623    
2624     static int G__rootMAnaDict_171_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2625     {
2626     G__letint(result7, 115, (long) EventData::Class_Version());
2627     return(1 || funcname || hash || result7 || libp) ;
2628     }
2629    
2630     static int G__rootMAnaDict_171_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2631     {
2632     EventData::Dictionary();
2633     G__setnull(result7);
2634     return(1 || funcname || hash || result7 || libp) ;
2635     }
2636    
2637     static int G__rootMAnaDict_171_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2638     {
2639     ((EventData*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
2640     G__setnull(result7);
2641     return(1 || funcname || hash || result7 || libp) ;
2642     }
2643    
2644     static int G__rootMAnaDict_171_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2645     {
2646     G__letint(result7, 67, (long) EventData::DeclFileName());
2647     return(1 || funcname || hash || result7 || libp) ;
2648     }
2649    
2650     static int G__rootMAnaDict_171_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2651     {
2652     G__letint(result7, 105, (long) EventData::ImplFileLine());
2653     return(1 || funcname || hash || result7 || libp) ;
2654     }
2655    
2656     static int G__rootMAnaDict_171_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2657     {
2658     G__letint(result7, 67, (long) EventData::ImplFileName());
2659     return(1 || funcname || hash || result7 || libp) ;
2660     }
2661    
2662     static int G__rootMAnaDict_171_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2663     {
2664     G__letint(result7, 105, (long) EventData::DeclFileLine());
2665     return(1 || funcname || hash || result7 || libp) ;
2666     }
2667    
2668     // automatic copy constructor
2669     static int G__rootMAnaDict_171_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2670    
2671     {
2672     EventData* p;
2673     void* tmp = (void*) G__int(libp->para[0]);
2674     p = new EventData(*(EventData*) tmp);
2675     result7->obj.i = (long) p;
2676     result7->ref = (long) p;
2677     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_EventData));
2678     return(1 || funcname || hash || result7 || libp) ;
2679     }
2680    
2681     // automatic destructor
2682     typedef EventData G__TEventData;
2683     static int G__rootMAnaDict_171_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2684     {
2685     char* gvp = (char*) G__getgvp();
2686     long soff = G__getstructoffset();
2687     int n = G__getaryconstruct();
2688     //
2689     //has_a_delete: 1
2690     //has_own_delete1arg: 0
2691     //has_own_delete2arg: 0
2692     //
2693     if (!soff) {
2694     return(1);
2695     }
2696     if (n) {
2697     if (gvp == (char*)G__PVOID) {
2698     delete[] (EventData*) soff;
2699     } else {
2700     G__setgvp((long) G__PVOID);
2701     for (int i = n - 1; i >= 0; --i) {
2702     ((EventData*) (soff+(sizeof(EventData)*i)))->~G__TEventData();
2703     }
2704     G__setgvp((long)gvp);
2705     }
2706     } else {
2707     if (gvp == (char*)G__PVOID) {
2708     delete (EventData*) soff;
2709     } else {
2710     G__setgvp((long) G__PVOID);
2711     ((EventData*) (soff))->~G__TEventData();
2712     G__setgvp((long)gvp);
2713     }
2714     }
2715     G__setnull(result7);
2716     return(1 || funcname || hash || result7 || libp) ;
2717     }
2718    
2719     // automatic assignment operator
2720     static int G__rootMAnaDict_171_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2721     {
2722     EventData* dest = (EventData*) G__getstructoffset();
2723     *dest = *(EventData*) libp->para[0].ref;
2724     const EventData& obj = *dest;
2725     result7->ref = (long) (&obj);
2726     result7->obj.i = (long) (&obj);
2727     return(1 || funcname || hash || result7 || libp) ;
2728     }
2729    
2730    
2731     /* TrackObj */
2732     static int G__rootMAnaDict_176_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2733     {
2734 konec 1.2 TrackObj* p = NULL;
2735     char* gvp = (char*) G__getgvp();
2736     switch (libp->paran) {
2737 konec 1.3 case 4:
2738     //m: 4
2739     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2740     p = new TrackObj(
2741     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
2742 konec 1.17 , (float) G__double(libp->para[2]), (int) G__int(libp->para[3]));
2743 konec 1.3 } else {
2744     p = new((void*) gvp) TrackObj(
2745     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
2746 konec 1.17 , (float) G__double(libp->para[2]), (int) G__int(libp->para[3]));
2747 konec 1.3 }
2748     break;
2749 konec 1.2 case 3:
2750     //m: 3
2751     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2752     p = new TrackObj(
2753     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
2754     , (float) G__double(libp->para[2]));
2755     } else {
2756     p = new((void*) gvp) TrackObj(
2757     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
2758     , (float) G__double(libp->para[2]));
2759     }
2760     break;
2761     case 2:
2762     //m: 2
2763     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2764     p = new TrackObj((float) G__double(libp->para[0]), (float) G__double(libp->para[1]));
2765     } else {
2766     p = new((void*) gvp) TrackObj((float) G__double(libp->para[0]), (float) G__double(libp->para[1]));
2767     }
2768     break;
2769     case 1:
2770     //m: 1
2771     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2772     p = new TrackObj((float) G__double(libp->para[0]));
2773     } else {
2774     p = new((void*) gvp) TrackObj((float) G__double(libp->para[0]));
2775     }
2776     break;
2777     case 0:
2778     int n = G__getaryconstruct();
2779     if (n) {
2780     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2781     p = new TrackObj[n];
2782     } else {
2783     p = new((void*) gvp) TrackObj[n];
2784     }
2785     } else {
2786     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2787     p = new TrackObj;
2788     } else {
2789     p = new((void*) gvp) TrackObj;
2790     }
2791     }
2792     break;
2793     }
2794     result7->obj.i = (long) p;
2795     result7->ref = (long) p;
2796     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj));
2797     return(1 || funcname || hash || result7 || libp) ;
2798     }
2799    
2800 akalinow 1.18 static int G__rootMAnaDict_176_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2801 konec 1.2 {
2802     ((TrackObj*) G__getstructoffset())->setKine((float) G__double(libp->para[0]), (float) G__double(libp->para[1])
2803 konec 1.17 , (float) G__double(libp->para[2]), (int) G__int(libp->para[3]));
2804 konec 1.2 G__setnull(result7);
2805     return(1 || funcname || hash || result7 || libp) ;
2806     }
2807    
2808 akalinow 1.18 static int G__rootMAnaDict_176_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2809 konec 1.2 {
2810     G__letdouble(result7, 102, (double) ((const TrackObj*) G__getstructoffset())->pt());
2811     return(1 || funcname || hash || result7 || libp) ;
2812     }
2813    
2814 akalinow 1.18 static int G__rootMAnaDict_176_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2815 konec 1.2 {
2816     G__letdouble(result7, 102, (double) ((const TrackObj*) G__getstructoffset())->eta());
2817     return(1 || funcname || hash || result7 || libp) ;
2818     }
2819    
2820 akalinow 1.18 static int G__rootMAnaDict_176_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2821 konec 1.2 {
2822     G__letdouble(result7, 102, (double) ((const TrackObj*) G__getstructoffset())->phi());
2823     return(1 || funcname || hash || result7 || libp) ;
2824     }
2825    
2826 akalinow 1.18 static int G__rootMAnaDict_176_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2827 konec 1.2 {
2828 konec 1.17 G__letint(result7, 105, (long) ((const TrackObj*) G__getstructoffset())->charge());
2829 konec 1.3 return(1 || funcname || hash || result7 || libp) ;
2830     }
2831    
2832 akalinow 1.18 static int G__rootMAnaDict_176_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2833 konec 1.3 {
2834 konec 1.2 G__letint(result7, 85, (long) TrackObj::Class());
2835     return(1 || funcname || hash || result7 || libp) ;
2836     }
2837    
2838 akalinow 1.18 static int G__rootMAnaDict_176_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2839 konec 1.2 {
2840     G__letint(result7, 67, (long) TrackObj::Class_Name());
2841     return(1 || funcname || hash || result7 || libp) ;
2842     }
2843    
2844 akalinow 1.18 static int G__rootMAnaDict_176_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2845 konec 1.2 {
2846     G__letint(result7, 115, (long) TrackObj::Class_Version());
2847     return(1 || funcname || hash || result7 || libp) ;
2848     }
2849    
2850 akalinow 1.18 static int G__rootMAnaDict_176_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2851 konec 1.2 {
2852     TrackObj::Dictionary();
2853     G__setnull(result7);
2854     return(1 || funcname || hash || result7 || libp) ;
2855     }
2856    
2857 akalinow 1.18 static int G__rootMAnaDict_176_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2858 konec 1.2 {
2859     ((TrackObj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
2860     G__setnull(result7);
2861     return(1 || funcname || hash || result7 || libp) ;
2862     }
2863    
2864 akalinow 1.18 static int G__rootMAnaDict_176_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2865 konec 1.2 {
2866     G__letint(result7, 67, (long) TrackObj::DeclFileName());
2867     return(1 || funcname || hash || result7 || libp) ;
2868     }
2869    
2870 akalinow 1.18 static int G__rootMAnaDict_176_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2871 konec 1.2 {
2872     G__letint(result7, 105, (long) TrackObj::ImplFileLine());
2873     return(1 || funcname || hash || result7 || libp) ;
2874     }
2875    
2876 akalinow 1.18 static int G__rootMAnaDict_176_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2877 konec 1.2 {
2878     G__letint(result7, 67, (long) TrackObj::ImplFileName());
2879     return(1 || funcname || hash || result7 || libp) ;
2880     }
2881    
2882 akalinow 1.18 static int G__rootMAnaDict_176_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2883 konec 1.2 {
2884     G__letint(result7, 105, (long) TrackObj::DeclFileLine());
2885     return(1 || funcname || hash || result7 || libp) ;
2886     }
2887    
2888     // automatic copy constructor
2889 akalinow 1.18 static int G__rootMAnaDict_176_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2890 konec 1.2
2891     {
2892     TrackObj* p;
2893     void* tmp = (void*) G__int(libp->para[0]);
2894     p = new TrackObj(*(TrackObj*) tmp);
2895     result7->obj.i = (long) p;
2896     result7->ref = (long) p;
2897     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj));
2898     return(1 || funcname || hash || result7 || libp) ;
2899     }
2900    
2901     // automatic destructor
2902     typedef TrackObj G__TTrackObj;
2903 akalinow 1.18 static int G__rootMAnaDict_176_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2904 konec 1.2 {
2905     char* gvp = (char*) G__getgvp();
2906     long soff = G__getstructoffset();
2907     int n = G__getaryconstruct();
2908     //
2909     //has_a_delete: 1
2910     //has_own_delete1arg: 0
2911     //has_own_delete2arg: 0
2912     //
2913     if (!soff) {
2914     return(1);
2915     }
2916     if (n) {
2917     if (gvp == (char*)G__PVOID) {
2918     delete[] (TrackObj*) soff;
2919     } else {
2920     G__setgvp((long) G__PVOID);
2921     for (int i = n - 1; i >= 0; --i) {
2922     ((TrackObj*) (soff+(sizeof(TrackObj)*i)))->~G__TTrackObj();
2923     }
2924     G__setgvp((long)gvp);
2925     }
2926     } else {
2927     if (gvp == (char*)G__PVOID) {
2928     delete (TrackObj*) soff;
2929     } else {
2930     G__setgvp((long) G__PVOID);
2931     ((TrackObj*) (soff))->~G__TTrackObj();
2932     G__setgvp((long)gvp);
2933     }
2934     }
2935     G__setnull(result7);
2936     return(1 || funcname || hash || result7 || libp) ;
2937     }
2938    
2939     // automatic assignment operator
2940 akalinow 1.18 static int G__rootMAnaDict_176_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2941 konec 1.2 {
2942     TrackObj* dest = (TrackObj*) G__getstructoffset();
2943     *dest = *(TrackObj*) libp->para[0].ref;
2944     const TrackObj& obj = *dest;
2945     result7->ref = (long) (&obj);
2946     result7->obj.i = (long) (&obj);
2947     return(1 || funcname || hash || result7 || libp) ;
2948     }
2949    
2950    
2951     /* MuonObj */
2952 akalinow 1.18 static int G__rootMAnaDict_177_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
2953 konec 1.2 {
2954     MuonObj* p = NULL;
2955     char* gvp = (char*) G__getgvp();
2956 konec 1.14 switch (libp->paran) {
2957     case 4:
2958     //m: 4
2959     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2960     p = new MuonObj(
2961     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
2962     , (float) G__double(libp->para[2]), (float) G__double(libp->para[3]));
2963     } else {
2964     p = new((void*) gvp) MuonObj(
2965     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
2966     , (float) G__double(libp->para[2]), (float) G__double(libp->para[3]));
2967     }
2968     break;
2969     case 3:
2970     //m: 3
2971     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2972     p = new MuonObj(
2973     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
2974     , (float) G__double(libp->para[2]));
2975     } else {
2976     p = new((void*) gvp) MuonObj(
2977     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
2978     , (float) G__double(libp->para[2]));
2979     }
2980     break;
2981     case 2:
2982     //m: 2
2983 konec 1.2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2984 konec 1.14 p = new MuonObj((float) G__double(libp->para[0]), (float) G__double(libp->para[1]));
2985 konec 1.2 } else {
2986 konec 1.14 p = new((void*) gvp) MuonObj((float) G__double(libp->para[0]), (float) G__double(libp->para[1]));
2987 konec 1.2 }
2988 konec 1.14 break;
2989     case 1:
2990     //m: 1
2991 konec 1.2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
2992 konec 1.14 p = new MuonObj((float) G__double(libp->para[0]));
2993     } else {
2994     p = new((void*) gvp) MuonObj((float) G__double(libp->para[0]));
2995     }
2996     break;
2997     case 0:
2998     int n = G__getaryconstruct();
2999     if (n) {
3000     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
3001     p = new MuonObj[n];
3002     } else {
3003     p = new((void*) gvp) MuonObj[n];
3004     }
3005 konec 1.2 } else {
3006 konec 1.14 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
3007     p = new MuonObj;
3008     } else {
3009     p = new((void*) gvp) MuonObj;
3010     }
3011 konec 1.2 }
3012 konec 1.14 break;
3013 konec 1.2 }
3014     result7->obj.i = (long) p;
3015     result7->ref = (long) p;
3016     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj));
3017     return(1 || funcname || hash || result7 || libp) ;
3018     }
3019    
3020 akalinow 1.18 static int G__rootMAnaDict_177_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3021 konec 1.2 {
3022     ((MuonObj*) G__getstructoffset())->setBits((bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
3023     , (bool) G__int(libp->para[2]), (bool) G__int(libp->para[3])
3024     , (bool) G__int(libp->para[4]));
3025     G__setnull(result7);
3026     return(1 || funcname || hash || result7 || libp) ;
3027     }
3028    
3029 akalinow 1.18 static int G__rootMAnaDict_177_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3030 konec 1.2 {
3031     G__letint(result7, 103, (long) ((const MuonObj*) G__getstructoffset())->isGlobal());
3032     return(1 || funcname || hash || result7 || libp) ;
3033     }
3034    
3035 akalinow 1.18 static int G__rootMAnaDict_177_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3036 konec 1.2 {
3037     G__letint(result7, 103, (long) ((const MuonObj*) G__getstructoffset())->isTracker());
3038     return(1 || funcname || hash || result7 || libp) ;
3039     }
3040    
3041 akalinow 1.18 static int G__rootMAnaDict_177_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3042 konec 1.2 {
3043     G__letint(result7, 103, (long) ((const MuonObj*) G__getstructoffset())->isOuter());
3044     return(1 || funcname || hash || result7 || libp) ;
3045     }
3046    
3047 akalinow 1.18 static int G__rootMAnaDict_177_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3048 konec 1.2 {
3049     G__letint(result7, 103, (long) ((const MuonObj*) G__getstructoffset())->isCalo());
3050     return(1 || funcname || hash || result7 || libp) ;
3051     }
3052    
3053 akalinow 1.18 static int G__rootMAnaDict_177_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3054 konec 1.2 {
3055     G__letint(result7, 103, (long) ((const MuonObj*) G__getstructoffset())->isMatched());
3056     return(1 || funcname || hash || result7 || libp) ;
3057     }
3058    
3059 akalinow 1.18 static int G__rootMAnaDict_177_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3060 konec 1.2 {
3061     G__letint(result7, 85, (long) MuonObj::Class());
3062     return(1 || funcname || hash || result7 || libp) ;
3063     }
3064    
3065 akalinow 1.18 static int G__rootMAnaDict_177_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3066 konec 1.2 {
3067     G__letint(result7, 67, (long) MuonObj::Class_Name());
3068     return(1 || funcname || hash || result7 || libp) ;
3069     }
3070    
3071 akalinow 1.18 static int G__rootMAnaDict_177_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3072 konec 1.2 {
3073     G__letint(result7, 115, (long) MuonObj::Class_Version());
3074     return(1 || funcname || hash || result7 || libp) ;
3075     }
3076    
3077 akalinow 1.18 static int G__rootMAnaDict_177_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3078 konec 1.2 {
3079     MuonObj::Dictionary();
3080     G__setnull(result7);
3081     return(1 || funcname || hash || result7 || libp) ;
3082     }
3083    
3084 akalinow 1.18 static int G__rootMAnaDict_177_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3085 konec 1.2 {
3086     ((MuonObj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
3087     G__setnull(result7);
3088     return(1 || funcname || hash || result7 || libp) ;
3089     }
3090    
3091 akalinow 1.18 static int G__rootMAnaDict_177_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3092 konec 1.2 {
3093     G__letint(result7, 67, (long) MuonObj::DeclFileName());
3094     return(1 || funcname || hash || result7 || libp) ;
3095     }
3096    
3097 akalinow 1.18 static int G__rootMAnaDict_177_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3098 konec 1.2 {
3099     G__letint(result7, 105, (long) MuonObj::ImplFileLine());
3100     return(1 || funcname || hash || result7 || libp) ;
3101     }
3102    
3103 akalinow 1.18 static int G__rootMAnaDict_177_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3104 konec 1.2 {
3105     G__letint(result7, 67, (long) MuonObj::ImplFileName());
3106     return(1 || funcname || hash || result7 || libp) ;
3107     }
3108    
3109 akalinow 1.18 static int G__rootMAnaDict_177_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3110 konec 1.2 {
3111     G__letint(result7, 105, (long) MuonObj::DeclFileLine());
3112     return(1 || funcname || hash || result7 || libp) ;
3113     }
3114    
3115     // automatic copy constructor
3116 akalinow 1.18 static int G__rootMAnaDict_177_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3117 konec 1.1
3118     {
3119 akalinow 1.18 MuonObj* p;
3120 konec 1.1 void* tmp = (void*) G__int(libp->para[0]);
3121 akalinow 1.18 p = new MuonObj(*(MuonObj*) tmp);
3122 konec 1.1 result7->obj.i = (long) p;
3123     result7->ref = (long) p;
3124 akalinow 1.18 G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj));
3125 konec 1.1 return(1 || funcname || hash || result7 || libp) ;
3126     }
3127    
3128     // automatic destructor
3129 akalinow 1.18 typedef MuonObj G__TMuonObj;
3130     static int G__rootMAnaDict_177_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3131 konec 1.1 {
3132     char* gvp = (char*) G__getgvp();
3133     long soff = G__getstructoffset();
3134     int n = G__getaryconstruct();
3135     //
3136     //has_a_delete: 1
3137     //has_own_delete1arg: 0
3138     //has_own_delete2arg: 0
3139     //
3140     if (!soff) {
3141     return(1);
3142     }
3143     if (n) {
3144     if (gvp == (char*)G__PVOID) {
3145 akalinow 1.18 delete[] (MuonObj*) soff;
3146 konec 1.1 } else {
3147     G__setgvp((long) G__PVOID);
3148     for (int i = n - 1; i >= 0; --i) {
3149 akalinow 1.18 ((MuonObj*) (soff+(sizeof(MuonObj)*i)))->~G__TMuonObj();
3150 konec 1.1 }
3151     G__setgvp((long)gvp);
3152     }
3153     } else {
3154     if (gvp == (char*)G__PVOID) {
3155 akalinow 1.18 delete (MuonObj*) soff;
3156 konec 1.1 } else {
3157     G__setgvp((long) G__PVOID);
3158 akalinow 1.18 ((MuonObj*) (soff))->~G__TMuonObj();
3159 konec 1.1 G__setgvp((long)gvp);
3160     }
3161     }
3162     G__setnull(result7);
3163     return(1 || funcname || hash || result7 || libp) ;
3164     }
3165    
3166     // automatic assignment operator
3167 akalinow 1.18 static int G__rootMAnaDict_177_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3168 konec 1.1 {
3169 akalinow 1.18 MuonObj* dest = (MuonObj*) G__getstructoffset();
3170     *dest = *(MuonObj*) libp->para[0].ref;
3171     const MuonObj& obj = *dest;
3172 konec 1.1 result7->ref = (long) (&obj);
3173     result7->obj.i = (long) (&obj);
3174     return(1 || funcname || hash || result7 || libp) ;
3175     }
3176    
3177    
3178     /* L1ObjColl */
3179 akalinow 1.18 static int G__rootMAnaDict_179_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3180 konec 1.1 {
3181     L1ObjColl* p = NULL;
3182     char* gvp = (char*) G__getgvp();
3183     int n = G__getaryconstruct();
3184     if (n) {
3185     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
3186     p = new L1ObjColl[n];
3187     } else {
3188     p = new((void*) gvp) L1ObjColl[n];
3189     }
3190     } else {
3191     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
3192     p = new L1ObjColl;
3193     } else {
3194     p = new((void*) gvp) L1ObjColl;
3195     }
3196     }
3197     result7->obj.i = (long) p;
3198     result7->ref = (long) p;
3199     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl));
3200     return(1 || funcname || hash || result7 || libp) ;
3201     }
3202    
3203 akalinow 1.18 static int G__rootMAnaDict_179_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3204 konec 1.1 {
3205     ((L1ObjColl*) G__getstructoffset())->set(*(vector<L1Obj>*) libp->para[0].ref);
3206     G__setnull(result7);
3207     return(1 || funcname || hash || result7 || libp) ;
3208     }
3209    
3210 akalinow 1.18 static int G__rootMAnaDict_179_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3211 konec 1.1 {
3212     ((L1ObjColl*) G__getstructoffset())->set(*(vector<bool>*) libp->para[0].ref);
3213     G__setnull(result7);
3214     return(1 || funcname || hash || result7 || libp) ;
3215     }
3216    
3217 akalinow 1.18 static int G__rootMAnaDict_179_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3218 konec 1.1 {
3219 konec 1.10 ((L1ObjColl*) G__getstructoffset())->set(*(vector<double>*) libp->para[0].ref);
3220     G__setnull(result7);
3221     return(1 || funcname || hash || result7 || libp) ;
3222     }
3223    
3224 akalinow 1.18 static int G__rootMAnaDict_179_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3225 konec 1.10 {
3226 konec 1.12 ((L1ObjColl*) G__getstructoffset())->push_back(*(L1Obj*) libp->para[0].ref, (bool) G__int(libp->para[1])
3227     , (double) G__double(libp->para[2]));
3228     G__setnull(result7);
3229     return(1 || funcname || hash || result7 || libp) ;
3230     }
3231    
3232 akalinow 1.18 static int G__rootMAnaDict_179_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3233 konec 1.12 {
3234 konec 1.1 {
3235     const vector<L1Obj>& obj = ((const L1ObjColl*) G__getstructoffset())->getL1Objs();
3236     result7->ref = (long) (&obj);
3237     result7->obj.i = (long) (&obj);
3238     }
3239     return(1 || funcname || hash || result7 || libp) ;
3240     }
3241    
3242 akalinow 1.18 static int G__rootMAnaDict_179_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3243     {
3244     {
3245     const vector<L1Obj>& obj = ((const L1ObjColl*) G__getstructoffset())->operator const ::std::vector<L1Obj>&();
3246     result7->ref = (long) (&obj);
3247     result7->obj.i = (long) (&obj);
3248     }
3249     return(1 || funcname || hash || result7 || libp) ;
3250     }
3251    
3252     static int G__rootMAnaDict_179_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3253 konec 1.1 {
3254     {
3255     const vector<bool>& obj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsMatching();
3256     result7->ref = (long) (&obj);
3257     result7->obj.i = (long) (&obj);
3258     }
3259     return(1 || funcname || hash || result7 || libp) ;
3260     }
3261    
3262 akalinow 1.18 static int G__rootMAnaDict_179_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3263 konec 1.1 {
3264 konec 1.11 {
3265     const vector<double>& obj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjDeltaR();
3266     result7->ref = (long) (&obj);
3267     result7->obj.i = (long) (&obj);
3268     }
3269     return(1 || funcname || hash || result7 || libp) ;
3270     }
3271    
3272 akalinow 1.18 static int G__rootMAnaDict_179_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3273 konec 1.12 {
3274     {
3275     const L1ObjColl* pobj;
3276     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->l1RpcColl();
3277     pobj = new L1ObjColl(xobj);
3278     result7->obj.i = (long) ((void*) pobj);
3279     result7->ref = result7->obj.i;
3280     G__store_tempobject(*result7);
3281     }
3282     return(1 || funcname || hash || result7 || libp) ;
3283     }
3284    
3285 akalinow 1.18 static int G__rootMAnaDict_179_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3286 konec 1.12 {
3287     {
3288     const L1ObjColl* pobj;
3289     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->l1RpcCollEmu();
3290     pobj = new L1ObjColl(xobj);
3291     result7->obj.i = (long) ((void*) pobj);
3292     result7->ref = result7->obj.i;
3293     G__store_tempobject(*result7);
3294     }
3295     return(1 || funcname || hash || result7 || libp) ;
3296     }
3297    
3298 akalinow 1.18 static int G__rootMAnaDict_179_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3299 konec 1.12 {
3300     {
3301     const L1ObjColl* pobj;
3302     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->l1OthColl();
3303     pobj = new L1ObjColl(xobj);
3304     result7->obj.i = (long) ((void*) pobj);
3305     result7->ref = result7->obj.i;
3306     G__store_tempobject(*result7);
3307     }
3308     return(1 || funcname || hash || result7 || libp) ;
3309     }
3310    
3311 akalinow 1.18 static int G__rootMAnaDict_179_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3312 konec 1.12 {
3313     {
3314     const L1ObjColl* pobj;
3315     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByType((L1ObjColl::TYPE) G__int(libp->para[0]));
3316     pobj = new L1ObjColl(xobj);
3317     result7->obj.i = (long) ((void*) pobj);
3318     result7->ref = result7->obj.i;
3319     G__store_tempobject(*result7);
3320     }
3321     return(1 || funcname || hash || result7 || libp) ;
3322     }
3323    
3324 akalinow 1.18 static int G__rootMAnaDict_179_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3325 konec 1.12 {
3326     switch (libp->paran) {
3327 konec 1.13 case 2:
3328     {
3329     const L1ObjColl* pobj;
3330     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByPt((double) G__double(libp->para[0]), (double) G__double(libp->para[1]));
3331     pobj = new L1ObjColl(xobj);
3332     result7->obj.i = (long) ((void*) pobj);
3333     result7->ref = result7->obj.i;
3334     G__store_tempobject(*result7);
3335     }
3336     break;
3337     case 1:
3338     {
3339     const L1ObjColl* pobj;
3340     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByPt((double) G__double(libp->para[0]));
3341     pobj = new L1ObjColl(xobj);
3342     result7->obj.i = (long) ((void*) pobj);
3343     result7->ref = result7->obj.i;
3344     G__store_tempobject(*result7);
3345     }
3346     break;
3347     case 0:
3348     {
3349     const L1ObjColl* pobj;
3350     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByPt();
3351     pobj = new L1ObjColl(xobj);
3352     result7->obj.i = (long) ((void*) pobj);
3353     result7->ref = result7->obj.i;
3354     G__store_tempobject(*result7);
3355     }
3356     break;
3357     }
3358     return(1 || funcname || hash || result7 || libp) ;
3359     }
3360    
3361 akalinow 1.18 static int G__rootMAnaDict_179_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3362 konec 1.13 {
3363     switch (libp->paran) {
3364 konec 1.12 case 1:
3365     {
3366     const L1ObjColl* pobj;
3367     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByPtMin((double) G__double(libp->para[0]));
3368     pobj = new L1ObjColl(xobj);
3369     result7->obj.i = (long) ((void*) pobj);
3370     result7->ref = result7->obj.i;
3371     G__store_tempobject(*result7);
3372     }
3373     break;
3374     case 0:
3375     {
3376     const L1ObjColl* pobj;
3377     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByPtMin();
3378     pobj = new L1ObjColl(xobj);
3379     result7->obj.i = (long) ((void*) pobj);
3380     result7->ref = result7->obj.i;
3381     G__store_tempobject(*result7);
3382     }
3383     break;
3384     }
3385     return(1 || funcname || hash || result7 || libp) ;
3386     }
3387    
3388 akalinow 1.18 static int G__rootMAnaDict_179_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3389 konec 1.12 {
3390     switch (libp->paran) {
3391     case 2:
3392     {
3393     const L1ObjColl* pobj;
3394     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByEta((double) G__double(libp->para[0]), (double) G__double(libp->para[1]));
3395     pobj = new L1ObjColl(xobj);
3396     result7->obj.i = (long) ((void*) pobj);
3397     result7->ref = result7->obj.i;
3398     G__store_tempobject(*result7);
3399     }
3400     break;
3401     case 1:
3402     {
3403     const L1ObjColl* pobj;
3404     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByEta((double) G__double(libp->para[0]));
3405     pobj = new L1ObjColl(xobj);
3406     result7->obj.i = (long) ((void*) pobj);
3407     result7->ref = result7->obj.i;
3408     G__store_tempobject(*result7);
3409     }
3410     break;
3411     case 0:
3412     {
3413     const L1ObjColl* pobj;
3414     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByEta();
3415     pobj = new L1ObjColl(xobj);
3416     result7->obj.i = (long) ((void*) pobj);
3417     result7->ref = result7->obj.i;
3418     G__store_tempobject(*result7);
3419     }
3420     break;
3421     }
3422     return(1 || funcname || hash || result7 || libp) ;
3423     }
3424    
3425 akalinow 1.18 static int G__rootMAnaDict_179_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3426 konec 1.12 {
3427     switch (libp->paran) {
3428     case 2:
3429     {
3430     const L1ObjColl* pobj;
3431     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByBx((int) G__int(libp->para[0]), (int) G__int(libp->para[1]));
3432     pobj = new L1ObjColl(xobj);
3433     result7->obj.i = (long) ((void*) pobj);
3434     result7->ref = result7->obj.i;
3435     G__store_tempobject(*result7);
3436     }
3437     break;
3438     case 1:
3439     {
3440     const L1ObjColl* pobj;
3441     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByBx((int) G__int(libp->para[0]));
3442     pobj = new L1ObjColl(xobj);
3443     result7->obj.i = (long) ((void*) pobj);
3444     result7->ref = result7->obj.i;
3445     G__store_tempobject(*result7);
3446     }
3447     break;
3448     case 0:
3449     {
3450     const L1ObjColl* pobj;
3451     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByBx();
3452     pobj = new L1ObjColl(xobj);
3453     result7->obj.i = (long) ((void*) pobj);
3454     result7->ref = result7->obj.i;
3455     G__store_tempobject(*result7);
3456     }
3457     break;
3458     }
3459     return(1 || funcname || hash || result7 || libp) ;
3460     }
3461    
3462 akalinow 1.18 static int G__rootMAnaDict_179_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3463 konec 1.12 {
3464     switch (libp->paran) {
3465     case 2:
3466     {
3467     const L1ObjColl* pobj;
3468     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByQuality((int) G__int(libp->para[0]), (int) G__int(libp->para[1]));
3469     pobj = new L1ObjColl(xobj);
3470     result7->obj.i = (long) ((void*) pobj);
3471     result7->ref = result7->obj.i;
3472     G__store_tempobject(*result7);
3473     }
3474     break;
3475     case 1:
3476     {
3477     const L1ObjColl* pobj;
3478     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByQuality((int) G__int(libp->para[0]));
3479     pobj = new L1ObjColl(xobj);
3480     result7->obj.i = (long) ((void*) pobj);
3481     result7->ref = result7->obj.i;
3482     G__store_tempobject(*result7);
3483     }
3484     break;
3485     case 0:
3486     {
3487     const L1ObjColl* pobj;
3488     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByQuality();
3489     pobj = new L1ObjColl(xobj);
3490     result7->obj.i = (long) ((void*) pobj);
3491     result7->ref = result7->obj.i;
3492     G__store_tempobject(*result7);
3493     }
3494     break;
3495     }
3496     return(1 || funcname || hash || result7 || libp) ;
3497     }
3498    
3499 akalinow 1.18 static int G__rootMAnaDict_179_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3500 konec 1.12 {
3501     {
3502     const L1ObjColl* pobj;
3503     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByMatched();
3504     pobj = new L1ObjColl(xobj);
3505     result7->obj.i = (long) ((void*) pobj);
3506     result7->ref = result7->obj.i;
3507     G__store_tempobject(*result7);
3508     }
3509     return(1 || funcname || hash || result7 || libp) ;
3510     }
3511    
3512 akalinow 1.18 static int G__rootMAnaDict_179_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3513 konec 1.12 {
3514     {
3515     const L1ObjColl* pobj;
3516     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->selectByDeltaR((double) G__double(libp->para[0]));
3517     pobj = new L1ObjColl(xobj);
3518     result7->obj.i = (long) ((void*) pobj);
3519     result7->ref = result7->obj.i;
3520     G__store_tempobject(*result7);
3521     }
3522     return(1 || funcname || hash || result7 || libp) ;
3523     }
3524    
3525 akalinow 1.18 static int G__rootMAnaDict_179_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3526 konec 1.11 {
3527 konec 1.12 {
3528     const L1ObjColl* pobj;
3529     const L1ObjColl xobj = ((const L1ObjColl*) G__getstructoffset())->operator+(*(L1ObjColl*) libp->para[0].ref);
3530     pobj = new L1ObjColl(xobj);
3531     result7->obj.i = (long) ((void*) pobj);
3532     result7->ref = result7->obj.i;
3533     G__store_tempobject(*result7);
3534     }
3535 konec 1.11 return(1 || funcname || hash || result7 || libp) ;
3536     }
3537    
3538 akalinow 1.18 static int G__rootMAnaDict_179_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3539 konec 1.14 {
3540     G__letint(result7, 103, (long) ((const L1ObjColl*) G__getstructoffset())->operator bool());
3541     return(1 || funcname || hash || result7 || libp) ;
3542     }
3543    
3544 akalinow 1.18 static int G__rootMAnaDict_179_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3545 konec 1.14 {
3546     G__letint(result7, 103, (long) ((const L1ObjColl*) G__getstructoffset())->operator!());
3547     return(1 || funcname || hash || result7 || libp) ;
3548     }
3549    
3550 akalinow 1.18 static int G__rootMAnaDict_179_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3551 konec 1.14 {
3552     G__letint(result7, 103, (long) ((const L1ObjColl*) G__getstructoffset())->isMatching_DRBx_At((double) G__double(libp->para[0]), (int) G__int(libp->para[1])
3553     , (double) G__double(libp->para[2]), (double) G__double(libp->para[3])
3554     , (double) G__double(libp->para[4])));
3555     return(1 || funcname || hash || result7 || libp) ;
3556     }
3557    
3558 akalinow 1.18 static int G__rootMAnaDict_179_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3559 konec 1.14 {
3560     switch (libp->paran) {
3561     case 3:
3562     G__letint(result7, 103, (long) ((const L1ObjColl*) G__getstructoffset())->isMatching_DRBx((double) G__double(libp->para[0]), (int) G__int(libp->para[1])
3563     , (double) G__double(libp->para[2])));
3564     break;
3565     case 2:
3566     G__letint(result7, 103, (long) ((const L1ObjColl*) G__getstructoffset())->isMatching_DRBx((double) G__double(libp->para[0]), (int) G__int(libp->para[1])));
3567     break;
3568     }
3569     return(1 || funcname || hash || result7 || libp) ;
3570     }
3571    
3572 akalinow 1.18 static int G__rootMAnaDict_179_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3573 konec 1.14 {
3574     G__letint(result7, 103, (long) ((const L1ObjColl*) G__getstructoffset())->isMatching_PtminPtmaxBx((double) G__double(libp->para[0]), (double) G__double(libp->para[1])
3575     , (int) G__int(libp->para[2]), (bool) G__int(libp->para[3])));
3576     return(1 || funcname || hash || result7 || libp) ;
3577     }
3578    
3579 akalinow 1.18 static int G__rootMAnaDict_179_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3580 konec 1.11 {
3581 konec 1.1 switch (libp->paran) {
3582     case 1:
3583     {
3584     const vector<L1Obj>* pobj;
3585     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsMatched((double) G__double(libp->para[0]));
3586     pobj = new vector<L1Obj>(xobj);
3587     result7->obj.i = (long) ((void*) pobj);
3588     result7->ref = result7->obj.i;
3589     G__store_tempobject(*result7);
3590     }
3591     break;
3592     case 0:
3593     {
3594     const vector<L1Obj>* pobj;
3595     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsMatched();
3596     pobj = new vector<L1Obj>(xobj);
3597     result7->obj.i = (long) ((void*) pobj);
3598     result7->ref = result7->obj.i;
3599     G__store_tempobject(*result7);
3600     }
3601     break;
3602     }
3603     return(1 || funcname || hash || result7 || libp) ;
3604     }
3605    
3606 akalinow 1.18 static int G__rootMAnaDict_179_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3607 konec 1.1 {
3608 konec 1.5 switch (libp->paran) {
3609     case 12:
3610     {
3611     const vector<L1Obj>* pobj;
3612     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected(
3613     (bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
3614     , (double) G__double(libp->para[2]), (double) G__double(libp->para[3])
3615     , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])
3616     , (double) G__double(libp->para[6]), (double) G__double(libp->para[7])
3617     , (double) G__double(libp->para[8]), (double) G__double(libp->para[9])
3618     , (int) G__int(libp->para[10]), (int) G__int(libp->para[11]));
3619     pobj = new vector<L1Obj>(xobj);
3620     result7->obj.i = (long) ((void*) pobj);
3621     result7->ref = result7->obj.i;
3622     G__store_tempobject(*result7);
3623     }
3624     break;
3625     case 11:
3626     {
3627     const vector<L1Obj>* pobj;
3628     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected(
3629     (bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
3630     , (double) G__double(libp->para[2]), (double) G__double(libp->para[3])
3631     , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])
3632     , (double) G__double(libp->para[6]), (double) G__double(libp->para[7])
3633     , (double) G__double(libp->para[8]), (double) G__double(libp->para[9])
3634     , (int) G__int(libp->para[10]));
3635     pobj = new vector<L1Obj>(xobj);
3636     result7->obj.i = (long) ((void*) pobj);
3637     result7->ref = result7->obj.i;
3638     G__store_tempobject(*result7);
3639     }
3640     break;
3641     case 10:
3642     {
3643     const vector<L1Obj>* pobj;
3644     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected(
3645     (bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
3646     , (double) G__double(libp->para[2]), (double) G__double(libp->para[3])
3647     , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])
3648     , (double) G__double(libp->para[6]), (double) G__double(libp->para[7])
3649     , (double) G__double(libp->para[8]), (double) G__double(libp->para[9]));
3650     pobj = new vector<L1Obj>(xobj);
3651     result7->obj.i = (long) ((void*) pobj);
3652     result7->ref = result7->obj.i;
3653     G__store_tempobject(*result7);
3654     }
3655     break;
3656     case 9:
3657     {
3658     const vector<L1Obj>* pobj;
3659     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected(
3660     (bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
3661     , (double) G__double(libp->para[2]), (double) G__double(libp->para[3])
3662     , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])
3663     , (double) G__double(libp->para[6]), (double) G__double(libp->para[7])
3664     , (double) G__double(libp->para[8]));
3665     pobj = new vector<L1Obj>(xobj);
3666     result7->obj.i = (long) ((void*) pobj);
3667     result7->ref = result7->obj.i;
3668     G__store_tempobject(*result7);
3669     }
3670     break;
3671     case 8:
3672     {
3673     const vector<L1Obj>* pobj;
3674     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected(
3675     (bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
3676     , (double) G__double(libp->para[2]), (double) G__double(libp->para[3])
3677     , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])
3678     , (double) G__double(libp->para[6]), (double) G__double(libp->para[7]));
3679     pobj = new vector<L1Obj>(xobj);
3680     result7->obj.i = (long) ((void*) pobj);
3681     result7->ref = result7->obj.i;
3682     G__store_tempobject(*result7);
3683     }
3684     break;
3685     case 7:
3686     {
3687     const vector<L1Obj>* pobj;
3688     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected(
3689     (bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
3690     , (double) G__double(libp->para[2]), (double) G__double(libp->para[3])
3691     , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])
3692     , (double) G__double(libp->para[6]));
3693     pobj = new vector<L1Obj>(xobj);
3694     result7->obj.i = (long) ((void*) pobj);
3695     result7->ref = result7->obj.i;
3696     G__store_tempobject(*result7);
3697     }
3698     break;
3699     case 6:
3700     {
3701     const vector<L1Obj>* pobj;
3702     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected((bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
3703     , (double) G__double(libp->para[2]), (double) G__double(libp->para[3])
3704     , (int) G__int(libp->para[4]), (int) G__int(libp->para[5]));
3705     pobj = new vector<L1Obj>(xobj);
3706     result7->obj.i = (long) ((void*) pobj);
3707     result7->ref = result7->obj.i;
3708     G__store_tempobject(*result7);
3709     }
3710     break;
3711     case 5:
3712     {
3713     const vector<L1Obj>* pobj;
3714     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected((bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
3715     , (double) G__double(libp->para[2]), (double) G__double(libp->para[3])
3716     , (int) G__int(libp->para[4]));
3717     pobj = new vector<L1Obj>(xobj);
3718     result7->obj.i = (long) ((void*) pobj);
3719     result7->ref = result7->obj.i;
3720     G__store_tempobject(*result7);
3721     }
3722     break;
3723     case 4:
3724     {
3725     const vector<L1Obj>* pobj;
3726     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected((bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
3727     , (double) G__double(libp->para[2]), (double) G__double(libp->para[3]));
3728     pobj = new vector<L1Obj>(xobj);
3729     result7->obj.i = (long) ((void*) pobj);
3730     result7->ref = result7->obj.i;
3731     G__store_tempobject(*result7);
3732     }
3733     break;
3734     case 3:
3735     {
3736     const vector<L1Obj>* pobj;
3737     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected((bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
3738     , (double) G__double(libp->para[2]));
3739     pobj = new vector<L1Obj>(xobj);
3740     result7->obj.i = (long) ((void*) pobj);
3741     result7->ref = result7->obj.i;
3742     G__store_tempobject(*result7);
3743     }
3744     break;
3745     case 2:
3746     {
3747     const vector<L1Obj>* pobj;
3748     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected((bool) G__int(libp->para[0]), (bool) G__int(libp->para[1]));
3749     pobj = new vector<L1Obj>(xobj);
3750     result7->obj.i = (long) ((void*) pobj);
3751     result7->ref = result7->obj.i;
3752     G__store_tempobject(*result7);
3753     }
3754     break;
3755     case 1:
3756     {
3757     const vector<L1Obj>* pobj;
3758     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected((bool) G__int(libp->para[0]));
3759     pobj = new vector<L1Obj>(xobj);
3760     result7->obj.i = (long) ((void*) pobj);
3761     result7->ref = result7->obj.i;
3762     G__store_tempobject(*result7);
3763     }
3764     break;
3765     case 0:
3766     {
3767     const vector<L1Obj>* pobj;
3768     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsSelected();
3769     pobj = new vector<L1Obj>(xobj);
3770     result7->obj.i = (long) ((void*) pobj);
3771     result7->ref = result7->obj.i;
3772     G__store_tempobject(*result7);
3773     }
3774     break;
3775     }
3776     return(1 || funcname || hash || result7 || libp) ;
3777     }
3778    
3779 akalinow 1.18 static int G__rootMAnaDict_179_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3780 konec 1.10 {
3781     switch (libp->paran) {
3782     case 5:
3783     {
3784     vector<L1Obj>* pobj;
3785     vector<L1Obj> xobj = L1ObjColl::typeSelector(*(vector<L1Obj>*) libp->para[0].ref, (L1ObjColl::TYPE) G__int(libp->para[1])
3786     , (L1ObjColl::TYPE) G__int(libp->para[2]), (L1ObjColl::TYPE) G__int(libp->para[3])
3787     , (L1ObjColl::TYPE) G__int(libp->para[4]));
3788     pobj = new vector<L1Obj>(xobj);
3789     result7->obj.i = (long) ((void*) pobj);
3790     result7->ref = result7->obj.i;
3791     G__store_tempobject(*result7);
3792     }
3793     break;
3794     case 4:
3795     {
3796     vector<L1Obj>* pobj;
3797     vector<L1Obj> xobj = L1ObjColl::typeSelector(*(vector<L1Obj>*) libp->para[0].ref, (L1ObjColl::TYPE) G__int(libp->para[1])
3798     , (L1ObjColl::TYPE) G__int(libp->para[2]), (L1ObjColl::TYPE) G__int(libp->para[3]));
3799     pobj = new vector<L1Obj>(xobj);
3800     result7->obj.i = (long) ((void*) pobj);
3801     result7->ref = result7->obj.i;
3802     G__store_tempobject(*result7);
3803     }
3804     break;
3805     case 3:
3806     {
3807     vector<L1Obj>* pobj;
3808     vector<L1Obj> xobj = L1ObjColl::typeSelector(*(vector<L1Obj>*) libp->para[0].ref, (L1ObjColl::TYPE) G__int(libp->para[1])
3809     , (L1ObjColl::TYPE) G__int(libp->para[2]));
3810     pobj = new vector<L1Obj>(xobj);
3811     result7->obj.i = (long) ((void*) pobj);
3812     result7->ref = result7->obj.i;
3813     G__store_tempobject(*result7);
3814     }
3815     break;
3816     case 2:
3817     {
3818     vector<L1Obj>* pobj;
3819     vector<L1Obj> xobj = L1ObjColl::typeSelector(*(vector<L1Obj>*) libp->para[0].ref, (L1ObjColl::TYPE) G__int(libp->para[1]));
3820     pobj = new vector<L1Obj>(xobj);
3821     result7->obj.i = (long) ((void*) pobj);
3822     result7->ref = result7->obj.i;
3823     G__store_tempobject(*result7);
3824     }
3825     break;
3826     case 1:
3827     {
3828     vector<L1Obj>* pobj;
3829     vector<L1Obj> xobj = L1ObjColl::typeSelector(*(vector<L1Obj>*) libp->para[0].ref);
3830     pobj = new vector<L1Obj>(xobj);
3831     result7->obj.i = (long) ((void*) pobj);
3832     result7->ref = result7->obj.i;
3833     G__store_tempobject(*result7);
3834     }
3835     break;
3836     }
3837     return(1 || funcname || hash || result7 || libp) ;
3838     }
3839    
3840 akalinow 1.18 static int G__rootMAnaDict_179_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3841 konec 1.5 {
3842 konec 1.1 G__letint(result7, 85, (long) L1ObjColl::Class());
3843     return(1 || funcname || hash || result7 || libp) ;
3844     }
3845    
3846 akalinow 1.18 static int G__rootMAnaDict_179_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3847 konec 1.1 {
3848     G__letint(result7, 67, (long) L1ObjColl::Class_Name());
3849     return(1 || funcname || hash || result7 || libp) ;
3850     }
3851    
3852 akalinow 1.18 static int G__rootMAnaDict_179_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3853 konec 1.1 {
3854     G__letint(result7, 115, (long) L1ObjColl::Class_Version());
3855     return(1 || funcname || hash || result7 || libp) ;
3856     }
3857    
3858 akalinow 1.18 static int G__rootMAnaDict_179_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3859 konec 1.1 {
3860     L1ObjColl::Dictionary();
3861     G__setnull(result7);
3862     return(1 || funcname || hash || result7 || libp) ;
3863     }
3864    
3865 akalinow 1.18 static int G__rootMAnaDict_179_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3866 konec 1.1 {
3867     ((L1ObjColl*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
3868     G__setnull(result7);
3869     return(1 || funcname || hash || result7 || libp) ;
3870     }
3871    
3872 akalinow 1.18 static int G__rootMAnaDict_179_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3873 konec 1.1 {
3874     G__letint(result7, 67, (long) L1ObjColl::DeclFileName());
3875     return(1 || funcname || hash || result7 || libp) ;
3876     }
3877    
3878 akalinow 1.18 static int G__rootMAnaDict_179_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3879 konec 1.1 {
3880     G__letint(result7, 105, (long) L1ObjColl::ImplFileLine());
3881     return(1 || funcname || hash || result7 || libp) ;
3882     }
3883    
3884 akalinow 1.18 static int G__rootMAnaDict_179_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3885 konec 1.1 {
3886     G__letint(result7, 67, (long) L1ObjColl::ImplFileName());
3887     return(1 || funcname || hash || result7 || libp) ;
3888     }
3889    
3890 akalinow 1.18 static int G__rootMAnaDict_179_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3891 konec 1.1 {
3892     G__letint(result7, 105, (long) L1ObjColl::DeclFileLine());
3893     return(1 || funcname || hash || result7 || libp) ;
3894     }
3895    
3896     // automatic copy constructor
3897 akalinow 1.18 static int G__rootMAnaDict_179_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3898 konec 1.1
3899     {
3900     L1ObjColl* p;
3901     void* tmp = (void*) G__int(libp->para[0]);
3902     p = new L1ObjColl(*(L1ObjColl*) tmp);
3903     result7->obj.i = (long) p;
3904     result7->ref = (long) p;
3905     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl));
3906     return(1 || funcname || hash || result7 || libp) ;
3907     }
3908    
3909     // automatic destructor
3910     typedef L1ObjColl G__TL1ObjColl;
3911 akalinow 1.18 static int G__rootMAnaDict_179_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3912 konec 1.1 {
3913     char* gvp = (char*) G__getgvp();
3914     long soff = G__getstructoffset();
3915     int n = G__getaryconstruct();
3916     //
3917     //has_a_delete: 1
3918     //has_own_delete1arg: 0
3919     //has_own_delete2arg: 0
3920     //
3921     if (!soff) {
3922     return(1);
3923     }
3924     if (n) {
3925     if (gvp == (char*)G__PVOID) {
3926     delete[] (L1ObjColl*) soff;
3927     } else {
3928     G__setgvp((long) G__PVOID);
3929     for (int i = n - 1; i >= 0; --i) {
3930     ((L1ObjColl*) (soff+(sizeof(L1ObjColl)*i)))->~G__TL1ObjColl();
3931     }
3932     G__setgvp((long)gvp);
3933     }
3934     } else {
3935     if (gvp == (char*)G__PVOID) {
3936     delete (L1ObjColl*) soff;
3937     } else {
3938     G__setgvp((long) G__PVOID);
3939     ((L1ObjColl*) (soff))->~G__TL1ObjColl();
3940     G__setgvp((long)gvp);
3941     }
3942     }
3943     G__setnull(result7);
3944     return(1 || funcname || hash || result7 || libp) ;
3945     }
3946    
3947     // automatic assignment operator
3948 akalinow 1.18 static int G__rootMAnaDict_179_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3949 konec 1.1 {
3950     L1ObjColl* dest = (L1ObjColl*) G__getstructoffset();
3951     *dest = *(L1ObjColl*) libp->para[0].ref;
3952     const L1ObjColl& obj = *dest;
3953     result7->ref = (long) (&obj);
3954     result7->obj.i = (long) (&obj);
3955     return(1 || funcname || hash || result7 || libp) ;
3956     }
3957    
3958    
3959 konec 1.7 /* SynchroCountsObj */
3960 akalinow 1.18 static int G__rootMAnaDict_180_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3961 konec 1.7 {
3962     G__letint(result7, 85, (long) SynchroCountsObj::Class());
3963     return(1 || funcname || hash || result7 || libp) ;
3964     }
3965    
3966 akalinow 1.18 static int G__rootMAnaDict_180_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3967 konec 1.7 {
3968     G__letint(result7, 67, (long) SynchroCountsObj::Class_Name());
3969     return(1 || funcname || hash || result7 || libp) ;
3970     }
3971    
3972 akalinow 1.18 static int G__rootMAnaDict_180_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3973 konec 1.7 {
3974     G__letint(result7, 115, (long) SynchroCountsObj::Class_Version());
3975     return(1 || funcname || hash || result7 || libp) ;
3976     }
3977    
3978 akalinow 1.18 static int G__rootMAnaDict_180_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3979 konec 1.7 {
3980     SynchroCountsObj::Dictionary();
3981     G__setnull(result7);
3982     return(1 || funcname || hash || result7 || libp) ;
3983     }
3984    
3985 akalinow 1.18 static int G__rootMAnaDict_180_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3986 konec 1.7 {
3987     ((SynchroCountsObj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
3988     G__setnull(result7);
3989     return(1 || funcname || hash || result7 || libp) ;
3990     }
3991    
3992 akalinow 1.18 static int G__rootMAnaDict_180_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3993 konec 1.7 {
3994     G__letint(result7, 67, (long) SynchroCountsObj::DeclFileName());
3995     return(1 || funcname || hash || result7 || libp) ;
3996     }
3997    
3998 akalinow 1.18 static int G__rootMAnaDict_180_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
3999 konec 1.7 {
4000     G__letint(result7, 105, (long) SynchroCountsObj::ImplFileLine());
4001     return(1 || funcname || hash || result7 || libp) ;
4002     }
4003    
4004 akalinow 1.18 static int G__rootMAnaDict_180_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4005 konec 1.7 {
4006     G__letint(result7, 67, (long) SynchroCountsObj::ImplFileName());
4007     return(1 || funcname || hash || result7 || libp) ;
4008     }
4009    
4010 akalinow 1.18 static int G__rootMAnaDict_180_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4011 konec 1.7 {
4012     G__letint(result7, 105, (long) SynchroCountsObj::DeclFileLine());
4013     return(1 || funcname || hash || result7 || libp) ;
4014     }
4015    
4016     // automatic default constructor
4017 akalinow 1.18 static int G__rootMAnaDict_180_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4018 konec 1.7 {
4019     SynchroCountsObj *p;
4020     char* gvp = (char*) G__getgvp();
4021     int n = G__getaryconstruct();
4022     if (n) {
4023     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4024     p = new SynchroCountsObj[n];
4025     } else {
4026     p = new((void*) gvp) SynchroCountsObj[n];
4027     }
4028     } else {
4029     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4030     p = new SynchroCountsObj;
4031     } else {
4032     p = new((void*) gvp) SynchroCountsObj;
4033     }
4034     }
4035     result7->obj.i = (long) p;
4036     result7->ref = (long) p;
4037     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObj));
4038     return(1 || funcname || hash || result7 || libp) ;
4039     }
4040    
4041     // automatic copy constructor
4042 akalinow 1.18 static int G__rootMAnaDict_180_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4043 konec 1.7
4044     {
4045     SynchroCountsObj* p;
4046     void* tmp = (void*) G__int(libp->para[0]);
4047     p = new SynchroCountsObj(*(SynchroCountsObj*) tmp);
4048     result7->obj.i = (long) p;
4049     result7->ref = (long) p;
4050     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObj));
4051     return(1 || funcname || hash || result7 || libp) ;
4052     }
4053    
4054     // automatic destructor
4055     typedef SynchroCountsObj G__TSynchroCountsObj;
4056 akalinow 1.18 static int G__rootMAnaDict_180_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4057 konec 1.7 {
4058     char* gvp = (char*) G__getgvp();
4059     long soff = G__getstructoffset();
4060     int n = G__getaryconstruct();
4061     //
4062     //has_a_delete: 1
4063     //has_own_delete1arg: 0
4064     //has_own_delete2arg: 0
4065     //
4066     if (!soff) {
4067     return(1);
4068     }
4069     if (n) {
4070     if (gvp == (char*)G__PVOID) {
4071     delete[] (SynchroCountsObj*) soff;
4072     } else {
4073     G__setgvp((long) G__PVOID);
4074     for (int i = n - 1; i >= 0; --i) {
4075     ((SynchroCountsObj*) (soff+(sizeof(SynchroCountsObj)*i)))->~G__TSynchroCountsObj();
4076     }
4077     G__setgvp((long)gvp);
4078     }
4079     } else {
4080     if (gvp == (char*)G__PVOID) {
4081     delete (SynchroCountsObj*) soff;
4082     } else {
4083     G__setgvp((long) G__PVOID);
4084     ((SynchroCountsObj*) (soff))->~G__TSynchroCountsObj();
4085     G__setgvp((long)gvp);
4086     }
4087     }
4088     G__setnull(result7);
4089     return(1 || funcname || hash || result7 || libp) ;
4090     }
4091    
4092     // automatic assignment operator
4093 akalinow 1.18 static int G__rootMAnaDict_180_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4094 konec 1.7 {
4095     SynchroCountsObj* dest = (SynchroCountsObj*) G__getstructoffset();
4096     *dest = *(SynchroCountsObj*) libp->para[0].ref;
4097     const SynchroCountsObj& obj = *dest;
4098     result7->ref = (long) (&obj);
4099     result7->obj.i = (long) (&obj);
4100     return(1 || funcname || hash || result7 || libp) ;
4101     }
4102    
4103    
4104     /* SynchroCountsObjVect */
4105 akalinow 1.18 static int G__rootMAnaDict_181_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4106 konec 1.7 {
4107     G__letint(result7, 85, (long) SynchroCountsObjVect::Class());
4108     return(1 || funcname || hash || result7 || libp) ;
4109     }
4110    
4111 akalinow 1.18 static int G__rootMAnaDict_181_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4112 konec 1.7 {
4113     G__letint(result7, 67, (long) SynchroCountsObjVect::Class_Name());
4114     return(1 || funcname || hash || result7 || libp) ;
4115     }
4116    
4117 akalinow 1.18 static int G__rootMAnaDict_181_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4118 konec 1.7 {
4119     G__letint(result7, 115, (long) SynchroCountsObjVect::Class_Version());
4120     return(1 || funcname || hash || result7 || libp) ;
4121     }
4122    
4123 akalinow 1.18 static int G__rootMAnaDict_181_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4124 konec 1.7 {
4125     SynchroCountsObjVect::Dictionary();
4126     G__setnull(result7);
4127     return(1 || funcname || hash || result7 || libp) ;
4128     }
4129    
4130 akalinow 1.18 static int G__rootMAnaDict_181_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4131 konec 1.7 {
4132     ((SynchroCountsObjVect*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
4133     G__setnull(result7);
4134     return(1 || funcname || hash || result7 || libp) ;
4135     }
4136    
4137 akalinow 1.18 static int G__rootMAnaDict_181_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4138 konec 1.7 {
4139     G__letint(result7, 67, (long) SynchroCountsObjVect::DeclFileName());
4140     return(1 || funcname || hash || result7 || libp) ;
4141     }
4142    
4143 akalinow 1.18 static int G__rootMAnaDict_181_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4144 konec 1.7 {
4145     G__letint(result7, 105, (long) SynchroCountsObjVect::ImplFileLine());
4146     return(1 || funcname || hash || result7 || libp) ;
4147     }
4148    
4149 akalinow 1.18 static int G__rootMAnaDict_181_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4150 konec 1.7 {
4151     G__letint(result7, 67, (long) SynchroCountsObjVect::ImplFileName());
4152     return(1 || funcname || hash || result7 || libp) ;
4153     }
4154    
4155 akalinow 1.18 static int G__rootMAnaDict_181_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4156 konec 1.7 {
4157     G__letint(result7, 105, (long) SynchroCountsObjVect::DeclFileLine());
4158     return(1 || funcname || hash || result7 || libp) ;
4159     }
4160    
4161     // automatic default constructor
4162 akalinow 1.18 static int G__rootMAnaDict_181_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4163 konec 1.7 {
4164     SynchroCountsObjVect *p;
4165     char* gvp = (char*) G__getgvp();
4166     int n = G__getaryconstruct();
4167     if (n) {
4168     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4169     p = new SynchroCountsObjVect[n];
4170     } else {
4171     p = new((void*) gvp) SynchroCountsObjVect[n];
4172     }
4173     } else {
4174     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4175     p = new SynchroCountsObjVect;
4176     } else {
4177     p = new((void*) gvp) SynchroCountsObjVect;
4178     }
4179     }
4180     result7->obj.i = (long) p;
4181     result7->ref = (long) p;
4182     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObjVect));
4183     return(1 || funcname || hash || result7 || libp) ;
4184     }
4185    
4186     // automatic copy constructor
4187 akalinow 1.18 static int G__rootMAnaDict_181_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4188 konec 1.7
4189     {
4190     SynchroCountsObjVect* p;
4191     void* tmp = (void*) G__int(libp->para[0]);
4192     p = new SynchroCountsObjVect(*(SynchroCountsObjVect*) tmp);
4193     result7->obj.i = (long) p;
4194     result7->ref = (long) p;
4195     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObjVect));
4196     return(1 || funcname || hash || result7 || libp) ;
4197     }
4198    
4199     // automatic destructor
4200     typedef SynchroCountsObjVect G__TSynchroCountsObjVect;
4201 akalinow 1.18 static int G__rootMAnaDict_181_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4202 konec 1.7 {
4203     char* gvp = (char*) G__getgvp();
4204     long soff = G__getstructoffset();
4205     int n = G__getaryconstruct();
4206     //
4207     //has_a_delete: 1
4208     //has_own_delete1arg: 0
4209     //has_own_delete2arg: 0
4210     //
4211     if (!soff) {
4212     return(1);
4213     }
4214     if (n) {
4215     if (gvp == (char*)G__PVOID) {
4216     delete[] (SynchroCountsObjVect*) soff;
4217     } else {
4218     G__setgvp((long) G__PVOID);
4219     for (int i = n - 1; i >= 0; --i) {
4220     ((SynchroCountsObjVect*) (soff+(sizeof(SynchroCountsObjVect)*i)))->~G__TSynchroCountsObjVect();
4221     }
4222     G__setgvp((long)gvp);
4223     }
4224     } else {
4225     if (gvp == (char*)G__PVOID) {
4226     delete (SynchroCountsObjVect*) soff;
4227     } else {
4228     G__setgvp((long) G__PVOID);
4229     ((SynchroCountsObjVect*) (soff))->~G__TSynchroCountsObjVect();
4230     G__setgvp((long)gvp);
4231     }
4232     }
4233     G__setnull(result7);
4234     return(1 || funcname || hash || result7 || libp) ;
4235     }
4236    
4237     // automatic assignment operator
4238 akalinow 1.18 static int G__rootMAnaDict_181_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4239 konec 1.7 {
4240     SynchroCountsObjVect* dest = (SynchroCountsObjVect*) G__getstructoffset();
4241     *dest = *(SynchroCountsObjVect*) libp->para[0].ref;
4242     const SynchroCountsObjVect& obj = *dest;
4243     result7->ref = (long) (&obj);
4244     result7->obj.i = (long) (&obj);
4245     return(1 || funcname || hash || result7 || libp) ;
4246     }
4247    
4248    
4249 konec 1.9 /* DetCluDigiObj */
4250 akalinow 1.18 static int G__rootMAnaDict_186_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4251 konec 1.9 {
4252     G__letint(result7, 85, (long) DetCluDigiObj::Class());
4253     return(1 || funcname || hash || result7 || libp) ;
4254     }
4255    
4256 akalinow 1.18 static int G__rootMAnaDict_186_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4257 konec 1.9 {
4258     G__letint(result7, 67, (long) DetCluDigiObj::Class_Name());
4259     return(1 || funcname || hash || result7 || libp) ;
4260     }
4261    
4262 akalinow 1.18 static int G__rootMAnaDict_186_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4263 konec 1.9 {
4264     G__letint(result7, 115, (long) DetCluDigiObj::Class_Version());
4265     return(1 || funcname || hash || result7 || libp) ;
4266     }
4267    
4268 akalinow 1.18 static int G__rootMAnaDict_186_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4269 konec 1.9 {
4270     DetCluDigiObj::Dictionary();
4271     G__setnull(result7);
4272     return(1 || funcname || hash || result7 || libp) ;
4273     }
4274    
4275 akalinow 1.18 static int G__rootMAnaDict_186_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4276 konec 1.9 {
4277     ((DetCluDigiObj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
4278     G__setnull(result7);
4279     return(1 || funcname || hash || result7 || libp) ;
4280     }
4281    
4282 akalinow 1.18 static int G__rootMAnaDict_186_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4283 konec 1.9 {
4284     G__letint(result7, 67, (long) DetCluDigiObj::DeclFileName());
4285     return(1 || funcname || hash || result7 || libp) ;
4286     }
4287    
4288 akalinow 1.18 static int G__rootMAnaDict_186_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4289 konec 1.9 {
4290     G__letint(result7, 105, (long) DetCluDigiObj::ImplFileLine());
4291     return(1 || funcname || hash || result7 || libp) ;
4292     }
4293    
4294 akalinow 1.18 static int G__rootMAnaDict_186_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4295 konec 1.9 {
4296     G__letint(result7, 67, (long) DetCluDigiObj::ImplFileName());
4297     return(1 || funcname || hash || result7 || libp) ;
4298     }
4299    
4300 akalinow 1.18 static int G__rootMAnaDict_186_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4301 konec 1.9 {
4302     G__letint(result7, 105, (long) DetCluDigiObj::DeclFileLine());
4303     return(1 || funcname || hash || result7 || libp) ;
4304     }
4305    
4306     // automatic default constructor
4307 akalinow 1.18 static int G__rootMAnaDict_186_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4308 konec 1.9 {
4309     DetCluDigiObj *p;
4310     char* gvp = (char*) G__getgvp();
4311     int n = G__getaryconstruct();
4312     if (n) {
4313     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4314     p = new DetCluDigiObj[n];
4315     } else {
4316     p = new((void*) gvp) DetCluDigiObj[n];
4317     }
4318     } else {
4319     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4320     p = new DetCluDigiObj;
4321     } else {
4322     p = new((void*) gvp) DetCluDigiObj;
4323     }
4324     }
4325     result7->obj.i = (long) p;
4326     result7->ref = (long) p;
4327     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObj));
4328     return(1 || funcname || hash || result7 || libp) ;
4329     }
4330    
4331     // automatic copy constructor
4332 akalinow 1.18 static int G__rootMAnaDict_186_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4333 konec 1.9
4334     {
4335     DetCluDigiObj* p;
4336     void* tmp = (void*) G__int(libp->para[0]);
4337     p = new DetCluDigiObj(*(DetCluDigiObj*) tmp);
4338     result7->obj.i = (long) p;
4339     result7->ref = (long) p;
4340     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObj));
4341     return(1 || funcname || hash || result7 || libp) ;
4342     }
4343    
4344     // automatic destructor
4345     typedef DetCluDigiObj G__TDetCluDigiObj;
4346 akalinow 1.18 static int G__rootMAnaDict_186_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4347 konec 1.9 {
4348     char* gvp = (char*) G__getgvp();
4349     long soff = G__getstructoffset();
4350     int n = G__getaryconstruct();
4351     //
4352     //has_a_delete: 1
4353     //has_own_delete1arg: 0
4354     //has_own_delete2arg: 0
4355     //
4356     if (!soff) {
4357     return(1);
4358     }
4359     if (n) {
4360     if (gvp == (char*)G__PVOID) {
4361     delete[] (DetCluDigiObj*) soff;
4362     } else {
4363     G__setgvp((long) G__PVOID);
4364     for (int i = n - 1; i >= 0; --i) {
4365     ((DetCluDigiObj*) (soff+(sizeof(DetCluDigiObj)*i)))->~G__TDetCluDigiObj();
4366     }
4367     G__setgvp((long)gvp);
4368     }
4369     } else {
4370     if (gvp == (char*)G__PVOID) {
4371     delete (DetCluDigiObj*) soff;
4372     } else {
4373     G__setgvp((long) G__PVOID);
4374     ((DetCluDigiObj*) (soff))->~G__TDetCluDigiObj();
4375     G__setgvp((long)gvp);
4376     }
4377     }
4378     G__setnull(result7);
4379     return(1 || funcname || hash || result7 || libp) ;
4380     }
4381    
4382     // automatic assignment operator
4383 akalinow 1.18 static int G__rootMAnaDict_186_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4384 konec 1.9 {
4385     DetCluDigiObj* dest = (DetCluDigiObj*) G__getstructoffset();
4386     *dest = *(DetCluDigiObj*) libp->para[0].ref;
4387     const DetCluDigiObj& obj = *dest;
4388     result7->ref = (long) (&obj);
4389     result7->obj.i = (long) (&obj);
4390     return(1 || funcname || hash || result7 || libp) ;
4391     }
4392    
4393    
4394     /* DetCluDigiObjVect */
4395 akalinow 1.18 static int G__rootMAnaDict_187_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4396 konec 1.9 {
4397     G__letint(result7, 85, (long) DetCluDigiObjVect::Class());
4398     return(1 || funcname || hash || result7 || libp) ;
4399     }
4400    
4401 akalinow 1.18 static int G__rootMAnaDict_187_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4402 konec 1.9 {
4403     G__letint(result7, 67, (long) DetCluDigiObjVect::Class_Name());
4404     return(1 || funcname || hash || result7 || libp) ;
4405     }
4406    
4407 akalinow 1.18 static int G__rootMAnaDict_187_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4408 konec 1.9 {
4409     G__letint(result7, 115, (long) DetCluDigiObjVect::Class_Version());
4410     return(1 || funcname || hash || result7 || libp) ;
4411     }
4412    
4413 akalinow 1.18 static int G__rootMAnaDict_187_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4414 konec 1.9 {
4415     DetCluDigiObjVect::Dictionary();
4416     G__setnull(result7);
4417     return(1 || funcname || hash || result7 || libp) ;
4418     }
4419    
4420 akalinow 1.18 static int G__rootMAnaDict_187_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4421 konec 1.9 {
4422     ((DetCluDigiObjVect*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
4423     G__setnull(result7);
4424     return(1 || funcname || hash || result7 || libp) ;
4425     }
4426    
4427 akalinow 1.18 static int G__rootMAnaDict_187_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4428 konec 1.9 {
4429     G__letint(result7, 67, (long) DetCluDigiObjVect::DeclFileName());
4430     return(1 || funcname || hash || result7 || libp) ;
4431     }
4432    
4433 akalinow 1.18 static int G__rootMAnaDict_187_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4434 konec 1.9 {
4435     G__letint(result7, 105, (long) DetCluDigiObjVect::ImplFileLine());
4436     return(1 || funcname || hash || result7 || libp) ;
4437     }
4438    
4439 akalinow 1.18 static int G__rootMAnaDict_187_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4440 konec 1.9 {
4441     G__letint(result7, 67, (long) DetCluDigiObjVect::ImplFileName());
4442     return(1 || funcname || hash || result7 || libp) ;
4443     }
4444    
4445 akalinow 1.18 static int G__rootMAnaDict_187_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4446 konec 1.9 {
4447     G__letint(result7, 105, (long) DetCluDigiObjVect::DeclFileLine());
4448     return(1 || funcname || hash || result7 || libp) ;
4449     }
4450    
4451     // automatic default constructor
4452 akalinow 1.18 static int G__rootMAnaDict_187_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4453 konec 1.9 {
4454     DetCluDigiObjVect *p;
4455     char* gvp = (char*) G__getgvp();
4456     int n = G__getaryconstruct();
4457     if (n) {
4458     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4459     p = new DetCluDigiObjVect[n];
4460     } else {
4461     p = new((void*) gvp) DetCluDigiObjVect[n];
4462     }
4463     } else {
4464     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4465     p = new DetCluDigiObjVect;
4466     } else {
4467     p = new((void*) gvp) DetCluDigiObjVect;
4468     }
4469     }
4470     result7->obj.i = (long) p;
4471     result7->ref = (long) p;
4472     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObjVect));
4473     return(1 || funcname || hash || result7 || libp) ;
4474     }
4475    
4476     // automatic copy constructor
4477 akalinow 1.18 static int G__rootMAnaDict_187_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4478 konec 1.9
4479     {
4480     DetCluDigiObjVect* p;
4481     void* tmp = (void*) G__int(libp->para[0]);
4482     p = new DetCluDigiObjVect(*(DetCluDigiObjVect*) tmp);
4483     result7->obj.i = (long) p;
4484     result7->ref = (long) p;
4485     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObjVect));
4486     return(1 || funcname || hash || result7 || libp) ;
4487     }
4488    
4489     // automatic destructor
4490     typedef DetCluDigiObjVect G__TDetCluDigiObjVect;
4491 akalinow 1.18 static int G__rootMAnaDict_187_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4492 konec 1.9 {
4493     char* gvp = (char*) G__getgvp();
4494     long soff = G__getstructoffset();
4495     int n = G__getaryconstruct();
4496     //
4497     //has_a_delete: 1
4498     //has_own_delete1arg: 0
4499     //has_own_delete2arg: 0
4500     //
4501     if (!soff) {
4502     return(1);
4503     }
4504     if (n) {
4505     if (gvp == (char*)G__PVOID) {
4506     delete[] (DetCluDigiObjVect*) soff;
4507     } else {
4508     G__setgvp((long) G__PVOID);
4509     for (int i = n - 1; i >= 0; --i) {
4510     ((DetCluDigiObjVect*) (soff+(sizeof(DetCluDigiObjVect)*i)))->~G__TDetCluDigiObjVect();
4511     }
4512     G__setgvp((long)gvp);
4513     }
4514     } else {
4515     if (gvp == (char*)G__PVOID) {
4516     delete (DetCluDigiObjVect*) soff;
4517     } else {
4518     G__setgvp((long) G__PVOID);
4519     ((DetCluDigiObjVect*) (soff))->~G__TDetCluDigiObjVect();
4520     G__setgvp((long)gvp);
4521     }
4522     }
4523     G__setnull(result7);
4524     return(1 || funcname || hash || result7 || libp) ;
4525     }
4526    
4527     // automatic assignment operator
4528 akalinow 1.18 static int G__rootMAnaDict_187_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4529 konec 1.9 {
4530     DetCluDigiObjVect* dest = (DetCluDigiObjVect*) G__getstructoffset();
4531     *dest = *(DetCluDigiObjVect*) libp->para[0].ref;
4532     const DetCluDigiObjVect& obj = *dest;
4533     result7->ref = (long) (&obj);
4534     result7->obj.i = (long) (&obj);
4535     return(1 || funcname || hash || result7 || libp) ;
4536     }
4537    
4538    
4539 konec 1.8 /* TriggerMenuResultObj */
4540 akalinow 1.18 static int G__rootMAnaDict_192_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4541 konec 1.8 {
4542     G__letint(result7, 85, (long) TriggerMenuResultObj::Class());
4543     return(1 || funcname || hash || result7 || libp) ;
4544     }
4545    
4546 akalinow 1.18 static int G__rootMAnaDict_192_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4547 konec 1.8 {
4548     G__letint(result7, 67, (long) TriggerMenuResultObj::Class_Name());
4549     return(1 || funcname || hash || result7 || libp) ;
4550     }
4551    
4552 akalinow 1.18 static int G__rootMAnaDict_192_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4553 konec 1.8 {
4554     G__letint(result7, 115, (long) TriggerMenuResultObj::Class_Version());
4555     return(1 || funcname || hash || result7 || libp) ;
4556     }
4557    
4558 akalinow 1.18 static int G__rootMAnaDict_192_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4559 konec 1.8 {
4560     TriggerMenuResultObj::Dictionary();
4561     G__setnull(result7);
4562     return(1 || funcname || hash || result7 || libp) ;
4563     }
4564    
4565 akalinow 1.18 static int G__rootMAnaDict_192_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4566 konec 1.8 {
4567     ((TriggerMenuResultObj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
4568     G__setnull(result7);
4569     return(1 || funcname || hash || result7 || libp) ;
4570     }
4571    
4572 akalinow 1.18 static int G__rootMAnaDict_192_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4573 konec 1.8 {
4574     G__letint(result7, 67, (long) TriggerMenuResultObj::DeclFileName());
4575     return(1 || funcname || hash || result7 || libp) ;
4576     }
4577    
4578 akalinow 1.18 static int G__rootMAnaDict_192_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4579 konec 1.8 {
4580     G__letint(result7, 105, (long) TriggerMenuResultObj::ImplFileLine());
4581     return(1 || funcname || hash || result7 || libp) ;
4582     }
4583    
4584 akalinow 1.18 static int G__rootMAnaDict_192_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4585 konec 1.8 {
4586     G__letint(result7, 67, (long) TriggerMenuResultObj::ImplFileName());
4587     return(1 || funcname || hash || result7 || libp) ;
4588     }
4589    
4590 akalinow 1.18 static int G__rootMAnaDict_192_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4591 konec 1.8 {
4592     G__letint(result7, 105, (long) TriggerMenuResultObj::DeclFileLine());
4593     return(1 || funcname || hash || result7 || libp) ;
4594     }
4595    
4596     // automatic default constructor
4597 akalinow 1.18 static int G__rootMAnaDict_192_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4598 konec 1.8 {
4599     TriggerMenuResultObj *p;
4600     char* gvp = (char*) G__getgvp();
4601     int n = G__getaryconstruct();
4602     if (n) {
4603     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4604     p = new TriggerMenuResultObj[n];
4605     } else {
4606     p = new((void*) gvp) TriggerMenuResultObj[n];
4607     }
4608     } else {
4609     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4610     p = new TriggerMenuResultObj;
4611     } else {
4612     p = new((void*) gvp) TriggerMenuResultObj;
4613     }
4614     }
4615     result7->obj.i = (long) p;
4616     result7->ref = (long) p;
4617     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_TriggerMenuResultObj));
4618     return(1 || funcname || hash || result7 || libp) ;
4619     }
4620    
4621     // automatic copy constructor
4622 akalinow 1.18 static int G__rootMAnaDict_192_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4623 konec 1.8
4624     {
4625     TriggerMenuResultObj* p;
4626     void* tmp = (void*) G__int(libp->para[0]);
4627     p = new TriggerMenuResultObj(*(TriggerMenuResultObj*) tmp);
4628     result7->obj.i = (long) p;
4629     result7->ref = (long) p;
4630     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_TriggerMenuResultObj));
4631     return(1 || funcname || hash || result7 || libp) ;
4632     }
4633    
4634     // automatic destructor
4635     typedef TriggerMenuResultObj G__TTriggerMenuResultObj;
4636 akalinow 1.18 static int G__rootMAnaDict_192_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4637 konec 1.8 {
4638     char* gvp = (char*) G__getgvp();
4639     long soff = G__getstructoffset();
4640     int n = G__getaryconstruct();
4641     //
4642     //has_a_delete: 1
4643     //has_own_delete1arg: 0
4644     //has_own_delete2arg: 0
4645     //
4646     if (!soff) {
4647     return(1);
4648     }
4649     if (n) {
4650     if (gvp == (char*)G__PVOID) {
4651     delete[] (TriggerMenuResultObj*) soff;
4652     } else {
4653     G__setgvp((long) G__PVOID);
4654     for (int i = n - 1; i >= 0; --i) {
4655     ((TriggerMenuResultObj*) (soff+(sizeof(TriggerMenuResultObj)*i)))->~G__TTriggerMenuResultObj();
4656     }
4657     G__setgvp((long)gvp);
4658     }
4659     } else {
4660     if (gvp == (char*)G__PVOID) {
4661     delete (TriggerMenuResultObj*) soff;
4662     } else {
4663     G__setgvp((long) G__PVOID);
4664     ((TriggerMenuResultObj*) (soff))->~G__TTriggerMenuResultObj();
4665     G__setgvp((long)gvp);
4666     }
4667     }
4668     G__setnull(result7);
4669     return(1 || funcname || hash || result7 || libp) ;
4670     }
4671    
4672     // automatic assignment operator
4673 akalinow 1.18 static int G__rootMAnaDict_192_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4674 konec 1.8 {
4675     TriggerMenuResultObj* dest = (TriggerMenuResultObj*) G__getstructoffset();
4676     *dest = *(TriggerMenuResultObj*) libp->para[0].ref;
4677     const TriggerMenuResultObj& obj = *dest;
4678     result7->ref = (long) (&obj);
4679     result7->obj.i = (long) (&obj);
4680     return(1 || funcname || hash || result7 || libp) ;
4681     }
4682    
4683    
4684 konec 1.17 /* HitSpecObj */
4685 akalinow 1.18 static int G__rootMAnaDict_234_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4686 konec 1.17 {
4687     HitSpecObj* p = NULL;
4688     char* gvp = (char*) G__getgvp();
4689     switch (libp->paran) {
4690     case 3:
4691     //m: 3
4692     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4693     p = new HitSpecObj(
4694     (unsigned int) G__int(libp->para[0]), *(GlobalPoint*) libp->para[1].ref
4695     , *(GlobalVector*) libp->para[2].ref);
4696     } else {
4697     p = new((void*) gvp) HitSpecObj(
4698     (unsigned int) G__int(libp->para[0]), *(GlobalPoint*) libp->para[1].ref
4699     , *(GlobalVector*) libp->para[2].ref);
4700     }
4701     break;
4702     case 2:
4703     //m: 2
4704     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4705     p = new HitSpecObj((unsigned int) G__int(libp->para[0]), *(GlobalPoint*) libp->para[1].ref);
4706     } else {
4707     p = new((void*) gvp) HitSpecObj((unsigned int) G__int(libp->para[0]), *(GlobalPoint*) libp->para[1].ref);
4708     }
4709     break;
4710     case 1:
4711     //m: 1
4712     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4713     p = new HitSpecObj((unsigned int) G__int(libp->para[0]));
4714     } else {
4715     p = new((void*) gvp) HitSpecObj((unsigned int) G__int(libp->para[0]));
4716     }
4717     break;
4718     case 0:
4719     int n = G__getaryconstruct();
4720     if (n) {
4721     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4722     p = new HitSpecObj[n];
4723     } else {
4724     p = new((void*) gvp) HitSpecObj[n];
4725     }
4726     } else {
4727     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
4728     p = new HitSpecObj;
4729     } else {
4730     p = new((void*) gvp) HitSpecObj;
4731     }
4732     }
4733     break;
4734     }
4735     result7->obj.i = (long) p;
4736     result7->ref = (long) p;
4737     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_HitSpecObj));
4738     return(1 || funcname || hash || result7 || libp) ;
4739     }
4740    
4741 akalinow 1.18 static int G__rootMAnaDict_234_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4742 konec 1.17 {
4743     G__letint(result7, 104, (long) ((const HitSpecObj*) G__getstructoffset())->rawId());
4744     return(1 || funcname || hash || result7 || libp) ;
4745     }
4746    
4747 akalinow 1.18 static int G__rootMAnaDict_234_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4748 konec 1.17 {
4749     {
4750     const GlobalPoint* pobj;
4751     const GlobalPoint xobj = ((const HitSpecObj*) G__getstructoffset())->position();
4752     pobj = new GlobalPoint(xobj);
4753     result7->obj.i = (long) ((void*) pobj);
4754     result7->ref = result7->obj.i;
4755     G__store_tempobject(*result7);
4756     }
4757     return(1 || funcname || hash || result7 || libp) ;
4758     }
4759    
4760 akalinow 1.18 static int G__rootMAnaDict_234_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4761 konec 1.17 {
4762     {
4763     const GlobalVector* pobj;
4764     const GlobalVector xobj = ((const HitSpecObj*) G__getstructoffset())->momentum();
4765     pobj = new GlobalVector(xobj);
4766     result7->obj.i = (long) ((void*) pobj);
4767     result7->ref = result7->obj.i;
4768     G__store_tempobject(*result7);
4769     }
4770     return(1 || funcname || hash || result7 || libp) ;
4771     }
4772    
4773 akalinow 1.18 static int G__rootMAnaDict_234_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4774 konec 1.17 {
4775     G__letint(result7, 85, (long) HitSpecObj::Class());
4776     return(1 || funcname || hash || result7 || libp) ;
4777     }
4778    
4779 akalinow 1.18 static int G__rootMAnaDict_234_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4780 konec 1.17 {
4781     G__letint(result7, 67, (long) HitSpecObj::Class_Name());
4782     return(1 || funcname || hash || result7 || libp) ;
4783     }
4784    
4785 akalinow 1.18 static int G__rootMAnaDict_234_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4786 konec 1.17 {
4787     G__letint(result7, 115, (long) HitSpecObj::Class_Version());
4788     return(1 || funcname || hash || result7 || libp) ;
4789     }
4790    
4791 akalinow 1.18 static int G__rootMAnaDict_234_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4792 konec 1.17 {
4793     HitSpecObj::Dictionary();
4794     G__setnull(result7);
4795     return(1 || funcname || hash || result7 || libp) ;
4796     }
4797    
4798 akalinow 1.18 static int G__rootMAnaDict_234_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4799 konec 1.17 {
4800     ((HitSpecObj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
4801     G__setnull(result7);
4802     return(1 || funcname || hash || result7 || libp) ;
4803     }
4804    
4805 akalinow 1.18 static int G__rootMAnaDict_234_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4806 konec 1.17 {
4807     G__letint(result7, 67, (long) HitSpecObj::DeclFileName());
4808     return(1 || funcname || hash || result7 || libp) ;
4809     }
4810    
4811 akalinow 1.18 static int G__rootMAnaDict_234_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4812 konec 1.17 {
4813     G__letint(result7, 105, (long) HitSpecObj::ImplFileLine());
4814     return(1 || funcname || hash || result7 || libp) ;
4815     }
4816    
4817 akalinow 1.18 static int G__rootMAnaDict_234_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4818 konec 1.17 {
4819     G__letint(result7, 67, (long) HitSpecObj::ImplFileName());
4820     return(1 || funcname || hash || result7 || libp) ;
4821     }
4822    
4823 akalinow 1.18 static int G__rootMAnaDict_234_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4824 konec 1.17 {
4825     G__letint(result7, 105, (long) HitSpecObj::DeclFileLine());
4826     return(1 || funcname || hash || result7 || libp) ;
4827     }
4828    
4829     // automatic copy constructor
4830 akalinow 1.18 static int G__rootMAnaDict_234_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4831 konec 1.17
4832     {
4833     HitSpecObj* p;
4834     void* tmp = (void*) G__int(libp->para[0]);
4835     p = new HitSpecObj(*(HitSpecObj*) tmp);
4836     result7->obj.i = (long) p;
4837     result7->ref = (long) p;
4838     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_HitSpecObj));
4839     return(1 || funcname || hash || result7 || libp) ;
4840     }
4841    
4842     // automatic destructor
4843     typedef HitSpecObj G__THitSpecObj;
4844 akalinow 1.18 static int G__rootMAnaDict_234_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4845 konec 1.17 {
4846     char* gvp = (char*) G__getgvp();
4847     long soff = G__getstructoffset();
4848     int n = G__getaryconstruct();
4849     //
4850     //has_a_delete: 1
4851     //has_own_delete1arg: 0
4852     //has_own_delete2arg: 0
4853     //
4854     if (!soff) {
4855     return(1);
4856     }
4857     if (n) {
4858     if (gvp == (char*)G__PVOID) {
4859     delete[] (HitSpecObj*) soff;
4860     } else {
4861     G__setgvp((long) G__PVOID);
4862     for (int i = n - 1; i >= 0; --i) {
4863     ((HitSpecObj*) (soff+(sizeof(HitSpecObj)*i)))->~G__THitSpecObj();
4864     }
4865     G__setgvp((long)gvp);
4866     }
4867     } else {
4868     if (gvp == (char*)G__PVOID) {
4869     delete (HitSpecObj*) soff;
4870     } else {
4871     G__setgvp((long) G__PVOID);
4872     ((HitSpecObj*) (soff))->~G__THitSpecObj();
4873     G__setgvp((long)gvp);
4874     }
4875     }
4876     G__setnull(result7);
4877     return(1 || funcname || hash || result7 || libp) ;
4878     }
4879    
4880     // automatic assignment operator
4881 akalinow 1.18 static int G__rootMAnaDict_234_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
4882 konec 1.17 {
4883     HitSpecObj* dest = (HitSpecObj*) G__getstructoffset();
4884     *dest = *(HitSpecObj*) libp->para[0].ref;
4885     const HitSpecObj& obj = *dest;
4886     result7->ref = (long) (&obj);
4887     result7->obj.i = (long) (&obj);
4888     return(1 || funcname || hash || result7 || libp) ;
4889     }
4890    
4891    
4892 konec 1.1 /* Setting up global function */
4893    
4894     /*********************************************************
4895     * Member function Stub
4896     *********************************************************/
4897    
4898     /* EventObj */
4899    
4900 akalinow 1.18 /* L1Obj */
4901    
4902     /* EventData */
4903    
4904 konec 1.2 /* TrackObj */
4905    
4906     /* MuonObj */
4907    
4908 konec 1.1 /* L1ObjColl */
4909    
4910 konec 1.7 /* SynchroCountsObj */
4911    
4912     /* SynchroCountsObjVect */
4913    
4914 konec 1.9 /* DetCluDigiObj */
4915    
4916     /* DetCluDigiObjVect */
4917    
4918 konec 1.8 /* TriggerMenuResultObj */
4919    
4920 konec 1.17 /* HitSpecObj */
4921    
4922 konec 1.1 /*********************************************************
4923     * Global function Stub
4924     *********************************************************/
4925    
4926     /*********************************************************
4927     * Get size of pointer to member function
4928     *********************************************************/
4929     class G__Sizep2memfuncrootMAnaDict {
4930     public:
4931     G__Sizep2memfuncrootMAnaDict(): p(&G__Sizep2memfuncrootMAnaDict::sizep2memfunc) {}
4932     size_t sizep2memfunc() { return(sizeof(p)); }
4933     private:
4934     size_t (G__Sizep2memfuncrootMAnaDict::*p)();
4935     };
4936    
4937     size_t G__get_sizep2memfuncrootMAnaDict()
4938     {
4939     G__Sizep2memfuncrootMAnaDict a;
4940     G__setsizep2memfunc((int)a.sizep2memfunc());
4941     return((size_t)a.sizep2memfunc());
4942     }
4943    
4944    
4945     /*********************************************************
4946     * virtual base class offset calculation interface
4947     *********************************************************/
4948    
4949     /* Setting up class inheritance */
4950    
4951     /*********************************************************
4952     * Inheritance information setup/
4953     *********************************************************/
4954     extern "C" void G__cpp_setup_inheritancerootMAnaDict() {
4955    
4956     /* Setting up class inheritance */
4957     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj))) {
4958     EventObj *G__Lderived;
4959     G__Lderived=(EventObj*)0x1000;
4960     {
4961     TObject *G__Lpbase=(TObject*)G__Lderived;
4962     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
4963     }
4964     }
4965 akalinow 1.18 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj))) {
4966     L1Obj *G__Lderived;
4967     G__Lderived=(L1Obj*)0x1000;
4968     {
4969     TObject *G__Lpbase=(TObject*)G__Lderived;
4970     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
4971     }
4972     }
4973     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_EventData))) {
4974     EventData *G__Lderived;
4975     G__Lderived=(EventData*)0x1000;
4976     {
4977     TObject *G__Lpbase=(TObject*)G__Lderived;
4978     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_EventData),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
4979     }
4980     }
4981 konec 1.2 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj))) {
4982     TrackObj *G__Lderived;
4983     G__Lderived=(TrackObj*)0x1000;
4984     {
4985     TObject *G__Lpbase=(TObject*)G__Lderived;
4986     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
4987     }
4988     }
4989     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj))) {
4990     MuonObj *G__Lderived;
4991     G__Lderived=(MuonObj*)0x1000;
4992     {
4993     TrackObj *G__Lpbase=(TrackObj*)G__Lderived;
4994     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj),G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj),(long)G__Lpbase-(long)G__Lderived,1,1);
4995     }
4996     {
4997     TObject *G__Lpbase=(TObject*)G__Lderived;
4998     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
4999     }
5000     }
5001 konec 1.1 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl))) {
5002     L1ObjColl *G__Lderived;
5003     G__Lderived=(L1ObjColl*)0x1000;
5004     {
5005     TObject *G__Lpbase=(TObject*)G__Lderived;
5006     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5007     }
5008     }
5009 konec 1.7 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObj))) {
5010     SynchroCountsObj *G__Lderived;
5011     G__Lderived=(SynchroCountsObj*)0x1000;
5012     {
5013     TObject *G__Lpbase=(TObject*)G__Lderived;
5014     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObj),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5015     }
5016     }
5017     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObjVect))) {
5018     SynchroCountsObjVect *G__Lderived;
5019     G__Lderived=(SynchroCountsObjVect*)0x1000;
5020     {
5021     TObject *G__Lpbase=(TObject*)G__Lderived;
5022     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObjVect),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5023     }
5024     }
5025 konec 1.9 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObj))) {
5026     DetCluDigiObj *G__Lderived;
5027     G__Lderived=(DetCluDigiObj*)0x1000;
5028     {
5029     TObject *G__Lpbase=(TObject*)G__Lderived;
5030     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObj),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5031     }
5032     }
5033     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObjVect))) {
5034     DetCluDigiObjVect *G__Lderived;
5035     G__Lderived=(DetCluDigiObjVect*)0x1000;
5036     {
5037     TObject *G__Lpbase=(TObject*)G__Lderived;
5038     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObjVect),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5039     }
5040     }
5041 konec 1.8 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_TriggerMenuResultObj))) {
5042     TriggerMenuResultObj *G__Lderived;
5043     G__Lderived=(TriggerMenuResultObj*)0x1000;
5044     {
5045     TObject *G__Lpbase=(TObject*)G__Lderived;
5046     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_TriggerMenuResultObj),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5047     }
5048     }
5049 konec 1.17 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_HitSpecObj))) {
5050     HitSpecObj *G__Lderived;
5051     G__Lderived=(HitSpecObj*)0x1000;
5052     {
5053     TObject *G__Lpbase=(TObject*)G__Lderived;
5054     G__inheritance_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_HitSpecObj),G__get_linked_tagnum(&G__rootMAnaDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
5055     }
5056     }
5057 konec 1.1 }
5058    
5059     /*********************************************************
5060     * typedef information setup/
5061     *********************************************************/
5062     extern "C" void G__cpp_setup_typetablerootMAnaDict() {
5063    
5064     /* Setting up typedef entry */
5065     G__search_typename2("Version_t",115,-1,0,-1);
5066     G__setnewtype(-1,"Class version identifier (short)",0);
5067 cwiok 1.6 G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
5068 konec 1.1 G__setnewtype(-1,NULL,0);
5069     G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
5070     G__setnewtype(-1,NULL,0);
5071     G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
5072     G__setnewtype(-1,NULL,0);
5073 cwiok 1.6 G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
5074     G__setnewtype(-1,NULL,0);
5075     G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
5076     G__setnewtype(-1,NULL,0);
5077     G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
5078 konec 1.1 G__setnewtype(-1,NULL,0);
5079     G__search_typename2("vector<L1Obj>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR),0,-1);
5080     G__setnewtype(-1,NULL,0);
5081     G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEL1ObjcOallocatorlEL1ObjgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR));
5082     G__setnewtype(-1,NULL,0);
5083     G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEL1ObjcOallocatorlEL1ObjgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR));
5084     G__setnewtype(-1,NULL,0);
5085 akalinow 1.18 G__search_typename2("TYPE",117,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),0,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl));
5086     G__setnewtype(-1,NULL,0);
5087 konec 1.7 G__search_typename2("vector<SynchroCountsObj>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgR),0,-1);
5088     G__setnewtype(-1,NULL,0);
5089     G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgR));
5090     G__setnewtype(-1,NULL,0);
5091     G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgR));
5092     G__setnewtype(-1,NULL,0);
5093 konec 1.9 G__search_typename2("vector<DetCluDigiObj>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgR),0,-1);
5094     G__setnewtype(-1,NULL,0);
5095     G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgR));
5096     G__setnewtype(-1,NULL,0);
5097     G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgR));
5098     G__setnewtype(-1,NULL,0);
5099 konec 1.8 G__search_typename2("vector<std::string>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
5100     G__setnewtype(-1,NULL,0);
5101 konec 1.17 G__search_typename2("vector<string>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
5102     G__setnewtype(-1,NULL,0);
5103 konec 1.8 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEstringcOallocatorlEstringgRsPgR));
5104     G__setnewtype(-1,NULL,0);
5105     G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEstringcOallocatorlEstringgRsPgR));
5106     G__setnewtype(-1,NULL,0);
5107     G__search_typename2("vector<string>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
5108     G__setnewtype(-1,NULL,0);
5109 konec 1.17 G__search_typename2("GlobalPoint",117,G__get_linked_tagnum(&G__rootMAnaDictLN_Point3DBaselEfloatcOGlobalTaggR),0,-1);
5110     G__setnewtype(-1,NULL,0);
5111     G__search_typename2("GlobalVector",117,G__get_linked_tagnum(&G__rootMAnaDictLN_Vector3DBaselEfloatcOGlobalTaggR),0,-1);
5112     G__setnewtype(-1,NULL,0);
5113 konec 1.1 }
5114    
5115     /*********************************************************
5116     * Data Member information setup/
5117     *********************************************************/
5118    
5119     /* Setting up class,struct,union tag member variable */
5120    
5121     /* EventObj */
5122     static void G__setup_memvarEventObj(void) {
5123     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj));
5124     { EventObj *p; p=(EventObj*)0x1000; if (p) { }
5125     G__memvar_setup((void*)((long)(&p->bx)-(long)(p)),104,0,0,-1,-1,-1,1,"bx=",0,(char*)NULL);
5126     G__memvar_setup((void*)((long)(&p->id)-(long)(p)),104,0,0,-1,-1,-1,1,"id=",0,(char*)NULL);
5127     G__memvar_setup((void*)((long)(&p->lumi)-(long)(p)),104,0,0,-1,-1,-1,1,"lumi=",0,(char*)NULL);
5128     G__memvar_setup((void*)((long)(&p->run)-(long)(p)),104,0,0,-1,-1,-1,1,"run=",0,(char*)NULL);
5129     G__memvar_setup((void*)((long)(&p->time)-(long)(p)),109,0,0,-1,G__defined_typename("ULong64_t"),-1,1,"time=",0,(char*)NULL);
5130     G__memvar_setup((void*)((long)(&p->orbit)-(long)(p)),109,0,0,-1,G__defined_typename("ULong64_t"),-1,1,"orbit=",0,(char*)NULL);
5131     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5132     }
5133     G__tag_memvar_reset();
5134     }
5135    
5136    
5137 akalinow 1.18 /* L1Obj */
5138     static void G__setup_memvarL1Obj(void) {
5139     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj));
5140     { L1Obj *p; p=(L1Obj*)0x1000; if (p) { }
5141     G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),-1,-2,1,G__FastAllocString(4096).Format("NONE=%lldLL",(long long)L1Obj::NONE).data(),0,(char*)NULL);
5142     G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),-1,-2,1,G__FastAllocString(4096).Format("RPCb=%lldLL",(long long)L1Obj::RPCb).data(),0,(char*)NULL);
5143     G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),-1,-2,1,G__FastAllocString(4096).Format("RPCf=%lldLL",(long long)L1Obj::RPCf).data(),0,(char*)NULL);
5144     G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),-1,-2,1,G__FastAllocString(4096).Format("DT=%lldLL",(long long)L1Obj::DT).data(),0,(char*)NULL);
5145     G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),-1,-2,1,G__FastAllocString(4096).Format("CSC=%lldLL",(long long)L1Obj::CSC).data(),0,(char*)NULL);
5146     G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),-1,-2,1,G__FastAllocString(4096).Format("GMT=%lldLL",(long long)L1Obj::GMT).data(),0,(char*)NULL);
5147     G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),-1,-2,1,G__FastAllocString(4096).Format("RPCb_emu=%lldLL",(long long)L1Obj::RPCb_emu).data(),0,(char*)NULL);
5148     G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),-1,-2,1,G__FastAllocString(4096).Format("RPCf_emu=%lldLL",(long long)L1Obj::RPCf_emu).data(),0,(char*)NULL);
5149     G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),-1,-2,1,G__FastAllocString(4096).Format("GMT_emu=%lldLL",(long long)L1Obj::GMT_emu).data(),0,(char*)NULL);
5150     G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),-1,-2,1,G__FastAllocString(4096).Format("OTF=%lldLL",(long long)L1Obj::OTF).data(),0,(char*)NULL);
5151     G__memvar_setup((void*)((long)(&p->pt)-(long)(p)),102,0,0,-1,-1,-1,1,"pt=",0,(char*)NULL);
5152     G__memvar_setup((void*)((long)(&p->eta)-(long)(p)),102,0,0,-1,-1,-1,1,"eta=",0,(char*)NULL);
5153     G__memvar_setup((void*)((long)(&p->phi)-(long)(p)),102,0,0,-1,-1,-1,1,"phi=",0,(char*)NULL);
5154     G__memvar_setup((void*)((long)(&p->bx)-(long)(p)),105,0,0,-1,-1,-1,1,"bx=",0,(char*)NULL);
5155     G__memvar_setup((void*)((long)(&p->q)-(long)(p)),105,0,0,-1,-1,-1,1,"q=",0,(char*)NULL);
5156     G__memvar_setup((void*)((long)(&p->charge)-(long)(p)),105,0,0,-1,-1,-1,1,"charge=",0,(char*)NULL);
5157     G__memvar_setup((void*)((long)(&p->type)-(long)(p)),105,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjcLcLTYPE),-1,-1,1,"type=",0,(char*)NULL);
5158     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5159     }
5160     G__tag_memvar_reset();
5161     }
5162    
5163    
5164     /* EventData */
5165     static void G__setup_memvarEventData(void) {
5166     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_EventData));
5167     { EventData *p; p=(EventData*)0x1000; if (p) { }
5168     G__memvar_setup((void*)((long)(&p->weight)-(long)(p)),102,0,0,-1,-1,-1,1,"weight=",0,(char*)NULL);
5169     G__memvar_setup((void*)((long)(&p->pt)-(long)(p)),102,0,0,-1,-1,-1,1,"pt=",0,(char*)NULL);
5170     G__memvar_setup((void*)((long)(&p->eta)-(long)(p)),102,0,0,-1,-1,-1,1,"eta=",0,(char*)NULL);
5171     G__memvar_setup((void*)((long)(&p->phi)-(long)(p)),102,0,0,-1,-1,-1,1,"phi=",0,(char*)NULL);
5172     G__memvar_setup((void*)((long)(&p->phiHit)-(long)(p)),102,0,0,-1,-1,-1,1,"phiHit=",0,(char*)NULL);
5173     G__memvar_setup((void*)((long)(&p->etaHit)-(long)(p)),102,0,0,-1,-1,-1,1,"etaHit=",0,(char*)NULL);
5174     G__memvar_setup((void*)((long)(&p->charge)-(long)(p)),105,0,0,-1,-1,-1,1,"charge=",0,(char*)NULL);
5175     G__memvar_setup((void*)((long)(&p->l1ObjectsOtf)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR),G__defined_typename("vector<L1Obj>"),-1,1,"l1ObjectsOtf=",0,(char*)NULL);
5176     G__memvar_setup((void*)((long)(&p->l1ObjectsGmt)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR),G__defined_typename("vector<L1Obj>"),-1,1,"l1ObjectsGmt=",0,(char*)NULL);
5177     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5178     }
5179     G__tag_memvar_reset();
5180     }
5181    
5182    
5183 konec 1.2 /* TrackObj */
5184     static void G__setup_memvarTrackObj(void) {
5185     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj));
5186     { TrackObj *p; p=(TrackObj*)0x1000; if (p) { }
5187     G__memvar_setup((void*)0,102,0,0,-1,-1,-1,4,"thePt=",0,(char*)NULL);
5188     G__memvar_setup((void*)0,102,0,0,-1,-1,-1,4,"theEta=",0,(char*)NULL);
5189     G__memvar_setup((void*)0,102,0,0,-1,-1,-1,4,"thePhi=",0,(char*)NULL);
5190 konec 1.17 G__memvar_setup((void*)0,105,0,0,-1,-1,-1,4,"theCharge=",0,(char*)NULL);
5191 konec 1.2 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5192     }
5193     G__tag_memvar_reset();
5194     }
5195    
5196    
5197     /* MuonObj */
5198     static void G__setup_memvarMuonObj(void) {
5199     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj));
5200     { MuonObj *p; p=(MuonObj*)0x1000; if (p) { }
5201 konec 1.7 G__memvar_setup((void*)((long)(&p->nRPCHits)-(long)(p)),104,0,0,-1,-1,-1,1,"nRPCHits=",0,(char*)NULL);
5202     G__memvar_setup((void*)((long)(&p->nDTHits)-(long)(p)),104,0,0,-1,-1,-1,1,"nDTHits=",0,(char*)NULL);
5203     G__memvar_setup((void*)((long)(&p->nCSCHits)-(long)(p)),104,0,0,-1,-1,-1,1,"nCSCHits=",0,(char*)NULL);
5204     G__memvar_setup((void*)((long)(&p->nTrackerHits)-(long)(p)),104,0,0,-1,-1,-1,1,"nTrackerHits=",0,(char*)NULL);
5205     G__memvar_setup((void*)((long)(&p->nMatchedStations)-(long)(p)),104,0,0,-1,-1,-1,1,"nMatchedStations=",0,(char*)NULL);
5206 konec 1.14 G__memvar_setup((void*)((long)(&p->isUnique)-(long)(p)),103,0,0,-1,-1,-1,1,"isUnique=",0,(char*)NULL);
5207     G__memvar_setup((void*)((long)(&p->nAllMuons)-(long)(p)),104,0,0,-1,-1,-1,1,"nAllMuons=",0,(char*)NULL);
5208 konec 1.2 G__memvar_setup((void*)0,104,0,0,-1,-1,-1,4,"theMuonBits=",0,(char*)NULL);
5209     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5210     }
5211     G__tag_memvar_reset();
5212     }
5213    
5214    
5215 konec 1.1 /* L1ObjColl */
5216     static void G__setup_memvarL1ObjColl(void) {
5217     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl));
5218     { L1ObjColl *p; p=(L1ObjColl*)0x1000; if (p) { }
5219     G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR),G__defined_typename("vector<L1Obj>"),-1,4,"theL1Obj=",0,(char*)NULL);
5220     G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEboolcOallocatorlEboolgRsPgR),G__defined_typename("vector<bool>"),-1,4,"theL1Matching=",0,(char*)NULL);
5221 konec 1.10 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<double>"),-1,4,"theDeltaR=",0,(char*)NULL);
5222 konec 1.1 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5223     }
5224     G__tag_memvar_reset();
5225     }
5226    
5227 konec 1.7
5228     /* SynchroCountsObj */
5229     static void G__setup_memvarSynchroCountsObj(void) {
5230     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObj));
5231     { SynchroCountsObj *p; p=(SynchroCountsObj*)0x1000; if (p) { }
5232     G__memvar_setup((void*)((long)(&p->dccId)-(long)(p)),105,0,0,-1,-1,-1,1,"dccId=",0,(char*)NULL);
5233     G__memvar_setup((void*)((long)(&p->dccInputChannelNum)-(long)(p)),105,0,0,-1,-1,-1,1,"dccInputChannelNum=",0,(char*)NULL);
5234     G__memvar_setup((void*)((long)(&p->tbLinkInputNum)-(long)(p)),105,0,0,-1,-1,-1,1,"tbLinkInputNum=",0,(char*)NULL);
5235     G__memvar_setup((void*)((long)(&p->lbNumInLink)-(long)(p)),105,0,0,-1,-1,-1,1,"lbNumInLink=",0,(char*)NULL);
5236     G__memvar_setup((void*)((long)(&p->bx)-(long)(p)),105,0,0,-1,-1,-1,1,"bx=",0,(char*)NULL);
5237     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5238     }
5239     G__tag_memvar_reset();
5240     }
5241    
5242    
5243     /* SynchroCountsObjVect */
5244     static void G__setup_memvarSynchroCountsObjVect(void) {
5245     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObjVect));
5246     { SynchroCountsObjVect *p; p=(SynchroCountsObjVect*)0x1000; if (p) { }
5247     G__memvar_setup((void*)((long)(&p->data)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgR),G__defined_typename("vector<SynchroCountsObj>"),-1,1,"data=",0,(char*)NULL);
5248     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5249     }
5250     G__tag_memvar_reset();
5251     }
5252    
5253 konec 1.8
5254 konec 1.9 /* DetCluDigiObj */
5255     static void G__setup_memvarDetCluDigiObj(void) {
5256     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObj));
5257     { DetCluDigiObj *p; p=(DetCluDigiObj*)0x1000; if (p) { }
5258     G__memvar_setup((void*)((long)(&p->det)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"det=",0,(char*)NULL);
5259     G__memvar_setup((void*)((long)(&p->clusterSize)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"clusterSize=",0,(char*)NULL);
5260     G__memvar_setup((void*)((long)(&p->nDigis)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"nDigis=",0,(char*)NULL);
5261     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5262     }
5263     G__tag_memvar_reset();
5264     }
5265    
5266    
5267     /* DetCluDigiObjVect */
5268     static void G__setup_memvarDetCluDigiObjVect(void) {
5269     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObjVect));
5270     { DetCluDigiObjVect *p; p=(DetCluDigiObjVect*)0x1000; if (p) { }
5271     G__memvar_setup((void*)((long)(&p->data)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgR),G__defined_typename("vector<DetCluDigiObj>"),-1,1,"data=",0,(char*)NULL);
5272     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5273     }
5274     G__tag_memvar_reset();
5275     }
5276    
5277    
5278 konec 1.8 /* TriggerMenuResultObj */
5279     static void G__setup_memvarTriggerMenuResultObj(void) {
5280     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_TriggerMenuResultObj));
5281     { TriggerMenuResultObj *p; p=(TriggerMenuResultObj*)0x1000; if (p) { }
5282     G__memvar_setup((void*)((long)(&p->names)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEstringcOallocatorlEstringgRsPgR),G__defined_typename("vector<std::string>"),-1,1,"names=",0,(char*)NULL);
5283     G__memvar_setup((void*)((long)(&p->firedAlgos)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),G__defined_typename("vector<unsigned int>"),-1,1,"firedAlgos=",0,(char*)NULL);
5284     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5285     }
5286     G__tag_memvar_reset();
5287     }
5288    
5289 konec 1.17
5290     /* HitSpecObj */
5291     static void G__setup_memvarHitSpecObj(void) {
5292     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_HitSpecObj));
5293     { HitSpecObj *p; p=(HitSpecObj*)0x1000; if (p) { }
5294     G__memvar_setup((void*)0,104,0,0,-1,-1,-1,4,"theRawId=",0,(char*)NULL);
5295     G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"pos_x=",0,(char*)NULL);
5296     G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"pos_y=",0,(char*)NULL);
5297     G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"pos_z=",0,(char*)NULL);
5298     G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"mom_x=",0,(char*)NULL);
5299     G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"mom_y=",0,(char*)NULL);
5300     G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"mom_z=",0,(char*)NULL);
5301     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
5302     }
5303     G__tag_memvar_reset();
5304     }
5305    
5306 konec 1.1 extern "C" void G__cpp_setup_memvarrootMAnaDict() {
5307     }
5308     /***********************************************************
5309     ************************************************************
5310     ************************************************************
5311     ************************************************************
5312     ************************************************************
5313     ************************************************************
5314     ************************************************************
5315     ***********************************************************/
5316    
5317     /*********************************************************
5318     * Member function information setup for each class
5319     *********************************************************/
5320     static void G__setup_memfuncEventObj(void) {
5321     /* EventObj */
5322     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj));
5323 konec 1.17 G__memfunc_setup("Class",502,G__rootMAnaDict_168_0_1, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&EventObj::Class) ), 0);
5324     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_168_0_2, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&EventObj::Class_Name) ), 0);
5325     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_168_0_3, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&EventObj::Class_Version) ), 0);
5326     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_168_0_4, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&EventObj::Dictionary) ), 0);
5327 konec 1.1 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5328 konec 1.17 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5329     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5330     G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_168_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5331     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_168_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&EventObj::DeclFileName) ), 0);
5332     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_168_0_10, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&EventObj::ImplFileLine) ), 0);
5333     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_168_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&EventObj::ImplFileName) ), 0);
5334     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_168_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&EventObj::DeclFileLine) ), 0);
5335 konec 1.1 // automatic default constructor
5336 konec 1.17 G__memfunc_setup("EventObj", 797, G__rootMAnaDict_168_0_13, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5337 konec 1.1 // automatic copy constructor
5338 konec 1.17 G__memfunc_setup("EventObj", 797, G__rootMAnaDict_168_0_14, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj), -1, 0, 1, 1, 1, 0, "u 'EventObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5339 konec 1.1 // automatic destructor
5340 konec 1.17 G__memfunc_setup("~EventObj", 923, G__rootMAnaDict_168_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5341 konec 1.1 // automatic assignment operator
5342 konec 1.17 G__memfunc_setup("operator=", 937, G__rootMAnaDict_168_0_16, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj), -1, 1, 1, 1, 1, 0, "u 'EventObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5343 konec 1.1 G__tag_memfunc_reset();
5344     }
5345    
5346 akalinow 1.18 static void G__setup_memfuncL1Obj(void) {
5347     /* L1Obj */
5348     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj));
5349     G__memfunc_setup("L1Obj",408,G__rootMAnaDict_169_0_1, 105, G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
5350     G__memfunc_setup("isValid",716,G__rootMAnaDict_169_0_2, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5351     G__memfunc_setup("Class",502,G__rootMAnaDict_169_0_3, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&L1Obj::Class) ), 0);
5352     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_169_0_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&L1Obj::Class_Name) ), 0);
5353     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_169_0_5, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&L1Obj::Class_Version) ), 0);
5354     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_169_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&L1Obj::Dictionary) ), 0);
5355     G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5356     G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5357     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5358     G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_169_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5359     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_169_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&L1Obj::DeclFileName) ), 0);
5360     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_169_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&L1Obj::ImplFileLine) ), 0);
5361     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_169_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&L1Obj::ImplFileName) ), 0);
5362     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_169_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&L1Obj::DeclFileLine) ), 0);
5363     // automatic copy constructor
5364     G__memfunc_setup("L1Obj", 408, G__rootMAnaDict_169_0_15, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj), -1, 0, 1, 1, 1, 0, "u 'L1Obj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5365     // automatic destructor
5366     G__memfunc_setup("~L1Obj", 534, G__rootMAnaDict_169_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5367     // automatic assignment operator
5368     G__memfunc_setup("operator=", 937, G__rootMAnaDict_169_0_17, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj), -1, 1, 1, 1, 1, 0, "u 'L1Obj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5369     G__tag_memfunc_reset();
5370     }
5371    
5372     static void G__setup_memfuncEventData(void) {
5373     /* EventData */
5374     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_EventData));
5375     G__memfunc_setup("EventData",892,G__rootMAnaDict_171_0_1, 105, G__get_linked_tagnum(&G__rootMAnaDictLN_EventData), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
5376     G__memfunc_setup("clear",519,G__rootMAnaDict_171_0_2, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
5377     G__memfunc_setup("Class",502,G__rootMAnaDict_171_0_3, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&EventData::Class) ), 0);
5378     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_171_0_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&EventData::Class_Name) ), 0);
5379     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_171_0_5, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&EventData::Class_Version) ), 0);
5380     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_171_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&EventData::Dictionary) ), 0);
5381     G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5382     G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5383     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5384     G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_171_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5385     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_171_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&EventData::DeclFileName) ), 0);
5386     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_171_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&EventData::ImplFileLine) ), 0);
5387     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_171_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&EventData::ImplFileName) ), 0);
5388     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_171_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&EventData::DeclFileLine) ), 0);
5389     // automatic copy constructor
5390     G__memfunc_setup("EventData", 892, G__rootMAnaDict_171_0_15, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_EventData), -1, 0, 1, 1, 1, 0, "u 'EventData' - 11 - -", (char*) NULL, (void*) NULL, 0);
5391     // automatic destructor
5392     G__memfunc_setup("~EventData", 1018, G__rootMAnaDict_171_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
5393     // automatic assignment operator
5394     G__memfunc_setup("operator=", 937, G__rootMAnaDict_171_0_17, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_EventData), -1, 1, 1, 1, 1, 0, "u 'EventData' - 11 - -", (char*) NULL, (void*) NULL, 0);
5395     G__tag_memfunc_reset();
5396     }
5397    
5398 konec 1.2 static void G__setup_memfuncTrackObj(void) {
5399     /* TrackObj */
5400     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj));
5401 akalinow 1.18 G__memfunc_setup("TrackObj",784,G__rootMAnaDict_176_0_1, 105, G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj), -1, 0, 4, 1, 1, 0,
5402 konec 1.2 "f - - 0 '0.' pt f - - 0 '0.' eta "
5403 konec 1.17 "f - - 0 '0.' phi i - - 0 '0' charge", (char*)NULL, (void*) NULL, 0);
5404 akalinow 1.18 G__memfunc_setup("setKine",723,G__rootMAnaDict_176_0_2, 121, -1, -1, 0, 4, 1, 1, 0,
5405 konec 1.2 "f - - 0 - pt f - - 0 - eta "
5406 konec 1.17 "f - - 0 - phi i - - 0 - charge", (char*)NULL, (void*) NULL, 0);
5407 akalinow 1.18 G__memfunc_setup("pt",228,G__rootMAnaDict_176_0_3, 102, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5408     G__memfunc_setup("eta",314,G__rootMAnaDict_176_0_4, 102, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5409     G__memfunc_setup("phi",321,G__rootMAnaDict_176_0_5, 102, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5410     G__memfunc_setup("charge",618,G__rootMAnaDict_176_0_6, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5411     G__memfunc_setup("Class",502,G__rootMAnaDict_176_0_7, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TrackObj::Class) ), 0);
5412     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_176_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TrackObj::Class_Name) ), 0);
5413     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_176_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TrackObj::Class_Version) ), 0);
5414     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_176_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TrackObj::Dictionary) ), 0);
5415 konec 1.2 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5416 konec 1.17 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5417     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5418 akalinow 1.18 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_176_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5419     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_176_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TrackObj::DeclFileName) ), 0);
5420     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_176_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TrackObj::ImplFileLine) ), 0);
5421     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_176_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TrackObj::ImplFileName) ), 0);
5422     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_176_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TrackObj::DeclFileLine) ), 0);
5423 konec 1.2 // automatic copy constructor
5424 akalinow 1.18 G__memfunc_setup("TrackObj", 784, G__rootMAnaDict_176_0_19, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj), -1, 0, 1, 1, 1, 0, "u 'TrackObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5425 konec 1.2 // automatic destructor
5426 akalinow 1.18 G__memfunc_setup("~TrackObj", 910, G__rootMAnaDict_176_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
5427 konec 1.2 // automatic assignment operator
5428 akalinow 1.18 G__memfunc_setup("operator=", 937, G__rootMAnaDict_176_0_21, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj), -1, 1, 1, 1, 1, 0, "u 'TrackObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5429 konec 1.2 G__tag_memfunc_reset();
5430     }
5431    
5432     static void G__setup_memfuncMuonObj(void) {
5433     /* MuonObj */
5434     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj));
5435 akalinow 1.18 G__memfunc_setup("MuonObj",698,G__rootMAnaDict_177_0_1, 105, G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj), -1, 0, 4, 1, 1, 0,
5436 konec 1.14 "f - - 0 '0.' pt f - - 0 '0.' eta "
5437     "f - - 0 '0.' phi f - - 0 '0.' charge", (char*)NULL, (void*) NULL, 0);
5438 akalinow 1.18 G__memfunc_setup("setBits",734,G__rootMAnaDict_177_0_2, 121, -1, -1, 0, 5, 1, 1, 0,
5439 konec 1.2 "g - - 0 - isGlobal g - - 0 - isTracker "
5440     "g - - 0 - isOuter g - - 0 - isCalo "
5441     "g - - 0 - isMatched", (char*)NULL, (void*) NULL, 0);
5442 akalinow 1.18 G__memfunc_setup("isGlobal",813,G__rootMAnaDict_177_0_3, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5443     G__memfunc_setup("isTracker",936,G__rootMAnaDict_177_0_4, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5444     G__memfunc_setup("isOuter",747,G__rootMAnaDict_177_0_5, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5445     G__memfunc_setup("isCalo",603,G__rootMAnaDict_177_0_6, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5446     G__memfunc_setup("isMatched",914,G__rootMAnaDict_177_0_7, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5447     G__memfunc_setup("Class",502,G__rootMAnaDict_177_0_8, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&MuonObj::Class) ), 0);
5448     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_177_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&MuonObj::Class_Name) ), 0);
5449     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_177_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&MuonObj::Class_Version) ), 0);
5450     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_177_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&MuonObj::Dictionary) ), 0);
5451 konec 1.1 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5452 konec 1.17 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5453     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5454 akalinow 1.18 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_177_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5455     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_177_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&MuonObj::DeclFileName) ), 0);
5456     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_177_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&MuonObj::ImplFileLine) ), 0);
5457     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_177_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&MuonObj::ImplFileName) ), 0);
5458     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_177_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&MuonObj::DeclFileLine) ), 0);
5459 konec 1.1 // automatic copy constructor
5460 akalinow 1.18 G__memfunc_setup("MuonObj", 698, G__rootMAnaDict_177_0_20, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj), -1, 0, 1, 1, 1, 0, "u 'MuonObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5461 konec 1.1 // automatic destructor
5462 akalinow 1.18 G__memfunc_setup("~MuonObj", 824, G__rootMAnaDict_177_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
5463 konec 1.1 // automatic assignment operator
5464 akalinow 1.18 G__memfunc_setup("operator=", 937, G__rootMAnaDict_177_0_22, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj), -1, 1, 1, 1, 1, 0, "u 'MuonObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5465 konec 1.1 G__tag_memfunc_reset();
5466     }
5467    
5468     static void G__setup_memfuncL1ObjColl(void) {
5469     /* L1ObjColl */
5470     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl));
5471 akalinow 1.18 G__memfunc_setup("L1ObjColl",802,G__rootMAnaDict_179_0_1, 105, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
5472     G__memfunc_setup("set",332,G__rootMAnaDict_179_0_2, 121, -1, -1, 0, 1, 1, 1, 0, "u 'vector<L1Obj,allocator<L1Obj> >' 'vector<L1Obj>' 11 - obj", (char*)NULL, (void*) NULL, 0);
5473     G__memfunc_setup("set",332,G__rootMAnaDict_179_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "u 'vector<bool,allocator<bool> >' 'vector<bool>' 11 - comp", (char*)NULL, (void*) NULL, 0);
5474     G__memfunc_setup("set",332,G__rootMAnaDict_179_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "u 'vector<double,allocator<double> >' 'vector<double>' 11 - dr", (char*)NULL, (void*) NULL, 0);
5475     G__memfunc_setup("push_back",944,G__rootMAnaDict_179_0_5, 121, -1, -1, 0, 3, 1, 1, 0,
5476 konec 1.12 "u 'L1Obj' - 11 - obj g - - 0 - match "
5477     "d - - 0 - deltaR", (char*)NULL, (void*) NULL, 0);
5478 akalinow 1.18 G__memfunc_setup("getL1Objs",843,G__rootMAnaDict_179_0_6, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR), G__defined_typename("vector<L1Obj>"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
5479     G__memfunc_setup("operator const std::vector<L1Obj>&",3165,G__rootMAnaDict_179_0_7, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR), G__defined_typename("vector<L1Obj>"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
5480     G__memfunc_setup("getL1ObjsMatching",1654,G__rootMAnaDict_179_0_8, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEboolcOallocatorlEboolgRsPgR), G__defined_typename("vector<bool>"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
5481     G__memfunc_setup("getL1ObjDeltaR",1300,G__rootMAnaDict_179_0_9, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEdoublecOallocatorlEdoublegRsPgR), G__defined_typename("vector<double>"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
5482     G__memfunc_setup("l1RpcColl",844,G__rootMAnaDict_179_0_10, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5483     G__memfunc_setup("l1RpcCollEmu",1139,G__rootMAnaDict_179_0_11, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5484     G__memfunc_setup("l1OthColl",850,G__rootMAnaDict_179_0_12, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5485     G__memfunc_setup("selectByType",1245,G__rootMAnaDict_179_0_13, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 1, 1, 1, 8, "u 'L1Obj::TYPE' 'L1ObjColl::TYPE' 0 - t1", (char*)NULL, (void*) NULL, 0);
5486     G__memfunc_setup("selectByPt",1023,G__rootMAnaDict_179_0_14, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 2, 1, 1, 8,
5487 konec 1.13 "d - - 0 '0.' ptMin d - - 0 '161.' ptMax", (char*)NULL, (void*) NULL, 0);
5488 akalinow 1.18 G__memfunc_setup("selectByPtMin",1315,G__rootMAnaDict_179_0_15, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 1, 1, 1, 8, "d - - 0 '0.' ptMin", (char*)NULL, (void*) NULL, 0);
5489     G__memfunc_setup("selectByEta",1109,G__rootMAnaDict_179_0_16, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 2, 1, 1, 8,
5490 konec 1.12 "d - - 0 '-1.61' etaMin d - - 0 '1.61' etaMax", (char*)NULL, (void*) NULL, 0);
5491 akalinow 1.18 G__memfunc_setup("selectByBx",1013,G__rootMAnaDict_179_0_17, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 2, 1, 1, 8,
5492 konec 1.12 "i - - 0 '0' bxMin i - - 0 '0' bxMax", (char*)NULL, (void*) NULL, 0);
5493 akalinow 1.18 G__memfunc_setup("selectByQuality",1572,G__rootMAnaDict_179_0_18, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 2, 1, 1, 8,
5494 konec 1.12 "i - - 0 '0' qMin i - - 0 '7' qMax", (char*)NULL, (void*) NULL, 0);
5495 akalinow 1.18 G__memfunc_setup("selectByMatched",1521,G__rootMAnaDict_179_0_19, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5496     G__memfunc_setup("selectByDeltaR",1399,G__rootMAnaDict_179_0_20, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 1, 1, 1, 8, "d - - 0 - deltaRMax", (char*)NULL, (void*) NULL, 0);
5497     G__memfunc_setup("operator+",919,G__rootMAnaDict_179_0_21, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 1, 1, 1, 8, "u 'L1ObjColl' - 11 - o", (char*)NULL, (void*) NULL, 0);
5498     G__memfunc_setup("operator bool",1336,G__rootMAnaDict_179_0_22, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5499     G__memfunc_setup("operator!",909,G__rootMAnaDict_179_0_23, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5500     G__memfunc_setup("isMatching_DRBx_At",1738,G__rootMAnaDict_179_0_24, 103, -1, -1, 0, 5, 1, 1, 8,
5501 konec 1.14 "d - - 0 - deltaR i - - 0 - bx "
5502     "d - - 0 - ptMin d - - 0 - eta "
5503     "d - - 0 - phi", (char*)NULL, (void*) NULL, 0);
5504 akalinow 1.18 G__memfunc_setup("isMatching_DRBx",1462,G__rootMAnaDict_179_0_25, 103, -1, -1, 0, 3, 1, 1, 8,
5505 konec 1.14 "d - - 0 - deltaR i - - 0 - bx "
5506     "d - - 0 '0.' ptMin", (char*)NULL, (void*) NULL, 0);
5507 akalinow 1.18 G__memfunc_setup("isMatching_PtminPtmaxBx",2354,G__rootMAnaDict_179_0_26, 103, -1, -1, 0, 4, 1, 1, 8,
5508 konec 1.14 "d - - 0 - ptMin d - - 0 - ptMax "
5509     "i - - 0 - bx g - - 0 - firstBXonly", (char*)NULL, (void*) NULL, 0);
5510 akalinow 1.18 G__memfunc_setup("getL1ObjsMatched",1537,G__rootMAnaDict_179_0_27, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR), G__defined_typename("vector<L1Obj>"), 0, 1, 1, 1, 8, "d - - 0 '0' ptMin", (char*)NULL, (void*) NULL, 0);
5511     G__memfunc_setup("getL1ObjsSelected",1652,G__rootMAnaDict_179_0_28, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR), G__defined_typename("vector<L1Obj>"), 0, 12, 1, 1, 8,
5512 konec 1.5 "g - - 0 'true' requireMatched g - - 0 'false' requireNonMatched "
5513     "d - - 0 '0.' ptMin d - - 0 '161.' ptMax "
5514     "i - - 0 '0' bxMin i - - 0 '0' bxMax "
5515     "d - - 0 '-2.5' etaMin d - - 0 '2.5' etaMax "
5516     "d - - 0 '0.' phiMin d - - 0 '7.' phiMax "
5517 akalinow 1.18 "i - - 0 '0' qMin i - - 0 '99' qMax", (char*)NULL, (void*) NULL, 0);
5518     G__memfunc_setup("typeSelector",1283,G__rootMAnaDict_179_0_29, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR), G__defined_typename("vector<L1Obj>"), 0, 5, 3, 1, 0,
5519 konec 1.10 "u 'vector<L1Obj,allocator<L1Obj> >' 'vector<L1Obj>' 11 - col u 'L1Obj::TYPE' 'L1ObjColl::TYPE' 0 'L1Obj::NONE' t1 "
5520     "u 'L1Obj::TYPE' 'L1ObjColl::TYPE' 0 'L1Obj::NONE' t2 u 'L1Obj::TYPE' 'L1ObjColl::TYPE' 0 'L1Obj::NONE' t3 "
5521     "u 'L1Obj::TYPE' 'L1ObjColl::TYPE' 0 'L1Obj::NONE' t4", (char*)NULL, (void*) G__func2void( (vector<L1Obj> (*)(const vector<L1Obj>&, L1ObjColl::TYPE, L1ObjColl::TYPE, L1ObjColl::TYPE, L1ObjColl::TYPE))(&L1ObjColl::typeSelector) ), 0);
5522 akalinow 1.18 G__memfunc_setup("Class",502,G__rootMAnaDict_179_0_30, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&L1ObjColl::Class) ), 0);
5523     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_179_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&L1ObjColl::Class_Name) ), 0);
5524     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_179_0_32, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&L1ObjColl::Class_Version) ), 0);
5525     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_179_0_33, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&L1ObjColl::Dictionary) ), 0);
5526 konec 1.1 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5527 konec 1.17 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5528     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5529 akalinow 1.18 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_179_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5530     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_179_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&L1ObjColl::DeclFileName) ), 0);
5531     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_179_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&L1ObjColl::ImplFileLine) ), 0);
5532     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_179_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&L1ObjColl::ImplFileName) ), 0);
5533     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_179_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&L1ObjColl::DeclFileLine) ), 0);
5534 konec 1.1 // automatic copy constructor
5535 akalinow 1.18 G__memfunc_setup("L1ObjColl", 802, G__rootMAnaDict_179_0_42, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 1, 1, 1, 0, "u 'L1ObjColl' - 11 - -", (char*) NULL, (void*) NULL, 0);
5536 konec 1.1 // automatic destructor
5537 akalinow 1.18 G__memfunc_setup("~L1ObjColl", 928, G__rootMAnaDict_179_0_43, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
5538 konec 1.1 // automatic assignment operator
5539 akalinow 1.18 G__memfunc_setup("operator=", 937, G__rootMAnaDict_179_0_44, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 1, 1, 1, 1, 0, "u 'L1ObjColl' - 11 - -", (char*) NULL, (void*) NULL, 0);
5540 konec 1.1 G__tag_memfunc_reset();
5541     }
5542    
5543 konec 1.7 static void G__setup_memfuncSynchroCountsObj(void) {
5544     /* SynchroCountsObj */
5545     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObj));
5546 akalinow 1.18 G__memfunc_setup("Class",502,G__rootMAnaDict_180_0_1, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&SynchroCountsObj::Class) ), 0);
5547     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_180_0_2, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&SynchroCountsObj::Class_Name) ), 0);
5548     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_180_0_3, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&SynchroCountsObj::Class_Version) ), 0);
5549     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_180_0_4, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&SynchroCountsObj::Dictionary) ), 0);
5550 konec 1.7 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5551 konec 1.17 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5552     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5553 akalinow 1.18 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_180_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5554     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_180_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&SynchroCountsObj::DeclFileName) ), 0);
5555     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_180_0_10, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&SynchroCountsObj::ImplFileLine) ), 0);
5556     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_180_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&SynchroCountsObj::ImplFileName) ), 0);
5557     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_180_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&SynchroCountsObj::DeclFileLine) ), 0);
5558 konec 1.7 // automatic default constructor
5559 akalinow 1.18 G__memfunc_setup("SynchroCountsObj", 1661, G__rootMAnaDict_180_0_13, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObj), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5560 konec 1.7 // automatic copy constructor
5561 akalinow 1.18 G__memfunc_setup("SynchroCountsObj", 1661, G__rootMAnaDict_180_0_14, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObj), -1, 0, 1, 1, 1, 0, "u 'SynchroCountsObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5562 konec 1.7 // automatic destructor
5563 akalinow 1.18 G__memfunc_setup("~SynchroCountsObj", 1787, G__rootMAnaDict_180_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5564 konec 1.7 // automatic assignment operator
5565 akalinow 1.18 G__memfunc_setup("operator=", 937, G__rootMAnaDict_180_0_16, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObj), -1, 1, 1, 1, 1, 0, "u 'SynchroCountsObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5566 konec 1.7 G__tag_memfunc_reset();
5567     }
5568    
5569     static void G__setup_memfuncSynchroCountsObjVect(void) {
5570     /* SynchroCountsObjVect */
5571     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObjVect));
5572 akalinow 1.18 G__memfunc_setup("Class",502,G__rootMAnaDict_181_0_1, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&SynchroCountsObjVect::Class) ), 0);
5573     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_181_0_2, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&SynchroCountsObjVect::Class_Name) ), 0);
5574     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_181_0_3, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&SynchroCountsObjVect::Class_Version) ), 0);
5575     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_181_0_4, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&SynchroCountsObjVect::Dictionary) ), 0);
5576 konec 1.9 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5577 konec 1.17 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5578     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5579 akalinow 1.18 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_181_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5580     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_181_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&SynchroCountsObjVect::DeclFileName) ), 0);
5581     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_181_0_10, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&SynchroCountsObjVect::ImplFileLine) ), 0);
5582     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_181_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&SynchroCountsObjVect::ImplFileName) ), 0);
5583     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_181_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&SynchroCountsObjVect::DeclFileLine) ), 0);
5584 konec 1.9 // automatic default constructor
5585 akalinow 1.18 G__memfunc_setup("SynchroCountsObjVect", 2063, G__rootMAnaDict_181_0_13, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObjVect), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5586 konec 1.9 // automatic copy constructor
5587 akalinow 1.18 G__memfunc_setup("SynchroCountsObjVect", 2063, G__rootMAnaDict_181_0_14, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObjVect), -1, 0, 1, 1, 1, 0, "u 'SynchroCountsObjVect' - 11 - -", (char*) NULL, (void*) NULL, 0);
5588 konec 1.9 // automatic destructor
5589 akalinow 1.18 G__memfunc_setup("~SynchroCountsObjVect", 2189, G__rootMAnaDict_181_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5590 konec 1.9 // automatic assignment operator
5591 akalinow 1.18 G__memfunc_setup("operator=", 937, G__rootMAnaDict_181_0_16, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_SynchroCountsObjVect), -1, 1, 1, 1, 1, 0, "u 'SynchroCountsObjVect' - 11 - -", (char*) NULL, (void*) NULL, 0);
5592 konec 1.9 G__tag_memfunc_reset();
5593     }
5594    
5595     static void G__setup_memfuncDetCluDigiObj(void) {
5596     /* DetCluDigiObj */
5597     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObj));
5598 akalinow 1.18 G__memfunc_setup("Class",502,G__rootMAnaDict_186_0_1, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&DetCluDigiObj::Class) ), 0);
5599     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_186_0_2, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&DetCluDigiObj::Class_Name) ), 0);
5600     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_186_0_3, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&DetCluDigiObj::Class_Version) ), 0);
5601     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_186_0_4, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&DetCluDigiObj::Dictionary) ), 0);
5602 konec 1.9 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5603 konec 1.17 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5604     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5605 akalinow 1.18 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_186_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5606     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_186_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&DetCluDigiObj::DeclFileName) ), 0);
5607     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_186_0_10, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&DetCluDigiObj::ImplFileLine) ), 0);
5608     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_186_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&DetCluDigiObj::ImplFileName) ), 0);
5609     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_186_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&DetCluDigiObj::DeclFileLine) ), 0);
5610 konec 1.9 // automatic default constructor
5611 akalinow 1.18 G__memfunc_setup("DetCluDigiObj", 1241, G__rootMAnaDict_186_0_13, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObj), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5612 konec 1.9 // automatic copy constructor
5613 akalinow 1.18 G__memfunc_setup("DetCluDigiObj", 1241, G__rootMAnaDict_186_0_14, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObj), -1, 0, 1, 1, 1, 0, "u 'DetCluDigiObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5614 konec 1.9 // automatic destructor
5615 akalinow 1.18 G__memfunc_setup("~DetCluDigiObj", 1367, G__rootMAnaDict_186_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5616 konec 1.9 // automatic assignment operator
5617 akalinow 1.18 G__memfunc_setup("operator=", 937, G__rootMAnaDict_186_0_16, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObj), -1, 1, 1, 1, 1, 0, "u 'DetCluDigiObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5618 konec 1.9 G__tag_memfunc_reset();
5619     }
5620    
5621     static void G__setup_memfuncDetCluDigiObjVect(void) {
5622     /* DetCluDigiObjVect */
5623     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObjVect));
5624 akalinow 1.18 G__memfunc_setup("Class",502,G__rootMAnaDict_187_0_1, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&DetCluDigiObjVect::Class) ), 0);
5625     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_187_0_2, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&DetCluDigiObjVect::Class_Name) ), 0);
5626     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_187_0_3, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&DetCluDigiObjVect::Class_Version) ), 0);
5627     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_187_0_4, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&DetCluDigiObjVect::Dictionary) ), 0);
5628 konec 1.7 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5629 konec 1.17 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5630     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5631 akalinow 1.18 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_187_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5632     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_187_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&DetCluDigiObjVect::DeclFileName) ), 0);
5633     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_187_0_10, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&DetCluDigiObjVect::ImplFileLine) ), 0);
5634     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_187_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&DetCluDigiObjVect::ImplFileName) ), 0);
5635     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_187_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&DetCluDigiObjVect::DeclFileLine) ), 0);
5636 konec 1.7 // automatic default constructor
5637 akalinow 1.18 G__memfunc_setup("DetCluDigiObjVect", 1643, G__rootMAnaDict_187_0_13, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObjVect), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5638 konec 1.7 // automatic copy constructor
5639 akalinow 1.18 G__memfunc_setup("DetCluDigiObjVect", 1643, G__rootMAnaDict_187_0_14, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObjVect), -1, 0, 1, 1, 1, 0, "u 'DetCluDigiObjVect' - 11 - -", (char*) NULL, (void*) NULL, 0);
5640 konec 1.7 // automatic destructor
5641 akalinow 1.18 G__memfunc_setup("~DetCluDigiObjVect", 1769, G__rootMAnaDict_187_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5642 konec 1.7 // automatic assignment operator
5643 akalinow 1.18 G__memfunc_setup("operator=", 937, G__rootMAnaDict_187_0_16, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_DetCluDigiObjVect), -1, 1, 1, 1, 1, 0, "u 'DetCluDigiObjVect' - 11 - -", (char*) NULL, (void*) NULL, 0);
5644 konec 1.7 G__tag_memfunc_reset();
5645     }
5646    
5647 konec 1.8 static void G__setup_memfuncTriggerMenuResultObj(void) {
5648     /* TriggerMenuResultObj */
5649     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_TriggerMenuResultObj));
5650 akalinow 1.18 G__memfunc_setup("Class",502,G__rootMAnaDict_192_0_1, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TriggerMenuResultObj::Class) ), 0);
5651     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_192_0_2, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TriggerMenuResultObj::Class_Name) ), 0);
5652     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_192_0_3, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TriggerMenuResultObj::Class_Version) ), 0);
5653     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_192_0_4, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TriggerMenuResultObj::Dictionary) ), 0);
5654 konec 1.8 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5655 konec 1.17 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5656     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5657 akalinow 1.18 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_192_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5658     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_192_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TriggerMenuResultObj::DeclFileName) ), 0);
5659     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_192_0_10, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TriggerMenuResultObj::ImplFileLine) ), 0);
5660     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_192_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TriggerMenuResultObj::ImplFileName) ), 0);
5661     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_192_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TriggerMenuResultObj::DeclFileLine) ), 0);
5662 konec 1.8 // automatic default constructor
5663 akalinow 1.18 G__memfunc_setup("TriggerMenuResultObj", 2051, G__rootMAnaDict_192_0_13, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_TriggerMenuResultObj), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5664 konec 1.17 // automatic copy constructor
5665 akalinow 1.18 G__memfunc_setup("TriggerMenuResultObj", 2051, G__rootMAnaDict_192_0_14, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_TriggerMenuResultObj), -1, 0, 1, 1, 1, 0, "u 'TriggerMenuResultObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5666 konec 1.17 // automatic destructor
5667 akalinow 1.18 G__memfunc_setup("~TriggerMenuResultObj", 2177, G__rootMAnaDict_192_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5668 konec 1.17 // automatic assignment operator
5669 akalinow 1.18 G__memfunc_setup("operator=", 937, G__rootMAnaDict_192_0_16, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_TriggerMenuResultObj), -1, 1, 1, 1, 1, 0, "u 'TriggerMenuResultObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5670 konec 1.17 G__tag_memfunc_reset();
5671     }
5672    
5673     static void G__setup_memfuncHitSpecObj(void) {
5674     /* HitSpecObj */
5675     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_HitSpecObj));
5676 akalinow 1.18 G__memfunc_setup("HitSpecObj",971,G__rootMAnaDict_234_0_1, 105, G__get_linked_tagnum(&G__rootMAnaDictLN_HitSpecObj), -1, 0, 3, 5, 1, 0,
5677 konec 1.17 "h - - 0 '0' id u 'Point3DBase<float,GlobalTag>' 'GlobalPoint' 11 'GlobalPoint()' pos "
5678     "u 'Vector3DBase<float,GlobalTag>' 'GlobalVector' 11 'GlobalVector()' mom", (char*)NULL, (void*) NULL, 0);
5679 akalinow 1.18 G__memfunc_setup("rawId",503,G__rootMAnaDict_234_0_2, 104, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5680     G__memfunc_setup("position",885,G__rootMAnaDict_234_0_3, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_Point3DBaselEfloatcOGlobalTaggR), G__defined_typename("GlobalPoint"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5681     G__memfunc_setup("momentum",882,G__rootMAnaDict_234_0_4, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_Vector3DBaselEfloatcOGlobalTaggR), G__defined_typename("GlobalVector"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
5682     G__memfunc_setup("Class",502,G__rootMAnaDict_234_0_5, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&HitSpecObj::Class) ), 0);
5683     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_234_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&HitSpecObj::Class_Name) ), 0);
5684     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_234_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&HitSpecObj::Class_Version) ), 0);
5685     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_234_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&HitSpecObj::Dictionary) ), 0);
5686 konec 1.17 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
5687     G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
5688     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
5689 akalinow 1.18 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_234_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
5690     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_234_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&HitSpecObj::DeclFileName) ), 0);
5691     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_234_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&HitSpecObj::ImplFileLine) ), 0);
5692     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_234_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&HitSpecObj::ImplFileName) ), 0);
5693     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_234_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&HitSpecObj::DeclFileLine) ), 0);
5694 konec 1.8 // automatic copy constructor
5695 akalinow 1.18 G__memfunc_setup("HitSpecObj", 971, G__rootMAnaDict_234_0_17, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_HitSpecObj), -1, 0, 1, 1, 1, 0, "u 'HitSpecObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5696 konec 1.8 // automatic destructor
5697 akalinow 1.18 G__memfunc_setup("~HitSpecObj", 1097, G__rootMAnaDict_234_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
5698 konec 1.8 // automatic assignment operator
5699 akalinow 1.18 G__memfunc_setup("operator=", 937, G__rootMAnaDict_234_0_19, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_HitSpecObj), -1, 1, 1, 1, 1, 0, "u 'HitSpecObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
5700 konec 1.8 G__tag_memfunc_reset();
5701     }
5702    
5703 konec 1.1
5704     /*********************************************************
5705     * Member function information setup
5706     *********************************************************/
5707     extern "C" void G__cpp_setup_memfuncrootMAnaDict() {
5708     }
5709    
5710     /*********************************************************
5711     * Global variable information setup for each class
5712     *********************************************************/
5713     static void G__cpp_setup_global0() {
5714    
5715     /* Setting up global variables */
5716     G__resetplocal();
5717    
5718     }
5719    
5720     static void G__cpp_setup_global1() {
5721    
5722     G__resetglobalenv();
5723     }
5724     extern "C" void G__cpp_setup_globalrootMAnaDict() {
5725     G__cpp_setup_global0();
5726     G__cpp_setup_global1();
5727     }
5728    
5729     /*********************************************************
5730     * Global function information setup for each class
5731     *********************************************************/
5732     static void G__cpp_setup_func0() {
5733     G__lastifuncposition();
5734    
5735     }
5736    
5737     static void G__cpp_setup_func1() {
5738     }
5739    
5740     static void G__cpp_setup_func2() {
5741     }
5742    
5743     static void G__cpp_setup_func3() {
5744     }
5745    
5746     static void G__cpp_setup_func4() {
5747     }
5748    
5749     static void G__cpp_setup_func5() {
5750     }
5751    
5752     static void G__cpp_setup_func6() {
5753     }
5754    
5755     static void G__cpp_setup_func7() {
5756     }
5757    
5758     static void G__cpp_setup_func8() {
5759     }
5760    
5761     static void G__cpp_setup_func9() {
5762     }
5763    
5764     static void G__cpp_setup_func10() {
5765     }
5766    
5767     static void G__cpp_setup_func11() {
5768 konec 1.4 }
5769    
5770     static void G__cpp_setup_func12() {
5771     }
5772    
5773     static void G__cpp_setup_func13() {
5774 konec 1.8 }
5775    
5776     static void G__cpp_setup_func14() {
5777 konec 1.9 }
5778    
5779     static void G__cpp_setup_func15() {
5780 konec 1.1
5781     G__resetifuncposition();
5782     }
5783    
5784     extern "C" void G__cpp_setup_funcrootMAnaDict() {
5785     G__cpp_setup_func0();
5786     G__cpp_setup_func1();
5787     G__cpp_setup_func2();
5788     G__cpp_setup_func3();
5789     G__cpp_setup_func4();
5790     G__cpp_setup_func5();
5791     G__cpp_setup_func6();
5792     G__cpp_setup_func7();
5793     G__cpp_setup_func8();
5794     G__cpp_setup_func9();
5795     G__cpp_setup_func10();
5796     G__cpp_setup_func11();
5797 konec 1.4 G__cpp_setup_func12();
5798     G__cpp_setup_func13();
5799 konec 1.8 G__cpp_setup_func14();
5800 konec 1.9 G__cpp_setup_func15();
5801 konec 1.1 }
5802    
5803     /*********************************************************
5804     * Class,struct,union,enum tag information setup
5805     *********************************************************/
5806     /* Setup class/struct taginfo */
5807     G__linked_taginfo G__rootMAnaDictLN_TClass = { "TClass" , 99 , -1 };
5808     G__linked_taginfo G__rootMAnaDictLN_TBuffer = { "TBuffer" , 99 , -1 };
5809     G__linked_taginfo G__rootMAnaDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
5810     G__linked_taginfo G__rootMAnaDictLN_TObject = { "TObject" , 99 , -1 };
5811 konec 1.8 G__linked_taginfo G__rootMAnaDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector<unsigned int,allocator<unsigned int> >" , 99 , -1 };
5812 konec 1.10 G__linked_taginfo G__rootMAnaDictLN_vectorlEdoublecOallocatorlEdoublegRsPgR = { "vector<double,allocator<double> >" , 99 , -1 };
5813 konec 1.1 G__linked_taginfo G__rootMAnaDictLN_vectorlEboolcOallocatorlEboolgRsPgR = { "vector<bool,allocator<bool> >" , 99 , -1 };
5814     G__linked_taginfo G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
5815     G__linked_taginfo G__rootMAnaDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
5816 cwiok 1.6 G__linked_taginfo G__rootMAnaDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
5817     G__linked_taginfo G__rootMAnaDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
5818 konec 1.1 G__linked_taginfo G__rootMAnaDictLN_EventObj = { "EventObj" , 115 , -1 };
5819     G__linked_taginfo G__rootMAnaDictLN_L1Obj = { "L1Obj" , 115 , -1 };
5820 konec 1.9 G__linked_taginfo G__rootMAnaDictLN_L1ObjcLcLTYPE = { "L1Obj::TYPE" , 101 , -1 };
5821 akalinow 1.18 G__linked_taginfo G__rootMAnaDictLN_EventData = { "EventData" , 115 , -1 };
5822 konec 1.1 G__linked_taginfo G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR = { "vector<L1Obj,allocator<L1Obj> >" , 99 , -1 };
5823     G__linked_taginfo G__rootMAnaDictLN_reverse_iteratorlEvectorlEL1ObjcOallocatorlEL1ObjgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<L1Obj,allocator<L1Obj> >::iterator>" , 99 , -1 };
5824 akalinow 1.18 G__linked_taginfo G__rootMAnaDictLN_TrackObj = { "TrackObj" , 99 , -1 };
5825     G__linked_taginfo G__rootMAnaDictLN_MuonObj = { "MuonObj" , 99 , -1 };
5826     G__linked_taginfo G__rootMAnaDictLN_L1ObjColl = { "L1ObjColl" , 99 , -1 };
5827 konec 1.7 G__linked_taginfo G__rootMAnaDictLN_SynchroCountsObj = { "SynchroCountsObj" , 115 , -1 };
5828     G__linked_taginfo G__rootMAnaDictLN_SynchroCountsObjVect = { "SynchroCountsObjVect" , 115 , -1 };
5829     G__linked_taginfo G__rootMAnaDictLN_vectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgR = { "vector<SynchroCountsObj,allocator<SynchroCountsObj> >" , 99 , -1 };
5830     G__linked_taginfo G__rootMAnaDictLN_reverse_iteratorlEvectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<SynchroCountsObj,allocator<SynchroCountsObj> >::iterator>" , 99 , -1 };
5831 konec 1.9 G__linked_taginfo G__rootMAnaDictLN_DetCluDigiObj = { "DetCluDigiObj" , 115 , -1 };
5832     G__linked_taginfo G__rootMAnaDictLN_DetCluDigiObjVect = { "DetCluDigiObjVect" , 115 , -1 };
5833     G__linked_taginfo G__rootMAnaDictLN_vectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgR = { "vector<DetCluDigiObj,allocator<DetCluDigiObj> >" , 99 , -1 };
5834     G__linked_taginfo G__rootMAnaDictLN_reverse_iteratorlEvectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<DetCluDigiObj,allocator<DetCluDigiObj> >::iterator>" , 99 , -1 };
5835 konec 1.8 G__linked_taginfo G__rootMAnaDictLN_TriggerMenuResultObj = { "TriggerMenuResultObj" , 115 , -1 };
5836     G__linked_taginfo G__rootMAnaDictLN_vectorlEstringcOallocatorlEstringgRsPgR = { "vector<string,allocator<string> >" , 99 , -1 };
5837     G__linked_taginfo G__rootMAnaDictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<string,allocator<string> >::iterator>" , 99 , -1 };
5838 konec 1.17 G__linked_taginfo G__rootMAnaDictLN_Point3DBaselEfloatcOGlobalTaggR = { "Point3DBase<float,GlobalTag>" , 99 , -1 };
5839     G__linked_taginfo G__rootMAnaDictLN_Vector3DBaselEfloatcOGlobalTaggR = { "Vector3DBase<float,GlobalTag>" , 99 , -1 };
5840     G__linked_taginfo G__rootMAnaDictLN_HitSpecObj = { "HitSpecObj" , 99 , -1 };
5841 konec 1.1
5842     /* Reset class/struct taginfo */
5843     extern "C" void G__cpp_reset_tagtablerootMAnaDict() {
5844     G__rootMAnaDictLN_TClass.tagnum = -1 ;
5845     G__rootMAnaDictLN_TBuffer.tagnum = -1 ;
5846     G__rootMAnaDictLN_TMemberInspector.tagnum = -1 ;
5847     G__rootMAnaDictLN_TObject.tagnum = -1 ;
5848 konec 1.8 G__rootMAnaDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ;
5849 konec 1.10 G__rootMAnaDictLN_vectorlEdoublecOallocatorlEdoublegRsPgR.tagnum = -1 ;
5850 konec 1.1 G__rootMAnaDictLN_vectorlEboolcOallocatorlEboolgRsPgR.tagnum = -1 ;
5851     G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
5852     G__rootMAnaDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
5853 cwiok 1.6 G__rootMAnaDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
5854     G__rootMAnaDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
5855 konec 1.1 G__rootMAnaDictLN_EventObj.tagnum = -1 ;
5856     G__rootMAnaDictLN_L1Obj.tagnum = -1 ;
5857 konec 1.9 G__rootMAnaDictLN_L1ObjcLcLTYPE.tagnum = -1 ;
5858 akalinow 1.18 G__rootMAnaDictLN_EventData.tagnum = -1 ;
5859 konec 1.1 G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR.tagnum = -1 ;
5860     G__rootMAnaDictLN_reverse_iteratorlEvectorlEL1ObjcOallocatorlEL1ObjgRsPgRcLcLiteratorgR.tagnum = -1 ;
5861 akalinow 1.18 G__rootMAnaDictLN_TrackObj.tagnum = -1 ;
5862     G__rootMAnaDictLN_MuonObj.tagnum = -1 ;
5863     G__rootMAnaDictLN_L1ObjColl.tagnum = -1 ;
5864 konec 1.7 G__rootMAnaDictLN_SynchroCountsObj.tagnum = -1 ;
5865     G__rootMAnaDictLN_SynchroCountsObjVect.tagnum = -1 ;
5866     G__rootMAnaDictLN_vectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgR.tagnum = -1 ;
5867     G__rootMAnaDictLN_reverse_iteratorlEvectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgRcLcLiteratorgR.tagnum = -1 ;
5868 konec 1.9 G__rootMAnaDictLN_DetCluDigiObj.tagnum = -1 ;
5869     G__rootMAnaDictLN_DetCluDigiObjVect.tagnum = -1 ;
5870     G__rootMAnaDictLN_vectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgR.tagnum = -1 ;
5871     G__rootMAnaDictLN_reverse_iteratorlEvectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgRcLcLiteratorgR.tagnum = -1 ;
5872 konec 1.8 G__rootMAnaDictLN_TriggerMenuResultObj.tagnum = -1 ;
5873     G__rootMAnaDictLN_vectorlEstringcOallocatorlEstringgRsPgR.tagnum = -1 ;
5874     G__rootMAnaDictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR.tagnum = -1 ;
5875 konec 1.17 G__rootMAnaDictLN_Point3DBaselEfloatcOGlobalTaggR.tagnum = -1 ;
5876     G__rootMAnaDictLN_Vector3DBaselEfloatcOGlobalTaggR.tagnum = -1 ;
5877     G__rootMAnaDictLN_HitSpecObj.tagnum = -1 ;
5878 konec 1.1 }
5879    
5880    
5881     extern "C" void G__cpp_setup_tagtablerootMAnaDict() {
5882    
5883     /* Setting up class,struct,union tag entry */
5884     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_TClass);
5885     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_TBuffer);
5886     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_TMemberInspector);
5887     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_TObject);
5888 konec 1.8 G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR);
5889 konec 1.10 G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlEdoublecOallocatorlEdoublegRsPgR);
5890 konec 1.1 G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlEboolcOallocatorlEboolgRsPgR);
5891     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
5892     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
5893 cwiok 1.6 G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
5894     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
5895 konec 1.4 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_EventObj),sizeof(EventObj),-1,28672,(char*)NULL,G__setup_memvarEventObj,G__setup_memfuncEventObj);
5896     G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_L1Obj),sizeof(L1Obj),-1,28928,(char*)NULL,G__setup_memvarL1Obj,G__setup_memfuncL1Obj);
5897 konec 1.9 G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_L1ObjcLcLTYPE);
5898 akalinow 1.18 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_EventData),sizeof(EventData),-1,29952,(char*)NULL,G__setup_memvarEventData,G__setup_memfuncEventData);
5899 konec 1.1 G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR);
5900     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEL1ObjcOallocatorlEL1ObjgRsPgRcLcLiteratorgR);
5901 akalinow 1.18 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_TrackObj),sizeof(TrackObj),-1,29952,(char*)NULL,G__setup_memvarTrackObj,G__setup_memfuncTrackObj);
5902     G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_MuonObj),sizeof(MuonObj),-1,29952,(char*)NULL,G__setup_memvarMuonObj,G__setup_memfuncMuonObj);
5903     G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_L1ObjColl),sizeof(L1ObjColl),-1,29952,(char*)NULL,G__setup_memvarL1ObjColl,G__setup_memfuncL1ObjColl);
5904 konec 1.7 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_SynchroCountsObj),sizeof(SynchroCountsObj),-1,28672,(char*)NULL,G__setup_memvarSynchroCountsObj,G__setup_memfuncSynchroCountsObj);
5905     G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_SynchroCountsObjVect),sizeof(SynchroCountsObjVect),-1,28672,(char*)NULL,G__setup_memvarSynchroCountsObjVect,G__setup_memfuncSynchroCountsObjVect);
5906     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgR);
5907     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_reverse_iteratorlEvectorlESynchroCountsObjcOallocatorlESynchroCountsObjgRsPgRcLcLiteratorgR);
5908 konec 1.9 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_DetCluDigiObj),sizeof(DetCluDigiObj),-1,28672,(char*)NULL,G__setup_memvarDetCluDigiObj,G__setup_memfuncDetCluDigiObj);
5909     G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_DetCluDigiObjVect),sizeof(DetCluDigiObjVect),-1,28672,(char*)NULL,G__setup_memvarDetCluDigiObjVect,G__setup_memfuncDetCluDigiObjVect);
5910     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgR);
5911     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEDetCluDigiObjcOallocatorlEDetCluDigiObjgRsPgRcLcLiteratorgR);
5912 konec 1.8 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_TriggerMenuResultObj),sizeof(TriggerMenuResultObj),-1,28672,(char*)NULL,G__setup_memvarTriggerMenuResultObj,G__setup_memfuncTriggerMenuResultObj);
5913     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlEstringcOallocatorlEstringgRsPgR);
5914     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR);
5915 konec 1.17 G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_Point3DBaselEfloatcOGlobalTaggR);
5916     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_Vector3DBaselEfloatcOGlobalTaggR);
5917     G__tagtable_setup(G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_HitSpecObj),sizeof(HitSpecObj),-1,28928,(char*)NULL,G__setup_memvarHitSpecObj,G__setup_memfuncHitSpecObj);
5918 konec 1.1 }
5919     extern "C" void G__cpp_setuprootMAnaDict(void) {
5920     G__check_setup_version(30051515,"G__cpp_setuprootMAnaDict()");
5921     G__set_cpp_environmentrootMAnaDict();
5922     G__cpp_setup_tagtablerootMAnaDict();
5923    
5924     G__cpp_setup_inheritancerootMAnaDict();
5925    
5926     G__cpp_setup_typetablerootMAnaDict();
5927    
5928     G__cpp_setup_memvarrootMAnaDict();
5929    
5930     G__cpp_setup_memfuncrootMAnaDict();
5931     G__cpp_setup_globalrootMAnaDict();
5932     G__cpp_setup_funcrootMAnaDict();
5933    
5934     if(0==G__getsizep2memfunc()) G__get_sizep2memfuncrootMAnaDict();
5935     return;
5936     }
5937     class G__cpp_setup_initrootMAnaDict {
5938     public:
5939     G__cpp_setup_initrootMAnaDict() { G__add_setup_func("rootMAnaDict",(G__incsetup)(&G__cpp_setuprootMAnaDict)); G__call_setup_funcs(); }
5940     ~G__cpp_setup_initrootMAnaDict() { G__remove_setup_func("rootMAnaDict"); }
5941     };
5942     G__cpp_setup_initrootMAnaDict G__cpp_setup_initializerrootMAnaDict;
5943