/[PAMELA software]/yoda/event/physics/anticoinc/AnticoincEventDict.cpp
ViewVC logotype

Annotation of /yoda/event/physics/anticoinc/AnticoincEventDict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Jul 6 12:20:23 2004 UTC (20 years, 5 months ago) by kusanagi
CVS Tags: PreFligth1
Changes since 1.1: +0 -0 lines

1 kusanagi 1.1 //
2     // File generated by /opt/root/bin/rootcint at Tue Jul 6 13:51:40 2004.
3     // Do NOT change. Changes will be lost next time file is generated
4     //
5    
6     #include "RConfig.h"
7     #if !defined(R__ACCESS_IN_SYMBOL)
8     //Break the privacy of classes -- Disabled for the moment
9     #define private public
10     #define protected public
11     #endif
12    
13     #include "AnticoincEventDict.h"
14     #include "TClass.h"
15     #include "TBuffer.h"
16     #include "TMemberInspector.h"
17     #include "TError.h"
18    
19     #ifndef G__ROOT
20     #define G__ROOT
21     #endif
22    
23     // Since CINT ignores the std namespace, we need to do so in this file.
24     namespace std {} using namespace std;
25    
26     #include "RtypesImp.h"
27    
28     #include "TVectorProxy.h"
29    
30     namespace ROOT {
31     namespace Shadow {
32     } // Of namespace ROOT::Shadow
33     } // Of namespace ROOT
34    
35     namespace ROOT {
36     void pamelacLcLanticoinccLcLAnticounterEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
37     static TClass *pamelacLcLanticoinccLcLAnticounterEvent_IsA(const void*);
38     static void *new_pamelacLcLanticoinccLcLAnticounterEvent(void *p = 0);
39     static void *newArray_pamelacLcLanticoinccLcLAnticounterEvent(Long_t size);
40     static void delete_pamelacLcLanticoinccLcLAnticounterEvent(void *p);
41     static void deleteArray_pamelacLcLanticoinccLcLAnticounterEvent(void *p);
42     static void destruct_pamelacLcLanticoinccLcLAnticounterEvent(void *p);
43    
44     // Function generating the singleton type initializer
45     TGenericClassInfo *GenerateInitInstance(const pamela::anticoinc::AnticounterEvent*)
46     {
47     pamela::anticoinc::AnticounterEvent *ptr = 0;
48     static ROOT::TGenericClassInfo
49     instance("pamela::anticoinc::AnticounterEvent", pamela::anticoinc::AnticounterEvent::Class_Version(), "AnticounterEvent.h", 25,
50     typeid(pamela::anticoinc::AnticounterEvent), DefineBehavior(ptr, ptr),
51     &::pamela::anticoinc::AnticounterEvent::Dictionary, &pamelacLcLanticoinccLcLAnticounterEvent_IsA, 0,
52     sizeof(pamela::anticoinc::AnticounterEvent) );
53     instance.SetNew(&new_pamelacLcLanticoinccLcLAnticounterEvent);
54     instance.SetNewArray(&newArray_pamelacLcLanticoinccLcLAnticounterEvent);
55     instance.SetDelete(&delete_pamelacLcLanticoinccLcLAnticounterEvent);
56     instance.SetDeleteArray(&deleteArray_pamelacLcLanticoinccLcLAnticounterEvent);
57     instance.SetDestructor(&destruct_pamelacLcLanticoinccLcLAnticounterEvent);
58     return &instance;
59     }
60     // Static variable to force the class initialization
61     static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::anticoinc::AnticounterEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
62     }
63    
64     //______________________________________________________________________________
65     TClass *pamela::anticoinc::AnticounterEvent::fgIsA = 0; // static to hold class pointer
66    
67     //______________________________________________________________________________
68     const char *pamela::anticoinc::AnticounterEvent::Class_Name()
69     {
70     return "pamela::anticoinc::AnticounterEvent";
71     }
72    
73     //______________________________________________________________________________
74     const char *pamela::anticoinc::AnticounterEvent::ImplFileName()
75     {
76     return ROOT::GenerateInitInstance((const pamela::anticoinc::AnticounterEvent*)0x0)->GetImplFileName();
77     }
78    
79     //______________________________________________________________________________
80     int pamela::anticoinc::AnticounterEvent::ImplFileLine()
81     {
82     return ROOT::GenerateInitInstance((const pamela::anticoinc::AnticounterEvent*)0x0)->GetImplFileLine();
83     }
84    
85     //______________________________________________________________________________
86     void pamela::anticoinc::AnticounterEvent::Dictionary()
87     {
88     fgIsA = ROOT::GenerateInitInstance((const pamela::anticoinc::AnticounterEvent*)0x0)->GetClass();
89     }
90    
91     //______________________________________________________________________________
92     TClass *pamela::anticoinc::AnticounterEvent::Class()
93     {
94     if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::anticoinc::AnticounterEvent*)0x0)->GetClass();
95     return fgIsA;
96     }
97    
98     //______________________________________________________________________________
99     void pamela::anticoinc::AnticounterEvent::Streamer(TBuffer &R__b)
100     {
101     // Stream an object of class pamela::anticoinc::AnticounterEvent.
102    
103     //This works around a msvc bug and should be harmless on other platforms
104     typedef pamela::anticoinc::AnticounterEvent thisClass;
105     UInt_t R__s, R__c;
106     if (R__b.IsReading()) {
107     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
108     //This works around a msvc bug and should be harmless on other platforms
109     typedef pamela::SubPacket baseClass0;
110     baseClass0::Streamer(R__b);
111     R__b >> Hit;
112     R__b.ReadStaticArray((int*)CasHit);
113     R__b.ReadStaticArray((int*)CatHit);
114     R__b.ReadStaticArray((int*)CasCluster);
115     R__b.ReadStaticArray((int*)CatCluster);
116     R__b >> StatusFlag;
117     R__b.ReadStaticArray((int*)StatusPmtFlag);
118     R__b.CheckByteCount(R__s, R__c, thisClass::IsA());
119     } else {
120     R__c = R__b.WriteVersion(thisClass::IsA(), kTRUE);
121     //This works around a msvc bug and should be harmless on other platforms
122     typedef pamela::SubPacket baseClass0;
123     baseClass0::Streamer(R__b);
124     R__b << Hit;
125     R__b.WriteArray(CasHit, 4);
126     R__b.WriteArray(CatHit, 4);
127     R__b.WriteArray(CasCluster, 88);
128     R__b.WriteArray(CatCluster, 88);
129     R__b << StatusFlag;
130     R__b.WriteArray(StatusPmtFlag, 16);
131     R__b.SetByteCount(R__c, kTRUE);
132     }
133     }
134    
135     //______________________________________________________________________________
136     void pamela::anticoinc::AnticounterEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
137     {
138     // Inspect the data members of an object of class pamela::anticoinc::AnticounterEvent.
139    
140     TClass *R__cl = pamela::anticoinc::AnticounterEvent::IsA();
141     Int_t R__ncp = strlen(R__parent);
142     if (R__ncp || R__cl || R__insp.IsA()) { }
143     R__insp.Inspect(R__cl, R__parent, "Hit", &Hit);
144     R__insp.Inspect(R__cl, R__parent, "CasHit[4]", CasHit);
145     R__insp.Inspect(R__cl, R__parent, "CatHit[4]", CatHit);
146     R__insp.Inspect(R__cl, R__parent, "CasCluster[88]", CasCluster);
147     R__insp.Inspect(R__cl, R__parent, "CatCluster[88]", CatCluster);
148     R__insp.Inspect(R__cl, R__parent, "StatusFlag", &StatusFlag);
149     R__insp.Inspect(R__cl, R__parent, "StatusPmtFlag[16]", StatusPmtFlag);
150     //This works around a msvc bug and should be harmless on other platforms
151     typedef pamela::SubPacket baseClass1;
152     baseClass1::ShowMembers(R__insp, R__parent);
153     }
154    
155     namespace ROOT {
156     // Return the actual TClass for the object argument
157     static TClass *pamelacLcLanticoinccLcLAnticounterEvent_IsA(const void *obj) {
158     return ((::pamela::anticoinc::AnticounterEvent*)obj)->IsA();
159     }
160     // Wrappers around operator new
161     static void *new_pamelacLcLanticoinccLcLAnticounterEvent(void *p) {
162     return p ? new(p) ::pamela::anticoinc::AnticounterEvent : new ::pamela::anticoinc::AnticounterEvent;
163     }
164     static void *newArray_pamelacLcLanticoinccLcLAnticounterEvent(Long_t size) {
165     return new ::pamela::anticoinc::AnticounterEvent[size];
166     }
167     // Wrapper around operator delete
168     static void delete_pamelacLcLanticoinccLcLAnticounterEvent(void *p) {
169     delete ((::pamela::anticoinc::AnticounterEvent*)p);
170     }
171     static void deleteArray_pamelacLcLanticoinccLcLAnticounterEvent(void *p) {
172     delete [] ((::pamela::anticoinc::AnticounterEvent*)p);
173     }
174     static void destruct_pamelacLcLanticoinccLcLAnticounterEvent(void *p) {
175     typedef ::pamela::anticoinc::AnticounterEvent current_t;
176     ((current_t*)p)->~current_t();
177     }
178     } // end of namespace ROOT for class ::pamela::anticoinc::AnticounterEvent
179    
180     /********************************************************
181     * AnticoincEventDict.cpp
182     ********************************************************/
183    
184     #ifdef G__MEMTEST
185     #undef malloc
186     #undef free
187     #endif
188    
189     extern "C" void G__cpp_reset_tagtableAnticoincEventDict();
190    
191     extern "C" void G__set_cpp_environmentAnticoincEventDict() {
192     G__add_compiledheader("TROOT.h");
193     G__add_compiledheader("TMemberInspector.h");
194     G__add_compiledheader("AnticounterEvent.h");
195     G__cpp_reset_tagtableAnticoincEventDict();
196     }
197     class G__AnticoincEventDictdOcpp_tag {};
198    
199     void* operator new(size_t size,G__AnticoincEventDictdOcpp_tag* p) {
200     if(p && G__PVOID!=G__getgvp()) return((void*)p);
201     #ifndef G__ROOT
202     return(malloc(size));
203     #else
204     return(::operator new(size));
205     #endif
206     }
207    
208     /* dummy, for exception */
209     #ifdef G__EH_DUMMY_DELETE
210     void operator delete(void *p,G__AnticoincEventDictdOcpp_tag* x) {
211     if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
212     #ifndef G__ROOT
213     free(p);
214     #else
215     ::operator delete(p);
216     #endif
217     }
218     #endif
219    
220     static void G__operator_delete(void *p) {
221     if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
222     #ifndef G__ROOT
223     free(p);
224     #else
225     ::operator delete(p);
226     #endif
227     }
228    
229     void G__DELDMY_AnticoincEventDictdOcpp() { G__operator_delete(0); }
230    
231     extern "C" int G__cpp_dllrevAnticoincEventDict() { return(30051515); }
232    
233     /*********************************************************
234     * Member function Interface Method
235     *********************************************************/
236    
237     /* pamela::anticoinc */
238    
239     /* pamela::anticoinc::AnticounterEvent */
240     static int G__AnticoincEventDict_130_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
241     pamela::anticoinc::AnticounterEvent *p=NULL;
242     if(G__getaryconstruct()) p=new pamela::anticoinc::AnticounterEvent[G__getaryconstruct()];
243     else p=new pamela::anticoinc::AnticounterEvent;
244     result7->obj.i = (long)p;
245     result7->ref = (long)p;
246     result7->type = 'u';
247     result7->tagnum = G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent);
248     return(1 || funcname || hash || result7 || libp) ;
249     }
250    
251     static int G__AnticoincEventDict_130_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
252     G__letint(result7,105,(long)((const pamela::anticoinc::AnticounterEvent*)(G__getstructoffset()))->GetHit());
253     return(1 || funcname || hash || result7 || libp) ;
254     }
255    
256     static int G__AnticoincEventDict_130_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
257     G__letint(result7,73,(long)((const pamela::anticoinc::AnticounterEvent*)(G__getstructoffset()))->GetCasHit());
258     return(1 || funcname || hash || result7 || libp) ;
259     }
260    
261     static int G__AnticoincEventDict_130_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
262     G__letint(result7,73,(long)((const pamela::anticoinc::AnticounterEvent*)(G__getstructoffset()))->GetCatHit());
263     return(1 || funcname || hash || result7 || libp) ;
264     }
265    
266     static int G__AnticoincEventDict_130_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
267     G__letint(result7,73,(long)((const pamela::anticoinc::AnticounterEvent*)(G__getstructoffset()))->GetCasCluster());
268     return(1 || funcname || hash || result7 || libp) ;
269     }
270    
271     static int G__AnticoincEventDict_130_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
272     G__letint(result7,73,(long)((const pamela::anticoinc::AnticounterEvent*)(G__getstructoffset()))->GetCatCluster());
273     return(1 || funcname || hash || result7 || libp) ;
274     }
275    
276     static int G__AnticoincEventDict_130_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
277     G__letint(result7,105,(long)((const pamela::anticoinc::AnticounterEvent*)(G__getstructoffset()))->GetStatusFlag());
278     return(1 || funcname || hash || result7 || libp) ;
279     }
280    
281     static int G__AnticoincEventDict_130_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
282     G__letint(result7,73,(long)((const pamela::anticoinc::AnticounterEvent*)(G__getstructoffset()))->GetStatusPmtFlag());
283     return(1 || funcname || hash || result7 || libp) ;
284     }
285    
286     static int G__AnticoincEventDict_130_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
287     G__letint(result7,85,(long)pamela::anticoinc::AnticounterEvent::Class());
288     return(1 || funcname || hash || result7 || libp) ;
289     }
290    
291     static int G__AnticoincEventDict_130_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
292     G__letint(result7,67,(long)pamela::anticoinc::AnticounterEvent::Class_Name());
293     return(1 || funcname || hash || result7 || libp) ;
294     }
295    
296     static int G__AnticoincEventDict_130_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
297     G__letint(result7,115,(long)pamela::anticoinc::AnticounterEvent::Class_Version());
298     return(1 || funcname || hash || result7 || libp) ;
299     }
300    
301     static int G__AnticoincEventDict_130_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
302     G__setnull(result7);
303     pamela::anticoinc::AnticounterEvent::Dictionary();
304     return(1 || funcname || hash || result7 || libp) ;
305     }
306    
307     static int G__AnticoincEventDict_130_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
308     G__letint(result7,85,(long)((const pamela::anticoinc::AnticounterEvent*)(G__getstructoffset()))->IsA());
309     return(1 || funcname || hash || result7 || libp) ;
310     }
311    
312     static int G__AnticoincEventDict_130_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
313     G__setnull(result7);
314     ((pamela::anticoinc::AnticounterEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
315     return(1 || funcname || hash || result7 || libp) ;
316     }
317    
318     static int G__AnticoincEventDict_130_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
319     G__setnull(result7);
320     ((pamela::anticoinc::AnticounterEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
321     return(1 || funcname || hash || result7 || libp) ;
322     }
323    
324     static int G__AnticoincEventDict_130_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
325     G__setnull(result7);
326     ((pamela::anticoinc::AnticounterEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
327     return(1 || funcname || hash || result7 || libp) ;
328     }
329    
330     static int G__AnticoincEventDict_130_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
331     G__letint(result7,67,(long)pamela::anticoinc::AnticounterEvent::DeclFileName());
332     return(1 || funcname || hash || result7 || libp) ;
333     }
334    
335     static int G__AnticoincEventDict_130_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
336     G__letint(result7,105,(long)pamela::anticoinc::AnticounterEvent::ImplFileLine());
337     return(1 || funcname || hash || result7 || libp) ;
338     }
339    
340     static int G__AnticoincEventDict_130_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
341     G__letint(result7,67,(long)pamela::anticoinc::AnticounterEvent::ImplFileName());
342     return(1 || funcname || hash || result7 || libp) ;
343     }
344    
345     static int G__AnticoincEventDict_130_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
346     G__letint(result7,105,(long)pamela::anticoinc::AnticounterEvent::DeclFileLine());
347     return(1 || funcname || hash || result7 || libp) ;
348     }
349    
350     // automatic copy constructor
351     static int G__AnticoincEventDict_130_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
352     {
353     pamela::anticoinc::AnticounterEvent *p;
354     void *xtmp = (void*)G__int(libp->para[0]);
355     p=new pamela::anticoinc::AnticounterEvent(*(pamela::anticoinc::AnticounterEvent*)xtmp);
356     result7->obj.i = (long)p;
357     result7->ref = (long)p;
358     result7->type = 'u';
359     result7->tagnum = G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent);
360     return(1 || funcname || hash || result7 || libp) ;
361     }
362    
363     // automatic destructor
364     typedef pamela::anticoinc::AnticounterEvent G__TpamelacLcLanticoinccLcLAnticounterEvent;
365     static int G__AnticoincEventDict_130_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
366     if(0==G__getstructoffset()) return(1);
367     if(G__getaryconstruct())
368     if(G__PVOID==G__getgvp())
369     delete[] (pamela::anticoinc::AnticounterEvent *)(G__getstructoffset());
370     else
371     for(int i=G__getaryconstruct()-1;i>=0;i--)
372     delete (pamela::anticoinc::AnticounterEvent *)((G__getstructoffset())+sizeof(pamela::anticoinc::AnticounterEvent)*i);
373     else delete (pamela::anticoinc::AnticounterEvent *)(G__getstructoffset());
374     G__setnull(result7);
375     return(1 || funcname || hash || result7 || libp) ;
376     }
377    
378    
379     /* Setting up global function */
380    
381     /*********************************************************
382     * Member function Stub
383     *********************************************************/
384    
385     /* pamela::anticoinc */
386    
387     /* pamela::anticoinc::AnticounterEvent */
388    
389     /*********************************************************
390     * Global function Stub
391     *********************************************************/
392    
393     /*********************************************************
394     * Get size of pointer to member function
395     *********************************************************/
396     class G__Sizep2memfuncAnticoincEventDict {
397     public:
398     G__Sizep2memfuncAnticoincEventDict() {p=&G__Sizep2memfuncAnticoincEventDict::sizep2memfunc;}
399     size_t sizep2memfunc() { return(sizeof(p)); }
400     private:
401     size_t (G__Sizep2memfuncAnticoincEventDict::*p)();
402     };
403    
404     size_t G__get_sizep2memfuncAnticoincEventDict()
405     {
406     G__Sizep2memfuncAnticoincEventDict a;
407     G__setsizep2memfunc((int)a.sizep2memfunc());
408     return((size_t)a.sizep2memfunc());
409     }
410    
411    
412     /*********************************************************
413     * virtual base class offset calculation interface
414     *********************************************************/
415    
416     /* Setting up class inheritance */
417    
418     /*********************************************************
419     * Inheritance information setup/
420     *********************************************************/
421     extern "C" void G__cpp_setup_inheritanceAnticoincEventDict() {
422    
423     /* Setting up class inheritance */
424     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent))) {
425     pamela::anticoinc::AnticounterEvent *G__Lderived;
426     G__Lderived=(pamela::anticoinc::AnticounterEvent*)0x1000;
427     {
428     pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
429     G__inheritance_setup(G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent),G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
430     }
431     {
432     TObject *G__Lpbase=(TObject*)G__Lderived;
433     G__inheritance_setup(G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent),G__get_linked_tagnum(&G__AnticoincEventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
434     }
435     }
436     }
437    
438     /*********************************************************
439     * typedef information setup/
440     *********************************************************/
441     extern "C" void G__cpp_setup_typetableAnticoincEventDict() {
442    
443     /* Setting up typedef entry */
444     G__search_typename2("Version_t",115,-1,0,
445     -1);
446     G__setnewtype(-1,"Class version identifier (short)",0);
447     }
448    
449     /*********************************************************
450     * Data Member information setup/
451     *********************************************************/
452    
453     /* Setting up class,struct,union tag member variable */
454    
455     /* pamela::anticoinc */
456     static void G__setup_memvarpamelacLcLanticoinc(void) {
457     G__tag_memvar_setup(G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinc));
458     {
459     }
460     G__tag_memvar_reset();
461     }
462    
463    
464     /* pamela::anticoinc::AnticounterEvent */
465     static void G__setup_memvarpamelacLcLanticoinccLcLAnticounterEvent(void) {
466     G__tag_memvar_setup(G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent));
467     { pamela::anticoinc::AnticounterEvent *p; p=(pamela::anticoinc::AnticounterEvent*)0x1000; if (p) { }
468     G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"Hit=",0,"Global hit flag");
469     G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"CasHit[4]=",0,"Which CAS PMTs have activity");
470     G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"CatHit[4]=",0,"Which CAT PMTs have activity");
471     G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"CasCluster[88]=",0,"Cluster ID in CAS shift registers");
472     G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"CatCluster[88]=",0,"Cluster ID in CAT shift registers");
473     G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"StatusFlag=",0,"Status of the ANTI system");
474     G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"StatusPmtFlag[16]=",0,"Database driven status flag;");
475     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__AnticoincEventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
476     }
477     G__tag_memvar_reset();
478     }
479    
480     extern "C" void G__cpp_setup_memvarAnticoincEventDict() {
481     }
482     /***********************************************************
483     ************************************************************
484     ************************************************************
485     ************************************************************
486     ************************************************************
487     ************************************************************
488     ************************************************************
489     ***********************************************************/
490    
491     /*********************************************************
492     * Member function information setup for each class
493     *********************************************************/
494     static void G__setup_memfuncpamelacLcLanticoinc(void) {
495     /* pamela::anticoinc */
496     G__tag_memfunc_setup(G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinc));
497     // automatic destructor
498     G__memfunc_setup("~anticoinc",1078,(G__InterfaceMethod)NULL,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
499     G__tag_memfunc_reset();
500     }
501    
502     static void G__setup_memfuncpamelacLcLanticoinccLcLAnticounterEvent(void) {
503     /* pamela::anticoinc::AnticounterEvent */
504     G__tag_memfunc_setup(G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent));
505     G__memfunc_setup("AnticounterEvent",1678,G__AnticoincEventDict_130_1_0,105,G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
506     G__memfunc_setup("GetHit",581,G__AnticoincEventDict_130_2_0,105,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
507     G__memfunc_setup("GetCasHit",860,G__AnticoincEventDict_130_3_0,73,-1,-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
508     G__memfunc_setup("GetCatHit",861,G__AnticoincEventDict_130_4_0,73,-1,-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
509     G__memfunc_setup("GetCasCluster",1305,G__AnticoincEventDict_130_5_0,73,-1,-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
510     G__memfunc_setup("GetCatCluster",1306,G__AnticoincEventDict_130_6_0,73,-1,-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
511     G__memfunc_setup("GetStatusFlag",1310,G__AnticoincEventDict_130_7_0,105,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
512     G__memfunc_setup("GetStatusPmtFlag",1615,G__AnticoincEventDict_130_8_0,73,-1,-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
513     G__memfunc_setup("Class",502,G__AnticoincEventDict_130_9_0,85,G__get_linked_tagnum(&G__AnticoincEventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::anticoinc::AnticounterEvent::Class),0);
514     G__memfunc_setup("Class_Name",982,G__AnticoincEventDict_130_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::anticoinc::AnticounterEvent::Class_Name),0);
515     G__memfunc_setup("Class_Version",1339,G__AnticoincEventDict_130_1_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::anticoinc::AnticounterEvent::Class_Version),0);
516     G__memfunc_setup("Dictionary",1046,G__AnticoincEventDict_130_2_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::anticoinc::AnticounterEvent::Dictionary),0);
517     G__memfunc_setup("IsA",253,G__AnticoincEventDict_130_3_1,85,G__get_linked_tagnum(&G__AnticoincEventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
518     G__memfunc_setup("ShowMembers",1132,G__AnticoincEventDict_130_4_1,121,-1,-1,0,2,1,1,0,
519     "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
520     G__memfunc_setup("Streamer",835,G__AnticoincEventDict_130_5_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
521     G__memfunc_setup("StreamerNVirtual",1656,G__AnticoincEventDict_130_6_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
522     G__memfunc_setup("DeclFileName",1145,G__AnticoincEventDict_130_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::anticoinc::AnticounterEvent::DeclFileName),0);
523     G__memfunc_setup("ImplFileLine",1178,G__AnticoincEventDict_130_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::anticoinc::AnticounterEvent::ImplFileLine),0);
524     G__memfunc_setup("ImplFileName",1171,G__AnticoincEventDict_130_9_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::anticoinc::AnticounterEvent::ImplFileName),0);
525     G__memfunc_setup("DeclFileLine",1152,G__AnticoincEventDict_130_0_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::anticoinc::AnticounterEvent::DeclFileLine),0);
526     // automatic copy constructor
527     G__memfunc_setup("AnticounterEvent",1678,G__AnticoincEventDict_130_1_2,(int)('i'),G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent),-1,0,1,1,1,0,"u 'pamela::anticoinc::AnticounterEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
528     // automatic destructor
529     G__memfunc_setup("~AnticounterEvent",1804,G__AnticoincEventDict_130_2_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
530     G__tag_memfunc_reset();
531     }
532    
533    
534     /*********************************************************
535     * Member function information setup
536     *********************************************************/
537     extern "C" void G__cpp_setup_memfuncAnticoincEventDict() {
538     }
539    
540     /*********************************************************
541     * Global variable information setup for each class
542     *********************************************************/
543     static void G__cpp_setup_global0() {
544    
545     /* Setting up global variables */
546     G__resetplocal();
547    
548     }
549    
550     static void G__cpp_setup_global1() {
551    
552     G__resetglobalenv();
553     }
554     extern "C" void G__cpp_setup_globalAnticoincEventDict() {
555     G__cpp_setup_global0();
556     G__cpp_setup_global1();
557     }
558    
559     /*********************************************************
560     * Global function information setup for each class
561     *********************************************************/
562     static void G__cpp_setup_func0() {
563     G__lastifuncposition();
564    
565     }
566    
567     static void G__cpp_setup_func1() {
568     }
569    
570     static void G__cpp_setup_func2() {
571    
572     G__resetifuncposition();
573     }
574    
575     extern "C" void G__cpp_setup_funcAnticoincEventDict() {
576     G__cpp_setup_func0();
577     G__cpp_setup_func1();
578     G__cpp_setup_func2();
579     }
580    
581     /*********************************************************
582     * Class,struct,union,enum tag information setup
583     *********************************************************/
584     /* Setup class/struct taginfo */
585     G__linked_taginfo G__AnticoincEventDictLN_TClass = { "TClass" , 99 , -1 };
586     G__linked_taginfo G__AnticoincEventDictLN_TBuffer = { "TBuffer" , 99 , -1 };
587     G__linked_taginfo G__AnticoincEventDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
588     G__linked_taginfo G__AnticoincEventDictLN_TObject = { "TObject" , 99 , -1 };
589     G__linked_taginfo G__AnticoincEventDictLN_pamela = { "pamela" , 110 , -1 };
590     G__linked_taginfo G__AnticoincEventDictLN_pamelacLcLSubPacket = { "pamela::SubPacket" , 99 , -1 };
591     G__linked_taginfo G__AnticoincEventDictLN_pamelacLcLanticoinc = { "pamela::anticoinc" , 110 , -1 };
592     G__linked_taginfo G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent = { "pamela::anticoinc::AnticounterEvent" , 99 , -1 };
593    
594     /* Reset class/struct taginfo */
595     extern "C" void G__cpp_reset_tagtableAnticoincEventDict() {
596     G__AnticoincEventDictLN_TClass.tagnum = -1 ;
597     G__AnticoincEventDictLN_TBuffer.tagnum = -1 ;
598     G__AnticoincEventDictLN_TMemberInspector.tagnum = -1 ;
599     G__AnticoincEventDictLN_TObject.tagnum = -1 ;
600     G__AnticoincEventDictLN_pamela.tagnum = -1 ;
601     G__AnticoincEventDictLN_pamelacLcLSubPacket.tagnum = -1 ;
602     G__AnticoincEventDictLN_pamelacLcLanticoinc.tagnum = -1 ;
603     G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent.tagnum = -1 ;
604     }
605    
606    
607     extern "C" void G__cpp_setup_tagtableAnticoincEventDict() {
608    
609     /* Setting up class,struct,union tag entry */
610     G__get_linked_tagnum(&G__AnticoincEventDictLN_TClass);
611     G__get_linked_tagnum(&G__AnticoincEventDictLN_TBuffer);
612     G__get_linked_tagnum(&G__AnticoincEventDictLN_TMemberInspector);
613     G__get_linked_tagnum(&G__AnticoincEventDictLN_TObject);
614     G__get_linked_tagnum(&G__AnticoincEventDictLN_pamela);
615     G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLSubPacket);
616     G__tagtable_setup(G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinc),0,-1,0,(char*)NULL,G__setup_memvarpamelacLcLanticoinc,G__setup_memfuncpamelacLcLanticoinc);
617     G__tagtable_setup(G__get_linked_tagnum(&G__AnticoincEventDictLN_pamelacLcLanticoinccLcLAnticounterEvent),sizeof(pamela::anticoinc::AnticounterEvent),-1,62720,(char*)NULL,G__setup_memvarpamelacLcLanticoinccLcLAnticounterEvent,G__setup_memfuncpamelacLcLanticoinccLcLAnticounterEvent);
618     }
619     extern "C" void G__cpp_setupAnticoincEventDict(void) {
620     G__check_setup_version(30051515,"G__cpp_setupAnticoincEventDict()");
621     G__set_cpp_environmentAnticoincEventDict();
622     G__cpp_setup_tagtableAnticoincEventDict();
623    
624     G__cpp_setup_inheritanceAnticoincEventDict();
625    
626     G__cpp_setup_typetableAnticoincEventDict();
627    
628     G__cpp_setup_memvarAnticoincEventDict();
629    
630     G__cpp_setup_memfuncAnticoincEventDict();
631     G__cpp_setup_globalAnticoincEventDict();
632     G__cpp_setup_funcAnticoincEventDict();
633    
634     if(0==G__getsizep2memfunc()) G__get_sizep2memfuncAnticoincEventDict();
635     return;
636     }
637     class G__cpp_setup_initAnticoincEventDict {
638     public:
639     G__cpp_setup_initAnticoincEventDict() { G__add_setup_func("AnticoincEventDict",(G__incsetup)(&G__cpp_setupAnticoincEventDict)); G__call_setup_funcs(); }
640     ~G__cpp_setup_initAnticoincEventDict() { G__remove_setup_func("AnticoincEventDict"); }
641     };
642     G__cpp_setup_initAnticoincEventDict G__cpp_setup_initializerAnticoincEventDict;
643    

  ViewVC Help
Powered by ViewVC 1.1.23