ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/src/rootMAnaDict.cc
Revision: 1.3
Committed: Thu Jul 15 13:02:50 2010 UTC (14 years, 9 months ago) by konec
Content type: text/plain
Branch: MAIN
CVS Tags: V00-02-01, V00-02-00
Changes since 1.2: +58 -35 lines
Log Message:
modyfikacje Malgosi

File Contents

# User Rev Content
1 konec 1.1 //
2 konec 1.3 // File generated by /afs/cern.ch/cms/sw/slc5_ia32_gcc434/lcg/root/5.22.00d-cms18//bin/rootcint at Wed Jun 30 17:26:25 2010
3 konec 1.1
4     // Do NOT change. Changes will be lost next time file is generated
5     //
6    
7     #include "RConfig.h" //rootcint 4834
8     #if !defined(R__ACCESS_IN_SYMBOL)
9     //Break the privacy of classes -- Disabled for the moment
10     #define private public
11     #define protected public
12     #endif
13    
14     // Since CINT ignores the std namespace, we need to do so in this file.
15     namespace std {} using namespace std;
16     #include "rootMAnaDict.h"
17    
18     #include "TCollectionProxyInfo.h"
19     #include "TClass.h"
20     #include "TBuffer.h"
21     #include "TMemberInspector.h"
22     #include "TError.h"
23    
24     #ifndef G__ROOT
25     #define G__ROOT
26     #endif
27    
28     #include "RtypesImp.h"
29     #include "TIsAProxy.h"
30    
31     // START OF SHADOWS
32    
33     namespace ROOT {
34     namespace Shadow {
35     } // of namespace Shadow
36     } // of namespace ROOT
37     // END OF SHADOWS
38    
39     namespace ROOT {
40     void EventObj_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
41     static void *new_EventObj(void *p = 0);
42     static void *newArray_EventObj(Long_t size, void *p);
43     static void delete_EventObj(void *p);
44     static void deleteArray_EventObj(void *p);
45     static void destruct_EventObj(void *p);
46    
47     // Function generating the singleton type initializer
48     static TGenericClassInfo *GenerateInitInstanceLocal(const ::EventObj*)
49     {
50     ::EventObj *ptr = 0;
51     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::EventObj >(0);
52     static ::ROOT::TGenericClassInfo
53     instance("EventObj", ::EventObj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/EventObj.h", 5,
54     typeid(::EventObj), DefineBehavior(ptr, ptr),
55     &::EventObj::Dictionary, isa_proxy, 0,
56     sizeof(::EventObj) );
57     instance.SetNew(&new_EventObj);
58     instance.SetNewArray(&newArray_EventObj);
59     instance.SetDelete(&delete_EventObj);
60     instance.SetDeleteArray(&deleteArray_EventObj);
61     instance.SetDestructor(&destruct_EventObj);
62     return &instance;
63     }
64     TGenericClassInfo *GenerateInitInstance(const ::EventObj*)
65     {
66     return GenerateInitInstanceLocal((::EventObj*)0);
67     }
68     // Static variable to force the class initialization
69     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::EventObj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
70     } // end of namespace ROOT
71    
72     namespace ROOT {
73 konec 1.2 void TrackObj_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
74     static void *new_TrackObj(void *p = 0);
75     static void *newArray_TrackObj(Long_t size, void *p);
76     static void delete_TrackObj(void *p);
77     static void deleteArray_TrackObj(void *p);
78     static void destruct_TrackObj(void *p);
79    
80     // Function generating the singleton type initializer
81     static TGenericClassInfo *GenerateInitInstanceLocal(const ::TrackObj*)
82     {
83     ::TrackObj *ptr = 0;
84     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TrackObj >(0);
85     static ::ROOT::TGenericClassInfo
86     instance("TrackObj", ::TrackObj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/TrackObj.h", 5,
87     typeid(::TrackObj), DefineBehavior(ptr, ptr),
88     &::TrackObj::Dictionary, isa_proxy, 0,
89     sizeof(::TrackObj) );
90     instance.SetNew(&new_TrackObj);
91     instance.SetNewArray(&newArray_TrackObj);
92     instance.SetDelete(&delete_TrackObj);
93     instance.SetDeleteArray(&deleteArray_TrackObj);
94     instance.SetDestructor(&destruct_TrackObj);
95     return &instance;
96     }
97     TGenericClassInfo *GenerateInitInstance(const ::TrackObj*)
98     {
99     return GenerateInitInstanceLocal((::TrackObj*)0);
100     }
101     // Static variable to force the class initialization
102     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TrackObj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
103     } // end of namespace ROOT
104    
105     namespace ROOT {
106     void MuonObj_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
107     static void *new_MuonObj(void *p = 0);
108     static void *newArray_MuonObj(Long_t size, void *p);
109     static void delete_MuonObj(void *p);
110     static void deleteArray_MuonObj(void *p);
111     static void destruct_MuonObj(void *p);
112    
113     // Function generating the singleton type initializer
114     static TGenericClassInfo *GenerateInitInstanceLocal(const ::MuonObj*)
115     {
116     ::MuonObj *ptr = 0;
117     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::MuonObj >(0);
118     static ::ROOT::TGenericClassInfo
119     instance("MuonObj", ::MuonObj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/MuonObj.h", 5,
120     typeid(::MuonObj), DefineBehavior(ptr, ptr),
121     &::MuonObj::Dictionary, isa_proxy, 0,
122     sizeof(::MuonObj) );
123     instance.SetNew(&new_MuonObj);
124     instance.SetNewArray(&newArray_MuonObj);
125     instance.SetDelete(&delete_MuonObj);
126     instance.SetDeleteArray(&deleteArray_MuonObj);
127     instance.SetDestructor(&destruct_MuonObj);
128     return &instance;
129     }
130     TGenericClassInfo *GenerateInitInstance(const ::MuonObj*)
131     {
132     return GenerateInitInstanceLocal((::MuonObj*)0);
133     }
134     // Static variable to force the class initialization
135     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::MuonObj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
136     } // end of namespace ROOT
137    
138     namespace ROOT {
139 konec 1.1 void L1Obj_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
140     static void *new_L1Obj(void *p = 0);
141     static void *newArray_L1Obj(Long_t size, void *p);
142     static void delete_L1Obj(void *p);
143     static void deleteArray_L1Obj(void *p);
144     static void destruct_L1Obj(void *p);
145    
146     // Function generating the singleton type initializer
147     static TGenericClassInfo *GenerateInitInstanceLocal(const ::L1Obj*)
148     {
149     ::L1Obj *ptr = 0;
150     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::L1Obj >(0);
151     static ::ROOT::TGenericClassInfo
152     instance("L1Obj", ::L1Obj::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/L1Obj.h", 5,
153     typeid(::L1Obj), DefineBehavior(ptr, ptr),
154     &::L1Obj::Dictionary, isa_proxy, 0,
155     sizeof(::L1Obj) );
156     instance.SetNew(&new_L1Obj);
157     instance.SetNewArray(&newArray_L1Obj);
158     instance.SetDelete(&delete_L1Obj);
159     instance.SetDeleteArray(&deleteArray_L1Obj);
160     instance.SetDestructor(&destruct_L1Obj);
161     return &instance;
162     }
163     TGenericClassInfo *GenerateInitInstance(const ::L1Obj*)
164     {
165     return GenerateInitInstanceLocal((::L1Obj*)0);
166     }
167     // Static variable to force the class initialization
168     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::L1Obj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
169     } // end of namespace ROOT
170    
171     namespace ROOT {
172     void L1ObjColl_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
173     static void *new_L1ObjColl(void *p = 0);
174     static void *newArray_L1ObjColl(Long_t size, void *p);
175     static void delete_L1ObjColl(void *p);
176     static void deleteArray_L1ObjColl(void *p);
177     static void destruct_L1ObjColl(void *p);
178    
179     // Function generating the singleton type initializer
180     static TGenericClassInfo *GenerateInitInstanceLocal(const ::L1ObjColl*)
181     {
182     ::L1ObjColl *ptr = 0;
183     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::L1ObjColl >(0);
184     static ::ROOT::TGenericClassInfo
185     instance("L1ObjColl", ::L1ObjColl::Class_Version(), "../../../UserCode/L1RpcTriggerAnalysis/interface/L1ObjColl.h", 7,
186     typeid(::L1ObjColl), DefineBehavior(ptr, ptr),
187     &::L1ObjColl::Dictionary, isa_proxy, 0,
188     sizeof(::L1ObjColl) );
189     instance.SetNew(&new_L1ObjColl);
190     instance.SetNewArray(&newArray_L1ObjColl);
191     instance.SetDelete(&delete_L1ObjColl);
192     instance.SetDeleteArray(&deleteArray_L1ObjColl);
193     instance.SetDestructor(&destruct_L1ObjColl);
194     return &instance;
195     }
196     TGenericClassInfo *GenerateInitInstance(const ::L1ObjColl*)
197     {
198     return GenerateInitInstanceLocal((::L1ObjColl*)0);
199     }
200     // Static variable to force the class initialization
201     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::L1ObjColl*)0x0); R__UseDummy(_R__UNIQUE_(Init));
202     } // end of namespace ROOT
203    
204     //______________________________________________________________________________
205     TClass *EventObj::fgIsA = 0; // static to hold class pointer
206    
207     //______________________________________________________________________________
208     const char *EventObj::Class_Name()
209     {
210     return "EventObj";
211     }
212    
213     //______________________________________________________________________________
214     const char *EventObj::ImplFileName()
215     {
216     return ::ROOT::GenerateInitInstanceLocal((const ::EventObj*)0x0)->GetImplFileName();
217     }
218    
219     //______________________________________________________________________________
220     int EventObj::ImplFileLine()
221     {
222     return ::ROOT::GenerateInitInstanceLocal((const ::EventObj*)0x0)->GetImplFileLine();
223     }
224    
225     //______________________________________________________________________________
226     void EventObj::Dictionary()
227     {
228     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::EventObj*)0x0)->GetClass();
229     }
230    
231     //______________________________________________________________________________
232     TClass *EventObj::Class()
233     {
234     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::EventObj*)0x0)->GetClass();
235     return fgIsA;
236     }
237    
238     //______________________________________________________________________________
239 konec 1.2 TClass *TrackObj::fgIsA = 0; // static to hold class pointer
240    
241     //______________________________________________________________________________
242     const char *TrackObj::Class_Name()
243     {
244     return "TrackObj";
245     }
246    
247     //______________________________________________________________________________
248     const char *TrackObj::ImplFileName()
249     {
250     return ::ROOT::GenerateInitInstanceLocal((const ::TrackObj*)0x0)->GetImplFileName();
251     }
252    
253     //______________________________________________________________________________
254     int TrackObj::ImplFileLine()
255     {
256     return ::ROOT::GenerateInitInstanceLocal((const ::TrackObj*)0x0)->GetImplFileLine();
257     }
258    
259     //______________________________________________________________________________
260     void TrackObj::Dictionary()
261     {
262     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TrackObj*)0x0)->GetClass();
263     }
264    
265     //______________________________________________________________________________
266     TClass *TrackObj::Class()
267     {
268     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TrackObj*)0x0)->GetClass();
269     return fgIsA;
270     }
271    
272     //______________________________________________________________________________
273     TClass *MuonObj::fgIsA = 0; // static to hold class pointer
274    
275     //______________________________________________________________________________
276     const char *MuonObj::Class_Name()
277     {
278     return "MuonObj";
279     }
280    
281     //______________________________________________________________________________
282     const char *MuonObj::ImplFileName()
283     {
284     return ::ROOT::GenerateInitInstanceLocal((const ::MuonObj*)0x0)->GetImplFileName();
285     }
286    
287     //______________________________________________________________________________
288     int MuonObj::ImplFileLine()
289     {
290     return ::ROOT::GenerateInitInstanceLocal((const ::MuonObj*)0x0)->GetImplFileLine();
291     }
292    
293     //______________________________________________________________________________
294     void MuonObj::Dictionary()
295     {
296     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::MuonObj*)0x0)->GetClass();
297     }
298    
299     //______________________________________________________________________________
300     TClass *MuonObj::Class()
301     {
302     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::MuonObj*)0x0)->GetClass();
303     return fgIsA;
304     }
305    
306     //______________________________________________________________________________
307 konec 1.1 TClass *L1Obj::fgIsA = 0; // static to hold class pointer
308    
309     //______________________________________________________________________________
310     const char *L1Obj::Class_Name()
311     {
312     return "L1Obj";
313     }
314    
315     //______________________________________________________________________________
316     const char *L1Obj::ImplFileName()
317     {
318     return ::ROOT::GenerateInitInstanceLocal((const ::L1Obj*)0x0)->GetImplFileName();
319     }
320    
321     //______________________________________________________________________________
322     int L1Obj::ImplFileLine()
323     {
324     return ::ROOT::GenerateInitInstanceLocal((const ::L1Obj*)0x0)->GetImplFileLine();
325     }
326    
327     //______________________________________________________________________________
328     void L1Obj::Dictionary()
329     {
330     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::L1Obj*)0x0)->GetClass();
331     }
332    
333     //______________________________________________________________________________
334     TClass *L1Obj::Class()
335     {
336     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::L1Obj*)0x0)->GetClass();
337     return fgIsA;
338     }
339    
340     //______________________________________________________________________________
341     TClass *L1ObjColl::fgIsA = 0; // static to hold class pointer
342    
343     //______________________________________________________________________________
344     const char *L1ObjColl::Class_Name()
345     {
346     return "L1ObjColl";
347     }
348    
349     //______________________________________________________________________________
350     const char *L1ObjColl::ImplFileName()
351     {
352     return ::ROOT::GenerateInitInstanceLocal((const ::L1ObjColl*)0x0)->GetImplFileName();
353     }
354    
355     //______________________________________________________________________________
356     int L1ObjColl::ImplFileLine()
357     {
358     return ::ROOT::GenerateInitInstanceLocal((const ::L1ObjColl*)0x0)->GetImplFileLine();
359     }
360    
361     //______________________________________________________________________________
362     void L1ObjColl::Dictionary()
363     {
364     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::L1ObjColl*)0x0)->GetClass();
365     }
366    
367     //______________________________________________________________________________
368     TClass *L1ObjColl::Class()
369     {
370     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::L1ObjColl*)0x0)->GetClass();
371     return fgIsA;
372     }
373    
374     //______________________________________________________________________________
375     void EventObj::Streamer(TBuffer &R__b)
376     {
377     // Stream an object of class EventObj.
378    
379     UInt_t R__s, R__c;
380     if (R__b.IsReading()) {
381     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
382     TObject::Streamer(R__b);
383     R__b >> bx;
384     R__b >> id;
385     R__b >> lumi;
386     R__b >> run;
387     R__b >> time;
388     R__b >> orbit;
389     R__b.CheckByteCount(R__s, R__c, EventObj::IsA());
390     } else {
391     R__c = R__b.WriteVersion(EventObj::IsA(), kTRUE);
392     TObject::Streamer(R__b);
393     R__b << bx;
394     R__b << id;
395     R__b << lumi;
396     R__b << run;
397     R__b << time;
398     R__b << orbit;
399     R__b.SetByteCount(R__c, kTRUE);
400     }
401     }
402    
403     //______________________________________________________________________________
404     void EventObj::ShowMembers(TMemberInspector &R__insp, char *R__parent)
405     {
406     // Inspect the data members of an object of class EventObj.
407     TClass *R__cl = ::EventObj::IsA();
408     Int_t R__ncp = strlen(R__parent);
409     if (R__ncp || R__cl || R__insp.IsA()) { }
410     R__insp.Inspect(R__cl, R__parent, "bx", &bx);
411     R__insp.Inspect(R__cl, R__parent, "id", &id);
412     R__insp.Inspect(R__cl, R__parent, "lumi", &lumi);
413     R__insp.Inspect(R__cl, R__parent, "run", &run);
414     R__insp.Inspect(R__cl, R__parent, "time", &time);
415     R__insp.Inspect(R__cl, R__parent, "orbit", &orbit);
416     TObject::ShowMembers(R__insp, R__parent);
417     }
418    
419     namespace ROOT {
420     // Wrappers around operator new
421     static void *new_EventObj(void *p) {
422     return p ? new(p) ::EventObj : new ::EventObj;
423     }
424     static void *newArray_EventObj(Long_t nElements, void *p) {
425     return p ? new(p) ::EventObj[nElements] : new ::EventObj[nElements];
426     }
427     // Wrapper around operator delete
428     static void delete_EventObj(void *p) {
429     delete ((::EventObj*)p);
430     }
431     static void deleteArray_EventObj(void *p) {
432     delete [] ((::EventObj*)p);
433     }
434     static void destruct_EventObj(void *p) {
435     typedef ::EventObj current_t;
436     ((current_t*)p)->~current_t();
437     }
438     } // end of namespace ROOT for class ::EventObj
439    
440     //______________________________________________________________________________
441 konec 1.2 void TrackObj::Streamer(TBuffer &R__b)
442     {
443     // Stream an object of class TrackObj.
444    
445     UInt_t R__s, R__c;
446     if (R__b.IsReading()) {
447     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
448     TObject::Streamer(R__b);
449     R__b >> thePt;
450     R__b >> theEta;
451     R__b >> thePhi;
452 konec 1.3 R__b >> theCharge;
453 konec 1.2 R__b.CheckByteCount(R__s, R__c, TrackObj::IsA());
454     } else {
455     R__c = R__b.WriteVersion(TrackObj::IsA(), kTRUE);
456     TObject::Streamer(R__b);
457     R__b << thePt;
458     R__b << theEta;
459     R__b << thePhi;
460 konec 1.3 R__b << theCharge;
461 konec 1.2 R__b.SetByteCount(R__c, kTRUE);
462     }
463     }
464    
465     //______________________________________________________________________________
466     void TrackObj::ShowMembers(TMemberInspector &R__insp, char *R__parent)
467     {
468     // Inspect the data members of an object of class TrackObj.
469     TClass *R__cl = ::TrackObj::IsA();
470     Int_t R__ncp = strlen(R__parent);
471     if (R__ncp || R__cl || R__insp.IsA()) { }
472     R__insp.Inspect(R__cl, R__parent, "thePt", &thePt);
473     R__insp.Inspect(R__cl, R__parent, "theEta", &theEta);
474     R__insp.Inspect(R__cl, R__parent, "thePhi", &thePhi);
475 konec 1.3 R__insp.Inspect(R__cl, R__parent, "theCharge", &theCharge);
476 konec 1.2 TObject::ShowMembers(R__insp, R__parent);
477     }
478    
479     namespace ROOT {
480     // Wrappers around operator new
481     static void *new_TrackObj(void *p) {
482     return p ? new(p) ::TrackObj : new ::TrackObj;
483     }
484     static void *newArray_TrackObj(Long_t nElements, void *p) {
485     return p ? new(p) ::TrackObj[nElements] : new ::TrackObj[nElements];
486     }
487     // Wrapper around operator delete
488     static void delete_TrackObj(void *p) {
489     delete ((::TrackObj*)p);
490     }
491     static void deleteArray_TrackObj(void *p) {
492     delete [] ((::TrackObj*)p);
493     }
494     static void destruct_TrackObj(void *p) {
495     typedef ::TrackObj current_t;
496     ((current_t*)p)->~current_t();
497     }
498     } // end of namespace ROOT for class ::TrackObj
499    
500     //______________________________________________________________________________
501     void MuonObj::Streamer(TBuffer &R__b)
502     {
503     // Stream an object of class MuonObj.
504    
505     UInt_t R__s, R__c;
506     if (R__b.IsReading()) {
507     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
508     TrackObj::Streamer(R__b);
509     R__b >> theMuonBits;
510     R__b.CheckByteCount(R__s, R__c, MuonObj::IsA());
511     } else {
512     R__c = R__b.WriteVersion(MuonObj::IsA(), kTRUE);
513     TrackObj::Streamer(R__b);
514     R__b << theMuonBits;
515     R__b.SetByteCount(R__c, kTRUE);
516     }
517     }
518    
519     //______________________________________________________________________________
520     void MuonObj::ShowMembers(TMemberInspector &R__insp, char *R__parent)
521     {
522     // Inspect the data members of an object of class MuonObj.
523     TClass *R__cl = ::MuonObj::IsA();
524     Int_t R__ncp = strlen(R__parent);
525     if (R__ncp || R__cl || R__insp.IsA()) { }
526     R__insp.Inspect(R__cl, R__parent, "theMuonBits", &theMuonBits);
527     TrackObj::ShowMembers(R__insp, R__parent);
528     }
529    
530     namespace ROOT {
531     // Wrappers around operator new
532     static void *new_MuonObj(void *p) {
533     return p ? new(p) ::MuonObj : new ::MuonObj;
534     }
535     static void *newArray_MuonObj(Long_t nElements, void *p) {
536     return p ? new(p) ::MuonObj[nElements] : new ::MuonObj[nElements];
537     }
538     // Wrapper around operator delete
539     static void delete_MuonObj(void *p) {
540     delete ((::MuonObj*)p);
541     }
542     static void deleteArray_MuonObj(void *p) {
543     delete [] ((::MuonObj*)p);
544     }
545     static void destruct_MuonObj(void *p) {
546     typedef ::MuonObj current_t;
547     ((current_t*)p)->~current_t();
548     }
549     } // end of namespace ROOT for class ::MuonObj
550    
551     //______________________________________________________________________________
552 konec 1.1 void L1Obj::Streamer(TBuffer &R__b)
553     {
554     // Stream an object of class L1Obj.
555    
556     UInt_t R__s, R__c;
557     if (R__b.IsReading()) {
558     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
559     TObject::Streamer(R__b);
560     R__b >> pt;
561     R__b >> eta;
562     R__b >> phi;
563     R__b >> bx;
564     R__b >> q;
565     R__b.CheckByteCount(R__s, R__c, L1Obj::IsA());
566     } else {
567     R__c = R__b.WriteVersion(L1Obj::IsA(), kTRUE);
568     TObject::Streamer(R__b);
569     R__b << pt;
570     R__b << eta;
571     R__b << phi;
572     R__b << bx;
573     R__b << q;
574     R__b.SetByteCount(R__c, kTRUE);
575     }
576     }
577    
578     //______________________________________________________________________________
579     void L1Obj::ShowMembers(TMemberInspector &R__insp, char *R__parent)
580     {
581     // Inspect the data members of an object of class L1Obj.
582     TClass *R__cl = ::L1Obj::IsA();
583     Int_t R__ncp = strlen(R__parent);
584     if (R__ncp || R__cl || R__insp.IsA()) { }
585     R__insp.Inspect(R__cl, R__parent, "pt", &pt);
586     R__insp.Inspect(R__cl, R__parent, "eta", &eta);
587     R__insp.Inspect(R__cl, R__parent, "phi", &phi);
588     R__insp.Inspect(R__cl, R__parent, "bx", &bx);
589     R__insp.Inspect(R__cl, R__parent, "q", &q);
590     TObject::ShowMembers(R__insp, R__parent);
591     }
592    
593     namespace ROOT {
594     // Wrappers around operator new
595     static void *new_L1Obj(void *p) {
596     return p ? new(p) ::L1Obj : new ::L1Obj;
597     }
598     static void *newArray_L1Obj(Long_t nElements, void *p) {
599     return p ? new(p) ::L1Obj[nElements] : new ::L1Obj[nElements];
600     }
601     // Wrapper around operator delete
602     static void delete_L1Obj(void *p) {
603     delete ((::L1Obj*)p);
604     }
605     static void deleteArray_L1Obj(void *p) {
606     delete [] ((::L1Obj*)p);
607     }
608     static void destruct_L1Obj(void *p) {
609     typedef ::L1Obj current_t;
610     ((current_t*)p)->~current_t();
611     }
612     } // end of namespace ROOT for class ::L1Obj
613    
614     //______________________________________________________________________________
615     void L1ObjColl::Streamer(TBuffer &R__b)
616     {
617     // Stream an object of class L1ObjColl.
618    
619     UInt_t R__s, R__c;
620     if (R__b.IsReading()) {
621     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
622     TObject::Streamer(R__b);
623     {
624     vector<L1Obj> &R__stl = theL1Obj;
625     R__stl.clear();
626     int R__i, R__n;
627     R__b >> R__n;
628     R__stl.reserve(R__n);
629     for (R__i = 0; R__i < R__n; R__i++) {
630     L1Obj R__t;
631     R__t.Streamer(R__b);
632     R__stl.push_back(R__t);
633     }
634     }
635     {
636     vector<bool> &R__stl = theL1Matching;
637     R__stl.clear();
638     int R__i, R__n;
639     R__b >> R__n;
640     R__stl.reserve(R__n);
641     for (R__i = 0; R__i < R__n; R__i++) {
642     bool R__t;
643     R__b >> R__t;
644     R__stl.push_back(R__t);
645     }
646     }
647     R__b.CheckByteCount(R__s, R__c, L1ObjColl::IsA());
648     } else {
649     R__c = R__b.WriteVersion(L1ObjColl::IsA(), kTRUE);
650     TObject::Streamer(R__b);
651     {
652     vector<L1Obj> &R__stl = theL1Obj;
653     int R__n=(&R__stl) ? int(R__stl.size()) : 0;
654     R__b << R__n;
655     if(R__n) {
656     vector<L1Obj>::iterator R__k;
657     for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
658     ((L1Obj&)(*R__k)).Streamer(R__b);
659     }
660     }
661     }
662     {
663     vector<bool> &R__stl = theL1Matching;
664     int R__n=(&R__stl) ? int(R__stl.size()) : 0;
665     R__b << R__n;
666     if(R__n) {
667     vector<bool>::iterator R__k;
668     for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
669     R__b << (*R__k);
670     }
671     }
672     }
673     R__b.SetByteCount(R__c, kTRUE);
674     }
675     }
676    
677     //______________________________________________________________________________
678     void L1ObjColl::ShowMembers(TMemberInspector &R__insp, char *R__parent)
679     {
680     // Inspect the data members of an object of class L1ObjColl.
681     TClass *R__cl = ::L1ObjColl::IsA();
682     Int_t R__ncp = strlen(R__parent);
683     if (R__ncp || R__cl || R__insp.IsA()) { }
684     R__insp.Inspect(R__cl, R__parent, "theL1Obj", (void*)&theL1Obj);
685     ::ROOT::GenericShowMembers("vector<L1Obj>", (void*)&theL1Obj, R__insp, strcat(R__parent,"theL1Obj."),false);
686     R__parent[R__ncp] = 0;
687     R__insp.Inspect(R__cl, R__parent, "theL1Matching", (void*)&theL1Matching);
688     ::ROOT::GenericShowMembers("vector<bool>", (void*)&theL1Matching, R__insp, strcat(R__parent,"theL1Matching."),false);
689     R__parent[R__ncp] = 0;
690     TObject::ShowMembers(R__insp, R__parent);
691     }
692    
693     namespace ROOT {
694     // Wrappers around operator new
695     static void *new_L1ObjColl(void *p) {
696     return p ? new(p) ::L1ObjColl : new ::L1ObjColl;
697     }
698     static void *newArray_L1ObjColl(Long_t nElements, void *p) {
699     return p ? new(p) ::L1ObjColl[nElements] : new ::L1ObjColl[nElements];
700     }
701     // Wrapper around operator delete
702     static void delete_L1ObjColl(void *p) {
703     delete ((::L1ObjColl*)p);
704     }
705     static void deleteArray_L1ObjColl(void *p) {
706     delete [] ((::L1ObjColl*)p);
707     }
708     static void destruct_L1ObjColl(void *p) {
709     typedef ::L1ObjColl current_t;
710     ((current_t*)p)->~current_t();
711     }
712     } // end of namespace ROOT for class ::L1ObjColl
713    
714     namespace ROOT {
715     void vectorlEL1ObjgR_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
716     static void vectorlEL1ObjgR_Dictionary();
717     static void *new_vectorlEL1ObjgR(void *p = 0);
718     static void *newArray_vectorlEL1ObjgR(Long_t size, void *p);
719     static void delete_vectorlEL1ObjgR(void *p);
720     static void deleteArray_vectorlEL1ObjgR(void *p);
721     static void destruct_vectorlEL1ObjgR(void *p);
722    
723     // Function generating the singleton type initializer
724     static TGenericClassInfo *GenerateInitInstanceLocal(const vector<L1Obj>*)
725     {
726     vector<L1Obj> *ptr = 0;
727     static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<L1Obj>),0);
728     static ::ROOT::TGenericClassInfo
729 konec 1.3 instance("vector<L1Obj>", -2, "/afs/cern.ch/cms/sw/slc5_ia32_gcc434/lcg/root/5.22.00d-cms18/cint/cint/lib/prec_stl/vector", 49,
730 konec 1.1 typeid(vector<L1Obj>), DefineBehavior(ptr, ptr),
731     0, &vectorlEL1ObjgR_Dictionary, isa_proxy, 0,
732     sizeof(vector<L1Obj>) );
733     instance.SetNew(&new_vectorlEL1ObjgR);
734     instance.SetNewArray(&newArray_vectorlEL1ObjgR);
735     instance.SetDelete(&delete_vectorlEL1ObjgR);
736     instance.SetDeleteArray(&deleteArray_vectorlEL1ObjgR);
737     instance.SetDestructor(&destruct_vectorlEL1ObjgR);
738     instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<L1Obj> >()));
739     return &instance;
740     }
741     // Static variable to force the class initialization
742     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<L1Obj>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
743    
744     // Dictionary for non-ClassDef classes
745     static void vectorlEL1ObjgR_Dictionary() {
746     ::ROOT::GenerateInitInstanceLocal((const vector<L1Obj>*)0x0)->GetClass();
747     }
748    
749     } // end of namespace ROOT
750    
751     namespace ROOT {
752     // Wrappers around operator new
753     static void *new_vectorlEL1ObjgR(void *p) {
754     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<L1Obj> : new vector<L1Obj>;
755     }
756     static void *newArray_vectorlEL1ObjgR(Long_t nElements, void *p) {
757     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<L1Obj>[nElements] : new vector<L1Obj>[nElements];
758     }
759     // Wrapper around operator delete
760     static void delete_vectorlEL1ObjgR(void *p) {
761     delete ((vector<L1Obj>*)p);
762     }
763     static void deleteArray_vectorlEL1ObjgR(void *p) {
764     delete [] ((vector<L1Obj>*)p);
765     }
766     static void destruct_vectorlEL1ObjgR(void *p) {
767     typedef vector<L1Obj> current_t;
768     ((current_t*)p)->~current_t();
769     }
770     } // end of namespace ROOT for class vector<L1Obj>
771    
772     namespace ROOT {
773     void vectorlEboolgR_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
774     static void vectorlEboolgR_Dictionary();
775     static void *new_vectorlEboolgR(void *p = 0);
776     static void *newArray_vectorlEboolgR(Long_t size, void *p);
777     static void delete_vectorlEboolgR(void *p);
778     static void deleteArray_vectorlEboolgR(void *p);
779     static void destruct_vectorlEboolgR(void *p);
780    
781     // Function generating the singleton type initializer
782     static TGenericClassInfo *GenerateInitInstanceLocal(const vector<bool>*)
783     {
784     vector<bool> *ptr = 0;
785     static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<bool>),0);
786     static ::ROOT::TGenericClassInfo
787     instance("vector<bool>", -2, "vectorbool.dll", 0,
788     typeid(vector<bool>), DefineBehavior(ptr, ptr),
789     0, &vectorlEboolgR_Dictionary, isa_proxy, 0,
790     sizeof(vector<bool>) );
791     instance.SetNew(&new_vectorlEboolgR);
792     instance.SetNewArray(&newArray_vectorlEboolgR);
793     instance.SetDelete(&delete_vectorlEboolgR);
794     instance.SetDeleteArray(&deleteArray_vectorlEboolgR);
795     instance.SetDestructor(&destruct_vectorlEboolgR);
796     instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<bool> >()));
797     return &instance;
798     }
799     // Static variable to force the class initialization
800     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<bool>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
801    
802     // Dictionary for non-ClassDef classes
803     static void vectorlEboolgR_Dictionary() {
804     ::ROOT::GenerateInitInstanceLocal((const vector<bool>*)0x0)->GetClass();
805     }
806    
807     } // end of namespace ROOT
808    
809     namespace ROOT {
810     // Wrappers around operator new
811     static void *new_vectorlEboolgR(void *p) {
812     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<bool> : new vector<bool>;
813     }
814     static void *newArray_vectorlEboolgR(Long_t nElements, void *p) {
815     return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<bool>[nElements] : new vector<bool>[nElements];
816     }
817     // Wrapper around operator delete
818     static void delete_vectorlEboolgR(void *p) {
819     delete ((vector<bool>*)p);
820     }
821     static void deleteArray_vectorlEboolgR(void *p) {
822     delete [] ((vector<bool>*)p);
823     }
824     static void destruct_vectorlEboolgR(void *p) {
825     typedef vector<bool> current_t;
826     ((current_t*)p)->~current_t();
827     }
828     } // end of namespace ROOT for class vector<bool>
829    
830     /********************************************************
831     * rootMAnaDict.cc
832     * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
833     * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
834     * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
835     ********************************************************/
836    
837     #ifdef G__MEMTEST
838     #undef malloc
839     #undef free
840     #endif
841    
842     #if defined(__GNUC__) && (__GNUC__ > 3) && (__GNUC_MINOR__ > 1)
843     #pragma GCC diagnostic ignored "-Wstrict-aliasing"
844     #endif
845    
846     extern "C" void G__cpp_reset_tagtablerootMAnaDict();
847    
848     extern "C" void G__set_cpp_environmentrootMAnaDict() {
849     G__add_compiledheader("TObject.h");
850     G__add_compiledheader("TMemberInspector.h");
851     G__add_compiledheader("UserCode/L1RpcTriggerAnalysis/interface/EventObj.h");
852 konec 1.2 G__add_compiledheader("UserCode/L1RpcTriggerAnalysis/interface/TrackObj.h");
853     G__add_compiledheader("UserCode/L1RpcTriggerAnalysis/interface/MuonObj.h");
854 konec 1.1 G__add_compiledheader("UserCode/L1RpcTriggerAnalysis/interface/L1Obj.h");
855     G__add_compiledheader("UserCode/L1RpcTriggerAnalysis/interface/L1ObjColl.h");
856     G__cpp_reset_tagtablerootMAnaDict();
857     }
858     #include <new>
859     extern "C" int G__cpp_dllrevrootMAnaDict() { return(30051515); }
860    
861     /*********************************************************
862     * Member function Interface Method
863     *********************************************************/
864    
865     /* EventObj */
866     static int G__rootMAnaDict_146_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
867     {
868     G__letint(result7, 85, (long) EventObj::Class());
869     return(1 || funcname || hash || result7 || libp) ;
870     }
871    
872     static int G__rootMAnaDict_146_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
873     {
874     G__letint(result7, 67, (long) EventObj::Class_Name());
875     return(1 || funcname || hash || result7 || libp) ;
876     }
877    
878     static int G__rootMAnaDict_146_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
879     {
880     G__letint(result7, 115, (long) EventObj::Class_Version());
881     return(1 || funcname || hash || result7 || libp) ;
882     }
883    
884     static int G__rootMAnaDict_146_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
885     {
886     EventObj::Dictionary();
887     G__setnull(result7);
888     return(1 || funcname || hash || result7 || libp) ;
889     }
890    
891     static int G__rootMAnaDict_146_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
892     {
893     ((EventObj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
894     G__setnull(result7);
895     return(1 || funcname || hash || result7 || libp) ;
896     }
897    
898     static int G__rootMAnaDict_146_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
899     {
900     G__letint(result7, 67, (long) EventObj::DeclFileName());
901     return(1 || funcname || hash || result7 || libp) ;
902     }
903    
904     static int G__rootMAnaDict_146_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
905     {
906     G__letint(result7, 105, (long) EventObj::ImplFileLine());
907     return(1 || funcname || hash || result7 || libp) ;
908     }
909    
910     static int G__rootMAnaDict_146_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
911     {
912     G__letint(result7, 67, (long) EventObj::ImplFileName());
913     return(1 || funcname || hash || result7 || libp) ;
914     }
915    
916     static int G__rootMAnaDict_146_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
917     {
918     G__letint(result7, 105, (long) EventObj::DeclFileLine());
919     return(1 || funcname || hash || result7 || libp) ;
920     }
921    
922     // automatic default constructor
923     static int G__rootMAnaDict_146_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
924     {
925     EventObj *p;
926     char* gvp = (char*) G__getgvp();
927     int n = G__getaryconstruct();
928     if (n) {
929     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
930     p = new EventObj[n];
931     } else {
932     p = new((void*) gvp) EventObj[n];
933     }
934     } else {
935     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
936     p = new EventObj;
937     } else {
938     p = new((void*) gvp) EventObj;
939     }
940     }
941     result7->obj.i = (long) p;
942     result7->ref = (long) p;
943     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj));
944     return(1 || funcname || hash || result7 || libp) ;
945     }
946    
947     // automatic copy constructor
948     static int G__rootMAnaDict_146_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
949    
950     {
951     EventObj* p;
952     void* tmp = (void*) G__int(libp->para[0]);
953     p = new EventObj(*(EventObj*) tmp);
954     result7->obj.i = (long) p;
955     result7->ref = (long) p;
956     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj));
957     return(1 || funcname || hash || result7 || libp) ;
958     }
959    
960     // automatic destructor
961     typedef EventObj G__TEventObj;
962     static int G__rootMAnaDict_146_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
963     {
964     char* gvp = (char*) G__getgvp();
965     long soff = G__getstructoffset();
966     int n = G__getaryconstruct();
967     //
968     //has_a_delete: 1
969     //has_own_delete1arg: 0
970     //has_own_delete2arg: 0
971     //
972     if (!soff) {
973     return(1);
974     }
975     if (n) {
976     if (gvp == (char*)G__PVOID) {
977     delete[] (EventObj*) soff;
978     } else {
979     G__setgvp((long) G__PVOID);
980     for (int i = n - 1; i >= 0; --i) {
981     ((EventObj*) (soff+(sizeof(EventObj)*i)))->~G__TEventObj();
982     }
983     G__setgvp((long)gvp);
984     }
985     } else {
986     if (gvp == (char*)G__PVOID) {
987     delete (EventObj*) soff;
988     } else {
989     G__setgvp((long) G__PVOID);
990     ((EventObj*) (soff))->~G__TEventObj();
991     G__setgvp((long)gvp);
992     }
993     }
994     G__setnull(result7);
995     return(1 || funcname || hash || result7 || libp) ;
996     }
997    
998     // automatic assignment operator
999     static int G__rootMAnaDict_146_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1000     {
1001     EventObj* dest = (EventObj*) G__getstructoffset();
1002     *dest = *(EventObj*) libp->para[0].ref;
1003     const EventObj& obj = *dest;
1004     result7->ref = (long) (&obj);
1005     result7->obj.i = (long) (&obj);
1006     return(1 || funcname || hash || result7 || libp) ;
1007     }
1008    
1009    
1010 konec 1.2 /* TrackObj */
1011     static int G__rootMAnaDict_147_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1012     {
1013     TrackObj* p = NULL;
1014     char* gvp = (char*) G__getgvp();
1015     switch (libp->paran) {
1016 konec 1.3 case 4:
1017     //m: 4
1018     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1019     p = new TrackObj(
1020     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
1021     , (float) G__double(libp->para[2]), (float) G__double(libp->para[3]));
1022     } else {
1023     p = new((void*) gvp) TrackObj(
1024     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
1025     , (float) G__double(libp->para[2]), (float) G__double(libp->para[3]));
1026     }
1027     break;
1028 konec 1.2 case 3:
1029     //m: 3
1030     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1031     p = new TrackObj(
1032     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
1033     , (float) G__double(libp->para[2]));
1034     } else {
1035     p = new((void*) gvp) TrackObj(
1036     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
1037     , (float) G__double(libp->para[2]));
1038     }
1039     break;
1040     case 2:
1041     //m: 2
1042     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1043     p = new TrackObj((float) G__double(libp->para[0]), (float) G__double(libp->para[1]));
1044     } else {
1045     p = new((void*) gvp) TrackObj((float) G__double(libp->para[0]), (float) G__double(libp->para[1]));
1046     }
1047     break;
1048     case 1:
1049     //m: 1
1050     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1051     p = new TrackObj((float) G__double(libp->para[0]));
1052     } else {
1053     p = new((void*) gvp) TrackObj((float) G__double(libp->para[0]));
1054     }
1055     break;
1056     case 0:
1057     int n = G__getaryconstruct();
1058     if (n) {
1059     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1060     p = new TrackObj[n];
1061     } else {
1062     p = new((void*) gvp) TrackObj[n];
1063     }
1064     } else {
1065     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1066     p = new TrackObj;
1067     } else {
1068     p = new((void*) gvp) TrackObj;
1069     }
1070     }
1071     break;
1072     }
1073     result7->obj.i = (long) p;
1074     result7->ref = (long) p;
1075     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj));
1076     return(1 || funcname || hash || result7 || libp) ;
1077     }
1078    
1079     static int G__rootMAnaDict_147_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1080     {
1081     ((TrackObj*) G__getstructoffset())->setKine((float) G__double(libp->para[0]), (float) G__double(libp->para[1])
1082 konec 1.3 , (float) G__double(libp->para[2]), (float) G__double(libp->para[3]));
1083 konec 1.2 G__setnull(result7);
1084     return(1 || funcname || hash || result7 || libp) ;
1085     }
1086    
1087     static int G__rootMAnaDict_147_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1088     {
1089     G__letdouble(result7, 102, (double) ((const TrackObj*) G__getstructoffset())->pt());
1090     return(1 || funcname || hash || result7 || libp) ;
1091     }
1092    
1093     static int G__rootMAnaDict_147_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1094     {
1095     G__letdouble(result7, 102, (double) ((const TrackObj*) G__getstructoffset())->eta());
1096     return(1 || funcname || hash || result7 || libp) ;
1097     }
1098    
1099     static int G__rootMAnaDict_147_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1100     {
1101     G__letdouble(result7, 102, (double) ((const TrackObj*) G__getstructoffset())->phi());
1102     return(1 || funcname || hash || result7 || libp) ;
1103     }
1104    
1105     static int G__rootMAnaDict_147_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1106     {
1107 konec 1.3 G__letdouble(result7, 102, (double) ((const TrackObj*) G__getstructoffset())->charge());
1108     return(1 || funcname || hash || result7 || libp) ;
1109     }
1110    
1111     static int G__rootMAnaDict_147_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1112     {
1113 konec 1.2 G__letint(result7, 85, (long) TrackObj::Class());
1114     return(1 || funcname || hash || result7 || libp) ;
1115     }
1116    
1117 konec 1.3 static int G__rootMAnaDict_147_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1118 konec 1.2 {
1119     G__letint(result7, 67, (long) TrackObj::Class_Name());
1120     return(1 || funcname || hash || result7 || libp) ;
1121     }
1122    
1123 konec 1.3 static int G__rootMAnaDict_147_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1124 konec 1.2 {
1125     G__letint(result7, 115, (long) TrackObj::Class_Version());
1126     return(1 || funcname || hash || result7 || libp) ;
1127     }
1128    
1129 konec 1.3 static int G__rootMAnaDict_147_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1130 konec 1.2 {
1131     TrackObj::Dictionary();
1132     G__setnull(result7);
1133     return(1 || funcname || hash || result7 || libp) ;
1134     }
1135    
1136 konec 1.3 static int G__rootMAnaDict_147_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1137 konec 1.2 {
1138     ((TrackObj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
1139     G__setnull(result7);
1140     return(1 || funcname || hash || result7 || libp) ;
1141     }
1142    
1143 konec 1.3 static int G__rootMAnaDict_147_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1144 konec 1.2 {
1145     G__letint(result7, 67, (long) TrackObj::DeclFileName());
1146     return(1 || funcname || hash || result7 || libp) ;
1147     }
1148    
1149 konec 1.3 static int G__rootMAnaDict_147_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1150 konec 1.2 {
1151     G__letint(result7, 105, (long) TrackObj::ImplFileLine());
1152     return(1 || funcname || hash || result7 || libp) ;
1153     }
1154    
1155 konec 1.3 static int G__rootMAnaDict_147_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1156 konec 1.2 {
1157     G__letint(result7, 67, (long) TrackObj::ImplFileName());
1158     return(1 || funcname || hash || result7 || libp) ;
1159     }
1160    
1161 konec 1.3 static int G__rootMAnaDict_147_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1162 konec 1.2 {
1163     G__letint(result7, 105, (long) TrackObj::DeclFileLine());
1164     return(1 || funcname || hash || result7 || libp) ;
1165     }
1166    
1167     // automatic copy constructor
1168 konec 1.3 static int G__rootMAnaDict_147_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1169 konec 1.2
1170     {
1171     TrackObj* p;
1172     void* tmp = (void*) G__int(libp->para[0]);
1173     p = new TrackObj(*(TrackObj*) tmp);
1174     result7->obj.i = (long) p;
1175     result7->ref = (long) p;
1176     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj));
1177     return(1 || funcname || hash || result7 || libp) ;
1178     }
1179    
1180     // automatic destructor
1181     typedef TrackObj G__TTrackObj;
1182 konec 1.3 static int G__rootMAnaDict_147_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1183 konec 1.2 {
1184     char* gvp = (char*) G__getgvp();
1185     long soff = G__getstructoffset();
1186     int n = G__getaryconstruct();
1187     //
1188     //has_a_delete: 1
1189     //has_own_delete1arg: 0
1190     //has_own_delete2arg: 0
1191     //
1192     if (!soff) {
1193     return(1);
1194     }
1195     if (n) {
1196     if (gvp == (char*)G__PVOID) {
1197     delete[] (TrackObj*) soff;
1198     } else {
1199     G__setgvp((long) G__PVOID);
1200     for (int i = n - 1; i >= 0; --i) {
1201     ((TrackObj*) (soff+(sizeof(TrackObj)*i)))->~G__TTrackObj();
1202     }
1203     G__setgvp((long)gvp);
1204     }
1205     } else {
1206     if (gvp == (char*)G__PVOID) {
1207     delete (TrackObj*) soff;
1208     } else {
1209     G__setgvp((long) G__PVOID);
1210     ((TrackObj*) (soff))->~G__TTrackObj();
1211     G__setgvp((long)gvp);
1212     }
1213     }
1214     G__setnull(result7);
1215     return(1 || funcname || hash || result7 || libp) ;
1216     }
1217    
1218     // automatic assignment operator
1219 konec 1.3 static int G__rootMAnaDict_147_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1220 konec 1.2 {
1221     TrackObj* dest = (TrackObj*) G__getstructoffset();
1222     *dest = *(TrackObj*) libp->para[0].ref;
1223     const TrackObj& obj = *dest;
1224     result7->ref = (long) (&obj);
1225     result7->obj.i = (long) (&obj);
1226     return(1 || funcname || hash || result7 || libp) ;
1227     }
1228    
1229    
1230     /* MuonObj */
1231     static int G__rootMAnaDict_148_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1232     {
1233     MuonObj* p = NULL;
1234     char* gvp = (char*) G__getgvp();
1235     int n = G__getaryconstruct();
1236     if (n) {
1237     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1238     p = new MuonObj[n];
1239     } else {
1240     p = new((void*) gvp) MuonObj[n];
1241     }
1242     } else {
1243     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1244     p = new MuonObj;
1245     } else {
1246     p = new((void*) gvp) MuonObj;
1247     }
1248     }
1249     result7->obj.i = (long) p;
1250     result7->ref = (long) p;
1251     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj));
1252     return(1 || funcname || hash || result7 || libp) ;
1253     }
1254    
1255     static int G__rootMAnaDict_148_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1256     {
1257     MuonObj* p = NULL;
1258     char* gvp = (char*) G__getgvp();
1259 konec 1.3 //m: 4
1260 konec 1.2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1261     p = new MuonObj(
1262     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
1263 konec 1.3 , (float) G__double(libp->para[2]), (float) G__double(libp->para[3]));
1264 konec 1.2 } else {
1265     p = new((void*) gvp) MuonObj(
1266     (float) G__double(libp->para[0]), (float) G__double(libp->para[1])
1267 konec 1.3 , (float) G__double(libp->para[2]), (float) G__double(libp->para[3]));
1268 konec 1.2 }
1269     result7->obj.i = (long) p;
1270     result7->ref = (long) p;
1271     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj));
1272     return(1 || funcname || hash || result7 || libp) ;
1273     }
1274    
1275     static int G__rootMAnaDict_148_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1276     {
1277     ((MuonObj*) G__getstructoffset())->setBits((bool) G__int(libp->para[0]), (bool) G__int(libp->para[1])
1278     , (bool) G__int(libp->para[2]), (bool) G__int(libp->para[3])
1279     , (bool) G__int(libp->para[4]));
1280     G__setnull(result7);
1281     return(1 || funcname || hash || result7 || libp) ;
1282     }
1283    
1284     static int G__rootMAnaDict_148_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1285     {
1286     G__letint(result7, 103, (long) ((const MuonObj*) G__getstructoffset())->isGlobal());
1287     return(1 || funcname || hash || result7 || libp) ;
1288     }
1289    
1290     static int G__rootMAnaDict_148_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1291     {
1292     G__letint(result7, 103, (long) ((const MuonObj*) G__getstructoffset())->isTracker());
1293     return(1 || funcname || hash || result7 || libp) ;
1294     }
1295    
1296     static int G__rootMAnaDict_148_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1297     {
1298     G__letint(result7, 103, (long) ((const MuonObj*) G__getstructoffset())->isOuter());
1299     return(1 || funcname || hash || result7 || libp) ;
1300     }
1301    
1302     static int G__rootMAnaDict_148_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1303     {
1304     G__letint(result7, 103, (long) ((const MuonObj*) G__getstructoffset())->isCalo());
1305     return(1 || funcname || hash || result7 || libp) ;
1306     }
1307    
1308     static int G__rootMAnaDict_148_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1309     {
1310     G__letint(result7, 103, (long) ((const MuonObj*) G__getstructoffset())->isMatched());
1311     return(1 || funcname || hash || result7 || libp) ;
1312     }
1313    
1314     static int G__rootMAnaDict_148_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1315     {
1316     G__letint(result7, 85, (long) MuonObj::Class());
1317     return(1 || funcname || hash || result7 || libp) ;
1318     }
1319    
1320     static int G__rootMAnaDict_148_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1321     {
1322     G__letint(result7, 67, (long) MuonObj::Class_Name());
1323     return(1 || funcname || hash || result7 || libp) ;
1324     }
1325    
1326     static int G__rootMAnaDict_148_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1327     {
1328     G__letint(result7, 115, (long) MuonObj::Class_Version());
1329     return(1 || funcname || hash || result7 || libp) ;
1330     }
1331    
1332     static int G__rootMAnaDict_148_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1333     {
1334     MuonObj::Dictionary();
1335     G__setnull(result7);
1336     return(1 || funcname || hash || result7 || libp) ;
1337     }
1338    
1339     static int G__rootMAnaDict_148_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1340     {
1341     ((MuonObj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
1342     G__setnull(result7);
1343     return(1 || funcname || hash || result7 || libp) ;
1344     }
1345    
1346     static int G__rootMAnaDict_148_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1347     {
1348     G__letint(result7, 67, (long) MuonObj::DeclFileName());
1349     return(1 || funcname || hash || result7 || libp) ;
1350     }
1351    
1352     static int G__rootMAnaDict_148_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1353     {
1354     G__letint(result7, 105, (long) MuonObj::ImplFileLine());
1355     return(1 || funcname || hash || result7 || libp) ;
1356     }
1357    
1358     static int G__rootMAnaDict_148_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1359     {
1360     G__letint(result7, 67, (long) MuonObj::ImplFileName());
1361     return(1 || funcname || hash || result7 || libp) ;
1362     }
1363    
1364     static int G__rootMAnaDict_148_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1365     {
1366     G__letint(result7, 105, (long) MuonObj::DeclFileLine());
1367     return(1 || funcname || hash || result7 || libp) ;
1368     }
1369    
1370     // automatic copy constructor
1371     static int G__rootMAnaDict_148_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1372    
1373     {
1374     MuonObj* p;
1375     void* tmp = (void*) G__int(libp->para[0]);
1376     p = new MuonObj(*(MuonObj*) tmp);
1377     result7->obj.i = (long) p;
1378     result7->ref = (long) p;
1379     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj));
1380     return(1 || funcname || hash || result7 || libp) ;
1381     }
1382    
1383     // automatic destructor
1384     typedef MuonObj G__TMuonObj;
1385     static int G__rootMAnaDict_148_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1386     {
1387     char* gvp = (char*) G__getgvp();
1388     long soff = G__getstructoffset();
1389     int n = G__getaryconstruct();
1390     //
1391     //has_a_delete: 1
1392     //has_own_delete1arg: 0
1393     //has_own_delete2arg: 0
1394     //
1395     if (!soff) {
1396     return(1);
1397     }
1398     if (n) {
1399     if (gvp == (char*)G__PVOID) {
1400     delete[] (MuonObj*) soff;
1401     } else {
1402     G__setgvp((long) G__PVOID);
1403     for (int i = n - 1; i >= 0; --i) {
1404     ((MuonObj*) (soff+(sizeof(MuonObj)*i)))->~G__TMuonObj();
1405     }
1406     G__setgvp((long)gvp);
1407     }
1408     } else {
1409     if (gvp == (char*)G__PVOID) {
1410     delete (MuonObj*) soff;
1411     } else {
1412     G__setgvp((long) G__PVOID);
1413     ((MuonObj*) (soff))->~G__TMuonObj();
1414     G__setgvp((long)gvp);
1415     }
1416     }
1417     G__setnull(result7);
1418     return(1 || funcname || hash || result7 || libp) ;
1419     }
1420    
1421     // automatic assignment operator
1422     static int G__rootMAnaDict_148_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1423     {
1424     MuonObj* dest = (MuonObj*) G__getstructoffset();
1425     *dest = *(MuonObj*) libp->para[0].ref;
1426     const MuonObj& obj = *dest;
1427     result7->ref = (long) (&obj);
1428     result7->obj.i = (long) (&obj);
1429     return(1 || funcname || hash || result7 || libp) ;
1430     }
1431    
1432    
1433 konec 1.1 /* L1Obj */
1434 konec 1.2 static int G__rootMAnaDict_149_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1435 konec 1.1 {
1436     G__letint(result7, 103, (long) ((L1Obj*) G__getstructoffset())->isValid());
1437     return(1 || funcname || hash || result7 || libp) ;
1438     }
1439    
1440 konec 1.2 static int G__rootMAnaDict_149_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1441 konec 1.1 {
1442     L1Obj* p = NULL;
1443     char* gvp = (char*) G__getgvp();
1444     int n = G__getaryconstruct();
1445     if (n) {
1446     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1447     p = new L1Obj[n];
1448     } else {
1449     p = new((void*) gvp) L1Obj[n];
1450     }
1451     } else {
1452     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1453     p = new L1Obj;
1454     } else {
1455     p = new((void*) gvp) L1Obj;
1456     }
1457     }
1458     result7->obj.i = (long) p;
1459     result7->ref = (long) p;
1460     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj));
1461     return(1 || funcname || hash || result7 || libp) ;
1462     }
1463    
1464 konec 1.2 static int G__rootMAnaDict_149_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1465 konec 1.1 {
1466     G__letint(result7, 85, (long) L1Obj::Class());
1467     return(1 || funcname || hash || result7 || libp) ;
1468     }
1469    
1470 konec 1.2 static int G__rootMAnaDict_149_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1471 konec 1.1 {
1472     G__letint(result7, 67, (long) L1Obj::Class_Name());
1473     return(1 || funcname || hash || result7 || libp) ;
1474     }
1475    
1476 konec 1.2 static int G__rootMAnaDict_149_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1477 konec 1.1 {
1478     G__letint(result7, 115, (long) L1Obj::Class_Version());
1479     return(1 || funcname || hash || result7 || libp) ;
1480     }
1481    
1482 konec 1.2 static int G__rootMAnaDict_149_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1483 konec 1.1 {
1484     L1Obj::Dictionary();
1485     G__setnull(result7);
1486     return(1 || funcname || hash || result7 || libp) ;
1487     }
1488    
1489 konec 1.2 static int G__rootMAnaDict_149_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1490 konec 1.1 {
1491     ((L1Obj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
1492     G__setnull(result7);
1493     return(1 || funcname || hash || result7 || libp) ;
1494     }
1495    
1496 konec 1.2 static int G__rootMAnaDict_149_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1497 konec 1.1 {
1498     G__letint(result7, 67, (long) L1Obj::DeclFileName());
1499     return(1 || funcname || hash || result7 || libp) ;
1500     }
1501    
1502 konec 1.2 static int G__rootMAnaDict_149_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1503 konec 1.1 {
1504     G__letint(result7, 105, (long) L1Obj::ImplFileLine());
1505     return(1 || funcname || hash || result7 || libp) ;
1506     }
1507    
1508 konec 1.2 static int G__rootMAnaDict_149_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1509 konec 1.1 {
1510     G__letint(result7, 67, (long) L1Obj::ImplFileName());
1511     return(1 || funcname || hash || result7 || libp) ;
1512     }
1513    
1514 konec 1.2 static int G__rootMAnaDict_149_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1515 konec 1.1 {
1516     G__letint(result7, 105, (long) L1Obj::DeclFileLine());
1517     return(1 || funcname || hash || result7 || libp) ;
1518     }
1519    
1520     // automatic copy constructor
1521 konec 1.2 static int G__rootMAnaDict_149_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1522 konec 1.1
1523     {
1524     L1Obj* p;
1525     void* tmp = (void*) G__int(libp->para[0]);
1526     p = new L1Obj(*(L1Obj*) tmp);
1527     result7->obj.i = (long) p;
1528     result7->ref = (long) p;
1529     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj));
1530     return(1 || funcname || hash || result7 || libp) ;
1531     }
1532    
1533     // automatic destructor
1534     typedef L1Obj G__TL1Obj;
1535 konec 1.2 static int G__rootMAnaDict_149_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1536 konec 1.1 {
1537     char* gvp = (char*) G__getgvp();
1538     long soff = G__getstructoffset();
1539     int n = G__getaryconstruct();
1540     //
1541     //has_a_delete: 1
1542     //has_own_delete1arg: 0
1543     //has_own_delete2arg: 0
1544     //
1545     if (!soff) {
1546     return(1);
1547     }
1548     if (n) {
1549     if (gvp == (char*)G__PVOID) {
1550     delete[] (L1Obj*) soff;
1551     } else {
1552     G__setgvp((long) G__PVOID);
1553     for (int i = n - 1; i >= 0; --i) {
1554     ((L1Obj*) (soff+(sizeof(L1Obj)*i)))->~G__TL1Obj();
1555     }
1556     G__setgvp((long)gvp);
1557     }
1558     } else {
1559     if (gvp == (char*)G__PVOID) {
1560     delete (L1Obj*) soff;
1561     } else {
1562     G__setgvp((long) G__PVOID);
1563     ((L1Obj*) (soff))->~G__TL1Obj();
1564     G__setgvp((long)gvp);
1565     }
1566     }
1567     G__setnull(result7);
1568     return(1 || funcname || hash || result7 || libp) ;
1569     }
1570    
1571     // automatic assignment operator
1572 konec 1.2 static int G__rootMAnaDict_149_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1573 konec 1.1 {
1574     L1Obj* dest = (L1Obj*) G__getstructoffset();
1575     *dest = *(L1Obj*) libp->para[0].ref;
1576     const L1Obj& obj = *dest;
1577     result7->ref = (long) (&obj);
1578     result7->obj.i = (long) (&obj);
1579     return(1 || funcname || hash || result7 || libp) ;
1580     }
1581    
1582    
1583     /* L1ObjColl */
1584 konec 1.2 static int G__rootMAnaDict_150_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1585 konec 1.1 {
1586     L1ObjColl* p = NULL;
1587     char* gvp = (char*) G__getgvp();
1588     int n = G__getaryconstruct();
1589     if (n) {
1590     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1591     p = new L1ObjColl[n];
1592     } else {
1593     p = new((void*) gvp) L1ObjColl[n];
1594     }
1595     } else {
1596     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1597     p = new L1ObjColl;
1598     } else {
1599     p = new((void*) gvp) L1ObjColl;
1600     }
1601     }
1602     result7->obj.i = (long) p;
1603     result7->ref = (long) p;
1604     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl));
1605     return(1 || funcname || hash || result7 || libp) ;
1606     }
1607    
1608 konec 1.2 static int G__rootMAnaDict_150_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1609 konec 1.1 {
1610     ((L1ObjColl*) G__getstructoffset())->set(*(vector<L1Obj>*) libp->para[0].ref);
1611     G__setnull(result7);
1612     return(1 || funcname || hash || result7 || libp) ;
1613     }
1614    
1615 konec 1.2 static int G__rootMAnaDict_150_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1616 konec 1.1 {
1617     ((L1ObjColl*) G__getstructoffset())->set(*(vector<bool>*) libp->para[0].ref);
1618     G__setnull(result7);
1619     return(1 || funcname || hash || result7 || libp) ;
1620     }
1621    
1622 konec 1.2 static int G__rootMAnaDict_150_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1623 konec 1.1 {
1624     {
1625     const vector<L1Obj>& obj = ((const L1ObjColl*) G__getstructoffset())->getL1Objs();
1626     result7->ref = (long) (&obj);
1627     result7->obj.i = (long) (&obj);
1628     }
1629     return(1 || funcname || hash || result7 || libp) ;
1630     }
1631    
1632 konec 1.2 static int G__rootMAnaDict_150_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1633 konec 1.1 {
1634     {
1635     const vector<bool>& obj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsMatching();
1636     result7->ref = (long) (&obj);
1637     result7->obj.i = (long) (&obj);
1638     }
1639     return(1 || funcname || hash || result7 || libp) ;
1640     }
1641    
1642 konec 1.2 static int G__rootMAnaDict_150_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1643 konec 1.1 {
1644     switch (libp->paran) {
1645     case 1:
1646     {
1647     const vector<L1Obj>* pobj;
1648     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsMatched((double) G__double(libp->para[0]));
1649     pobj = new vector<L1Obj>(xobj);
1650     result7->obj.i = (long) ((void*) pobj);
1651     result7->ref = result7->obj.i;
1652     G__store_tempobject(*result7);
1653     }
1654     break;
1655     case 0:
1656     {
1657     const vector<L1Obj>* pobj;
1658     const vector<L1Obj> xobj = ((const L1ObjColl*) G__getstructoffset())->getL1ObjsMatched();
1659     pobj = new vector<L1Obj>(xobj);
1660     result7->obj.i = (long) ((void*) pobj);
1661     result7->ref = result7->obj.i;
1662     G__store_tempobject(*result7);
1663     }
1664     break;
1665     }
1666     return(1 || funcname || hash || result7 || libp) ;
1667     }
1668    
1669 konec 1.2 static int G__rootMAnaDict_150_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1670 konec 1.1 {
1671     G__letint(result7, 85, (long) L1ObjColl::Class());
1672     return(1 || funcname || hash || result7 || libp) ;
1673     }
1674    
1675 konec 1.2 static int G__rootMAnaDict_150_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1676 konec 1.1 {
1677     G__letint(result7, 67, (long) L1ObjColl::Class_Name());
1678     return(1 || funcname || hash || result7 || libp) ;
1679     }
1680    
1681 konec 1.2 static int G__rootMAnaDict_150_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1682 konec 1.1 {
1683     G__letint(result7, 115, (long) L1ObjColl::Class_Version());
1684     return(1 || funcname || hash || result7 || libp) ;
1685     }
1686    
1687 konec 1.2 static int G__rootMAnaDict_150_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1688 konec 1.1 {
1689     L1ObjColl::Dictionary();
1690     G__setnull(result7);
1691     return(1 || funcname || hash || result7 || libp) ;
1692     }
1693    
1694 konec 1.2 static int G__rootMAnaDict_150_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1695 konec 1.1 {
1696     ((L1ObjColl*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
1697     G__setnull(result7);
1698     return(1 || funcname || hash || result7 || libp) ;
1699     }
1700    
1701 konec 1.2 static int G__rootMAnaDict_150_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1702 konec 1.1 {
1703     G__letint(result7, 67, (long) L1ObjColl::DeclFileName());
1704     return(1 || funcname || hash || result7 || libp) ;
1705     }
1706    
1707 konec 1.2 static int G__rootMAnaDict_150_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1708 konec 1.1 {
1709     G__letint(result7, 105, (long) L1ObjColl::ImplFileLine());
1710     return(1 || funcname || hash || result7 || libp) ;
1711     }
1712    
1713 konec 1.2 static int G__rootMAnaDict_150_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1714 konec 1.1 {
1715     G__letint(result7, 67, (long) L1ObjColl::ImplFileName());
1716     return(1 || funcname || hash || result7 || libp) ;
1717     }
1718    
1719 konec 1.2 static int G__rootMAnaDict_150_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1720 konec 1.1 {
1721     G__letint(result7, 105, (long) L1ObjColl::DeclFileLine());
1722     return(1 || funcname || hash || result7 || libp) ;
1723     }
1724    
1725     // automatic copy constructor
1726 konec 1.2 static int G__rootMAnaDict_150_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1727 konec 1.1
1728     {
1729     L1ObjColl* p;
1730     void* tmp = (void*) G__int(libp->para[0]);
1731     p = new L1ObjColl(*(L1ObjColl*) tmp);
1732     result7->obj.i = (long) p;
1733     result7->ref = (long) p;
1734     G__set_tagnum(result7,G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl));
1735     return(1 || funcname || hash || result7 || libp) ;
1736     }
1737    
1738     // automatic destructor
1739     typedef L1ObjColl G__TL1ObjColl;
1740 konec 1.2 static int G__rootMAnaDict_150_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1741 konec 1.1 {
1742     char* gvp = (char*) G__getgvp();
1743     long soff = G__getstructoffset();
1744     int n = G__getaryconstruct();
1745     //
1746     //has_a_delete: 1
1747     //has_own_delete1arg: 0
1748     //has_own_delete2arg: 0
1749     //
1750     if (!soff) {
1751     return(1);
1752     }
1753     if (n) {
1754     if (gvp == (char*)G__PVOID) {
1755     delete[] (L1ObjColl*) soff;
1756     } else {
1757     G__setgvp((long) G__PVOID);
1758     for (int i = n - 1; i >= 0; --i) {
1759     ((L1ObjColl*) (soff+(sizeof(L1ObjColl)*i)))->~G__TL1ObjColl();
1760     }
1761     G__setgvp((long)gvp);
1762     }
1763     } else {
1764     if (gvp == (char*)G__PVOID) {
1765     delete (L1ObjColl*) soff;
1766     } else {
1767     G__setgvp((long) G__PVOID);
1768     ((L1ObjColl*) (soff))->~G__TL1ObjColl();
1769     G__setgvp((long)gvp);
1770     }
1771     }
1772     G__setnull(result7);
1773     return(1 || funcname || hash || result7 || libp) ;
1774     }
1775    
1776     // automatic assignment operator
1777 konec 1.2 static int G__rootMAnaDict_150_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1778 konec 1.1 {
1779     L1ObjColl* dest = (L1ObjColl*) G__getstructoffset();
1780     *dest = *(L1ObjColl*) libp->para[0].ref;
1781     const L1ObjColl& obj = *dest;
1782     result7->ref = (long) (&obj);
1783     result7->obj.i = (long) (&obj);
1784     return(1 || funcname || hash || result7 || libp) ;
1785     }
1786    
1787    
1788     /* Setting up global function */
1789    
1790     /*********************************************************
1791     * Member function Stub
1792     *********************************************************/
1793    
1794     /* EventObj */
1795    
1796 konec 1.2 /* TrackObj */
1797    
1798     /* MuonObj */
1799    
1800 konec 1.1 /* L1Obj */
1801    
1802     /* L1ObjColl */
1803    
1804     /*********************************************************
1805     * Global function Stub
1806     *********************************************************/
1807    
1808     /*********************************************************
1809     * Get size of pointer to member function
1810     *********************************************************/
1811     class G__Sizep2memfuncrootMAnaDict {
1812     public:
1813     G__Sizep2memfuncrootMAnaDict(): p(&G__Sizep2memfuncrootMAnaDict::sizep2memfunc) {}
1814     size_t sizep2memfunc() { return(sizeof(p)); }
1815     private:
1816     size_t (G__Sizep2memfuncrootMAnaDict::*p)();
1817     };
1818    
1819     size_t G__get_sizep2memfuncrootMAnaDict()
1820     {
1821     G__Sizep2memfuncrootMAnaDict a;
1822     G__setsizep2memfunc((int)a.sizep2memfunc());
1823     return((size_t)a.sizep2memfunc());
1824     }
1825    
1826    
1827     /*********************************************************
1828     * virtual base class offset calculation interface
1829     *********************************************************/
1830    
1831     /* Setting up class inheritance */
1832    
1833     /*********************************************************
1834     * Inheritance information setup/
1835     *********************************************************/
1836     extern "C" void G__cpp_setup_inheritancerootMAnaDict() {
1837    
1838     /* Setting up class inheritance */
1839     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj))) {
1840     EventObj *G__Lderived;
1841     G__Lderived=(EventObj*)0x1000;
1842     {
1843     TObject *G__Lpbase=(TObject*)G__Lderived;
1844     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);
1845     }
1846     }
1847 konec 1.2 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj))) {
1848     TrackObj *G__Lderived;
1849     G__Lderived=(TrackObj*)0x1000;
1850     {
1851     TObject *G__Lpbase=(TObject*)G__Lderived;
1852     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);
1853     }
1854     }
1855     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj))) {
1856     MuonObj *G__Lderived;
1857     G__Lderived=(MuonObj*)0x1000;
1858     {
1859     TrackObj *G__Lpbase=(TrackObj*)G__Lderived;
1860     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);
1861     }
1862     {
1863     TObject *G__Lpbase=(TObject*)G__Lderived;
1864     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);
1865     }
1866     }
1867 konec 1.1 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj))) {
1868     L1Obj *G__Lderived;
1869     G__Lderived=(L1Obj*)0x1000;
1870     {
1871     TObject *G__Lpbase=(TObject*)G__Lderived;
1872     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);
1873     }
1874     }
1875     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl))) {
1876     L1ObjColl *G__Lderived;
1877     G__Lderived=(L1ObjColl*)0x1000;
1878     {
1879     TObject *G__Lpbase=(TObject*)G__Lderived;
1880     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);
1881     }
1882     }
1883     }
1884    
1885     /*********************************************************
1886     * typedef information setup/
1887     *********************************************************/
1888     extern "C" void G__cpp_setup_typetablerootMAnaDict() {
1889    
1890     /* Setting up typedef entry */
1891     G__search_typename2("Version_t",115,-1,0,-1);
1892     G__setnewtype(-1,"Class version identifier (short)",0);
1893     G__search_typename2("vector<TSchemaHelper>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
1894     G__setnewtype(-1,NULL,0);
1895     G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
1896     G__setnewtype(-1,NULL,0);
1897     G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
1898     G__setnewtype(-1,NULL,0);
1899     G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
1900     G__setnewtype(-1,NULL,0);
1901     G__search_typename2("vector<L1Obj>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR),0,-1);
1902     G__setnewtype(-1,NULL,0);
1903     G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEL1ObjcOallocatorlEL1ObjgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR));
1904     G__setnewtype(-1,NULL,0);
1905     G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEL1ObjcOallocatorlEL1ObjgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR));
1906     G__setnewtype(-1,NULL,0);
1907     }
1908    
1909     /*********************************************************
1910     * Data Member information setup/
1911     *********************************************************/
1912    
1913     /* Setting up class,struct,union tag member variable */
1914    
1915     /* EventObj */
1916     static void G__setup_memvarEventObj(void) {
1917     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj));
1918     { EventObj *p; p=(EventObj*)0x1000; if (p) { }
1919     G__memvar_setup((void*)((long)(&p->bx)-(long)(p)),104,0,0,-1,-1,-1,1,"bx=",0,(char*)NULL);
1920     G__memvar_setup((void*)((long)(&p->id)-(long)(p)),104,0,0,-1,-1,-1,1,"id=",0,(char*)NULL);
1921     G__memvar_setup((void*)((long)(&p->lumi)-(long)(p)),104,0,0,-1,-1,-1,1,"lumi=",0,(char*)NULL);
1922     G__memvar_setup((void*)((long)(&p->run)-(long)(p)),104,0,0,-1,-1,-1,1,"run=",0,(char*)NULL);
1923     G__memvar_setup((void*)((long)(&p->time)-(long)(p)),109,0,0,-1,G__defined_typename("ULong64_t"),-1,1,"time=",0,(char*)NULL);
1924     G__memvar_setup((void*)((long)(&p->orbit)-(long)(p)),109,0,0,-1,G__defined_typename("ULong64_t"),-1,1,"orbit=",0,(char*)NULL);
1925     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
1926     }
1927     G__tag_memvar_reset();
1928     }
1929    
1930    
1931 konec 1.2 /* TrackObj */
1932     static void G__setup_memvarTrackObj(void) {
1933     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj));
1934     { TrackObj *p; p=(TrackObj*)0x1000; if (p) { }
1935     G__memvar_setup((void*)0,102,0,0,-1,-1,-1,4,"thePt=",0,(char*)NULL);
1936     G__memvar_setup((void*)0,102,0,0,-1,-1,-1,4,"theEta=",0,(char*)NULL);
1937     G__memvar_setup((void*)0,102,0,0,-1,-1,-1,4,"thePhi=",0,(char*)NULL);
1938 konec 1.3 G__memvar_setup((void*)0,102,0,0,-1,-1,-1,4,"theCharge=",0,(char*)NULL);
1939 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);
1940     }
1941     G__tag_memvar_reset();
1942     }
1943    
1944    
1945     /* MuonObj */
1946     static void G__setup_memvarMuonObj(void) {
1947     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj));
1948     { MuonObj *p; p=(MuonObj*)0x1000; if (p) { }
1949     G__memvar_setup((void*)0,104,0,0,-1,-1,-1,4,"theMuonBits=",0,(char*)NULL);
1950     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
1951     }
1952     G__tag_memvar_reset();
1953     }
1954    
1955    
1956 konec 1.1 /* L1Obj */
1957     static void G__setup_memvarL1Obj(void) {
1958     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj));
1959     { L1Obj *p; p=(L1Obj*)0x1000; if (p) { }
1960     G__memvar_setup((void*)((long)(&p->pt)-(long)(p)),102,0,0,-1,-1,-1,1,"pt=",0,(char*)NULL);
1961     G__memvar_setup((void*)((long)(&p->eta)-(long)(p)),102,0,0,-1,-1,-1,1,"eta=",0,(char*)NULL);
1962     G__memvar_setup((void*)((long)(&p->phi)-(long)(p)),102,0,0,-1,-1,-1,1,"phi=",0,(char*)NULL);
1963     G__memvar_setup((void*)((long)(&p->bx)-(long)(p)),105,0,0,-1,-1,-1,1,"bx=",0,(char*)NULL);
1964     G__memvar_setup((void*)((long)(&p->q)-(long)(p)),105,0,0,-1,-1,-1,1,"q=",0,(char*)NULL);
1965     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
1966     }
1967     G__tag_memvar_reset();
1968     }
1969    
1970    
1971     /* L1ObjColl */
1972     static void G__setup_memvarL1ObjColl(void) {
1973     G__tag_memvar_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl));
1974     { L1ObjColl *p; p=(L1ObjColl*)0x1000; if (p) { }
1975     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);
1976     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);
1977     G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__rootMAnaDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
1978     }
1979     G__tag_memvar_reset();
1980     }
1981    
1982     extern "C" void G__cpp_setup_memvarrootMAnaDict() {
1983     }
1984     /***********************************************************
1985     ************************************************************
1986     ************************************************************
1987     ************************************************************
1988     ************************************************************
1989     ************************************************************
1990     ************************************************************
1991     ***********************************************************/
1992    
1993     /*********************************************************
1994     * Member function information setup for each class
1995     *********************************************************/
1996     static void G__setup_memfuncEventObj(void) {
1997     /* EventObj */
1998     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj));
1999     G__memfunc_setup("Class",502,G__rootMAnaDict_146_0_1, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&EventObj::Class), 0);
2000     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_146_0_2, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&EventObj::Class_Name), 0);
2001     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_146_0_3, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&EventObj::Class_Version), 0);
2002     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_146_0_4, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&EventObj::Dictionary), 0);
2003     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);
2004     G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
2005     "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
2006     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
2007     G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_146_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
2008     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_146_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&EventObj::DeclFileName), 0);
2009     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_146_0_10, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&EventObj::ImplFileLine), 0);
2010     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_146_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&EventObj::ImplFileName), 0);
2011     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_146_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&EventObj::DeclFileLine), 0);
2012     // automatic default constructor
2013     G__memfunc_setup("EventObj", 797, G__rootMAnaDict_146_0_13, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
2014     // automatic copy constructor
2015     G__memfunc_setup("EventObj", 797, G__rootMAnaDict_146_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);
2016     // automatic destructor
2017     G__memfunc_setup("~EventObj", 923, G__rootMAnaDict_146_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
2018     // automatic assignment operator
2019     G__memfunc_setup("operator=", 937, G__rootMAnaDict_146_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);
2020     G__tag_memfunc_reset();
2021     }
2022    
2023 konec 1.2 static void G__setup_memfuncTrackObj(void) {
2024     /* TrackObj */
2025     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj));
2026 konec 1.3 G__memfunc_setup("TrackObj",784,G__rootMAnaDict_147_0_1, 105, G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj), -1, 0, 4, 1, 1, 0,
2027 konec 1.2 "f - - 0 '0.' pt f - - 0 '0.' eta "
2028 konec 1.3 "f - - 0 '0.' phi f - - 0 '0.' charge", (char*)NULL, (void*) NULL, 0);
2029     G__memfunc_setup("setKine",723,G__rootMAnaDict_147_0_2, 121, -1, -1, 0, 4, 1, 1, 0,
2030 konec 1.2 "f - - 0 - pt f - - 0 - eta "
2031 konec 1.3 "f - - 0 - phi f - - 0 - charge", (char*)NULL, (void*) NULL, 0);
2032 konec 1.2 G__memfunc_setup("pt",228,G__rootMAnaDict_147_0_3, 102, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2033     G__memfunc_setup("eta",314,G__rootMAnaDict_147_0_4, 102, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2034     G__memfunc_setup("phi",321,G__rootMAnaDict_147_0_5, 102, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2035 konec 1.3 G__memfunc_setup("charge",618,G__rootMAnaDict_147_0_6, 102, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2036     G__memfunc_setup("Class",502,G__rootMAnaDict_147_0_7, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&TrackObj::Class), 0);
2037     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_147_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&TrackObj::Class_Name), 0);
2038     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_147_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&TrackObj::Class_Version), 0);
2039     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_147_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&TrackObj::Dictionary), 0);
2040 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);
2041     G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
2042     "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
2043     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
2044 konec 1.3 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_147_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
2045     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_147_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&TrackObj::DeclFileName), 0);
2046     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_147_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&TrackObj::ImplFileLine), 0);
2047     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_147_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&TrackObj::ImplFileName), 0);
2048     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_147_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&TrackObj::DeclFileLine), 0);
2049 konec 1.2 // automatic copy constructor
2050 konec 1.3 G__memfunc_setup("TrackObj", 784, G__rootMAnaDict_147_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);
2051 konec 1.2 // automatic destructor
2052 konec 1.3 G__memfunc_setup("~TrackObj", 910, G__rootMAnaDict_147_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
2053 konec 1.2 // automatic assignment operator
2054 konec 1.3 G__memfunc_setup("operator=", 937, G__rootMAnaDict_147_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);
2055 konec 1.2 G__tag_memfunc_reset();
2056     }
2057    
2058     static void G__setup_memfuncMuonObj(void) {
2059     /* MuonObj */
2060     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj));
2061     G__memfunc_setup("MuonObj",698,G__rootMAnaDict_148_0_1, 105, G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2062 konec 1.3 G__memfunc_setup("MuonObj",698,G__rootMAnaDict_148_0_2, 105, G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj), -1, 0, 4, 1, 1, 0,
2063 konec 1.2 "f - - 0 - pt f - - 0 - eta "
2064 konec 1.3 "f - - 0 - phi f - - 0 - charge", (char*)NULL, (void*) NULL, 0);
2065 konec 1.2 G__memfunc_setup("setBits",734,G__rootMAnaDict_148_0_3, 121, -1, -1, 0, 5, 1, 1, 0,
2066     "g - - 0 - isGlobal g - - 0 - isTracker "
2067     "g - - 0 - isOuter g - - 0 - isCalo "
2068     "g - - 0 - isMatched", (char*)NULL, (void*) NULL, 0);
2069     G__memfunc_setup("isGlobal",813,G__rootMAnaDict_148_0_4, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2070     G__memfunc_setup("isTracker",936,G__rootMAnaDict_148_0_5, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2071     G__memfunc_setup("isOuter",747,G__rootMAnaDict_148_0_6, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2072     G__memfunc_setup("isCalo",603,G__rootMAnaDict_148_0_7, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2073     G__memfunc_setup("isMatched",914,G__rootMAnaDict_148_0_8, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2074     G__memfunc_setup("Class",502,G__rootMAnaDict_148_0_9, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&MuonObj::Class), 0);
2075     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_148_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&MuonObj::Class_Name), 0);
2076     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_148_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&MuonObj::Class_Version), 0);
2077     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_148_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&MuonObj::Dictionary), 0);
2078     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);
2079     G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
2080     "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
2081     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
2082     G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_148_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
2083     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_148_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&MuonObj::DeclFileName), 0);
2084     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_148_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&MuonObj::ImplFileLine), 0);
2085     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_148_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&MuonObj::ImplFileName), 0);
2086     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_148_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&MuonObj::DeclFileLine), 0);
2087     // automatic copy constructor
2088     G__memfunc_setup("MuonObj", 698, G__rootMAnaDict_148_0_21, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj), -1, 0, 1, 1, 1, 0, "u 'MuonObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
2089     // automatic destructor
2090     G__memfunc_setup("~MuonObj", 824, G__rootMAnaDict_148_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
2091     // automatic assignment operator
2092     G__memfunc_setup("operator=", 937, G__rootMAnaDict_148_0_23, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj), -1, 1, 1, 1, 1, 0, "u 'MuonObj' - 11 - -", (char*) NULL, (void*) NULL, 0);
2093     G__tag_memfunc_reset();
2094     }
2095    
2096 konec 1.1 static void G__setup_memfuncL1Obj(void) {
2097     /* L1Obj */
2098     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj));
2099 konec 1.2 G__memfunc_setup("isValid",716,G__rootMAnaDict_149_0_1, 103, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2100     G__memfunc_setup("L1Obj",408,G__rootMAnaDict_149_0_2, 105, G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2101     G__memfunc_setup("Class",502,G__rootMAnaDict_149_0_3, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&L1Obj::Class), 0);
2102     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_149_0_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&L1Obj::Class_Name), 0);
2103     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_149_0_5, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&L1Obj::Class_Version), 0);
2104     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_149_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&L1Obj::Dictionary), 0);
2105 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);
2106     G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
2107     "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
2108     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
2109 konec 1.2 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_149_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
2110     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_149_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&L1Obj::DeclFileName), 0);
2111     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_149_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&L1Obj::ImplFileLine), 0);
2112     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_149_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&L1Obj::ImplFileName), 0);
2113     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_149_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&L1Obj::DeclFileLine), 0);
2114 konec 1.1 // automatic copy constructor
2115 konec 1.2 G__memfunc_setup("L1Obj", 408, G__rootMAnaDict_149_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);
2116 konec 1.1 // automatic destructor
2117 konec 1.2 G__memfunc_setup("~L1Obj", 534, G__rootMAnaDict_149_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
2118 konec 1.1 // automatic assignment operator
2119 konec 1.2 G__memfunc_setup("operator=", 937, G__rootMAnaDict_149_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);
2120 konec 1.1 G__tag_memfunc_reset();
2121     }
2122    
2123     static void G__setup_memfuncL1ObjColl(void) {
2124     /* L1ObjColl */
2125     G__tag_memfunc_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl));
2126 konec 1.2 G__memfunc_setup("L1ObjColl",802,G__rootMAnaDict_150_0_1, 105, G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2127     G__memfunc_setup("set",332,G__rootMAnaDict_150_0_2, 121, -1, -1, 0, 1, 1, 1, 0, "u 'vector<L1Obj,allocator<L1Obj> >' 'vector<L1Obj>' 11 - obj", (char*)NULL, (void*) NULL, 0);
2128     G__memfunc_setup("set",332,G__rootMAnaDict_150_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "u 'vector<bool,allocator<bool> >' 'vector<bool>' 11 - comp", (char*)NULL, (void*) NULL, 0);
2129     G__memfunc_setup("getL1Objs",843,G__rootMAnaDict_150_0_4, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR), G__defined_typename("vector<L1Obj>"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
2130     G__memfunc_setup("getL1ObjsMatching",1654,G__rootMAnaDict_150_0_5, 117, G__get_linked_tagnum(&G__rootMAnaDictLN_vectorlEboolcOallocatorlEboolgRsPgR), G__defined_typename("vector<bool>"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
2131     G__memfunc_setup("getL1ObjsMatched",1537,G__rootMAnaDict_150_0_6, 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);
2132     G__memfunc_setup("Class",502,G__rootMAnaDict_150_0_7, 85, G__get_linked_tagnum(&G__rootMAnaDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&L1ObjColl::Class), 0);
2133     G__memfunc_setup("Class_Name",982,G__rootMAnaDict_150_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&L1ObjColl::Class_Name), 0);
2134     G__memfunc_setup("Class_Version",1339,G__rootMAnaDict_150_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&L1ObjColl::Class_Version), 0);
2135     G__memfunc_setup("Dictionary",1046,G__rootMAnaDict_150_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&L1ObjColl::Dictionary), 0);
2136 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);
2137     G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
2138     "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
2139     G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
2140 konec 1.2 G__memfunc_setup("StreamerNVirtual",1656,G__rootMAnaDict_150_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
2141     G__memfunc_setup("DeclFileName",1145,G__rootMAnaDict_150_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&L1ObjColl::DeclFileName), 0);
2142     G__memfunc_setup("ImplFileLine",1178,G__rootMAnaDict_150_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&L1ObjColl::ImplFileLine), 0);
2143     G__memfunc_setup("ImplFileName",1171,G__rootMAnaDict_150_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&L1ObjColl::ImplFileName), 0);
2144     G__memfunc_setup("DeclFileLine",1152,G__rootMAnaDict_150_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&L1ObjColl::DeclFileLine), 0);
2145 konec 1.1 // automatic copy constructor
2146 konec 1.2 G__memfunc_setup("L1ObjColl", 802, G__rootMAnaDict_150_0_19, (int) ('i'), G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 0, 1, 1, 1, 0, "u 'L1ObjColl' - 11 - -", (char*) NULL, (void*) NULL, 0);
2147 konec 1.1 // automatic destructor
2148 konec 1.2 G__memfunc_setup("~L1ObjColl", 928, G__rootMAnaDict_150_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
2149 konec 1.1 // automatic assignment operator
2150 konec 1.2 G__memfunc_setup("operator=", 937, G__rootMAnaDict_150_0_21, (int) ('u'), G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl), -1, 1, 1, 1, 1, 0, "u 'L1ObjColl' - 11 - -", (char*) NULL, (void*) NULL, 0);
2151 konec 1.1 G__tag_memfunc_reset();
2152     }
2153    
2154    
2155     /*********************************************************
2156     * Member function information setup
2157     *********************************************************/
2158     extern "C" void G__cpp_setup_memfuncrootMAnaDict() {
2159     }
2160    
2161     /*********************************************************
2162     * Global variable information setup for each class
2163     *********************************************************/
2164     static void G__cpp_setup_global0() {
2165    
2166     /* Setting up global variables */
2167     G__resetplocal();
2168    
2169     }
2170    
2171     static void G__cpp_setup_global1() {
2172    
2173     G__resetglobalenv();
2174     }
2175     extern "C" void G__cpp_setup_globalrootMAnaDict() {
2176     G__cpp_setup_global0();
2177     G__cpp_setup_global1();
2178     }
2179    
2180     /*********************************************************
2181     * Global function information setup for each class
2182     *********************************************************/
2183     static void G__cpp_setup_func0() {
2184     G__lastifuncposition();
2185    
2186     }
2187    
2188     static void G__cpp_setup_func1() {
2189     }
2190    
2191     static void G__cpp_setup_func2() {
2192     }
2193    
2194     static void G__cpp_setup_func3() {
2195     }
2196    
2197     static void G__cpp_setup_func4() {
2198     }
2199    
2200     static void G__cpp_setup_func5() {
2201     }
2202    
2203     static void G__cpp_setup_func6() {
2204     }
2205    
2206     static void G__cpp_setup_func7() {
2207     }
2208    
2209     static void G__cpp_setup_func8() {
2210     }
2211    
2212     static void G__cpp_setup_func9() {
2213     }
2214    
2215     static void G__cpp_setup_func10() {
2216     }
2217    
2218     static void G__cpp_setup_func11() {
2219    
2220     G__resetifuncposition();
2221     }
2222    
2223     extern "C" void G__cpp_setup_funcrootMAnaDict() {
2224     G__cpp_setup_func0();
2225     G__cpp_setup_func1();
2226     G__cpp_setup_func2();
2227     G__cpp_setup_func3();
2228     G__cpp_setup_func4();
2229     G__cpp_setup_func5();
2230     G__cpp_setup_func6();
2231     G__cpp_setup_func7();
2232     G__cpp_setup_func8();
2233     G__cpp_setup_func9();
2234     G__cpp_setup_func10();
2235     G__cpp_setup_func11();
2236     }
2237    
2238     /*********************************************************
2239     * Class,struct,union,enum tag information setup
2240     *********************************************************/
2241     /* Setup class/struct taginfo */
2242     G__linked_taginfo G__rootMAnaDictLN_TClass = { "TClass" , 99 , -1 };
2243     G__linked_taginfo G__rootMAnaDictLN_TBuffer = { "TBuffer" , 99 , -1 };
2244     G__linked_taginfo G__rootMAnaDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
2245     G__linked_taginfo G__rootMAnaDictLN_TObject = { "TObject" , 99 , -1 };
2246     G__linked_taginfo G__rootMAnaDictLN_vectorlEboolcOallocatorlEboolgRsPgR = { "vector<bool,allocator<bool> >" , 99 , -1 };
2247     G__linked_taginfo G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
2248     G__linked_taginfo G__rootMAnaDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
2249     G__linked_taginfo G__rootMAnaDictLN_EventObj = { "EventObj" , 115 , -1 };
2250 konec 1.2 G__linked_taginfo G__rootMAnaDictLN_TrackObj = { "TrackObj" , 99 , -1 };
2251     G__linked_taginfo G__rootMAnaDictLN_MuonObj = { "MuonObj" , 99 , -1 };
2252 konec 1.1 G__linked_taginfo G__rootMAnaDictLN_L1Obj = { "L1Obj" , 115 , -1 };
2253     G__linked_taginfo G__rootMAnaDictLN_L1ObjColl = { "L1ObjColl" , 99 , -1 };
2254     G__linked_taginfo G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR = { "vector<L1Obj,allocator<L1Obj> >" , 99 , -1 };
2255     G__linked_taginfo G__rootMAnaDictLN_reverse_iteratorlEvectorlEL1ObjcOallocatorlEL1ObjgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<L1Obj,allocator<L1Obj> >::iterator>" , 99 , -1 };
2256    
2257     /* Reset class/struct taginfo */
2258     extern "C" void G__cpp_reset_tagtablerootMAnaDict() {
2259     G__rootMAnaDictLN_TClass.tagnum = -1 ;
2260     G__rootMAnaDictLN_TBuffer.tagnum = -1 ;
2261     G__rootMAnaDictLN_TMemberInspector.tagnum = -1 ;
2262     G__rootMAnaDictLN_TObject.tagnum = -1 ;
2263     G__rootMAnaDictLN_vectorlEboolcOallocatorlEboolgRsPgR.tagnum = -1 ;
2264     G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
2265     G__rootMAnaDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
2266     G__rootMAnaDictLN_EventObj.tagnum = -1 ;
2267 konec 1.2 G__rootMAnaDictLN_TrackObj.tagnum = -1 ;
2268     G__rootMAnaDictLN_MuonObj.tagnum = -1 ;
2269 konec 1.1 G__rootMAnaDictLN_L1Obj.tagnum = -1 ;
2270     G__rootMAnaDictLN_L1ObjColl.tagnum = -1 ;
2271     G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR.tagnum = -1 ;
2272     G__rootMAnaDictLN_reverse_iteratorlEvectorlEL1ObjcOallocatorlEL1ObjgRsPgRcLcLiteratorgR.tagnum = -1 ;
2273     }
2274    
2275    
2276     extern "C" void G__cpp_setup_tagtablerootMAnaDict() {
2277    
2278     /* Setting up class,struct,union tag entry */
2279     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_TClass);
2280     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_TBuffer);
2281     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_TMemberInspector);
2282     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_TObject);
2283     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlEboolcOallocatorlEboolgRsPgR);
2284     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
2285     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
2286     G__tagtable_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_EventObj),sizeof(EventObj),-1,28672,(char*)NULL,G__setup_memvarEventObj,G__setup_memfuncEventObj);
2287 konec 1.2 G__tagtable_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_TrackObj),sizeof(TrackObj),-1,29952,(char*)NULL,G__setup_memvarTrackObj,G__setup_memfuncTrackObj);
2288     G__tagtable_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_MuonObj),sizeof(MuonObj),-1,62720,(char*)NULL,G__setup_memvarMuonObj,G__setup_memfuncMuonObj);
2289 konec 1.1 G__tagtable_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1Obj),sizeof(L1Obj),-1,28928,(char*)NULL,G__setup_memvarL1Obj,G__setup_memfuncL1Obj);
2290     G__tagtable_setup(G__get_linked_tagnum(&G__rootMAnaDictLN_L1ObjColl),sizeof(L1ObjColl),-1,29952,(char*)NULL,G__setup_memvarL1ObjColl,G__setup_memfuncL1ObjColl);
2291     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_vectorlEL1ObjcOallocatorlEL1ObjgRsPgR);
2292     G__get_linked_tagnum_fwd(&G__rootMAnaDictLN_reverse_iteratorlEvectorlEL1ObjcOallocatorlEL1ObjgRsPgRcLcLiteratorgR);
2293     }
2294     extern "C" void G__cpp_setuprootMAnaDict(void) {
2295     G__check_setup_version(30051515,"G__cpp_setuprootMAnaDict()");
2296     G__set_cpp_environmentrootMAnaDict();
2297     G__cpp_setup_tagtablerootMAnaDict();
2298    
2299     G__cpp_setup_inheritancerootMAnaDict();
2300    
2301     G__cpp_setup_typetablerootMAnaDict();
2302    
2303     G__cpp_setup_memvarrootMAnaDict();
2304    
2305     G__cpp_setup_memfuncrootMAnaDict();
2306     G__cpp_setup_globalrootMAnaDict();
2307     G__cpp_setup_funcrootMAnaDict();
2308    
2309     if(0==G__getsizep2memfunc()) G__get_sizep2memfuncrootMAnaDict();
2310     return;
2311     }
2312     class G__cpp_setup_initrootMAnaDict {
2313     public:
2314     G__cpp_setup_initrootMAnaDict() { G__add_setup_func("rootMAnaDict",(G__incsetup)(&G__cpp_setuprootMAnaDict)); G__call_setup_funcs(); }
2315     ~G__cpp_setup_initrootMAnaDict() { G__remove_setup_func("rootMAnaDict"); }
2316     };
2317     G__cpp_setup_initrootMAnaDict G__cpp_setup_initializerrootMAnaDict;
2318