/[PAMELA software]/DarthVader/TriggerLevel2/src/TrigLevel2Dict.cpp
ViewVC logotype

Contents of /DarthVader/TriggerLevel2/src/TrigLevel2Dict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Mon Jun 19 13:27:53 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Upgrade to v1r00 to be linked to YODA 6_3/00

1 //
2 // File generated by rootcint at Thu Jun 15 14:42:24 2006.
3 // Do NOT change. Changes will be lost next time file is generated
4 //
5
6 #include "RConfig.h"
7 #if !defined(R__ACCESS_IN_SYMBOL)
8 //Break the privacy of classes -- Disabled for the moment
9 #define private public
10 #define protected public
11 #endif
12
13 // Since CINT ignores the std namespace, we need to do so in this file.
14 namespace std {} using namespace std;
15
16 #include "TrigLevel2Dict.h"
17 #include "TClass.h"
18 #include "TBuffer.h"
19 #include "TStreamerInfo.h"
20 #include "TMemberInspector.h"
21 #include "TError.h"
22
23 #ifndef G__ROOT
24 #define G__ROOT
25 #endif
26
27 #include "RtypesImp.h"
28
29 #include "TCollectionProxy.h"
30
31 namespace ROOT {
32 namespace Shadow {
33 } // Of namespace ROOT::Shadow
34 } // Of namespace ROOT
35
36 namespace ROOT {
37 void TrigLevel2_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
38 static TClass *TrigLevel2_IsA(const void*);
39 static void *new_TrigLevel2(void *p = 0);
40 static void *newArray_TrigLevel2(Long_t size);
41 static void delete_TrigLevel2(void *p);
42 static void deleteArray_TrigLevel2(void *p);
43 static void destruct_TrigLevel2(void *p);
44
45 // Function generating the singleton type initializer
46 TGenericClassInfo *GenerateInitInstance(const ::TrigLevel2*)
47 {
48 ::TrigLevel2 *ptr = 0;
49 static ::ROOT::TGenericClassInfo
50 instance("TrigLevel2", ::TrigLevel2::Class_Version(), "inc/TrigLevel2.h", 7,
51 typeid(::TrigLevel2), DefineBehavior(ptr, ptr),
52 &::TrigLevel2::Dictionary, &TrigLevel2_IsA, 0,
53 sizeof(::TrigLevel2) );
54 instance.SetNew(&new_TrigLevel2);
55 instance.SetNewArray(&newArray_TrigLevel2);
56 instance.SetDelete(&delete_TrigLevel2);
57 instance.SetDeleteArray(&deleteArray_TrigLevel2);
58 instance.SetDestructor(&destruct_TrigLevel2);
59 return &instance;
60 }
61 // Static variable to force the class initialization
62 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::TrigLevel2*)0x0); R__UseDummy(_R__UNIQUE_(Init));
63 }
64
65 //______________________________________________________________________________
66 TClass *TrigLevel2::fgIsA = 0; // static to hold class pointer
67
68 //______________________________________________________________________________
69 const char *TrigLevel2::Class_Name()
70 {
71 return "TrigLevel2";
72 }
73
74 //______________________________________________________________________________
75 const char *TrigLevel2::ImplFileName()
76 {
77 return ::ROOT::GenerateInitInstance((const ::TrigLevel2*)0x0)->GetImplFileName();
78 }
79
80 //______________________________________________________________________________
81 int TrigLevel2::ImplFileLine()
82 {
83 return ::ROOT::GenerateInitInstance((const ::TrigLevel2*)0x0)->GetImplFileLine();
84 }
85
86 //______________________________________________________________________________
87 void TrigLevel2::Dictionary()
88 {
89 fgIsA = ::ROOT::GenerateInitInstance((const ::TrigLevel2*)0x0)->GetClass();
90 }
91
92 //______________________________________________________________________________
93 TClass *TrigLevel2::Class()
94 {
95 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::TrigLevel2*)0x0)->GetClass();
96 return fgIsA;
97 }
98
99 //______________________________________________________________________________
100 void TrigLevel2::Streamer(TBuffer &R__b)
101 {
102 // Stream an object of class TrigLevel2.
103
104 UInt_t R__s, R__c;
105 if (R__b.IsReading()) {
106 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
107 TObject::Streamer(R__b);
108 R__b >> evcount;
109 R__b.ReadStaticArray((int*)pmtpl);
110 R__b.ReadStaticArray((int*)trigrate);
111 R__b.ReadStaticArray((int*)dltime);
112 R__b.ReadStaticArray((int*)s4calcount);
113 R__b.ReadStaticArray((int*)pmtcount1);
114 R__b.ReadStaticArray((int*)pmtcount2);
115 R__b.ReadStaticArray((int*)patternbusy);
116 R__b.ReadStaticArray((int*)patterntrig);
117 R__b >> trigconf;
118 R__b.CheckByteCount(R__s, R__c, TrigLevel2::IsA());
119 } else {
120 R__c = R__b.WriteVersion(TrigLevel2::IsA(), kTRUE);
121 TObject::Streamer(R__b);
122 R__b << evcount;
123 R__b.WriteArray(pmtpl, 3);
124 R__b.WriteArray(trigrate, 6);
125 R__b.WriteArray(dltime, 2);
126 R__b.WriteArray(s4calcount, 2);
127 R__b.WriteArray(pmtcount1, 24);
128 R__b.WriteArray(pmtcount2, 24);
129 R__b.WriteArray(patternbusy, 3);
130 R__b.WriteArray(patterntrig, 6);
131 R__b << trigconf;
132 R__b.SetByteCount(R__c, kTRUE);
133 }
134 }
135
136 //______________________________________________________________________________
137 void TrigLevel2::ShowMembers(TMemberInspector &R__insp, char *R__parent)
138 {
139 // Inspect the data members of an object of class TrigLevel2.
140
141 TClass *R__cl = ::TrigLevel2::IsA();
142 Int_t R__ncp = strlen(R__parent);
143 if (R__ncp || R__cl || R__insp.IsA()) { }
144 R__insp.Inspect(R__cl, R__parent, "evcount", &evcount);
145 R__insp.Inspect(R__cl, R__parent, "pmtpl[3]", pmtpl);
146 R__insp.Inspect(R__cl, R__parent, "trigrate[6]", trigrate);
147 R__insp.Inspect(R__cl, R__parent, "dltime[2]", dltime);
148 R__insp.Inspect(R__cl, R__parent, "s4calcount[2]", s4calcount);
149 R__insp.Inspect(R__cl, R__parent, "pmtcount1[24]", pmtcount1);
150 R__insp.Inspect(R__cl, R__parent, "pmtcount2[24]", pmtcount2);
151 R__insp.Inspect(R__cl, R__parent, "patternbusy[3]", patternbusy);
152 R__insp.Inspect(R__cl, R__parent, "patterntrig[6]", patterntrig);
153 R__insp.Inspect(R__cl, R__parent, "trigconf", &trigconf);
154 TObject::ShowMembers(R__insp, R__parent);
155 }
156
157 namespace ROOT {
158 // Return the actual TClass for the object argument
159 static TClass *TrigLevel2_IsA(const void *obj) {
160 return ((::TrigLevel2*)obj)->IsA();
161 }
162 // Wrappers around operator new
163 static void *new_TrigLevel2(void *p) {
164 return p ? new(p) ::TrigLevel2 : new ::TrigLevel2;
165 }
166 static void *newArray_TrigLevel2(Long_t size) {
167 return new ::TrigLevel2[size];
168 }
169 // Wrapper around operator delete
170 static void delete_TrigLevel2(void *p) {
171 delete ((::TrigLevel2*)p);
172 }
173 static void deleteArray_TrigLevel2(void *p) {
174 delete [] ((::TrigLevel2*)p);
175 }
176 static void destruct_TrigLevel2(void *p) {
177 typedef ::TrigLevel2 current_t;
178 ((current_t*)p)->~current_t();
179 }
180 } // end of namespace ROOT for class ::TrigLevel2
181
182 /********************************************************
183 * src/TrigLevel2Dict.cpp
184 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
185 * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
186 * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
187 ********************************************************/
188
189 #ifdef G__MEMTEST
190 #undef malloc
191 #undef free
192 #endif
193
194 extern "C" void G__cpp_reset_tagtableTrigLevel2Dict();
195
196 extern "C" void G__set_cpp_environmentTrigLevel2Dict() {
197 G__add_compiledheader("TROOT.h");
198 G__add_compiledheader("TMemberInspector.h");
199 G__add_compiledheader("inc/TrigLevel2.h");
200 G__cpp_reset_tagtableTrigLevel2Dict();
201 }
202 class G__srcdITrigLevel2DictdOcpp_tag {};
203
204 void* operator new(size_t size,G__srcdITrigLevel2DictdOcpp_tag* p) {
205 if(p && G__PVOID!=G__getgvp()) return((void*)p);
206 #ifndef G__ROOT
207 return(malloc(size));
208 #else
209 return(::operator new(size));
210 #endif
211 }
212
213 /* dummy, for exception */
214 #ifdef G__EH_DUMMY_DELETE
215 void operator delete(void *p,G__srcdITrigLevel2DictdOcpp_tag* x) {
216 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
217 #ifndef G__ROOT
218 free(p);
219 #else
220 ::operator delete(p);
221 #endif
222 }
223 #endif
224
225 static void G__operator_delete(void *p) {
226 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
227 #ifndef G__ROOT
228 free(p);
229 #else
230 ::operator delete(p);
231 #endif
232 }
233
234 void G__DELDMY_srcdITrigLevel2DictdOcpp() { G__operator_delete(0); }
235
236 extern "C" int G__cpp_dllrevTrigLevel2Dict() { return(30051515); }
237
238 /*********************************************************
239 * Member function Interface Method
240 *********************************************************/
241
242 /* TrigLevel2 */
243 static int G__TrigLevel2Dict_131_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
244 G__letint(result7,85,(long)((TrigLevel2*)(G__getstructoffset()))->GetTrigLevel2());
245 return(1 || funcname || hash || result7 || libp) ;
246 }
247
248 static int G__TrigLevel2Dict_131_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
249 TrigLevel2 *p=NULL;
250 if(G__getaryconstruct()) p=new TrigLevel2[G__getaryconstruct()];
251 else p=new TrigLevel2;
252 result7->obj.i = (long)p;
253 result7->ref = (long)p;
254 result7->type = 'u';
255 result7->tagnum = G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2);
256 return(1 || funcname || hash || result7 || libp) ;
257 }
258
259 static int G__TrigLevel2Dict_131_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
260 G__letint(result7,85,(long)TrigLevel2::Class());
261 return(1 || funcname || hash || result7 || libp) ;
262 }
263
264 static int G__TrigLevel2Dict_131_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
265 G__letint(result7,67,(long)TrigLevel2::Class_Name());
266 return(1 || funcname || hash || result7 || libp) ;
267 }
268
269 static int G__TrigLevel2Dict_131_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
270 G__letint(result7,115,(long)TrigLevel2::Class_Version());
271 return(1 || funcname || hash || result7 || libp) ;
272 }
273
274 static int G__TrigLevel2Dict_131_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
275 G__setnull(result7);
276 TrigLevel2::Dictionary();
277 return(1 || funcname || hash || result7 || libp) ;
278 }
279
280 static int G__TrigLevel2Dict_131_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
281 G__letint(result7,85,(long)((const TrigLevel2*)(G__getstructoffset()))->IsA());
282 return(1 || funcname || hash || result7 || libp) ;
283 }
284
285 static int G__TrigLevel2Dict_131_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
286 G__setnull(result7);
287 ((TrigLevel2*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
288 return(1 || funcname || hash || result7 || libp) ;
289 }
290
291 static int G__TrigLevel2Dict_131_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
292 G__setnull(result7);
293 ((TrigLevel2*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
294 return(1 || funcname || hash || result7 || libp) ;
295 }
296
297 static int G__TrigLevel2Dict_131_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
298 G__setnull(result7);
299 ((TrigLevel2*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
300 return(1 || funcname || hash || result7 || libp) ;
301 }
302
303 static int G__TrigLevel2Dict_131_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
304 G__letint(result7,67,(long)TrigLevel2::DeclFileName());
305 return(1 || funcname || hash || result7 || libp) ;
306 }
307
308 static int G__TrigLevel2Dict_131_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
309 G__letint(result7,105,(long)TrigLevel2::ImplFileLine());
310 return(1 || funcname || hash || result7 || libp) ;
311 }
312
313 static int G__TrigLevel2Dict_131_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
314 G__letint(result7,67,(long)TrigLevel2::ImplFileName());
315 return(1 || funcname || hash || result7 || libp) ;
316 }
317
318 static int G__TrigLevel2Dict_131_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
319 G__letint(result7,105,(long)TrigLevel2::DeclFileLine());
320 return(1 || funcname || hash || result7 || libp) ;
321 }
322
323 // automatic copy constructor
324 static int G__TrigLevel2Dict_131_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
325 {
326 TrigLevel2 *p;
327 void *xtmp = (void*)G__int(libp->para[0]);
328 p=new TrigLevel2(*(TrigLevel2*)xtmp);
329 result7->obj.i = (long)p;
330 result7->ref = (long)p;
331 result7->type = 'u';
332 result7->tagnum = G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2);
333 return(1 || funcname || hash || result7 || libp) ;
334 }
335
336 // automatic destructor
337 typedef TrigLevel2 G__TTrigLevel2;
338 static int G__TrigLevel2Dict_131_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
339 if(0==G__getstructoffset()) return(1);
340 if(G__getaryconstruct())
341 if(G__PVOID==G__getgvp())
342 delete[] (TrigLevel2 *)(G__getstructoffset());
343 else
344 for(int i=G__getaryconstruct()-1;i>=0;i--)
345 delete (TrigLevel2 *)((G__getstructoffset())+sizeof(TrigLevel2)*i);
346 else delete (TrigLevel2 *)(G__getstructoffset());
347 G__setnull(result7);
348 return(1 || funcname || hash || result7 || libp) ;
349 }
350
351 // automatic assignment operator
352 static int G__TrigLevel2Dict_131_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
353 TrigLevel2 *dest = (TrigLevel2*)(G__getstructoffset());
354 *dest = (*(TrigLevel2*)libp->para[0].ref);
355 const TrigLevel2& obj = *dest;
356 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
357 return(1 || funcname || hash || result7 || libp) ;
358 }
359
360
361 /* Setting up global function */
362
363 /*********************************************************
364 * Member function Stub
365 *********************************************************/
366
367 /* TrigLevel2 */
368
369 /*********************************************************
370 * Global function Stub
371 *********************************************************/
372
373 /*********************************************************
374 * Get size of pointer to member function
375 *********************************************************/
376 class G__Sizep2memfuncTrigLevel2Dict {
377 public:
378 G__Sizep2memfuncTrigLevel2Dict() {p=&G__Sizep2memfuncTrigLevel2Dict::sizep2memfunc;}
379 size_t sizep2memfunc() { return(sizeof(p)); }
380 private:
381 size_t (G__Sizep2memfuncTrigLevel2Dict::*p)();
382 };
383
384 size_t G__get_sizep2memfuncTrigLevel2Dict()
385 {
386 G__Sizep2memfuncTrigLevel2Dict a;
387 G__setsizep2memfunc((int)a.sizep2memfunc());
388 return((size_t)a.sizep2memfunc());
389 }
390
391
392 /*********************************************************
393 * virtual base class offset calculation interface
394 *********************************************************/
395
396 /* Setting up class inheritance */
397
398 /*********************************************************
399 * Inheritance information setup/
400 *********************************************************/
401 extern "C" void G__cpp_setup_inheritanceTrigLevel2Dict() {
402
403 /* Setting up class inheritance */
404 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2))) {
405 TrigLevel2 *G__Lderived;
406 G__Lderived=(TrigLevel2*)0x1000;
407 {
408 TObject *G__Lpbase=(TObject*)G__Lderived;
409 G__inheritance_setup(G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),G__get_linked_tagnum(&G__TrigLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
410 }
411 }
412 }
413
414 /*********************************************************
415 * typedef information setup/
416 *********************************************************/
417 extern "C" void G__cpp_setup_typetableTrigLevel2Dict() {
418
419 /* Setting up typedef entry */
420 G__search_typename2("Version_t",115,-1,0,
421 -1);
422 G__setnewtype(-1,"Class version identifier (short)",0);
423 }
424
425 /*********************************************************
426 * Data Member information setup/
427 *********************************************************/
428
429 /* Setting up class,struct,union tag member variable */
430
431 /* TrigLevel2 */
432 static void G__setup_memvarTrigLevel2(void) {
433 G__tag_memvar_setup(G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2));
434 { TrigLevel2 *p; p=(TrigLevel2*)0x1000; if (p) { }
435 G__memvar_setup((void*)((long)(&p->evcount)-(long)(p)),105,0,0,-1,-1,-1,1,"evcount=",0,(char*)NULL);
436 G__memvar_setup((void*)((long)(&p->pmtpl)-(long)(p)),105,0,0,-1,-1,-1,1,"pmtpl[3]=",0,(char*)NULL);
437 G__memvar_setup((void*)((long)(&p->trigrate)-(long)(p)),105,0,0,-1,-1,-1,1,"trigrate[6]=",0,(char*)NULL);
438 G__memvar_setup((void*)((long)(&p->dltime)-(long)(p)),105,0,0,-1,-1,-1,1,"dltime[2]=",0,(char*)NULL);
439 G__memvar_setup((void*)((long)(&p->s4calcount)-(long)(p)),105,0,0,-1,-1,-1,1,"s4calcount[2]=",0,(char*)NULL);
440 G__memvar_setup((void*)((long)(&p->pmtcount1)-(long)(p)),105,0,0,-1,-1,-1,1,"pmtcount1[24]=",0,(char*)NULL);
441 G__memvar_setup((void*)((long)(&p->pmtcount2)-(long)(p)),105,0,0,-1,-1,-1,1,"pmtcount2[24]=",0,(char*)NULL);
442 G__memvar_setup((void*)((long)(&p->patternbusy)-(long)(p)),105,0,0,-1,-1,-1,1,"patternbusy[3]=",0,(char*)NULL);
443 G__memvar_setup((void*)((long)(&p->patterntrig)-(long)(p)),105,0,0,-1,-1,-1,1,"patterntrig[6]=",0,(char*)NULL);
444 G__memvar_setup((void*)((long)(&p->trigconf)-(long)(p)),105,0,0,-1,-1,-1,1,"trigconf=",0,(char*)NULL);
445 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TrigLevel2DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
446 }
447 G__tag_memvar_reset();
448 }
449
450 extern "C" void G__cpp_setup_memvarTrigLevel2Dict() {
451 }
452 /***********************************************************
453 ************************************************************
454 ************************************************************
455 ************************************************************
456 ************************************************************
457 ************************************************************
458 ************************************************************
459 ***********************************************************/
460
461 /*********************************************************
462 * Member function information setup for each class
463 *********************************************************/
464 static void G__setup_memfuncTrigLevel2(void) {
465 /* TrigLevel2 */
466 G__tag_memfunc_setup(G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2));
467 G__memfunc_setup("GetTrigLevel2",1248,G__TrigLevel2Dict_131_1_0,85,G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
468 G__memfunc_setup("TrigLevel2",960,G__TrigLevel2Dict_131_2_0,105,G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
469 G__memfunc_setup("Class",502,G__TrigLevel2Dict_131_3_0,85,G__get_linked_tagnum(&G__TrigLevel2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TrigLevel2::Class),0);
470 G__memfunc_setup("Class_Name",982,G__TrigLevel2Dict_131_4_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TrigLevel2::Class_Name),0);
471 G__memfunc_setup("Class_Version",1339,G__TrigLevel2Dict_131_5_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TrigLevel2::Class_Version),0);
472 G__memfunc_setup("Dictionary",1046,G__TrigLevel2Dict_131_6_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TrigLevel2::Dictionary),0);
473 G__memfunc_setup("IsA",253,G__TrigLevel2Dict_131_7_0,85,G__get_linked_tagnum(&G__TrigLevel2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
474 G__memfunc_setup("ShowMembers",1132,G__TrigLevel2Dict_131_8_0,121,-1,-1,0,2,1,1,0,
475 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
476 G__memfunc_setup("Streamer",835,G__TrigLevel2Dict_131_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
477 G__memfunc_setup("StreamerNVirtual",1656,G__TrigLevel2Dict_131_0_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
478 G__memfunc_setup("DeclFileName",1145,G__TrigLevel2Dict_131_1_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TrigLevel2::DeclFileName),0);
479 G__memfunc_setup("ImplFileLine",1178,G__TrigLevel2Dict_131_2_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TrigLevel2::ImplFileLine),0);
480 G__memfunc_setup("ImplFileName",1171,G__TrigLevel2Dict_131_3_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TrigLevel2::ImplFileName),0);
481 G__memfunc_setup("DeclFileLine",1152,G__TrigLevel2Dict_131_4_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TrigLevel2::DeclFileLine),0);
482 // automatic copy constructor
483 G__memfunc_setup("TrigLevel2",960,G__TrigLevel2Dict_131_5_1,(int)('i'),G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),-1,0,1,1,1,0,"u 'TrigLevel2' - 11 - -",(char*)NULL,(void*)NULL,0);
484 // automatic destructor
485 G__memfunc_setup("~TrigLevel2",1086,G__TrigLevel2Dict_131_6_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
486 // automatic assignment operator
487 G__memfunc_setup("operator=",937,G__TrigLevel2Dict_131_7_1,(int)('u'),G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),-1,1,1,1,1,0,"u 'TrigLevel2' - 11 - -",(char*)NULL,(void*)NULL,0);
488 G__tag_memfunc_reset();
489 }
490
491
492 /*********************************************************
493 * Member function information setup
494 *********************************************************/
495 extern "C" void G__cpp_setup_memfuncTrigLevel2Dict() {
496 }
497
498 /*********************************************************
499 * Global variable information setup for each class
500 *********************************************************/
501 static void G__cpp_setup_global0() {
502
503 /* Setting up global variables */
504 G__resetplocal();
505
506 }
507
508 static void G__cpp_setup_global1() {
509
510 G__resetglobalenv();
511 }
512 extern "C" void G__cpp_setup_globalTrigLevel2Dict() {
513 G__cpp_setup_global0();
514 G__cpp_setup_global1();
515 }
516
517 /*********************************************************
518 * Global function information setup for each class
519 *********************************************************/
520 static void G__cpp_setup_func0() {
521 G__lastifuncposition();
522
523 }
524
525 static void G__cpp_setup_func1() {
526 }
527
528 static void G__cpp_setup_func2() {
529 }
530
531 static void G__cpp_setup_func3() {
532
533 G__resetifuncposition();
534 }
535
536 extern "C" void G__cpp_setup_funcTrigLevel2Dict() {
537 G__cpp_setup_func0();
538 G__cpp_setup_func1();
539 G__cpp_setup_func2();
540 G__cpp_setup_func3();
541 }
542
543 /*********************************************************
544 * Class,struct,union,enum tag information setup
545 *********************************************************/
546 /* Setup class/struct taginfo */
547 G__linked_taginfo G__TrigLevel2DictLN_TClass = { "TClass" , 99 , -1 };
548 G__linked_taginfo G__TrigLevel2DictLN_TBuffer = { "TBuffer" , 99 , -1 };
549 G__linked_taginfo G__TrigLevel2DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
550 G__linked_taginfo G__TrigLevel2DictLN_TObject = { "TObject" , 99 , -1 };
551 G__linked_taginfo G__TrigLevel2DictLN_TrigLevel2 = { "TrigLevel2" , 99 , -1 };
552
553 /* Reset class/struct taginfo */
554 extern "C" void G__cpp_reset_tagtableTrigLevel2Dict() {
555 G__TrigLevel2DictLN_TClass.tagnum = -1 ;
556 G__TrigLevel2DictLN_TBuffer.tagnum = -1 ;
557 G__TrigLevel2DictLN_TMemberInspector.tagnum = -1 ;
558 G__TrigLevel2DictLN_TObject.tagnum = -1 ;
559 G__TrigLevel2DictLN_TrigLevel2.tagnum = -1 ;
560 }
561
562
563 extern "C" void G__cpp_setup_tagtableTrigLevel2Dict() {
564
565 /* Setting up class,struct,union tag entry */
566 G__get_linked_tagnum(&G__TrigLevel2DictLN_TClass);
567 G__get_linked_tagnum(&G__TrigLevel2DictLN_TBuffer);
568 G__get_linked_tagnum(&G__TrigLevel2DictLN_TMemberInspector);
569 G__get_linked_tagnum(&G__TrigLevel2DictLN_TObject);
570 G__tagtable_setup(G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),sizeof(TrigLevel2),-1,28928,(char*)NULL,G__setup_memvarTrigLevel2,G__setup_memfuncTrigLevel2);
571 }
572 extern "C" void G__cpp_setupTrigLevel2Dict(void) {
573 G__check_setup_version(30051515,"G__cpp_setupTrigLevel2Dict()");
574 G__set_cpp_environmentTrigLevel2Dict();
575 G__cpp_setup_tagtableTrigLevel2Dict();
576
577 G__cpp_setup_inheritanceTrigLevel2Dict();
578
579 G__cpp_setup_typetableTrigLevel2Dict();
580
581 G__cpp_setup_memvarTrigLevel2Dict();
582
583 G__cpp_setup_memfuncTrigLevel2Dict();
584 G__cpp_setup_globalTrigLevel2Dict();
585 G__cpp_setup_funcTrigLevel2Dict();
586
587 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTrigLevel2Dict();
588 return;
589 }
590 class G__cpp_setup_initTrigLevel2Dict {
591 public:
592 G__cpp_setup_initTrigLevel2Dict() { G__add_setup_func("TrigLevel2Dict",(G__incsetup)(&G__cpp_setupTrigLevel2Dict)); G__call_setup_funcs(); }
593 ~G__cpp_setup_initTrigLevel2Dict() { G__remove_setup_func("TrigLevel2Dict"); }
594 };
595 G__cpp_setup_initTrigLevel2Dict G__cpp_setup_initializerTrigLevel2Dict;
596

  ViewVC Help
Powered by ViewVC 1.1.23