/[PAMELA software]/yoda/event/physics/calorimeter/CalorimeterEventDict.cpp
ViewVC logotype

Annotation of /yoda/event/physics/calorimeter/CalorimeterEventDict.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, 8 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:42 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 "CalorimeterEventDict.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 pamelacLcLcalorimetercLcLCalorimeterEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
37     static TClass *pamelacLcLcalorimetercLcLCalorimeterEvent_IsA(const void*);
38     static void *new_pamelacLcLcalorimetercLcLCalorimeterEvent(void *p = 0);
39     static void *newArray_pamelacLcLcalorimetercLcLCalorimeterEvent(Long_t size);
40     static void delete_pamelacLcLcalorimetercLcLCalorimeterEvent(void *p);
41     static void deleteArray_pamelacLcLcalorimetercLcLCalorimeterEvent(void *p);
42     static void destruct_pamelacLcLcalorimetercLcLCalorimeterEvent(void *p);
43    
44     // Function generating the singleton type initializer
45     TGenericClassInfo *GenerateInitInstance(const pamela::calorimeter::CalorimeterEvent*)
46     {
47     pamela::calorimeter::CalorimeterEvent *ptr = 0;
48     static ROOT::TGenericClassInfo
49     instance("pamela::calorimeter::CalorimeterEvent", pamela::calorimeter::CalorimeterEvent::Class_Version(), "CalorimeterEvent.h", 25,
50     typeid(pamela::calorimeter::CalorimeterEvent), DefineBehavior(ptr, ptr),
51     &::pamela::calorimeter::CalorimeterEvent::Dictionary, &pamelacLcLcalorimetercLcLCalorimeterEvent_IsA, 4,
52     sizeof(pamela::calorimeter::CalorimeterEvent) );
53     instance.SetNew(&new_pamelacLcLcalorimetercLcLCalorimeterEvent);
54     instance.SetNewArray(&newArray_pamelacLcLcalorimetercLcLCalorimeterEvent);
55     instance.SetDelete(&delete_pamelacLcLcalorimetercLcLCalorimeterEvent);
56     instance.SetDeleteArray(&deleteArray_pamelacLcLcalorimetercLcLCalorimeterEvent);
57     instance.SetDestructor(&destruct_pamelacLcLcalorimetercLcLCalorimeterEvent);
58     return &instance;
59     }
60     // Static variable to force the class initialization
61     static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::calorimeter::CalorimeterEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
62     }
63    
64     //______________________________________________________________________________
65     TClass *pamela::calorimeter::CalorimeterEvent::fgIsA = 0; // static to hold class pointer
66    
67     //______________________________________________________________________________
68     const char *pamela::calorimeter::CalorimeterEvent::Class_Name()
69     {
70     return "pamela::calorimeter::CalorimeterEvent";
71     }
72    
73     //______________________________________________________________________________
74     const char *pamela::calorimeter::CalorimeterEvent::ImplFileName()
75     {
76     return ROOT::GenerateInitInstance((const pamela::calorimeter::CalorimeterEvent*)0x0)->GetImplFileName();
77     }
78    
79     //______________________________________________________________________________
80     int pamela::calorimeter::CalorimeterEvent::ImplFileLine()
81     {
82     return ROOT::GenerateInitInstance((const pamela::calorimeter::CalorimeterEvent*)0x0)->GetImplFileLine();
83     }
84    
85     //______________________________________________________________________________
86     void pamela::calorimeter::CalorimeterEvent::Dictionary()
87     {
88     fgIsA = ROOT::GenerateInitInstance((const pamela::calorimeter::CalorimeterEvent*)0x0)->GetClass();
89     }
90    
91     //______________________________________________________________________________
92     TClass *pamela::calorimeter::CalorimeterEvent::Class()
93     {
94     if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::calorimeter::CalorimeterEvent*)0x0)->GetClass();
95     return fgIsA;
96     }
97    
98     //______________________________________________________________________________
99     void pamela::calorimeter::CalorimeterEvent::Streamer(TBuffer &R__b)
100     {
101     // Stream an object of class pamela::calorimeter::CalorimeterEvent.
102    
103     if (R__b.IsReading()) {
104     pamela::calorimeter::CalorimeterEvent::Class()->ReadBuffer(R__b, this);
105     } else {
106     pamela::calorimeter::CalorimeterEvent::Class()->WriteBuffer(R__b, this);
107     }
108     }
109    
110     //______________________________________________________________________________
111     void pamela::calorimeter::CalorimeterEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
112     {
113     // Inspect the data members of an object of class pamela::calorimeter::CalorimeterEvent.
114    
115     TClass *R__cl = pamela::calorimeter::CalorimeterEvent::IsA();
116     Int_t R__ncp = strlen(R__parent);
117     if (R__ncp || R__cl || R__insp.IsA()) { }
118     R__insp.Inspect(R__cl, R__parent, "SelfTrig[6]", SelfTrig);
119     R__insp.Inspect(R__cl, R__parent, "Coincidence", &Coincidence);
120     R__insp.Inspect(R__cl, R__parent, "NValue", &NValue);
121     R__insp.Inspect(R__cl, R__parent, "*Value", &Value);
122     //This works around a msvc bug and should be harmless on other platforms
123     typedef pamela::SubPacket baseClass1;
124     baseClass1::ShowMembers(R__insp, R__parent);
125     }
126    
127     namespace ROOT {
128     // Return the actual TClass for the object argument
129     static TClass *pamelacLcLcalorimetercLcLCalorimeterEvent_IsA(const void *obj) {
130     return ((::pamela::calorimeter::CalorimeterEvent*)obj)->IsA();
131     }
132     // Wrappers around operator new
133     static void *new_pamelacLcLcalorimetercLcLCalorimeterEvent(void *p) {
134     return p ? new(p) ::pamela::calorimeter::CalorimeterEvent : new ::pamela::calorimeter::CalorimeterEvent;
135     }
136     static void *newArray_pamelacLcLcalorimetercLcLCalorimeterEvent(Long_t size) {
137     return new ::pamela::calorimeter::CalorimeterEvent[size];
138     }
139     // Wrapper around operator delete
140     static void delete_pamelacLcLcalorimetercLcLCalorimeterEvent(void *p) {
141     delete ((::pamela::calorimeter::CalorimeterEvent*)p);
142     }
143     static void deleteArray_pamelacLcLcalorimetercLcLCalorimeterEvent(void *p) {
144     delete [] ((::pamela::calorimeter::CalorimeterEvent*)p);
145     }
146     static void destruct_pamelacLcLcalorimetercLcLCalorimeterEvent(void *p) {
147     typedef ::pamela::calorimeter::CalorimeterEvent current_t;
148     ((current_t*)p)->~current_t();
149     }
150     } // end of namespace ROOT for class ::pamela::calorimeter::CalorimeterEvent
151    
152     /********************************************************
153     * CalorimeterEventDict.cpp
154     ********************************************************/
155    
156     #ifdef G__MEMTEST
157     #undef malloc
158     #undef free
159     #endif
160    
161     extern "C" void G__cpp_reset_tagtableCalorimeterEventDict();
162    
163     extern "C" void G__set_cpp_environmentCalorimeterEventDict() {
164     G__add_compiledheader("TROOT.h");
165     G__add_compiledheader("TMemberInspector.h");
166     G__add_compiledheader("CalorimeterEvent.h");
167     G__cpp_reset_tagtableCalorimeterEventDict();
168     }
169     class G__CalorimeterEventDictdOcpp_tag {};
170    
171     void* operator new(size_t size,G__CalorimeterEventDictdOcpp_tag* p) {
172     if(p && G__PVOID!=G__getgvp()) return((void*)p);
173     #ifndef G__ROOT
174     return(malloc(size));
175     #else
176     return(::operator new(size));
177     #endif
178     }
179    
180     /* dummy, for exception */
181     #ifdef G__EH_DUMMY_DELETE
182     void operator delete(void *p,G__CalorimeterEventDictdOcpp_tag* x) {
183     if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
184     #ifndef G__ROOT
185     free(p);
186     #else
187     ::operator delete(p);
188     #endif
189     }
190     #endif
191    
192     static void G__operator_delete(void *p) {
193     if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
194     #ifndef G__ROOT
195     free(p);
196     #else
197     ::operator delete(p);
198     #endif
199     }
200    
201     void G__DELDMY_CalorimeterEventDictdOcpp() { G__operator_delete(0); }
202    
203     extern "C" int G__cpp_dllrevCalorimeterEventDict() { return(30051515); }
204    
205     /*********************************************************
206     * Member function Interface Method
207     *********************************************************/
208    
209     /* pamela */
210    
211     /* pamela::calorimeter */
212    
213     /* pamela::calorimeter::CalorimeterEvent */
214     static int G__CalorimeterEventDict_130_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
215     pamela::calorimeter::CalorimeterEvent *p=NULL;
216     if(G__getaryconstruct()) p=new pamela::calorimeter::CalorimeterEvent[G__getaryconstruct()];
217     else p=new pamela::calorimeter::CalorimeterEvent;
218     result7->obj.i = (long)p;
219     result7->ref = (long)p;
220     result7->type = 'u';
221     result7->tagnum = G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent);
222     return(1 || funcname || hash || result7 || libp) ;
223     }
224    
225     static int G__CalorimeterEventDict_130_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
226     G__letint(result7,83,(long)((const pamela::calorimeter::CalorimeterEvent*)(G__getstructoffset()))->GetSelfTrig());
227     return(1 || funcname || hash || result7 || libp) ;
228     }
229    
230     static int G__CalorimeterEventDict_130_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
231     G__letint(result7,115,(long)((const pamela::calorimeter::CalorimeterEvent*)(G__getstructoffset()))->GetCoincidence());
232     return(1 || funcname || hash || result7 || libp) ;
233     }
234    
235     static int G__CalorimeterEventDict_130_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
236     G__letint(result7,105,(long)((const pamela::calorimeter::CalorimeterEvent*)(G__getstructoffset()))->GetNValue());
237     return(1 || funcname || hash || result7 || libp) ;
238     }
239    
240     static int G__CalorimeterEventDict_130_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
241     G__letint(result7,83,(long)((const pamela::calorimeter::CalorimeterEvent*)(G__getstructoffset()))->GetValue());
242     return(1 || funcname || hash || result7 || libp) ;
243     }
244    
245     static int G__CalorimeterEventDict_130_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
246     G__setnull(result7);
247     ((pamela::calorimeter::CalorimeterEvent*)(G__getstructoffset()))->Set((int)G__int(libp->para[0]),(short*)G__int(libp->para[1]));
248     return(1 || funcname || hash || result7 || libp) ;
249     }
250    
251     static int G__CalorimeterEventDict_130_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
252     G__letint(result7,85,(long)pamela::calorimeter::CalorimeterEvent::Class());
253     return(1 || funcname || hash || result7 || libp) ;
254     }
255    
256     static int G__CalorimeterEventDict_130_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
257     G__letint(result7,67,(long)pamela::calorimeter::CalorimeterEvent::Class_Name());
258     return(1 || funcname || hash || result7 || libp) ;
259     }
260    
261     static int G__CalorimeterEventDict_130_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
262     G__letint(result7,115,(long)pamela::calorimeter::CalorimeterEvent::Class_Version());
263     return(1 || funcname || hash || result7 || libp) ;
264     }
265    
266     static int G__CalorimeterEventDict_130_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
267     G__setnull(result7);
268     pamela::calorimeter::CalorimeterEvent::Dictionary();
269     return(1 || funcname || hash || result7 || libp) ;
270     }
271    
272     static int G__CalorimeterEventDict_130_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
273     G__letint(result7,85,(long)((const pamela::calorimeter::CalorimeterEvent*)(G__getstructoffset()))->IsA());
274     return(1 || funcname || hash || result7 || libp) ;
275     }
276    
277     static int G__CalorimeterEventDict_130_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
278     G__setnull(result7);
279     ((pamela::calorimeter::CalorimeterEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
280     return(1 || funcname || hash || result7 || libp) ;
281     }
282    
283     static int G__CalorimeterEventDict_130_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
284     G__setnull(result7);
285     ((pamela::calorimeter::CalorimeterEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
286     return(1 || funcname || hash || result7 || libp) ;
287     }
288    
289     static int G__CalorimeterEventDict_130_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
290     G__setnull(result7);
291     ((pamela::calorimeter::CalorimeterEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
292     return(1 || funcname || hash || result7 || libp) ;
293     }
294    
295     static int G__CalorimeterEventDict_130_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
296     G__letint(result7,67,(long)pamela::calorimeter::CalorimeterEvent::DeclFileName());
297     return(1 || funcname || hash || result7 || libp) ;
298     }
299    
300     static int G__CalorimeterEventDict_130_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
301     G__letint(result7,105,(long)pamela::calorimeter::CalorimeterEvent::ImplFileLine());
302     return(1 || funcname || hash || result7 || libp) ;
303     }
304    
305     static int G__CalorimeterEventDict_130_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
306     G__letint(result7,67,(long)pamela::calorimeter::CalorimeterEvent::ImplFileName());
307     return(1 || funcname || hash || result7 || libp) ;
308     }
309    
310     static int G__CalorimeterEventDict_130_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
311     G__letint(result7,105,(long)pamela::calorimeter::CalorimeterEvent::DeclFileLine());
312     return(1 || funcname || hash || result7 || libp) ;
313     }
314    
315     // automatic copy constructor
316     static int G__CalorimeterEventDict_130_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
317     {
318     pamela::calorimeter::CalorimeterEvent *p;
319     void *xtmp = (void*)G__int(libp->para[0]);
320     p=new pamela::calorimeter::CalorimeterEvent(*(pamela::calorimeter::CalorimeterEvent*)xtmp);
321     result7->obj.i = (long)p;
322     result7->ref = (long)p;
323     result7->type = 'u';
324     result7->tagnum = G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent);
325     return(1 || funcname || hash || result7 || libp) ;
326     }
327    
328     // automatic destructor
329     typedef pamela::calorimeter::CalorimeterEvent G__TpamelacLcLcalorimetercLcLCalorimeterEvent;
330     static int G__CalorimeterEventDict_130_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
331     if(0==G__getstructoffset()) return(1);
332     if(G__getaryconstruct())
333     if(G__PVOID==G__getgvp())
334     delete[] (pamela::calorimeter::CalorimeterEvent *)(G__getstructoffset());
335     else
336     for(int i=G__getaryconstruct()-1;i>=0;i--)
337     delete (pamela::calorimeter::CalorimeterEvent *)((G__getstructoffset())+sizeof(pamela::calorimeter::CalorimeterEvent)*i);
338     else delete (pamela::calorimeter::CalorimeterEvent *)(G__getstructoffset());
339     G__setnull(result7);
340     return(1 || funcname || hash || result7 || libp) ;
341     }
342    
343    
344     /* Setting up global function */
345    
346     /*********************************************************
347     * Member function Stub
348     *********************************************************/
349    
350     /* pamela */
351    
352     /* pamela::calorimeter */
353    
354     /* pamela::calorimeter::CalorimeterEvent */
355    
356     /*********************************************************
357     * Global function Stub
358     *********************************************************/
359    
360     /*********************************************************
361     * Get size of pointer to member function
362     *********************************************************/
363     class G__Sizep2memfuncCalorimeterEventDict {
364     public:
365     G__Sizep2memfuncCalorimeterEventDict() {p=&G__Sizep2memfuncCalorimeterEventDict::sizep2memfunc;}
366     size_t sizep2memfunc() { return(sizeof(p)); }
367     private:
368     size_t (G__Sizep2memfuncCalorimeterEventDict::*p)();
369     };
370    
371     size_t G__get_sizep2memfuncCalorimeterEventDict()
372     {
373     G__Sizep2memfuncCalorimeterEventDict a;
374     G__setsizep2memfunc((int)a.sizep2memfunc());
375     return((size_t)a.sizep2memfunc());
376     }
377    
378    
379     /*********************************************************
380     * virtual base class offset calculation interface
381     *********************************************************/
382    
383     /* Setting up class inheritance */
384    
385     /*********************************************************
386     * Inheritance information setup/
387     *********************************************************/
388     extern "C" void G__cpp_setup_inheritanceCalorimeterEventDict() {
389    
390     /* Setting up class inheritance */
391     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent))) {
392     pamela::calorimeter::CalorimeterEvent *G__Lderived;
393     G__Lderived=(pamela::calorimeter::CalorimeterEvent*)0x1000;
394     {
395     pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived;
396     G__inheritance_setup(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent),G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1);
397     }
398     {
399     TObject *G__Lpbase=(TObject*)G__Lderived;
400     G__inheritance_setup(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent),G__get_linked_tagnum(&G__CalorimeterEventDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
401     }
402     }
403     }
404    
405     /*********************************************************
406     * typedef information setup/
407     *********************************************************/
408     extern "C" void G__cpp_setup_typetableCalorimeterEventDict() {
409    
410     /* Setting up typedef entry */
411     G__search_typename2("Version_t",115,-1,0,
412     -1);
413     G__setnewtype(-1,"Class version identifier (short)",0);
414     }
415    
416     /*********************************************************
417     * Data Member information setup/
418     *********************************************************/
419    
420     /* Setting up class,struct,union tag member variable */
421    
422     /* pamela */
423     static void G__setup_memvarpamela(void) {
424     G__tag_memvar_setup(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamela));
425     {
426     }
427     G__tag_memvar_reset();
428     }
429    
430    
431     /* pamela::calorimeter */
432     static void G__setup_memvarpamelacLcLcalorimeter(void) {
433     G__tag_memvar_setup(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimeter));
434     {
435     }
436     G__tag_memvar_reset();
437     }
438    
439    
440     /* pamela::calorimeter::CalorimeterEvent */
441     static void G__setup_memvarpamelacLcLcalorimetercLcLCalorimeterEvent(void) {
442     G__tag_memvar_setup(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent));
443     { pamela::calorimeter::CalorimeterEvent *p; p=(pamela::calorimeter::CalorimeterEvent*)0x1000; if (p) { }
444     G__memvar_setup((void*)NULL,115,0,0,-1,G__defined_typename("Short_t"),-1,4,"SelfTrig[6]=",0,(char*)NULL);
445     G__memvar_setup((void*)NULL,115,0,0,-1,G__defined_typename("Short_t"),-1,4,"Coincidence=",0,(char*)NULL);
446     G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"NValue=",0,(char*)NULL);
447     G__memvar_setup((void*)NULL,83,0,0,-1,G__defined_typename("Short_t"),-1,4,"Value=",0,"[NValue]");
448     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__CalorimeterEventDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
449     }
450     G__tag_memvar_reset();
451     }
452    
453     extern "C" void G__cpp_setup_memvarCalorimeterEventDict() {
454     }
455     /***********************************************************
456     ************************************************************
457     ************************************************************
458     ************************************************************
459     ************************************************************
460     ************************************************************
461     ************************************************************
462     ***********************************************************/
463    
464     /*********************************************************
465     * Member function information setup for each class
466     *********************************************************/
467     static void G__setup_memfuncpamela(void) {
468     /* pamela */
469     G__tag_memfunc_setup(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamela));
470     // automatic destructor
471     G__memfunc_setup("~pamela",750,(G__InterfaceMethod)NULL,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
472     G__tag_memfunc_reset();
473     }
474    
475     static void G__setup_memfuncpamelacLcLcalorimeter(void) {
476     /* pamela::calorimeter */
477     G__tag_memfunc_setup(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimeter));
478     // automatic destructor
479     G__memfunc_setup("~calorimeter",1301,(G__InterfaceMethod)NULL,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
480     G__tag_memfunc_reset();
481     }
482    
483     static void G__setup_memfuncpamelacLcLcalorimetercLcLCalorimeterEvent(void) {
484     /* pamela::calorimeter::CalorimeterEvent */
485     G__tag_memfunc_setup(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent));
486     G__memfunc_setup("CalorimeterEvent",1657,G__CalorimeterEventDict_130_1_0,105,G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
487     G__memfunc_setup("GetSelfTrig",1088,G__CalorimeterEventDict_130_2_0,83,-1,-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
488     G__memfunc_setup("GetCoincidence",1396,G__CalorimeterEventDict_130_3_0,115,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
489     G__memfunc_setup("GetNValue",875,G__CalorimeterEventDict_130_4_0,105,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
490     G__memfunc_setup("GetValue",797,G__CalorimeterEventDict_130_5_0,83,-1,-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
491     G__memfunc_setup("Set",300,G__CalorimeterEventDict_130_6_0,121,-1,-1,0,2,1,1,0,
492     "i - - 0 - nvalue S - - 0 - value",(char*)NULL,(void*)NULL,0);
493     G__memfunc_setup("Class",502,G__CalorimeterEventDict_130_7_0,85,G__get_linked_tagnum(&G__CalorimeterEventDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::calorimeter::CalorimeterEvent::Class),0);
494     G__memfunc_setup("Class_Name",982,G__CalorimeterEventDict_130_8_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::calorimeter::CalorimeterEvent::Class_Name),0);
495     G__memfunc_setup("Class_Version",1339,G__CalorimeterEventDict_130_9_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::calorimeter::CalorimeterEvent::Class_Version),0);
496     G__memfunc_setup("Dictionary",1046,G__CalorimeterEventDict_130_0_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::calorimeter::CalorimeterEvent::Dictionary),0);
497     G__memfunc_setup("IsA",253,G__CalorimeterEventDict_130_1_1,85,G__get_linked_tagnum(&G__CalorimeterEventDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
498     G__memfunc_setup("ShowMembers",1132,G__CalorimeterEventDict_130_2_1,121,-1,-1,0,2,1,1,0,
499     "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
500     G__memfunc_setup("Streamer",835,G__CalorimeterEventDict_130_3_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
501     G__memfunc_setup("StreamerNVirtual",1656,G__CalorimeterEventDict_130_4_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
502     G__memfunc_setup("DeclFileName",1145,G__CalorimeterEventDict_130_5_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::calorimeter::CalorimeterEvent::DeclFileName),0);
503     G__memfunc_setup("ImplFileLine",1178,G__CalorimeterEventDict_130_6_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::calorimeter::CalorimeterEvent::ImplFileLine),0);
504     G__memfunc_setup("ImplFileName",1171,G__CalorimeterEventDict_130_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::calorimeter::CalorimeterEvent::ImplFileName),0);
505     G__memfunc_setup("DeclFileLine",1152,G__CalorimeterEventDict_130_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::calorimeter::CalorimeterEvent::DeclFileLine),0);
506     // automatic copy constructor
507     G__memfunc_setup("CalorimeterEvent",1657,G__CalorimeterEventDict_130_9_1,(int)('i'),G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent),-1,0,1,1,1,0,"u 'pamela::calorimeter::CalorimeterEvent' - 11 - -",(char*)NULL,(void*)NULL,0);
508     // automatic destructor
509     G__memfunc_setup("~CalorimeterEvent",1783,G__CalorimeterEventDict_130_0_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
510     G__tag_memfunc_reset();
511     }
512    
513    
514     /*********************************************************
515     * Member function information setup
516     *********************************************************/
517     extern "C" void G__cpp_setup_memfuncCalorimeterEventDict() {
518     }
519    
520     /*********************************************************
521     * Global variable information setup for each class
522     *********************************************************/
523     static void G__cpp_setup_global0() {
524    
525     /* Setting up global variables */
526     G__resetplocal();
527    
528     }
529    
530     static void G__cpp_setup_global1() {
531    
532     G__resetglobalenv();
533     }
534     extern "C" void G__cpp_setup_globalCalorimeterEventDict() {
535     G__cpp_setup_global0();
536     G__cpp_setup_global1();
537     }
538    
539     /*********************************************************
540     * Global function information setup for each class
541     *********************************************************/
542     static void G__cpp_setup_func0() {
543     G__lastifuncposition();
544    
545     }
546    
547     static void G__cpp_setup_func1() {
548     }
549    
550     static void G__cpp_setup_func2() {
551    
552     G__resetifuncposition();
553     }
554    
555     extern "C" void G__cpp_setup_funcCalorimeterEventDict() {
556     G__cpp_setup_func0();
557     G__cpp_setup_func1();
558     G__cpp_setup_func2();
559     }
560    
561     /*********************************************************
562     * Class,struct,union,enum tag information setup
563     *********************************************************/
564     /* Setup class/struct taginfo */
565     G__linked_taginfo G__CalorimeterEventDictLN_TClass = { "TClass" , 99 , -1 };
566     G__linked_taginfo G__CalorimeterEventDictLN_TBuffer = { "TBuffer" , 99 , -1 };
567     G__linked_taginfo G__CalorimeterEventDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
568     G__linked_taginfo G__CalorimeterEventDictLN_TObject = { "TObject" , 99 , -1 };
569     G__linked_taginfo G__CalorimeterEventDictLN_pamela = { "pamela" , 110 , -1 };
570     G__linked_taginfo G__CalorimeterEventDictLN_pamelacLcLSubPacket = { "pamela::SubPacket" , 99 , -1 };
571     G__linked_taginfo G__CalorimeterEventDictLN_pamelacLcLcalorimeter = { "pamela::calorimeter" , 110 , -1 };
572     G__linked_taginfo G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent = { "pamela::calorimeter::CalorimeterEvent" , 99 , -1 };
573    
574     /* Reset class/struct taginfo */
575     extern "C" void G__cpp_reset_tagtableCalorimeterEventDict() {
576     G__CalorimeterEventDictLN_TClass.tagnum = -1 ;
577     G__CalorimeterEventDictLN_TBuffer.tagnum = -1 ;
578     G__CalorimeterEventDictLN_TMemberInspector.tagnum = -1 ;
579     G__CalorimeterEventDictLN_TObject.tagnum = -1 ;
580     G__CalorimeterEventDictLN_pamela.tagnum = -1 ;
581     G__CalorimeterEventDictLN_pamelacLcLSubPacket.tagnum = -1 ;
582     G__CalorimeterEventDictLN_pamelacLcLcalorimeter.tagnum = -1 ;
583     G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent.tagnum = -1 ;
584     }
585    
586    
587     extern "C" void G__cpp_setup_tagtableCalorimeterEventDict() {
588    
589     /* Setting up class,struct,union tag entry */
590     G__get_linked_tagnum(&G__CalorimeterEventDictLN_TClass);
591     G__get_linked_tagnum(&G__CalorimeterEventDictLN_TBuffer);
592     G__get_linked_tagnum(&G__CalorimeterEventDictLN_TMemberInspector);
593     G__get_linked_tagnum(&G__CalorimeterEventDictLN_TObject);
594     G__tagtable_setup(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamela),0,-1,0,(char*)NULL,G__setup_memvarpamela,G__setup_memfuncpamela);
595     G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLSubPacket);
596     G__tagtable_setup(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimeter),0,-1,0,(char*)NULL,G__setup_memvarpamelacLcLcalorimeter,G__setup_memfuncpamelacLcLcalorimeter);
597     G__tagtable_setup(G__get_linked_tagnum(&G__CalorimeterEventDictLN_pamelacLcLcalorimetercLcLCalorimeterEvent),sizeof(pamela::calorimeter::CalorimeterEvent),-1,324864,(char*)NULL,G__setup_memvarpamelacLcLcalorimetercLcLCalorimeterEvent,G__setup_memfuncpamelacLcLcalorimetercLcLCalorimeterEvent);
598     }
599     extern "C" void G__cpp_setupCalorimeterEventDict(void) {
600     G__check_setup_version(30051515,"G__cpp_setupCalorimeterEventDict()");
601     G__set_cpp_environmentCalorimeterEventDict();
602     G__cpp_setup_tagtableCalorimeterEventDict();
603    
604     G__cpp_setup_inheritanceCalorimeterEventDict();
605    
606     G__cpp_setup_typetableCalorimeterEventDict();
607    
608     G__cpp_setup_memvarCalorimeterEventDict();
609    
610     G__cpp_setup_memfuncCalorimeterEventDict();
611     G__cpp_setup_globalCalorimeterEventDict();
612     G__cpp_setup_funcCalorimeterEventDict();
613    
614     if(0==G__getsizep2memfunc()) G__get_sizep2memfuncCalorimeterEventDict();
615     return;
616     }
617     class G__cpp_setup_initCalorimeterEventDict {
618     public:
619     G__cpp_setup_initCalorimeterEventDict() { G__add_setup_func("CalorimeterEventDict",(G__incsetup)(&G__cpp_setupCalorimeterEventDict)); G__call_setup_funcs(); }
620     ~G__cpp_setup_initCalorimeterEventDict() { G__remove_setup_func("CalorimeterEventDict"); }
621     };
622     G__cpp_setup_initCalorimeterEventDict G__cpp_setup_initializerCalorimeterEventDict;
623    

  ViewVC Help
Powered by ViewVC 1.1.23