/[PAMELA software]/tof/flight/ToFPatch/src/ToFPatchDict.cpp
ViewVC logotype

Contents of /tof/flight/ToFPatch/src/ToFPatchDict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Thu Aug 30 17:11:33 2018 UTC (6 years, 3 months ago) by mayorov
Branch: MAIN
CVS Tags: v10REDr01, HEAD
ToF patch from Wolfgang. Duplicates the simple method of the 8th reduction to calculate the ToF dEdx

1 //
2 // File generated by rootcint at Tue Feb 6 13:35:32 2018
3
4 // Do NOT change. Changes will be lost next time file is generated
5 //
6
7 #define R__DICTIONARY_FILENAME srcdIToFPatchDict
8 #include "RConfig.h" //rootcint 4834
9 #if !defined(R__ACCESS_IN_SYMBOL)
10 //Break the privacy of classes -- Disabled for the moment
11 #define private public
12 #define protected public
13 #endif
14
15 // Since CINT ignores the std namespace, we need to do so in this file.
16 namespace std {} using namespace std;
17 #include "ToFPatchDict.h"
18
19 #include "TClass.h"
20 #include "TBuffer.h"
21 #include "TMemberInspector.h"
22 #include "TInterpreter.h"
23 #include "TVirtualMutex.h"
24 #include "TError.h"
25
26 #ifndef G__ROOT
27 #define G__ROOT
28 #endif
29
30 #include "RtypesImp.h"
31 #include "TIsAProxy.h"
32 #include "TFileMergeInfo.h"
33
34 // Direct notice to TROOT of the dictionary's loading.
35 namespace {
36 static struct DictInit {
37 DictInit() {
38 ROOT::RegisterModule();
39 }
40 } __TheDictionaryInitializer;
41 }
42
43 // START OF SHADOWS
44
45 namespace ROOTShadow {
46 namespace Shadow {
47 } // of namespace Shadow
48 } // of namespace ROOTShadow
49 // END OF SHADOWS
50
51 namespace ROOTDict {
52 void ToFPatch_ShowMembers(void *obj, TMemberInspector &R__insp);
53 static void *new_ToFPatch(void *p = 0);
54 static void *newArray_ToFPatch(Long_t size, void *p);
55 static void delete_ToFPatch(void *p);
56 static void deleteArray_ToFPatch(void *p);
57 static void destruct_ToFPatch(void *p);
58
59 // Function generating the singleton type initializer
60 static ROOT::TGenericClassInfo *GenerateInitInstanceLocal(const ::ToFPatch*)
61 {
62 ::ToFPatch *ptr = 0;
63 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::ToFPatch >(0);
64 static ::ROOT::TGenericClassInfo
65 instance("ToFPatch", ::ToFPatch::Class_Version(), "./inc/ToFPatch.h", 31,
66 typeid(::ToFPatch), ::ROOT::DefineBehavior(ptr, ptr),
67 &::ToFPatch::Dictionary, isa_proxy, 4,
68 sizeof(::ToFPatch) );
69 instance.SetNew(&new_ToFPatch);
70 instance.SetNewArray(&newArray_ToFPatch);
71 instance.SetDelete(&delete_ToFPatch);
72 instance.SetDeleteArray(&deleteArray_ToFPatch);
73 instance.SetDestructor(&destruct_ToFPatch);
74 return &instance;
75 }
76 ROOT::TGenericClassInfo *GenerateInitInstance(const ::ToFPatch*)
77 {
78 return GenerateInitInstanceLocal((::ToFPatch*)0);
79 }
80 // Static variable to force the class initialization
81 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::ToFPatch*)0x0); R__UseDummy(_R__UNIQUE_(Init));
82 } // end of namespace ROOTDict
83
84 //______________________________________________________________________________
85 atomic_TClass_ptr ToFPatch::fgIsA(0); // static to hold class pointer
86
87 //______________________________________________________________________________
88 const char *ToFPatch::Class_Name()
89 {
90 return "ToFPatch";
91 }
92
93 //______________________________________________________________________________
94 const char *ToFPatch::ImplFileName()
95 {
96 return ::ROOTDict::GenerateInitInstanceLocal((const ::ToFPatch*)0x0)->GetImplFileName();
97 }
98
99 //______________________________________________________________________________
100 int ToFPatch::ImplFileLine()
101 {
102 return ::ROOTDict::GenerateInitInstanceLocal((const ::ToFPatch*)0x0)->GetImplFileLine();
103 }
104
105 //______________________________________________________________________________
106 void ToFPatch::Dictionary()
107 {
108 fgIsA = ::ROOTDict::GenerateInitInstanceLocal((const ::ToFPatch*)0x0)->GetClass();
109 }
110
111 //______________________________________________________________________________
112 TClass *ToFPatch::Class()
113 {
114 if (!fgIsA) { R__LOCKGUARD2(gCINTMutex); if(!fgIsA) {fgIsA = ::ROOTDict::GenerateInitInstanceLocal((const ::ToFPatch*)0x0)->GetClass();} }
115 return fgIsA;
116 }
117
118 //______________________________________________________________________________
119 void ToFPatch::Streamer(TBuffer &R__b)
120 {
121 // Stream an object of class ToFPatch.
122
123 if (R__b.IsReading()) {
124 R__b.ReadClassBuffer(ToFPatch::Class(),this);
125 } else {
126 R__b.WriteClassBuffer(ToFPatch::Class(),this);
127 }
128 }
129
130 //______________________________________________________________________________
131 void ToFPatch::ShowMembers(TMemberInspector &R__insp)
132 {
133 // Inspect the data members of an object of class ToFPatch.
134 TClass *R__cl = ::ToFPatch::IsA();
135 if (R__cl || R__insp.IsA()) { }
136 R__insp.Inspect(R__cl, R__insp.GetParent(), "*L2", &L2);
137 R__insp.Inspect(R__cl, R__insp.GetParent(), "eNtr", &eNtr);
138 R__insp.Inspect(R__cl, R__insp.GetParent(), "*trkAlg", &trkAlg);
139 R__insp.Inspect(R__cl, R__insp.GetParent(), "OBT", &OBT);
140 R__insp.Inspect(R__cl, R__insp.GetParent(), "PKT", &PKT);
141 R__insp.Inspect(R__cl, R__insp.GetParent(), "atime", &atime);
142 R__insp.Inspect(R__cl, R__insp.GetParent(), "tr", &tr);
143 R__insp.Inspect(R__cl, R__insp.GetParent(), "adc_he", &adc_he);
144 R__insp.Inspect(R__cl, R__insp.GetParent(), "eDEDXpmt", &eDEDXpmt);
145 R__insp.InspectMember(eDEDXpmt, "eDEDXpmt.");
146 R__insp.Inspect(R__cl, R__insp.GetParent(), "eDEDXpmtraw", &eDEDXpmtraw);
147 R__insp.InspectMember(eDEDXpmtraw, "eDEDXpmtraw.");
148 R__insp.Inspect(R__cl, R__insp.GetParent(), "eDEDXpad", &eDEDXpad);
149 R__insp.InspectMember(eDEDXpad, "eDEDXpad.");
150 R__insp.Inspect(R__cl, R__insp.GetParent(), "eDEDXlayer", &eDEDXlayer);
151 R__insp.InspectMember(eDEDXlayer, "eDEDXlayer.");
152 R__insp.Inspect(R__cl, R__insp.GetParent(), "INFOpmt", &INFOpmt);
153 R__insp.InspectMember(INFOpmt, "INFOpmt.");
154 R__insp.Inspect(R__cl, R__insp.GetParent(), "INFOlayer", &INFOlayer);
155 R__insp.InspectMember(INFOlayer, "INFOlayer.");
156 R__insp.Inspect(R__cl, R__insp.GetParent(), "eDEDXpmtstd", &eDEDXpmtstd);
157 R__insp.InspectMember(eDEDXpmtstd, "eDEDXpmtstd.");
158 R__insp.Inspect(R__cl, R__insp.GetParent(), "eDEDXpmtrawstd", &eDEDXpmtrawstd);
159 R__insp.InspectMember(eDEDXpmtrawstd, "eDEDXpmtrawstd.");
160 R__insp.Inspect(R__cl, R__insp.GetParent(), "eDEDXpadstd", &eDEDXpadstd);
161 R__insp.InspectMember(eDEDXpadstd, "eDEDXpadstd.");
162 R__insp.Inspect(R__cl, R__insp.GetParent(), "eDEDXlayerstd", &eDEDXlayerstd);
163 R__insp.InspectMember(eDEDXlayerstd, "eDEDXlayerstd.");
164 R__insp.Inspect(R__cl, R__insp.GetParent(), "INFOpmtstd", &INFOpmtstd);
165 R__insp.InspectMember(INFOpmtstd, "INFOpmtstd.");
166 R__insp.Inspect(R__cl, R__insp.GetParent(), "INFOlayerstd", &INFOlayerstd);
167 R__insp.InspectMember(INFOlayerstd, "INFOlayerstd.");
168 R__insp.Inspect(R__cl, R__insp.GetParent(), "PMTsat", &PMTsat);
169 R__insp.InspectMember(PMTsat, "PMTsat.");
170 R__insp.Inspect(R__cl, R__insp.GetParent(), "A0_array[100]", A0_array);
171 R__insp.Inspect(R__cl, R__insp.GetParent(), "A1_array[100]", A1_array);
172 R__insp.Inspect(R__cl, R__insp.GetParent(), "A2_array[100]", A2_array);
173 R__insp.Inspect(R__cl, R__insp.GetParent(), "A3_array[100]", A3_array);
174 R__insp.Inspect(R__cl, R__insp.GetParent(), "A0[48]", A0);
175 R__insp.Inspect(R__cl, R__insp.GetParent(), "A1[48]", A1);
176 R__insp.Inspect(R__cl, R__insp.GetParent(), "A2[48]", A2);
177 R__insp.Inspect(R__cl, R__insp.GetParent(), "A3[48]", A3);
178 R__insp.Inspect(R__cl, R__insp.GetParent(), "T_int_min[100]", T_int_min);
179 R__insp.Inspect(R__cl, R__insp.GetParent(), "T_int_max[100]", T_int_max);
180 R__insp.Inspect(R__cl, R__insp.GetParent(), "tmin_atten", &tmin_atten);
181 R__insp.Inspect(R__cl, R__insp.GetParent(), "tmax_atten", &tmax_atten);
182 R__insp.Inspect(R__cl, R__insp.GetParent(), "ical_atten", &ical_atten);
183 R__insp.Inspect(R__cl, R__insp.GetParent(), "dedx_corr_m[1500]", dedx_corr_m);
184 R__insp.Inspect(R__cl, R__insp.GetParent(), "mtime[2000]", mtime);
185 R__insp.Inspect(R__cl, R__insp.GetParent(), "ical_2nd", &ical_2nd);
186 R__insp.Inspect(R__cl, R__insp.GetParent(), "tmin_2nd", &tmin_2nd);
187 R__insp.Inspect(R__cl, R__insp.GetParent(), "tmax_2nd", &tmax_2nd);
188 TObject::ShowMembers(R__insp);
189 }
190
191 namespace ROOTDict {
192 // Wrappers around operator new
193 static void *new_ToFPatch(void *p) {
194 return p ? new(p) ::ToFPatch : new ::ToFPatch;
195 }
196 static void *newArray_ToFPatch(Long_t nElements, void *p) {
197 return p ? new(p) ::ToFPatch[nElements] : new ::ToFPatch[nElements];
198 }
199 // Wrapper around operator delete
200 static void delete_ToFPatch(void *p) {
201 delete ((::ToFPatch*)p);
202 }
203 static void deleteArray_ToFPatch(void *p) {
204 delete [] ((::ToFPatch*)p);
205 }
206 static void destruct_ToFPatch(void *p) {
207 typedef ::ToFPatch current_t;
208 ((current_t*)p)->~current_t();
209 }
210 } // end of namespace ROOTDict for class ::ToFPatch
211
212 /********************************************************
213 * src/ToFPatchDict.cpp
214 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
215 * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
216 * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
217 ********************************************************/
218
219 #ifdef G__MEMTEST
220 #undef malloc
221 #undef free
222 #endif
223
224 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
225 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
226 #endif
227
228 extern "C" void G__cpp_reset_tagtableToFPatchDict();
229
230 extern "C" void G__set_cpp_environmentToFPatchDict() {
231 G__add_compiledheader("TObject.h");
232 G__add_compiledheader("TMemberInspector.h");
233 G__add_compiledheader("inc/ToFPatch.h");
234 G__cpp_reset_tagtableToFPatchDict();
235 }
236 #include <new>
237 extern "C" int G__cpp_dllrevToFPatchDict() { return(30051515); }
238
239 /*********************************************************
240 * Member function Interface Method
241 *********************************************************/
242
243 /* ToFPatch */
244 static int G__ToFPatchDict_948_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
245 {
246 ToFPatch* p = NULL;
247 char* gvp = (char*) G__getgvp();
248 int n = G__getaryconstruct();
249 if (n) {
250 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
251 p = new ToFPatch[n];
252 } else {
253 p = new((void*) gvp) ToFPatch[n];
254 }
255 } else {
256 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
257 p = new ToFPatch;
258 } else {
259 p = new((void*) gvp) ToFPatch;
260 }
261 }
262 result7->obj.i = (long) p;
263 result7->ref = (long) p;
264 G__set_tagnum(result7,G__get_linked_tagnum(&G__ToFPatchDictLN_ToFPatch));
265 return(1 || funcname || hash || result7 || libp) ;
266 }
267
268 static int G__ToFPatchDict_948_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
269 {
270 ((ToFPatch*) G__getstructoffset())->InitPar((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
271 G__setnull(result7);
272 return(1 || funcname || hash || result7 || libp) ;
273 }
274
275 static int G__ToFPatchDict_948_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
276 {
277 ((ToFPatch*) G__getstructoffset())->Define_PMTsat();
278 G__setnull(result7);
279 return(1 || funcname || hash || result7 || libp) ;
280 }
281
282 static int G__ToFPatchDict_948_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
283 {
284 ((ToFPatch*) G__getstructoffset())->ReadParAtt((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
285 G__setnull(result7);
286 return(1 || funcname || hash || result7 || libp) ;
287 }
288
289 static int G__ToFPatchDict_948_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
290 {
291 ((ToFPatch*) G__getstructoffset())->Process((PamLevel2*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
292 G__setnull(result7);
293 return(1 || funcname || hash || result7 || libp) ;
294 }
295
296 static int G__ToFPatchDict_948_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
297 {
298 switch (libp->paran) {
299 case 1:
300 ((ToFPatch*) G__getstructoffset())->Print((Option_t*) G__int(libp->para[0]));
301 G__setnull(result7);
302 break;
303 case 0:
304 ((ToFPatch*) G__getstructoffset())->Print();
305 G__setnull(result7);
306 break;
307 }
308 return(1 || funcname || hash || result7 || libp) ;
309 }
310
311 static int G__ToFPatchDict_948_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
312 {
313 G__letdouble(result7, 102, (double) ((ToFPatch*) G__getstructoffset())->GetdEdxraw_pmt((Int_t) G__int(libp->para[0])));
314 return(1 || funcname || hash || result7 || libp) ;
315 }
316
317 static int G__ToFPatchDict_948_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
318 {
319 G__letdouble(result7, 102, (double) ((ToFPatch*) G__getstructoffset())->GetdEdx_pmt((Int_t) G__int(libp->para[0])));
320 return(1 || funcname || hash || result7 || libp) ;
321 }
322
323 static int G__ToFPatchDict_948_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
324 {
325 G__letdouble(result7, 102, (double) ((ToFPatch*) G__getstructoffset())->GetdEdx_pad((Int_t) G__int(libp->para[0])));
326 return(1 || funcname || hash || result7 || libp) ;
327 }
328
329 static int G__ToFPatchDict_948_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
330 {
331 G__letdouble(result7, 102, (double) ((ToFPatch*) G__getstructoffset())->GetdEdx_layer((Int_t) G__int(libp->para[0])));
332 return(1 || funcname || hash || result7 || libp) ;
333 }
334
335 static int G__ToFPatchDict_948_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
336 {
337 G__letdouble(result7, 102, (double) ((ToFPatch*) G__getstructoffset())->GetdEdxraw_pmtstd((Int_t) G__int(libp->para[0])));
338 return(1 || funcname || hash || result7 || libp) ;
339 }
340
341 static int G__ToFPatchDict_948_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
342 {
343 G__letdouble(result7, 102, (double) ((ToFPatch*) G__getstructoffset())->GetdEdx_pmtstd((Int_t) G__int(libp->para[0])));
344 return(1 || funcname || hash || result7 || libp) ;
345 }
346
347 static int G__ToFPatchDict_948_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
348 {
349 G__letdouble(result7, 102, (double) ((ToFPatch*) G__getstructoffset())->GetdEdx_padstd((Int_t) G__int(libp->para[0])));
350 return(1 || funcname || hash || result7 || libp) ;
351 }
352
353 static int G__ToFPatchDict_948_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
354 {
355 G__letdouble(result7, 102, (double) ((ToFPatch*) G__getstructoffset())->GetdEdx_layerstd((Int_t) G__int(libp->para[0])));
356 return(1 || funcname || hash || result7 || libp) ;
357 }
358
359 static int G__ToFPatchDict_948_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
360 {
361 G__letdouble(result7, 102, (double) ((ToFPatch*) G__getstructoffset())->GetInfo_pmt((Int_t) G__int(libp->para[0])));
362 return(1 || funcname || hash || result7 || libp) ;
363 }
364
365 static int G__ToFPatchDict_948_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
366 {
367 G__letdouble(result7, 102, (double) ((ToFPatch*) G__getstructoffset())->GetInfo_layer((Int_t) G__int(libp->para[0])));
368 return(1 || funcname || hash || result7 || libp) ;
369 }
370
371 static int G__ToFPatchDict_948_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
372 {
373 G__letint(result7, 85, (long) ToFPatch::Class());
374 return(1 || funcname || hash || result7 || libp) ;
375 }
376
377 static int G__ToFPatchDict_948_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
378 {
379 G__letint(result7, 67, (long) ToFPatch::Class_Name());
380 return(1 || funcname || hash || result7 || libp) ;
381 }
382
383 static int G__ToFPatchDict_948_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
384 {
385 G__letint(result7, 115, (long) ToFPatch::Class_Version());
386 return(1 || funcname || hash || result7 || libp) ;
387 }
388
389 static int G__ToFPatchDict_948_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
390 {
391 ToFPatch::Dictionary();
392 G__setnull(result7);
393 return(1 || funcname || hash || result7 || libp) ;
394 }
395
396 static int G__ToFPatchDict_948_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
397 {
398 ((ToFPatch*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
399 G__setnull(result7);
400 return(1 || funcname || hash || result7 || libp) ;
401 }
402
403 static int G__ToFPatchDict_948_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
404 {
405 G__letint(result7, 67, (long) ToFPatch::DeclFileName());
406 return(1 || funcname || hash || result7 || libp) ;
407 }
408
409 static int G__ToFPatchDict_948_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
410 {
411 G__letint(result7, 105, (long) ToFPatch::ImplFileLine());
412 return(1 || funcname || hash || result7 || libp) ;
413 }
414
415 static int G__ToFPatchDict_948_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
416 {
417 G__letint(result7, 67, (long) ToFPatch::ImplFileName());
418 return(1 || funcname || hash || result7 || libp) ;
419 }
420
421 static int G__ToFPatchDict_948_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
422 {
423 G__letint(result7, 105, (long) ToFPatch::DeclFileLine());
424 return(1 || funcname || hash || result7 || libp) ;
425 }
426
427 // automatic copy constructor
428 static int G__ToFPatchDict_948_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
429
430 {
431 ToFPatch* p;
432 void* tmp = (void*) G__int(libp->para[0]);
433 p = new ToFPatch(*(ToFPatch*) tmp);
434 result7->obj.i = (long) p;
435 result7->ref = (long) p;
436 G__set_tagnum(result7,G__get_linked_tagnum(&G__ToFPatchDictLN_ToFPatch));
437 return(1 || funcname || hash || result7 || libp) ;
438 }
439
440 // automatic destructor
441 typedef ToFPatch G__TToFPatch;
442 static int G__ToFPatchDict_948_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
443 {
444 char* gvp = (char*) G__getgvp();
445 long soff = G__getstructoffset();
446 int n = G__getaryconstruct();
447 //
448 //has_a_delete: 1
449 //has_own_delete1arg: 0
450 //has_own_delete2arg: 0
451 //
452 if (!soff) {
453 return(1);
454 }
455 if (n) {
456 if (gvp == (char*)G__PVOID) {
457 delete[] (ToFPatch*) soff;
458 } else {
459 G__setgvp((long) G__PVOID);
460 for (int i = n - 1; i >= 0; --i) {
461 ((ToFPatch*) (soff+(sizeof(ToFPatch)*i)))->~G__TToFPatch();
462 }
463 G__setgvp((long)gvp);
464 }
465 } else {
466 if (gvp == (char*)G__PVOID) {
467 delete (ToFPatch*) soff;
468 } else {
469 G__setgvp((long) G__PVOID);
470 ((ToFPatch*) (soff))->~G__TToFPatch();
471 G__setgvp((long)gvp);
472 }
473 }
474 G__setnull(result7);
475 return(1 || funcname || hash || result7 || libp) ;
476 }
477
478
479 /* Setting up global function */
480
481 /*********************************************************
482 * Member function Stub
483 *********************************************************/
484
485 /* ToFPatch */
486
487 /*********************************************************
488 * Global function Stub
489 *********************************************************/
490
491 /*********************************************************
492 * Get size of pointer to member function
493 *********************************************************/
494 class G__Sizep2memfuncToFPatchDict {
495 public:
496 G__Sizep2memfuncToFPatchDict(): p(&G__Sizep2memfuncToFPatchDict::sizep2memfunc) {}
497 size_t sizep2memfunc() { return(sizeof(p)); }
498 private:
499 size_t (G__Sizep2memfuncToFPatchDict::*p)();
500 };
501
502 size_t G__get_sizep2memfuncToFPatchDict()
503 {
504 G__Sizep2memfuncToFPatchDict a;
505 G__setsizep2memfunc((int)a.sizep2memfunc());
506 return((size_t)a.sizep2memfunc());
507 }
508
509
510 /*********************************************************
511 * virtual base class offset calculation interface
512 *********************************************************/
513
514 /* Setting up class inheritance */
515
516 /*********************************************************
517 * Inheritance information setup/
518 *********************************************************/
519 extern "C" void G__cpp_setup_inheritanceToFPatchDict() {
520
521 /* Setting up class inheritance */
522 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__ToFPatchDictLN_ToFPatch))) {
523 ToFPatch *G__Lderived;
524 G__Lderived=(ToFPatch*)0x1000;
525 {
526 TObject *G__Lpbase=(TObject*)G__Lderived;
527 G__inheritance_setup(G__get_linked_tagnum(&G__ToFPatchDictLN_ToFPatch),G__get_linked_tagnum(&G__ToFPatchDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
528 }
529 }
530 }
531
532 /*********************************************************
533 * typedef information setup/
534 *********************************************************/
535 extern "C" void G__cpp_setup_typetableToFPatchDict() {
536
537 /* Setting up typedef entry */
538 G__search_typename2("Int_t",105,-1,0,-1);
539 G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
540 G__search_typename2("Float_t",102,-1,0,-1);
541 G__setnewtype(-1,"Float 4 bytes (float)",0);
542 G__search_typename2("Version_t",115,-1,0,-1);
543 G__setnewtype(-1,"Class version identifier (short)",0);
544 G__search_typename2("Option_t",99,-1,256,-1);
545 G__setnewtype(-1,"Option string (const char)",0);
546 }
547
548 /*********************************************************
549 * Data Member information setup/
550 *********************************************************/
551
552 /* Setting up class,struct,union tag member variable */
553
554 /* ToFPatch */
555 static void G__setup_memvarToFPatch(void) {
556 G__tag_memvar_setup(G__get_linked_tagnum(&G__ToFPatchDictLN_ToFPatch));
557 { ToFPatch *p; p=(ToFPatch*)0x1000; if (p) { }
558 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_PamLevel2),-1,-1,4,"L2=",0,(char*)NULL);
559 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"eNtr=",0,"number of tracker tracks");
560 G__memvar_setup((void*)0,67,0,1,-1,-1,-1,4,"trkAlg=",0,(char*)NULL);
561 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"OBT=",0,(char*)NULL);
562 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"PKT=",0,(char*)NULL);
563 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"atime=",0,(char*)NULL);
564 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"tr=",0,(char*)NULL);
565 G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"adc_he=",0,(char*)NULL);
566 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"eDEDXpmt=",0,"0-47 pmt dEdx");
567 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"eDEDXpmtraw=",0,"0-47 pmt dEdx before 2nd corr");
568 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"eDEDXpad=",0,"0-23 paddle dEdx");
569 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"eDEDXlayer=",0,"0-5 layer dEdx");
570 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"INFOpmt=",0,"0-47 pmt status");
571 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"INFOlayer=",0,"0-5 layer status");
572 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"eDEDXpmtstd=",0,"0-47 pmt dEdx ");
573 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"eDEDXpmtrawstd=",0,"0-47 pmt dEdx before 2nd corr To");
574 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"eDEDXpadstd=",0,"0-23 paddle dEdx");
575 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"eDEDXlayerstd=",0,"0-5 layer dEdx");
576 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"INFOpmtstd=",0,"0-47 pmt status");
577 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"INFOlayerstd=",0,"0-5 layer status");
578 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"PMTsat=",0,"0-47 saturation parameters");
579 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"A0_array[100]=",0,"48 x 100 define an array of 48 elements per each time interval");
580 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"A1_array[100]=",0,(char*)NULL);
581 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"A2_array[100]=",0,(char*)NULL);
582 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"A3_array[100]=",0,(char*)NULL);
583 G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"A0[48]=",0,(char*)NULL);
584 G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"A1[48]=",0,(char*)NULL);
585 G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"A2[48]=",0,(char*)NULL);
586 G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"A3[48]=",0,(char*)NULL);
587 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"T_int_min[100]=",0,(char*)NULL);
588 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"T_int_max[100]=",0,(char*)NULL);
589 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"tmin_atten=",0,(char*)NULL);
590 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"tmax_atten=",0,(char*)NULL);
591 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"ical_atten=",0,(char*)NULL);
592 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TArrayF),-1,-1,4,"dedx_corr_m[1500]=",0,"48 x 1500 define an array of 48 elements per each time interval");
593 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"mtime[2000]=",0,(char*)NULL);
594 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"ical_2nd=",0,(char*)NULL);
595 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"tmin_2nd=",0,(char*)NULL);
596 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"tmax_2nd=",0,(char*)NULL);
597 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__ToFPatchDictLN_TClass),G__defined_typename("atomic_TClass_ptr"),-2,4,"fgIsA=",0,(char*)NULL);
598 }
599 G__tag_memvar_reset();
600 }
601
602 extern "C" void G__cpp_setup_memvarToFPatchDict() {
603 }
604 /***********************************************************
605 ************************************************************
606 ************************************************************
607 ************************************************************
608 ************************************************************
609 ************************************************************
610 ************************************************************
611 ***********************************************************/
612
613 /*********************************************************
614 * Member function information setup for each class
615 *********************************************************/
616 static void G__setup_memfuncToFPatch(void) {
617 /* ToFPatch */
618 G__tag_memfunc_setup(G__get_linked_tagnum(&G__ToFPatchDictLN_ToFPatch));
619 G__memfunc_setup("ToFPatch",761,G__ToFPatchDict_948_0_1, 105, G__get_linked_tagnum(&G__ToFPatchDictLN_ToFPatch), -1, 0, 0, 1, 1, 0, "", "class constructor", (void*) NULL, 0);
620 G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
621 G__memfunc_setup("Delete",595,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
622 G__memfunc_setup("InitPar",695,G__ToFPatchDict_948_0_4, 121, -1, -1, 0, 2, 1, 1, 0,
623 "C - - 10 - pardir C - - 10 - param", "init parameters", (void*) NULL, 0);
624 G__memfunc_setup("Define_PMTsat",1251,G__ToFPatchDict_948_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
625 G__memfunc_setup("ReadParAtt",968,G__ToFPatchDict_948_0_6, 121, -1, -1, 0, 2, 1, 1, 0,
626 "C - - 10 - pardir C - - 10 - param", (char*)NULL, (void*) NULL, 0);
627 G__memfunc_setup("Process",735,G__ToFPatchDict_948_0_7, 121, -1, -1, 0, 2, 1, 1, 0,
628 "U 'PamLevel2' - 0 - l2p C - - 10 - alg", "/< Process data 10th red ", (void*) NULL, 0);
629 G__memfunc_setup("Print",525,G__ToFPatchDict_948_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
630 G__memfunc_setup("GetdEdxraw_pmt",1439,G__ToFPatchDict_948_0_9, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipmt", "0-47 dEdx for each PMT for tracked events before 2nd order corr", (void*) NULL, 0);
631 G__memfunc_setup("GetdEdx_pmt",1109,G__ToFPatchDict_948_0_10, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipmt", "0-47 dEdx for each PMT for tracked events", (void*) NULL, 0);
632 G__memfunc_setup("GetdEdx_pad",1081,G__ToFPatchDict_948_0_11, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipad", "0-23 dEdx for each paddle for tracked events (no request of consistency between PMT's response when both on!)", (void*) NULL, 0);
633 G__memfunc_setup("GetdEdx_layer",1313,G__ToFPatchDict_948_0_12, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ilay", "0-5 dEdx for each layer for tracked events", (void*) NULL, 0);
634 G__memfunc_setup("GetdEdxraw_pmtstd",1770,G__ToFPatchDict_948_0_13, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipmt", "0-47 dEdx for each PMT for tracked events before 2nd order corr", (void*) NULL, 0);
635 G__memfunc_setup("GetdEdx_pmtstd",1440,G__ToFPatchDict_948_0_14, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipmt", "0-47 dEdx for each PMT for tracked events", (void*) NULL, 0);
636 G__memfunc_setup("GetdEdx_padstd",1412,G__ToFPatchDict_948_0_15, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipad", "0-23 dEdx for each paddle for tracked events (no request of consistency between PMT's response when both on!)", (void*) NULL, 0);
637 G__memfunc_setup("GetdEdx_layerstd",1644,G__ToFPatchDict_948_0_16, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ilay", "0-5 dEdx for each layer for tracked events", (void*) NULL, 0);
638 G__memfunc_setup("GetInfo_pmt",1116,G__ToFPatchDict_948_0_17, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipmt", "0-47 pmt status ", (void*) NULL, 0);
639 G__memfunc_setup("GetInfo_layer",1320,G__ToFPatchDict_948_0_18, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ilay", "0-5 layer status", (void*) NULL, 0);
640 G__memfunc_setup("f_adcPC",640,(G__InterfaceMethod) NULL, 100, -1, -1, 0, 1, 1, 4, 0, "f - - 0 - x", (char*)NULL, (void*) NULL, 0);
641 G__memfunc_setup("atten",540,(G__InterfaceMethod) NULL, 100, -1, -1, 0, 5, 1, 4, 0,
642 "f - - 0 - C0 f - - 0 - C1 "
643 "f - - 0 - C2 f - - 0 - C3 "
644 "f - - 0 - x", (char*)NULL, (void*) NULL, 0);
645 G__memfunc_setup("Class",502,G__ToFPatchDict_948_0_21, 85, G__get_linked_tagnum(&G__ToFPatchDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&ToFPatch::Class) ), 0);
646 G__memfunc_setup("Class_Name",982,G__ToFPatchDict_948_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&ToFPatch::Class_Name) ), 0);
647 G__memfunc_setup("Class_Version",1339,G__ToFPatchDict_948_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&ToFPatch::Class_Version) ), 0);
648 G__memfunc_setup("Dictionary",1046,G__ToFPatchDict_948_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&ToFPatch::Dictionary) ), 0);
649 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__ToFPatchDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
650 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
651 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
652 G__memfunc_setup("StreamerNVirtual",1656,G__ToFPatchDict_948_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
653 G__memfunc_setup("DeclFileName",1145,G__ToFPatchDict_948_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&ToFPatch::DeclFileName) ), 0);
654 G__memfunc_setup("ImplFileLine",1178,G__ToFPatchDict_948_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&ToFPatch::ImplFileLine) ), 0);
655 G__memfunc_setup("ImplFileName",1171,G__ToFPatchDict_948_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&ToFPatch::ImplFileName) ), 0);
656 G__memfunc_setup("DeclFileLine",1152,G__ToFPatchDict_948_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&ToFPatch::DeclFileLine) ), 0);
657 // automatic copy constructor
658 G__memfunc_setup("ToFPatch", 761, G__ToFPatchDict_948_0_33, (int) ('i'), G__get_linked_tagnum(&G__ToFPatchDictLN_ToFPatch), -1, 0, 1, 1, 1, 0, "u 'ToFPatch' - 11 - -", (char*) NULL, (void*) NULL, 0);
659 // automatic destructor
660 G__memfunc_setup("~ToFPatch", 887, G__ToFPatchDict_948_0_34, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
661 G__tag_memfunc_reset();
662 }
663
664
665 /*********************************************************
666 * Member function information setup
667 *********************************************************/
668 extern "C" void G__cpp_setup_memfuncToFPatchDict() {
669 }
670
671 /*********************************************************
672 * Global variable information setup for each class
673 *********************************************************/
674 static void G__cpp_setup_global0() {
675
676 /* Setting up global variables */
677 G__resetplocal();
678
679 }
680
681 static void G__cpp_setup_global1() {
682 }
683
684 static void G__cpp_setup_global2() {
685 }
686
687 static void G__cpp_setup_global3() {
688 }
689
690 static void G__cpp_setup_global4() {
691 }
692
693 static void G__cpp_setup_global5() {
694 }
695
696 static void G__cpp_setup_global6() {
697 }
698
699 static void G__cpp_setup_global7() {
700 }
701
702 static void G__cpp_setup_global8() {
703 }
704
705 static void G__cpp_setup_global9() {
706
707 G__resetglobalenv();
708 }
709 extern "C" void G__cpp_setup_globalToFPatchDict() {
710 G__cpp_setup_global0();
711 G__cpp_setup_global1();
712 G__cpp_setup_global2();
713 G__cpp_setup_global3();
714 G__cpp_setup_global4();
715 G__cpp_setup_global5();
716 G__cpp_setup_global6();
717 G__cpp_setup_global7();
718 G__cpp_setup_global8();
719 G__cpp_setup_global9();
720 }
721
722 /*********************************************************
723 * Global function information setup for each class
724 *********************************************************/
725 static void G__cpp_setup_func0() {
726 G__lastifuncposition();
727
728 }
729
730 static void G__cpp_setup_func1() {
731 }
732
733 static void G__cpp_setup_func2() {
734 }
735
736 static void G__cpp_setup_func3() {
737 }
738
739 static void G__cpp_setup_func4() {
740 }
741
742 static void G__cpp_setup_func5() {
743 }
744
745 static void G__cpp_setup_func6() {
746 }
747
748 static void G__cpp_setup_func7() {
749 }
750
751 static void G__cpp_setup_func8() {
752 }
753
754 static void G__cpp_setup_func9() {
755 }
756
757 static void G__cpp_setup_func10() {
758 }
759
760 static void G__cpp_setup_func11() {
761 }
762
763 static void G__cpp_setup_func12() {
764 }
765
766 static void G__cpp_setup_func13() {
767 }
768
769 static void G__cpp_setup_func14() {
770 }
771
772 static void G__cpp_setup_func15() {
773 }
774
775 static void G__cpp_setup_func16() {
776 }
777
778 static void G__cpp_setup_func17() {
779 }
780
781 static void G__cpp_setup_func18() {
782 }
783
784 static void G__cpp_setup_func19() {
785 }
786
787 static void G__cpp_setup_func20() {
788 }
789
790 static void G__cpp_setup_func21() {
791 }
792
793 static void G__cpp_setup_func22() {
794 }
795
796 static void G__cpp_setup_func23() {
797 }
798
799 static void G__cpp_setup_func24() {
800 }
801
802 static void G__cpp_setup_func25() {
803 }
804
805 static void G__cpp_setup_func26() {
806 }
807
808 static void G__cpp_setup_func27() {
809 }
810
811 static void G__cpp_setup_func28() {
812 }
813
814 static void G__cpp_setup_func29() {
815 }
816
817 static void G__cpp_setup_func30() {
818 }
819
820 static void G__cpp_setup_func31() {
821 }
822
823 static void G__cpp_setup_func32() {
824 }
825
826 static void G__cpp_setup_func33() {
827 }
828
829 static void G__cpp_setup_func34() {
830
831 G__resetifuncposition();
832 }
833
834 extern "C" void G__cpp_setup_funcToFPatchDict() {
835 G__cpp_setup_func0();
836 G__cpp_setup_func1();
837 G__cpp_setup_func2();
838 G__cpp_setup_func3();
839 G__cpp_setup_func4();
840 G__cpp_setup_func5();
841 G__cpp_setup_func6();
842 G__cpp_setup_func7();
843 G__cpp_setup_func8();
844 G__cpp_setup_func9();
845 G__cpp_setup_func10();
846 G__cpp_setup_func11();
847 G__cpp_setup_func12();
848 G__cpp_setup_func13();
849 G__cpp_setup_func14();
850 G__cpp_setup_func15();
851 G__cpp_setup_func16();
852 G__cpp_setup_func17();
853 G__cpp_setup_func18();
854 G__cpp_setup_func19();
855 G__cpp_setup_func20();
856 G__cpp_setup_func21();
857 G__cpp_setup_func22();
858 G__cpp_setup_func23();
859 G__cpp_setup_func24();
860 G__cpp_setup_func25();
861 G__cpp_setup_func26();
862 G__cpp_setup_func27();
863 G__cpp_setup_func28();
864 G__cpp_setup_func29();
865 G__cpp_setup_func30();
866 G__cpp_setup_func31();
867 G__cpp_setup_func32();
868 G__cpp_setup_func33();
869 G__cpp_setup_func34();
870 }
871
872 /*********************************************************
873 * Class,struct,union,enum tag information setup
874 *********************************************************/
875 /* Setup class/struct taginfo */
876 G__linked_taginfo G__ToFPatchDictLN_TClass = { "TClass" , 99 , -1 };
877 G__linked_taginfo G__ToFPatchDictLN_TBuffer = { "TBuffer" , 99 , -1 };
878 G__linked_taginfo G__ToFPatchDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
879 G__linked_taginfo G__ToFPatchDictLN_TObject = { "TObject" , 99 , -1 };
880 G__linked_taginfo G__ToFPatchDictLN_TArrayF = { "TArrayF" , 99 , -1 };
881 G__linked_taginfo G__ToFPatchDictLN_PamLevel2 = { "PamLevel2" , 99 , -1 };
882 G__linked_taginfo G__ToFPatchDictLN_ToFPatch = { "ToFPatch" , 99 , -1 };
883
884 /* Reset class/struct taginfo */
885 extern "C" void G__cpp_reset_tagtableToFPatchDict() {
886 G__ToFPatchDictLN_TClass.tagnum = -1 ;
887 G__ToFPatchDictLN_TBuffer.tagnum = -1 ;
888 G__ToFPatchDictLN_TMemberInspector.tagnum = -1 ;
889 G__ToFPatchDictLN_TObject.tagnum = -1 ;
890 G__ToFPatchDictLN_TArrayF.tagnum = -1 ;
891 G__ToFPatchDictLN_PamLevel2.tagnum = -1 ;
892 G__ToFPatchDictLN_ToFPatch.tagnum = -1 ;
893 }
894
895
896 extern "C" void G__cpp_setup_tagtableToFPatchDict() {
897
898 /* Setting up class,struct,union tag entry */
899 G__get_linked_tagnum_fwd(&G__ToFPatchDictLN_TClass);
900 G__get_linked_tagnum_fwd(&G__ToFPatchDictLN_TBuffer);
901 G__get_linked_tagnum_fwd(&G__ToFPatchDictLN_TMemberInspector);
902 G__get_linked_tagnum_fwd(&G__ToFPatchDictLN_TObject);
903 G__get_linked_tagnum_fwd(&G__ToFPatchDictLN_TArrayF);
904 G__get_linked_tagnum_fwd(&G__ToFPatchDictLN_PamLevel2);
905 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__ToFPatchDictLN_ToFPatch),sizeof(ToFPatch),-1,292096,(char*)NULL,G__setup_memvarToFPatch,G__setup_memfuncToFPatch);
906 }
907 extern "C" void G__cpp_setupToFPatchDict(void) {
908 G__check_setup_version(30051515,"G__cpp_setupToFPatchDict()");
909 G__set_cpp_environmentToFPatchDict();
910 G__cpp_setup_tagtableToFPatchDict();
911
912 G__cpp_setup_inheritanceToFPatchDict();
913
914 G__cpp_setup_typetableToFPatchDict();
915
916 G__cpp_setup_memvarToFPatchDict();
917
918 G__cpp_setup_memfuncToFPatchDict();
919 G__cpp_setup_globalToFPatchDict();
920 G__cpp_setup_funcToFPatchDict();
921
922 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncToFPatchDict();
923 return;
924 }
925 class G__cpp_setup_initToFPatchDict {
926 public:
927 G__cpp_setup_initToFPatchDict() { G__add_setup_func("ToFPatchDict",(G__incsetup)(&G__cpp_setupToFPatchDict)); G__call_setup_funcs(); }
928 ~G__cpp_setup_initToFPatchDict() { G__remove_setup_func("ToFPatchDict"); }
929 };
930 G__cpp_setup_initToFPatchDict G__cpp_setup_initializerToFPatchDict;
931

  ViewVC Help
Powered by ViewVC 1.1.23