1 |
// |
2 |
// File generated by rootcint at Fri Sep 20 11:27:13 2013 |
3 |
|
4 |
// Do NOT change. Changes will be lost next time file is generated |
5 |
// |
6 |
|
7 |
#define R__DICTIONARY_FILENAME dIgpfsdIwizarddIflightdIanalysisdIformatodIdeveldIVirtualMCdISIM_VMCdIPamVMCdIPamG4RunConfigurationdIdOdOdItmpdItgt_linuxdIPamG4RunConfigurationdIPamG4RunConfigurationCint |
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 "PamG4RunConfigurationCint.h" |
18 |
|
19 |
#include "TClass.h" |
20 |
#include "TBuffer.h" |
21 |
#include "TMemberInspector.h" |
22 |
#include "TError.h" |
23 |
|
24 |
#ifndef G__ROOT |
25 |
#define G__ROOT |
26 |
#endif |
27 |
|
28 |
#include "RtypesImp.h" |
29 |
#include "TIsAProxy.h" |
30 |
#include "TFileMergeInfo.h" |
31 |
|
32 |
// START OF SHADOWS |
33 |
|
34 |
namespace ROOT { |
35 |
namespace Shadow { |
36 |
} // of namespace Shadow |
37 |
} // of namespace ROOT |
38 |
// END OF SHADOWS |
39 |
|
40 |
namespace ROOT { |
41 |
void PamG4RunConfiguration_ShowMembers(void *obj, TMemberInspector &R__insp); |
42 |
static void *new_PamG4RunConfiguration(void *p = 0); |
43 |
static void *newArray_PamG4RunConfiguration(Long_t size, void *p); |
44 |
static void delete_PamG4RunConfiguration(void *p); |
45 |
static void deleteArray_PamG4RunConfiguration(void *p); |
46 |
static void destruct_PamG4RunConfiguration(void *p); |
47 |
|
48 |
// Function generating the singleton type initializer |
49 |
static TGenericClassInfo *GenerateInitInstanceLocal(const ::PamG4RunConfiguration*) |
50 |
{ |
51 |
::PamG4RunConfiguration *ptr = 0; |
52 |
static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::PamG4RunConfiguration >(0); |
53 |
static ::ROOT::TGenericClassInfo |
54 |
instance("PamG4RunConfiguration", ::PamG4RunConfiguration::Class_Version(), "./include/PamG4RunConfiguration.h", 8, |
55 |
typeid(::PamG4RunConfiguration), DefineBehavior(ptr, ptr), |
56 |
&::PamG4RunConfiguration::Dictionary, isa_proxy, 4, |
57 |
sizeof(::PamG4RunConfiguration) ); |
58 |
instance.SetNew(&new_PamG4RunConfiguration); |
59 |
instance.SetNewArray(&newArray_PamG4RunConfiguration); |
60 |
instance.SetDelete(&delete_PamG4RunConfiguration); |
61 |
instance.SetDeleteArray(&deleteArray_PamG4RunConfiguration); |
62 |
instance.SetDestructor(&destruct_PamG4RunConfiguration); |
63 |
return &instance; |
64 |
} |
65 |
TGenericClassInfo *GenerateInitInstance(const ::PamG4RunConfiguration*) |
66 |
{ |
67 |
return GenerateInitInstanceLocal((::PamG4RunConfiguration*)0); |
68 |
} |
69 |
// Static variable to force the class initialization |
70 |
static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::PamG4RunConfiguration*)0x0); R__UseDummy(_R__UNIQUE_(Init)); |
71 |
} // end of namespace ROOT |
72 |
|
73 |
//______________________________________________________________________________ |
74 |
TClass *PamG4RunConfiguration::fgIsA = 0; // static to hold class pointer |
75 |
|
76 |
//______________________________________________________________________________ |
77 |
const char *PamG4RunConfiguration::Class_Name() |
78 |
{ |
79 |
return "PamG4RunConfiguration"; |
80 |
} |
81 |
|
82 |
//______________________________________________________________________________ |
83 |
const char *PamG4RunConfiguration::ImplFileName() |
84 |
{ |
85 |
return ::ROOT::GenerateInitInstanceLocal((const ::PamG4RunConfiguration*)0x0)->GetImplFileName(); |
86 |
} |
87 |
|
88 |
//______________________________________________________________________________ |
89 |
int PamG4RunConfiguration::ImplFileLine() |
90 |
{ |
91 |
return ::ROOT::GenerateInitInstanceLocal((const ::PamG4RunConfiguration*)0x0)->GetImplFileLine(); |
92 |
} |
93 |
|
94 |
//______________________________________________________________________________ |
95 |
void PamG4RunConfiguration::Dictionary() |
96 |
{ |
97 |
fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::PamG4RunConfiguration*)0x0)->GetClass(); |
98 |
} |
99 |
|
100 |
//______________________________________________________________________________ |
101 |
TClass *PamG4RunConfiguration::Class() |
102 |
{ |
103 |
if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::PamG4RunConfiguration*)0x0)->GetClass(); |
104 |
return fgIsA; |
105 |
} |
106 |
|
107 |
//______________________________________________________________________________ |
108 |
void PamG4RunConfiguration::Streamer(TBuffer &R__b) |
109 |
{ |
110 |
// Stream an object of class PamG4RunConfiguration. |
111 |
|
112 |
if (R__b.IsReading()) { |
113 |
R__b.ReadClassBuffer(PamG4RunConfiguration::Class(),this); |
114 |
} else { |
115 |
R__b.WriteClassBuffer(PamG4RunConfiguration::Class(),this); |
116 |
} |
117 |
} |
118 |
|
119 |
//______________________________________________________________________________ |
120 |
void PamG4RunConfiguration::ShowMembers(TMemberInspector &R__insp) |
121 |
{ |
122 |
// Inspect the data members of an object of class PamG4RunConfiguration. |
123 |
TClass *R__cl = ::PamG4RunConfiguration::IsA(); |
124 |
if (R__cl || R__insp.IsA()) { } |
125 |
R__insp.GenericShowMembers("TG4RunConfiguration", ( ::TG4RunConfiguration *) (this ), false); |
126 |
} |
127 |
|
128 |
namespace ROOT { |
129 |
// Wrappers around operator new |
130 |
static void *new_PamG4RunConfiguration(void *p) { |
131 |
return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::PamG4RunConfiguration : new ::PamG4RunConfiguration; |
132 |
} |
133 |
static void *newArray_PamG4RunConfiguration(Long_t nElements, void *p) { |
134 |
return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::PamG4RunConfiguration[nElements] : new ::PamG4RunConfiguration[nElements]; |
135 |
} |
136 |
// Wrapper around operator delete |
137 |
static void delete_PamG4RunConfiguration(void *p) { |
138 |
delete ((::PamG4RunConfiguration*)p); |
139 |
} |
140 |
static void deleteArray_PamG4RunConfiguration(void *p) { |
141 |
delete [] ((::PamG4RunConfiguration*)p); |
142 |
} |
143 |
static void destruct_PamG4RunConfiguration(void *p) { |
144 |
typedef ::PamG4RunConfiguration current_t; |
145 |
((current_t*)p)->~current_t(); |
146 |
} |
147 |
} // end of namespace ROOT for class ::PamG4RunConfiguration |
148 |
|
149 |
/******************************************************** |
150 |
* /gpfs/wizard/flight/analysis/formato/devel/VirtualMC/SIM_VMC/PamVMC/PamG4RunConfiguration/../tmp/tgt_linux/PamG4RunConfiguration/PamG4RunConfigurationCint.cxx |
151 |
* CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED |
152 |
* FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). |
153 |
* CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. |
154 |
********************************************************/ |
155 |
|
156 |
#ifdef G__MEMTEST |
157 |
#undef malloc |
158 |
#undef free |
159 |
#endif |
160 |
|
161 |
#if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3)) |
162 |
#pragma GCC diagnostic ignored "-Wstrict-aliasing" |
163 |
#endif |
164 |
|
165 |
extern "C" void G__cpp_reset_tagtablePamG4RunConfigurationCint(); |
166 |
|
167 |
extern "C" void G__set_cpp_environmentPamG4RunConfigurationCint() { |
168 |
G__add_compiledheader("TObject.h"); |
169 |
G__add_compiledheader("TMemberInspector.h"); |
170 |
G__add_compiledheader("include/PamG4RunConfiguration.h"); |
171 |
G__cpp_reset_tagtablePamG4RunConfigurationCint(); |
172 |
} |
173 |
#include <new> |
174 |
extern "C" int G__cpp_dllrevPamG4RunConfigurationCint() { return(30051515); } |
175 |
|
176 |
/********************************************************* |
177 |
* Member function Interface Method |
178 |
*********************************************************/ |
179 |
|
180 |
/* PamG4RunConfiguration */ |
181 |
static int G__PamG4RunConfigurationCint_197_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
182 |
{ |
183 |
PamG4RunConfiguration* p = NULL; |
184 |
char* gvp = (char*) G__getgvp(); |
185 |
switch (libp->paran) { |
186 |
case 3: |
187 |
//m: 3 |
188 |
if ((gvp == (char*)G__PVOID) || (gvp == 0)) { |
189 |
p = new PamG4RunConfiguration( |
190 |
*(TString*) libp->para[0].ref, *(TString*) libp->para[1].ref |
191 |
, *(TString*) libp->para[2].ref); |
192 |
} else { |
193 |
p = new((void*) gvp) PamG4RunConfiguration( |
194 |
*(TString*) libp->para[0].ref, *(TString*) libp->para[1].ref |
195 |
, *(TString*) libp->para[2].ref); |
196 |
} |
197 |
break; |
198 |
case 2: |
199 |
//m: 2 |
200 |
if ((gvp == (char*)G__PVOID) || (gvp == 0)) { |
201 |
p = new PamG4RunConfiguration(*(TString*) libp->para[0].ref, *(TString*) libp->para[1].ref); |
202 |
} else { |
203 |
p = new((void*) gvp) PamG4RunConfiguration(*(TString*) libp->para[0].ref, *(TString*) libp->para[1].ref); |
204 |
} |
205 |
break; |
206 |
case 1: |
207 |
//m: 1 |
208 |
if ((gvp == (char*)G__PVOID) || (gvp == 0)) { |
209 |
p = new PamG4RunConfiguration(*(TString*) libp->para[0].ref); |
210 |
} else { |
211 |
p = new((void*) gvp) PamG4RunConfiguration(*(TString*) libp->para[0].ref); |
212 |
} |
213 |
break; |
214 |
case 0: |
215 |
int n = G__getaryconstruct(); |
216 |
if (n) { |
217 |
if ((gvp == (char*)G__PVOID) || (gvp == 0)) { |
218 |
p = new PamG4RunConfiguration[n]; |
219 |
} else { |
220 |
p = new((void*) gvp) PamG4RunConfiguration[n]; |
221 |
} |
222 |
} else { |
223 |
if ((gvp == (char*)G__PVOID) || (gvp == 0)) { |
224 |
p = new PamG4RunConfiguration; |
225 |
} else { |
226 |
p = new((void*) gvp) PamG4RunConfiguration; |
227 |
} |
228 |
} |
229 |
break; |
230 |
} |
231 |
result7->obj.i = (long) p; |
232 |
result7->ref = (long) p; |
233 |
G__set_tagnum(result7,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_PamG4RunConfiguration)); |
234 |
return(1 || funcname || hash || result7 || libp) ; |
235 |
} |
236 |
|
237 |
static int G__PamG4RunConfigurationCint_197_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
238 |
{ |
239 |
G__letint(result7, 85, (long) PamG4RunConfiguration::Class()); |
240 |
return(1 || funcname || hash || result7 || libp) ; |
241 |
} |
242 |
|
243 |
static int G__PamG4RunConfigurationCint_197_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
244 |
{ |
245 |
G__letint(result7, 67, (long) PamG4RunConfiguration::Class_Name()); |
246 |
return(1 || funcname || hash || result7 || libp) ; |
247 |
} |
248 |
|
249 |
static int G__PamG4RunConfigurationCint_197_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
250 |
{ |
251 |
G__letint(result7, 115, (long) PamG4RunConfiguration::Class_Version()); |
252 |
return(1 || funcname || hash || result7 || libp) ; |
253 |
} |
254 |
|
255 |
static int G__PamG4RunConfigurationCint_197_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
256 |
{ |
257 |
PamG4RunConfiguration::Dictionary(); |
258 |
G__setnull(result7); |
259 |
return(1 || funcname || hash || result7 || libp) ; |
260 |
} |
261 |
|
262 |
static int G__PamG4RunConfigurationCint_197_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
263 |
{ |
264 |
G__letint(result7, 85, (long) ((const PamG4RunConfiguration*) G__getstructoffset())->IsA()); |
265 |
return(1 || funcname || hash || result7 || libp) ; |
266 |
} |
267 |
|
268 |
static int G__PamG4RunConfigurationCint_197_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
269 |
{ |
270 |
((PamG4RunConfiguration*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref); |
271 |
G__setnull(result7); |
272 |
return(1 || funcname || hash || result7 || libp) ; |
273 |
} |
274 |
|
275 |
static int G__PamG4RunConfigurationCint_197_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
276 |
{ |
277 |
((PamG4RunConfiguration*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref); |
278 |
G__setnull(result7); |
279 |
return(1 || funcname || hash || result7 || libp) ; |
280 |
} |
281 |
|
282 |
static int G__PamG4RunConfigurationCint_197_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
283 |
{ |
284 |
((PamG4RunConfiguration*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); |
285 |
G__setnull(result7); |
286 |
return(1 || funcname || hash || result7 || libp) ; |
287 |
} |
288 |
|
289 |
static int G__PamG4RunConfigurationCint_197_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
290 |
{ |
291 |
G__letint(result7, 67, (long) PamG4RunConfiguration::DeclFileName()); |
292 |
return(1 || funcname || hash || result7 || libp) ; |
293 |
} |
294 |
|
295 |
static int G__PamG4RunConfigurationCint_197_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
296 |
{ |
297 |
G__letint(result7, 105, (long) PamG4RunConfiguration::ImplFileLine()); |
298 |
return(1 || funcname || hash || result7 || libp) ; |
299 |
} |
300 |
|
301 |
static int G__PamG4RunConfigurationCint_197_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
302 |
{ |
303 |
G__letint(result7, 67, (long) PamG4RunConfiguration::ImplFileName()); |
304 |
return(1 || funcname || hash || result7 || libp) ; |
305 |
} |
306 |
|
307 |
static int G__PamG4RunConfigurationCint_197_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
308 |
{ |
309 |
G__letint(result7, 105, (long) PamG4RunConfiguration::DeclFileLine()); |
310 |
return(1 || funcname || hash || result7 || libp) ; |
311 |
} |
312 |
|
313 |
// automatic destructor |
314 |
typedef PamG4RunConfiguration G__TPamG4RunConfiguration; |
315 |
static int G__PamG4RunConfigurationCint_197_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) |
316 |
{ |
317 |
char* gvp = (char*) G__getgvp(); |
318 |
long soff = G__getstructoffset(); |
319 |
int n = G__getaryconstruct(); |
320 |
// |
321 |
//has_a_delete: 0 |
322 |
//has_own_delete1arg: 0 |
323 |
//has_own_delete2arg: 0 |
324 |
// |
325 |
if (!soff) { |
326 |
return(1); |
327 |
} |
328 |
if (n) { |
329 |
if (gvp == (char*)G__PVOID) { |
330 |
delete[] (PamG4RunConfiguration*) soff; |
331 |
} else { |
332 |
G__setgvp((long) G__PVOID); |
333 |
for (int i = n - 1; i >= 0; --i) { |
334 |
((PamG4RunConfiguration*) (soff+(sizeof(PamG4RunConfiguration)*i)))->~G__TPamG4RunConfiguration(); |
335 |
} |
336 |
G__setgvp((long)gvp); |
337 |
} |
338 |
} else { |
339 |
if (gvp == (char*)G__PVOID) { |
340 |
delete (PamG4RunConfiguration*) soff; |
341 |
} else { |
342 |
G__setgvp((long) G__PVOID); |
343 |
((PamG4RunConfiguration*) (soff))->~G__TPamG4RunConfiguration(); |
344 |
G__setgvp((long)gvp); |
345 |
} |
346 |
} |
347 |
G__setnull(result7); |
348 |
return(1 || funcname || hash || result7 || libp) ; |
349 |
} |
350 |
|
351 |
|
352 |
/* Setting up global function */ |
353 |
|
354 |
/********************************************************* |
355 |
* Member function Stub |
356 |
*********************************************************/ |
357 |
|
358 |
/* PamG4RunConfiguration */ |
359 |
|
360 |
/********************************************************* |
361 |
* Global function Stub |
362 |
*********************************************************/ |
363 |
|
364 |
/********************************************************* |
365 |
* Get size of pointer to member function |
366 |
*********************************************************/ |
367 |
class G__Sizep2memfuncPamG4RunConfigurationCint { |
368 |
public: |
369 |
G__Sizep2memfuncPamG4RunConfigurationCint(): p(&G__Sizep2memfuncPamG4RunConfigurationCint::sizep2memfunc) {} |
370 |
size_t sizep2memfunc() { return(sizeof(p)); } |
371 |
private: |
372 |
size_t (G__Sizep2memfuncPamG4RunConfigurationCint::*p)(); |
373 |
}; |
374 |
|
375 |
size_t G__get_sizep2memfuncPamG4RunConfigurationCint() |
376 |
{ |
377 |
G__Sizep2memfuncPamG4RunConfigurationCint a; |
378 |
G__setsizep2memfunc((int)a.sizep2memfunc()); |
379 |
return((size_t)a.sizep2memfunc()); |
380 |
} |
381 |
|
382 |
|
383 |
/********************************************************* |
384 |
* virtual base class offset calculation interface |
385 |
*********************************************************/ |
386 |
|
387 |
/* Setting up class inheritance */ |
388 |
|
389 |
/********************************************************* |
390 |
* Inheritance information setup/ |
391 |
*********************************************************/ |
392 |
extern "C" void G__cpp_setup_inheritancePamG4RunConfigurationCint() { |
393 |
|
394 |
/* Setting up class inheritance */ |
395 |
if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_PamG4RunConfiguration))) { |
396 |
PamG4RunConfiguration *G__Lderived; |
397 |
G__Lderived=(PamG4RunConfiguration*)0x1000; |
398 |
{ |
399 |
TG4RunConfiguration *G__Lpbase=(TG4RunConfiguration*)G__Lderived; |
400 |
G__inheritance_setup(G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_PamG4RunConfiguration),G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_TG4RunConfiguration),(long)G__Lpbase-(long)G__Lderived,1,1); |
401 |
} |
402 |
} |
403 |
} |
404 |
|
405 |
/********************************************************* |
406 |
* typedef information setup/ |
407 |
*********************************************************/ |
408 |
extern "C" void G__cpp_setup_typetablePamG4RunConfigurationCint() { |
409 |
|
410 |
/* Setting up typedef entry */ |
411 |
G__search_typename2("Version_t",115,-1,0,-1); |
412 |
G__setnewtype(-1,"Class version identifier (short)",0); |
413 |
G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); |
414 |
G__setnewtype(-1,NULL,0); |
415 |
G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); |
416 |
G__setnewtype(-1,NULL,0); |
417 |
G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); |
418 |
G__setnewtype(-1,NULL,0); |
419 |
G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); |
420 |
G__setnewtype(-1,NULL,0); |
421 |
G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); |
422 |
G__setnewtype(-1,NULL,0); |
423 |
G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); |
424 |
G__setnewtype(-1,NULL,0); |
425 |
} |
426 |
|
427 |
/********************************************************* |
428 |
* Data Member information setup/ |
429 |
*********************************************************/ |
430 |
|
431 |
/* Setting up class,struct,union tag member variable */ |
432 |
|
433 |
/* PamG4RunConfiguration */ |
434 |
static void G__setup_memvarPamG4RunConfiguration(void) { |
435 |
G__tag_memvar_setup(G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_PamG4RunConfiguration)); |
436 |
{ PamG4RunConfiguration *p; p=(PamG4RunConfiguration*)0x1000; if (p) { } |
437 |
G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); |
438 |
} |
439 |
G__tag_memvar_reset(); |
440 |
} |
441 |
|
442 |
extern "C" void G__cpp_setup_memvarPamG4RunConfigurationCint() { |
443 |
} |
444 |
/*********************************************************** |
445 |
************************************************************ |
446 |
************************************************************ |
447 |
************************************************************ |
448 |
************************************************************ |
449 |
************************************************************ |
450 |
************************************************************ |
451 |
***********************************************************/ |
452 |
|
453 |
/********************************************************* |
454 |
* Member function information setup for each class |
455 |
*********************************************************/ |
456 |
static void G__setup_memfuncPamG4RunConfiguration(void) { |
457 |
/* PamG4RunConfiguration */ |
458 |
G__tag_memfunc_setup(G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_PamG4RunConfiguration)); |
459 |
G__memfunc_setup("PamG4RunConfiguration",2086,G__PamG4RunConfigurationCint_197_0_1, 105, G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_PamG4RunConfiguration), -1, 0, 3, 1, 1, 0, |
460 |
"u 'TString' - 11 '\"geomRoot\"' userGeometry u 'TString' - 11 '\"QGSP_BIC_HP\"' physicsList " |
461 |
"u 'TString' - 11 '\"stepLimiter\"' specialProcess", (char*)NULL, (void*) NULL, 0); |
462 |
G__memfunc_setup("CreateUserRegionConstruction",2914,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_TG4VUserRegionConstruction), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); |
463 |
G__memfunc_setup("Class",502,G__PamG4RunConfigurationCint_197_0_3, 85, G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&PamG4RunConfiguration::Class) ), 0); |
464 |
G__memfunc_setup("Class_Name",982,G__PamG4RunConfigurationCint_197_0_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&PamG4RunConfiguration::Class_Name) ), 0); |
465 |
G__memfunc_setup("Class_Version",1339,G__PamG4RunConfigurationCint_197_0_5, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&PamG4RunConfiguration::Class_Version) ), 0); |
466 |
G__memfunc_setup("Dictionary",1046,G__PamG4RunConfigurationCint_197_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&PamG4RunConfiguration::Dictionary) ), 0); |
467 |
G__memfunc_setup("IsA",253,G__PamG4RunConfigurationCint_197_0_7, 85, G__get_linked_tagnum(&G__PamG4RunConfigurationCintLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); |
468 |
G__memfunc_setup("ShowMembers",1132,G__PamG4RunConfigurationCint_197_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); |
469 |
G__memfunc_setup("Streamer",835,G__PamG4RunConfigurationCint_197_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); |
470 |
G__memfunc_setup("StreamerNVirtual",1656,G__PamG4RunConfigurationCint_197_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); |
471 |
G__memfunc_setup("DeclFileName",1145,G__PamG4RunConfigurationCint_197_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&PamG4RunConfiguration::DeclFileName) ), 0); |
472 |
G__memfunc_setup("ImplFileLine",1178,G__PamG4RunConfigurationCint_197_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&PamG4RunConfiguration::ImplFileLine) ), 0); |
473 |
G__memfunc_setup("ImplFileName",1171,G__PamG4RunConfigurationCint_197_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&PamG4RunConfiguration::ImplFileName) ), 0); |
474 |
G__memfunc_setup("DeclFileLine",1152,G__PamG4RunConfigurationCint_197_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&PamG4RunConfiguration::DeclFileLine) ), 0); |
475 |
// automatic destructor |
476 |
G__memfunc_setup("~PamG4RunConfiguration", 2212, G__PamG4RunConfigurationCint_197_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); |
477 |
G__tag_memfunc_reset(); |
478 |
} |
479 |
|
480 |
|
481 |
/********************************************************* |
482 |
* Member function information setup |
483 |
*********************************************************/ |
484 |
extern "C" void G__cpp_setup_memfuncPamG4RunConfigurationCint() { |
485 |
} |
486 |
|
487 |
/********************************************************* |
488 |
* Global variable information setup for each class |
489 |
*********************************************************/ |
490 |
static void G__cpp_setup_global0() { |
491 |
|
492 |
/* Setting up global variables */ |
493 |
G__resetplocal(); |
494 |
|
495 |
} |
496 |
|
497 |
static void G__cpp_setup_global1() { |
498 |
|
499 |
G__resetglobalenv(); |
500 |
} |
501 |
extern "C" void G__cpp_setup_globalPamG4RunConfigurationCint() { |
502 |
G__cpp_setup_global0(); |
503 |
G__cpp_setup_global1(); |
504 |
} |
505 |
|
506 |
/********************************************************* |
507 |
* Global function information setup for each class |
508 |
*********************************************************/ |
509 |
static void G__cpp_setup_func0() { |
510 |
G__lastifuncposition(); |
511 |
|
512 |
} |
513 |
|
514 |
static void G__cpp_setup_func1() { |
515 |
} |
516 |
|
517 |
static void G__cpp_setup_func2() { |
518 |
} |
519 |
|
520 |
static void G__cpp_setup_func3() { |
521 |
} |
522 |
|
523 |
static void G__cpp_setup_func4() { |
524 |
} |
525 |
|
526 |
static void G__cpp_setup_func5() { |
527 |
} |
528 |
|
529 |
static void G__cpp_setup_func6() { |
530 |
} |
531 |
|
532 |
static void G__cpp_setup_func7() { |
533 |
} |
534 |
|
535 |
static void G__cpp_setup_func8() { |
536 |
} |
537 |
|
538 |
static void G__cpp_setup_func9() { |
539 |
} |
540 |
|
541 |
static void G__cpp_setup_func10() { |
542 |
} |
543 |
|
544 |
static void G__cpp_setup_func11() { |
545 |
} |
546 |
|
547 |
static void G__cpp_setup_func12() { |
548 |
} |
549 |
|
550 |
static void G__cpp_setup_func13() { |
551 |
|
552 |
G__resetifuncposition(); |
553 |
} |
554 |
|
555 |
extern "C" void G__cpp_setup_funcPamG4RunConfigurationCint() { |
556 |
G__cpp_setup_func0(); |
557 |
G__cpp_setup_func1(); |
558 |
G__cpp_setup_func2(); |
559 |
G__cpp_setup_func3(); |
560 |
G__cpp_setup_func4(); |
561 |
G__cpp_setup_func5(); |
562 |
G__cpp_setup_func6(); |
563 |
G__cpp_setup_func7(); |
564 |
G__cpp_setup_func8(); |
565 |
G__cpp_setup_func9(); |
566 |
G__cpp_setup_func10(); |
567 |
G__cpp_setup_func11(); |
568 |
G__cpp_setup_func12(); |
569 |
G__cpp_setup_func13(); |
570 |
} |
571 |
|
572 |
/********************************************************* |
573 |
* Class,struct,union,enum tag information setup |
574 |
*********************************************************/ |
575 |
/* Setup class/struct taginfo */ |
576 |
G__linked_taginfo G__PamG4RunConfigurationCintLN_TClass = { "TClass" , 99 , -1 }; |
577 |
G__linked_taginfo G__PamG4RunConfigurationCintLN_TBuffer = { "TBuffer" , 99 , -1 }; |
578 |
G__linked_taginfo G__PamG4RunConfigurationCintLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; |
579 |
G__linked_taginfo G__PamG4RunConfigurationCintLN_TString = { "TString" , 99 , -1 }; |
580 |
G__linked_taginfo G__PamG4RunConfigurationCintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 }; |
581 |
G__linked_taginfo G__PamG4RunConfigurationCintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 }; |
582 |
G__linked_taginfo G__PamG4RunConfigurationCintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 }; |
583 |
G__linked_taginfo G__PamG4RunConfigurationCintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 }; |
584 |
G__linked_taginfo G__PamG4RunConfigurationCintLN_TG4VUserRegionConstruction = { "TG4VUserRegionConstruction" , 99 , -1 }; |
585 |
G__linked_taginfo G__PamG4RunConfigurationCintLN_TG4RunConfiguration = { "TG4RunConfiguration" , 99 , -1 }; |
586 |
G__linked_taginfo G__PamG4RunConfigurationCintLN_PamG4RunConfiguration = { "PamG4RunConfiguration" , 99 , -1 }; |
587 |
|
588 |
/* Reset class/struct taginfo */ |
589 |
extern "C" void G__cpp_reset_tagtablePamG4RunConfigurationCint() { |
590 |
G__PamG4RunConfigurationCintLN_TClass.tagnum = -1 ; |
591 |
G__PamG4RunConfigurationCintLN_TBuffer.tagnum = -1 ; |
592 |
G__PamG4RunConfigurationCintLN_TMemberInspector.tagnum = -1 ; |
593 |
G__PamG4RunConfigurationCintLN_TString.tagnum = -1 ; |
594 |
G__PamG4RunConfigurationCintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; |
595 |
G__PamG4RunConfigurationCintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; |
596 |
G__PamG4RunConfigurationCintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; |
597 |
G__PamG4RunConfigurationCintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; |
598 |
G__PamG4RunConfigurationCintLN_TG4VUserRegionConstruction.tagnum = -1 ; |
599 |
G__PamG4RunConfigurationCintLN_TG4RunConfiguration.tagnum = -1 ; |
600 |
G__PamG4RunConfigurationCintLN_PamG4RunConfiguration.tagnum = -1 ; |
601 |
} |
602 |
|
603 |
|
604 |
extern "C" void G__cpp_setup_tagtablePamG4RunConfigurationCint() { |
605 |
|
606 |
/* Setting up class,struct,union tag entry */ |
607 |
G__get_linked_tagnum_fwd(&G__PamG4RunConfigurationCintLN_TClass); |
608 |
G__get_linked_tagnum_fwd(&G__PamG4RunConfigurationCintLN_TBuffer); |
609 |
G__get_linked_tagnum_fwd(&G__PamG4RunConfigurationCintLN_TMemberInspector); |
610 |
G__get_linked_tagnum_fwd(&G__PamG4RunConfigurationCintLN_TString); |
611 |
G__get_linked_tagnum_fwd(&G__PamG4RunConfigurationCintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); |
612 |
G__get_linked_tagnum_fwd(&G__PamG4RunConfigurationCintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); |
613 |
G__get_linked_tagnum_fwd(&G__PamG4RunConfigurationCintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); |
614 |
G__get_linked_tagnum_fwd(&G__PamG4RunConfigurationCintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); |
615 |
G__get_linked_tagnum_fwd(&G__PamG4RunConfigurationCintLN_TG4VUserRegionConstruction); |
616 |
G__get_linked_tagnum_fwd(&G__PamG4RunConfigurationCintLN_TG4RunConfiguration); |
617 |
G__tagtable_setup(G__get_linked_tagnum_fwd(&G__PamG4RunConfigurationCintLN_PamG4RunConfiguration),sizeof(PamG4RunConfiguration),-1,296192,(char*)NULL,G__setup_memvarPamG4RunConfiguration,G__setup_memfuncPamG4RunConfiguration); |
618 |
} |
619 |
extern "C" void G__cpp_setupPamG4RunConfigurationCint(void) { |
620 |
G__check_setup_version(30051515,"G__cpp_setupPamG4RunConfigurationCint()"); |
621 |
G__set_cpp_environmentPamG4RunConfigurationCint(); |
622 |
G__cpp_setup_tagtablePamG4RunConfigurationCint(); |
623 |
|
624 |
G__cpp_setup_inheritancePamG4RunConfigurationCint(); |
625 |
|
626 |
G__cpp_setup_typetablePamG4RunConfigurationCint(); |
627 |
|
628 |
G__cpp_setup_memvarPamG4RunConfigurationCint(); |
629 |
|
630 |
G__cpp_setup_memfuncPamG4RunConfigurationCint(); |
631 |
G__cpp_setup_globalPamG4RunConfigurationCint(); |
632 |
G__cpp_setup_funcPamG4RunConfigurationCint(); |
633 |
|
634 |
if(0==G__getsizep2memfunc()) G__get_sizep2memfuncPamG4RunConfigurationCint(); |
635 |
return; |
636 |
} |
637 |
class G__cpp_setup_initPamG4RunConfigurationCint { |
638 |
public: |
639 |
G__cpp_setup_initPamG4RunConfigurationCint() { G__add_setup_func("PamG4RunConfigurationCint",(G__incsetup)(&G__cpp_setupPamG4RunConfigurationCint)); G__call_setup_funcs(); } |
640 |
~G__cpp_setup_initPamG4RunConfigurationCint() { G__remove_setup_func("PamG4RunConfigurationCint"); } |
641 |
}; |
642 |
G__cpp_setup_initPamG4RunConfigurationCint G__cpp_setup_initializerPamG4RunConfigurationCint; |
643 |
|