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