00001
00002
00003
00004
00005
00006
00007 #include "RConfig.h"
00008 #if !defined(R__ACCESS_IN_SYMBOL)
00009
00010 #define private public
00011 #define protected public
00012 #endif
00013
00014
00015 namespace std {} using namespace std;
00016 #include "TreeClass.h"
00017
00018 #include "TClass.h"
00019 #include "TBuffer.h"
00020 #include "TMemberInspector.h"
00021 #include "TError.h"
00022
00023 #ifndef G__ROOT
00024 #define G__ROOT
00025 #endif
00026
00027 #include "RtypesImp.h"
00028 #include "TIsAProxy.h"
00029
00030
00031
00032 namespace ROOT {
00033 namespace Shadow {
00034 }
00035 }
00036
00037
00038 namespace ROOT {
00039 void MTChannel_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00040 static void *new_MTChannel(void *p = 0);
00041 static void *newArray_MTChannel(Long_t size, void *p);
00042 static void delete_MTChannel(void *p);
00043 static void deleteArray_MTChannel(void *p);
00044 static void destruct_MTChannel(void *p);
00045
00046
00047 static TGenericClassInfo *GenerateInitInstanceLocal(const ::MTChannel*)
00048 {
00049 ::MTChannel *ptr = 0;
00050 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::MTChannel >(0);
00051 static ::ROOT::TGenericClassInfo
00052 instance("MTChannel", ::MTChannel::Class_Version(), "include/TreeClass.hh", 26,
00053 typeid(::MTChannel), DefineBehavior(ptr, ptr),
00054 &::MTChannel::Dictionary, isa_proxy, 4,
00055 sizeof(::MTChannel) );
00056 instance.SetNew(&new_MTChannel);
00057 instance.SetNewArray(&newArray_MTChannel);
00058 instance.SetDelete(&delete_MTChannel);
00059 instance.SetDeleteArray(&deleteArray_MTChannel);
00060 instance.SetDestructor(&destruct_MTChannel);
00061 return &instance;
00062 }
00063 TGenericClassInfo *GenerateInitInstance(const ::MTChannel*)
00064 {
00065 return GenerateInitInstanceLocal((::MTChannel*)0);
00066 }
00067
00068 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::MTChannel*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00069 }
00070
00071 namespace ROOT {
00072 void MTEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00073 static void *new_MTEvent(void *p = 0);
00074 static void *newArray_MTEvent(Long_t size, void *p);
00075 static void delete_MTEvent(void *p);
00076 static void deleteArray_MTEvent(void *p);
00077 static void destruct_MTEvent(void *p);
00078
00079
00080 static TGenericClassInfo *GenerateInitInstanceLocal(const ::MTEvent*)
00081 {
00082 ::MTEvent *ptr = 0;
00083 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::MTEvent >(0);
00084 static ::ROOT::TGenericClassInfo
00085 instance("MTEvent", ::MTEvent::Class_Version(), "include/TreeClass.hh", 81,
00086 typeid(::MTEvent), DefineBehavior(ptr, ptr),
00087 &::MTEvent::Dictionary, isa_proxy, 4,
00088 sizeof(::MTEvent) );
00089 instance.SetNew(&new_MTEvent);
00090 instance.SetNewArray(&newArray_MTEvent);
00091 instance.SetDelete(&delete_MTEvent);
00092 instance.SetDeleteArray(&deleteArray_MTEvent);
00093 instance.SetDestructor(&destruct_MTEvent);
00094 return &instance;
00095 }
00096 TGenericClassInfo *GenerateInitInstance(const ::MTEvent*)
00097 {
00098 return GenerateInitInstanceLocal((::MTEvent*)0);
00099 }
00100
00101 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::MTEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00102 }
00103
00104
00105 TClass *MTChannel::fgIsA = 0;
00106
00107
00108 const char *MTChannel::Class_Name()
00109 {
00110 return "MTChannel";
00111 }
00112
00113
00114 const char *MTChannel::ImplFileName()
00115 {
00116 return ::ROOT::GenerateInitInstanceLocal((const ::MTChannel*)0x0)->GetImplFileName();
00117 }
00118
00119
00120 int MTChannel::ImplFileLine()
00121 {
00122 return ::ROOT::GenerateInitInstanceLocal((const ::MTChannel*)0x0)->GetImplFileLine();
00123 }
00124
00125
00126 void MTChannel::Dictionary()
00127 {
00128 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::MTChannel*)0x0)->GetClass();
00129 }
00130
00131
00132 TClass *MTChannel::Class()
00133 {
00134 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::MTChannel*)0x0)->GetClass();
00135 return fgIsA;
00136 }
00137
00138
00139 TClass *MTEvent::fgIsA = 0;
00140
00141
00142 const char *MTEvent::Class_Name()
00143 {
00144 return "MTEvent";
00145 }
00146
00147
00148 const char *MTEvent::ImplFileName()
00149 {
00150 return ::ROOT::GenerateInitInstanceLocal((const ::MTEvent*)0x0)->GetImplFileName();
00151 }
00152
00153
00154 int MTEvent::ImplFileLine()
00155 {
00156 return ::ROOT::GenerateInitInstanceLocal((const ::MTEvent*)0x0)->GetImplFileLine();
00157 }
00158
00159
00160 void MTEvent::Dictionary()
00161 {
00162 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::MTEvent*)0x0)->GetClass();
00163 }
00164
00165
00166 TClass *MTEvent::Class()
00167 {
00168 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::MTEvent*)0x0)->GetClass();
00169 return fgIsA;
00170 }
00171
00172
00173 void MTEvent::Streamer(TBuffer &R__b)
00174 {
00175
00176
00177 if (R__b.IsReading()) {
00178 R__b.ReadClassBuffer(MTEvent::Class(),this);
00179 } else {
00180 R__b.WriteClassBuffer(MTEvent::Class(),this);
00181 }
00182 }
00183
00184
00185 void MTEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00186 {
00187
00188 TClass *R__cl = ::MTEvent::IsA();
00189 Int_t R__ncp = strlen(R__parent);
00190 if (R__ncp || R__cl || R__insp.IsA()) { }
00191 R__insp.Inspect(R__cl, R__parent, "fEventId", &fEventId);
00192 R__insp.Inspect(R__cl, R__parent, "fRunId", &fRunId);
00193 R__insp.Inspect(R__cl, R__parent, "fTemperature", &fTemperature);
00194 R__insp.Inspect(R__cl, R__parent, "fPressure", &fPressure);
00195 R__insp.Inspect(R__cl, R__parent, "fTimestamp", &fTimestamp);
00196 R__insp.Inspect(R__cl, R__parent, "fNchannel", &fNchannel);
00197 R__insp.Inspect(R__cl, R__parent, "*fChannels", &fChannels);
00198 TObject::ShowMembers(R__insp, R__parent);
00199 }
00200
00201 namespace ROOT {
00202
00203 static void *new_MTEvent(void *p) {
00204 return p ? new(p) ::MTEvent : new ::MTEvent;
00205 }
00206 static void *newArray_MTEvent(Long_t nElements, void *p) {
00207 return p ? new(p) ::MTEvent[nElements] : new ::MTEvent[nElements];
00208 }
00209
00210 static void delete_MTEvent(void *p) {
00211 delete ((::MTEvent*)p);
00212 }
00213 static void deleteArray_MTEvent(void *p) {
00214 delete [] ((::MTEvent*)p);
00215 }
00216 static void destruct_MTEvent(void *p) {
00217 typedef ::MTEvent current_t;
00218 ((current_t*)p)->~current_t();
00219 }
00220 }
00221
00222
00223 void MTChannel::Streamer(TBuffer &R__b)
00224 {
00225
00226
00227 if (R__b.IsReading()) {
00228 R__b.ReadClassBuffer(MTChannel::Class(),this);
00229 } else {
00230 R__b.WriteClassBuffer(MTChannel::Class(),this);
00231 }
00232 }
00233
00234
00235 void MTChannel::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00236 {
00237
00238 TClass *R__cl = ::MTChannel::IsA();
00239 Int_t R__ncp = strlen(R__parent);
00240 if (R__ncp || R__cl || R__insp.IsA()) { }
00241 R__insp.Inspect(R__cl, R__parent, "fValue", &fValue);
00242 R__insp.Inspect(R__cl, R__parent, "fSoftId", &fSoftId);
00243 R__insp.Inspect(R__cl, R__parent, "fHardId", &fHardId);
00244 R__insp.Inspect(R__cl, R__parent, "fx", &fx);
00245 R__insp.Inspect(R__cl, R__parent, "fY", &fY);
00246 R__insp.Inspect(R__cl, R__parent, "fZ", &fZ);
00247 R__insp.Inspect(R__cl, R__parent, "fOrder", &fOrder);
00248 R__insp.Inspect(R__cl, R__parent, "fMeshVoltage", &fMeshVoltage);
00249 R__insp.Inspect(R__cl, R__parent, "fDriftVoltage", &fDriftVoltage);
00250 R__insp.Inspect(R__cl, R__parent, "timestamp", ×tamp);
00251 R__insp.Inspect(R__cl, R__parent, "bcId_Abs", &bcId_Abs);
00252 R__insp.Inspect(R__cl, R__parent, "bcId_Dif", &bcId_Dif);
00253 R__insp.Inspect(R__cl, R__parent, "bcId_Hit", &bcId_Hit);
00254 TObject::ShowMembers(R__insp, R__parent);
00255 }
00256
00257 namespace ROOT {
00258
00259 static void *new_MTChannel(void *p) {
00260 return p ? new(p) ::MTChannel : new ::MTChannel;
00261 }
00262 static void *newArray_MTChannel(Long_t nElements, void *p) {
00263 return p ? new(p) ::MTChannel[nElements] : new ::MTChannel[nElements];
00264 }
00265
00266 static void delete_MTChannel(void *p) {
00267 delete ((::MTChannel*)p);
00268 }
00269 static void deleteArray_MTChannel(void *p) {
00270 delete [] ((::MTChannel*)p);
00271 }
00272 static void destruct_MTChannel(void *p) {
00273 typedef ::MTChannel current_t;
00274 ((current_t*)p)->~current_t();
00275 }
00276 }
00277
00278
00279
00280
00281
00282
00283
00284
00285 #ifdef G__MEMTEST
00286 #undef malloc
00287 #undef free
00288 #endif
00289
00290 #if defined(__GNUC__) && (__GNUC__ > 3) && (__GNUC_MINOR__ > 1)
00291 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
00292 #endif
00293
00294 extern "C" void G__cpp_reset_tagtableTreeClass();
00295
00296 extern "C" void G__set_cpp_environmentTreeClass() {
00297 G__add_compiledheader("TObject.h");
00298 G__add_compiledheader("TMemberInspector.h");
00299 G__add_compiledheader("include/TreeClass.hh");
00300 G__cpp_reset_tagtableTreeClass();
00301 }
00302 #include <new>
00303 extern "C" int G__cpp_dllrevTreeClass() { return(30051515); }
00304
00305
00306
00307
00308
00309
00310 static int G__TreeClass_204_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00311 {
00312 MTChannel* p = NULL;
00313 char* gvp = (char*) G__getgvp();
00314 int n = G__getaryconstruct();
00315 if (n) {
00316 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00317 p = new MTChannel[n];
00318 } else {
00319 p = new((void*) gvp) MTChannel[n];
00320 }
00321 } else {
00322 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00323 p = new MTChannel;
00324 } else {
00325 p = new((void*) gvp) MTChannel;
00326 }
00327 }
00328 result7->obj.i = (long) p;
00329 result7->ref = (long) p;
00330 G__set_tagnum(result7,G__get_linked_tagnum(&G__TreeClassLN_MTChannel));
00331 return(1 || funcname || hash || result7 || libp) ;
00332 }
00333
00334 static int G__TreeClass_204_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00335 {
00336 MTChannel* p = NULL;
00337 char* gvp = (char*) G__getgvp();
00338
00339 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00340 p = new MTChannel(*(MTChannel*) libp->para[0].ref);
00341 } else {
00342 p = new((void*) gvp) MTChannel(*(MTChannel*) libp->para[0].ref);
00343 }
00344 result7->obj.i = (long) p;
00345 result7->ref = (long) p;
00346 G__set_tagnum(result7,G__get_linked_tagnum(&G__TreeClassLN_MTChannel));
00347 return(1 || funcname || hash || result7 || libp) ;
00348 }
00349
00350 static int G__TreeClass_204_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00351 {
00352 MTChannel* p = NULL;
00353 char* gvp = (char*) G__getgvp();
00354
00355 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00356 p = new MTChannel(*(ChannelHit*) libp->para[0].ref, (UInt_t) G__int(libp->para[1]));
00357 } else {
00358 p = new((void*) gvp) MTChannel(*(ChannelHit*) libp->para[0].ref, (UInt_t) G__int(libp->para[1]));
00359 }
00360 result7->obj.i = (long) p;
00361 result7->ref = (long) p;
00362 G__set_tagnum(result7,G__get_linked_tagnum(&G__TreeClassLN_MTChannel));
00363 return(1 || funcname || hash || result7 || libp) ;
00364 }
00365
00366 static int G__TreeClass_204_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00367 {
00368 G__letint(result7, 105, (long) ((const MTChannel*) G__getstructoffset())->GetValue());
00369 return(1 || funcname || hash || result7 || libp) ;
00370 }
00371
00372 static int G__TreeClass_204_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00373 {
00374 G__letint(result7, 104, (long) ((const MTChannel*) G__getstructoffset())->GetSoftId());
00375 return(1 || funcname || hash || result7 || libp) ;
00376 }
00377
00378 static int G__TreeClass_204_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00379 {
00380 G__letint(result7, 104, (long) ((const MTChannel*) G__getstructoffset())->GetHardId());
00381 return(1 || funcname || hash || result7 || libp) ;
00382 }
00383
00384 static int G__TreeClass_204_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00385 {
00386 G__letint(result7, 105, (long) ((const MTChannel*) G__getstructoffset())->GetX());
00387 return(1 || funcname || hash || result7 || libp) ;
00388 }
00389
00390 static int G__TreeClass_204_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00391 {
00392 G__letint(result7, 105, (long) ((const MTChannel*) G__getstructoffset())->GetY());
00393 return(1 || funcname || hash || result7 || libp) ;
00394 }
00395
00396 static int G__TreeClass_204_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00397 {
00398 G__letint(result7, 105, (long) ((const MTChannel*) G__getstructoffset())->GetZ());
00399 return(1 || funcname || hash || result7 || libp) ;
00400 }
00401
00402 static int G__TreeClass_204_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00403 {
00404 G__letint(result7, 104, (long) ((const MTChannel*) G__getstructoffset())->GetOrder());
00405 return(1 || funcname || hash || result7 || libp) ;
00406 }
00407
00408 static int G__TreeClass_204_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00409 {
00410 G__letint(result7, 104, (long) ((const MTChannel*) G__getstructoffset())->GetChamberId());
00411 return(1 || funcname || hash || result7 || libp) ;
00412 }
00413
00414 static int G__TreeClass_204_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00415 {
00416 G__letint(result7, 104, (long) ((const MTChannel*) G__getstructoffset())->GetChb());
00417 return(1 || funcname || hash || result7 || libp) ;
00418 }
00419
00420 static int G__TreeClass_204_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00421 {
00422 G__letint(result7, 104, (long) ((const MTChannel*) G__getstructoffset())->GetDifId());
00423 return(1 || funcname || hash || result7 || libp) ;
00424 }
00425
00426 static int G__TreeClass_204_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00427 {
00428 G__letULonglong(result7, 109, (G__uint64) ((const MTChannel*) G__getstructoffset())->GetTimestamp());
00429 return(1 || funcname || hash || result7 || libp) ;
00430 }
00431
00432 static int G__TreeClass_204_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00433 {
00434 G__letint(result7, 104, (long) ((const MTChannel*) G__getstructoffset())->GetBcId_Abs());
00435 return(1 || funcname || hash || result7 || libp) ;
00436 }
00437
00438 static int G__TreeClass_204_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00439 {
00440 G__letint(result7, 104, (long) ((const MTChannel*) G__getstructoffset())->GetBcId_Dif());
00441 return(1 || funcname || hash || result7 || libp) ;
00442 }
00443
00444 static int G__TreeClass_204_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00445 {
00446 G__letint(result7, 104, (long) ((const MTChannel*) G__getstructoffset())->GetBcId_Hit());
00447 return(1 || funcname || hash || result7 || libp) ;
00448 }
00449
00450 static int G__TreeClass_204_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00451 {
00452 ((MTChannel*) G__getstructoffset())->SetDriftVoltage((Float_t) G__double(libp->para[0]));
00453 G__setnull(result7);
00454 return(1 || funcname || hash || result7 || libp) ;
00455 }
00456
00457 static int G__TreeClass_204_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00458 {
00459 ((MTChannel*) G__getstructoffset())->SetMeshVoltage((Float_t) G__double(libp->para[0]));
00460 G__setnull(result7);
00461 return(1 || funcname || hash || result7 || libp) ;
00462 }
00463
00464 static int G__TreeClass_204_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00465 {
00466 G__letint(result7, 85, (long) MTChannel::Class());
00467 return(1 || funcname || hash || result7 || libp) ;
00468 }
00469
00470 static int G__TreeClass_204_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00471 {
00472 G__letint(result7, 67, (long) MTChannel::Class_Name());
00473 return(1 || funcname || hash || result7 || libp) ;
00474 }
00475
00476 static int G__TreeClass_204_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00477 {
00478 G__letint(result7, 115, (long) MTChannel::Class_Version());
00479 return(1 || funcname || hash || result7 || libp) ;
00480 }
00481
00482 static int G__TreeClass_204_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00483 {
00484 MTChannel::Dictionary();
00485 G__setnull(result7);
00486 return(1 || funcname || hash || result7 || libp) ;
00487 }
00488
00489 static int G__TreeClass_204_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00490 {
00491 ((MTChannel*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00492 G__setnull(result7);
00493 return(1 || funcname || hash || result7 || libp) ;
00494 }
00495
00496 static int G__TreeClass_204_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00497 {
00498 G__letint(result7, 67, (long) MTChannel::DeclFileName());
00499 return(1 || funcname || hash || result7 || libp) ;
00500 }
00501
00502 static int G__TreeClass_204_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00503 {
00504 G__letint(result7, 105, (long) MTChannel::ImplFileLine());
00505 return(1 || funcname || hash || result7 || libp) ;
00506 }
00507
00508 static int G__TreeClass_204_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00509 {
00510 G__letint(result7, 67, (long) MTChannel::ImplFileName());
00511 return(1 || funcname || hash || result7 || libp) ;
00512 }
00513
00514 static int G__TreeClass_204_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00515 {
00516 G__letint(result7, 105, (long) MTChannel::DeclFileLine());
00517 return(1 || funcname || hash || result7 || libp) ;
00518 }
00519
00520
00521 typedef MTChannel G__TMTChannel;
00522 static int G__TreeClass_204_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00523 {
00524 char* gvp = (char*) G__getgvp();
00525 long soff = G__getstructoffset();
00526 int n = G__getaryconstruct();
00527
00528
00529
00530
00531
00532 if (!soff) {
00533 return(1);
00534 }
00535 if (n) {
00536 if (gvp == (char*)G__PVOID) {
00537 delete[] (MTChannel*) soff;
00538 } else {
00539 G__setgvp((long) G__PVOID);
00540 for (int i = n - 1; i >= 0; --i) {
00541 ((MTChannel*) (soff+(sizeof(MTChannel)*i)))->~G__TMTChannel();
00542 }
00543 G__setgvp((long)gvp);
00544 }
00545 } else {
00546 if (gvp == (char*)G__PVOID) {
00547 delete (MTChannel*) soff;
00548 } else {
00549 G__setgvp((long) G__PVOID);
00550 ((MTChannel*) (soff))->~G__TMTChannel();
00551 G__setgvp((long)gvp);
00552 }
00553 }
00554 G__setnull(result7);
00555 return(1 || funcname || hash || result7 || libp) ;
00556 }
00557
00558
00559 static int G__TreeClass_204_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00560 {
00561 MTChannel* dest = (MTChannel*) G__getstructoffset();
00562 *dest = *(MTChannel*) libp->para[0].ref;
00563 const MTChannel& obj = *dest;
00564 result7->ref = (long) (&obj);
00565 result7->obj.i = (long) (&obj);
00566 return(1 || funcname || hash || result7 || libp) ;
00567 }
00568
00569
00570
00571 static int G__TreeClass_205_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00572 {
00573 MTEvent* p = NULL;
00574 char* gvp = (char*) G__getgvp();
00575 int n = G__getaryconstruct();
00576 if (n) {
00577 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00578 p = new MTEvent[n];
00579 } else {
00580 p = new((void*) gvp) MTEvent[n];
00581 }
00582 } else {
00583 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00584 p = new MTEvent;
00585 } else {
00586 p = new((void*) gvp) MTEvent;
00587 }
00588 }
00589 result7->obj.i = (long) p;
00590 result7->ref = (long) p;
00591 G__set_tagnum(result7,G__get_linked_tagnum(&G__TreeClassLN_MTEvent));
00592 return(1 || funcname || hash || result7 || libp) ;
00593 }
00594
00595 static int G__TreeClass_205_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00596 {
00597 {
00598 const MTEvent& obj = ((MTEvent*) G__getstructoffset())->operator=(*(Event*) libp->para[0].ref);
00599 result7->ref = (long) (&obj);
00600 result7->obj.i = (long) (&obj);
00601 }
00602 return(1 || funcname || hash || result7 || libp) ;
00603 }
00604
00605 static int G__TreeClass_205_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00606 {
00607 ((MTEvent*) G__getstructoffset())->Build((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
00608 , (Double32_t) G__double(libp->para[2]), (Double32_t) G__double(libp->para[3])
00609 , (ULong64_t) G__ULonglong(libp->para[4]));
00610 G__setnull(result7);
00611 return(1 || funcname || hash || result7 || libp) ;
00612 }
00613
00614 static int G__TreeClass_205_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00615 {
00616 switch (libp->paran) {
00617 case 1:
00618 MTEvent::Reset((Option_t*) G__int(libp->para[0]));
00619 G__setnull(result7);
00620 break;
00621 case 0:
00622 MTEvent::Reset();
00623 G__setnull(result7);
00624 break;
00625 }
00626 return(1 || funcname || hash || result7 || libp) ;
00627 }
00628
00629 static int G__TreeClass_205_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00630 {
00631 ((MTEvent*) G__getstructoffset())->SetTemperature((Double32_t) G__double(libp->para[0]));
00632 G__setnull(result7);
00633 return(1 || funcname || hash || result7 || libp) ;
00634 }
00635
00636 static int G__TreeClass_205_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00637 {
00638 ((MTEvent*) G__getstructoffset())->SetPressure((Double32_t) G__double(libp->para[0]));
00639 G__setnull(result7);
00640 return(1 || funcname || hash || result7 || libp) ;
00641 }
00642
00643 static int G__TreeClass_205_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00644 {
00645 ((MTEvent*) G__getstructoffset())->SetTimestamp((ULong64_t) G__ULonglong(libp->para[0]));
00646 G__setnull(result7);
00647 return(1 || funcname || hash || result7 || libp) ;
00648 }
00649
00650 static int G__TreeClass_205_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00651 {
00652 G__letint(result7, 85, (long) ((MTEvent*) G__getstructoffset())->AddChannel(*(ChannelHit*) libp->para[0].ref, (UInt_t) G__int(libp->para[1])));
00653 return(1 || funcname || hash || result7 || libp) ;
00654 }
00655
00656 static int G__TreeClass_205_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00657 {
00658 G__letint(result7, 104, (long) ((const MTEvent*) G__getstructoffset())->GetEventId());
00659 return(1 || funcname || hash || result7 || libp) ;
00660 }
00661
00662 static int G__TreeClass_205_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00663 {
00664 G__letint(result7, 104, (long) ((const MTEvent*) G__getstructoffset())->GetRunId());
00665 return(1 || funcname || hash || result7 || libp) ;
00666 }
00667
00668 static int G__TreeClass_205_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00669 {
00670 G__letint(result7, 104, (long) ((const MTEvent*) G__getstructoffset())->GetNchannel());
00671 return(1 || funcname || hash || result7 || libp) ;
00672 }
00673
00674 static int G__TreeClass_205_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00675 {
00676 ((MTEvent*) G__getstructoffset())->SetNchannel((Int_t) G__int(libp->para[0]));
00677 G__setnull(result7);
00678 return(1 || funcname || hash || result7 || libp) ;
00679 }
00680
00681 static int G__TreeClass_205_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00682 {
00683 G__letint(result7, 104, (long) ((const MTEvent*) G__getstructoffset())->GetNchannel((UInt_t) G__int(libp->para[0])));
00684 return(1 || funcname || hash || result7 || libp) ;
00685 }
00686
00687 static int G__TreeClass_205_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00688 {
00689 G__letdouble(result7, 100, (double) ((const MTEvent*) G__getstructoffset())->GetTemperature());
00690 return(1 || funcname || hash || result7 || libp) ;
00691 }
00692
00693 static int G__TreeClass_205_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00694 {
00695 G__letdouble(result7, 100, (double) ((const MTEvent*) G__getstructoffset())->GetPressure());
00696 return(1 || funcname || hash || result7 || libp) ;
00697 }
00698
00699 static int G__TreeClass_205_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00700 {
00701 G__letint(result7, 85, (long) ((const MTEvent*) G__getstructoffset())->GetChannels());
00702 return(1 || funcname || hash || result7 || libp) ;
00703 }
00704
00705 static int G__TreeClass_205_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00706 {
00707 G__letint(result7, 85, (long) ((const MTEvent*) G__getstructoffset())->GetChannelByOrder((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
00708 return(1 || funcname || hash || result7 || libp) ;
00709 }
00710
00711 static int G__TreeClass_205_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00712 {
00713 G__letint(result7, 85, (long) ((const MTEvent*) G__getstructoffset())->GetChannelBySoftId((UInt_t) G__int(libp->para[0])));
00714 return(1 || funcname || hash || result7 || libp) ;
00715 }
00716
00717 static int G__TreeClass_205_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00718 {
00719 G__letint(result7, 85, (long) MTEvent::Class());
00720 return(1 || funcname || hash || result7 || libp) ;
00721 }
00722
00723 static int G__TreeClass_205_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00724 {
00725 G__letint(result7, 67, (long) MTEvent::Class_Name());
00726 return(1 || funcname || hash || result7 || libp) ;
00727 }
00728
00729 static int G__TreeClass_205_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00730 {
00731 G__letint(result7, 115, (long) MTEvent::Class_Version());
00732 return(1 || funcname || hash || result7 || libp) ;
00733 }
00734
00735 static int G__TreeClass_205_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00736 {
00737 MTEvent::Dictionary();
00738 G__setnull(result7);
00739 return(1 || funcname || hash || result7 || libp) ;
00740 }
00741
00742 static int G__TreeClass_205_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00743 {
00744 ((MTEvent*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00745 G__setnull(result7);
00746 return(1 || funcname || hash || result7 || libp) ;
00747 }
00748
00749 static int G__TreeClass_205_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00750 {
00751 G__letint(result7, 67, (long) MTEvent::DeclFileName());
00752 return(1 || funcname || hash || result7 || libp) ;
00753 }
00754
00755 static int G__TreeClass_205_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00756 {
00757 G__letint(result7, 105, (long) MTEvent::ImplFileLine());
00758 return(1 || funcname || hash || result7 || libp) ;
00759 }
00760
00761 static int G__TreeClass_205_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00762 {
00763 G__letint(result7, 67, (long) MTEvent::ImplFileName());
00764 return(1 || funcname || hash || result7 || libp) ;
00765 }
00766
00767 static int G__TreeClass_205_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00768 {
00769 G__letint(result7, 105, (long) MTEvent::DeclFileLine());
00770 return(1 || funcname || hash || result7 || libp) ;
00771 }
00772
00773
00774 static int G__TreeClass_205_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00775
00776 {
00777 MTEvent* p;
00778 void* tmp = (void*) G__int(libp->para[0]);
00779 p = new MTEvent(*(MTEvent*) tmp);
00780 result7->obj.i = (long) p;
00781 result7->ref = (long) p;
00782 G__set_tagnum(result7,G__get_linked_tagnum(&G__TreeClassLN_MTEvent));
00783 return(1 || funcname || hash || result7 || libp) ;
00784 }
00785
00786
00787 typedef MTEvent G__TMTEvent;
00788 static int G__TreeClass_205_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00789 {
00790 char* gvp = (char*) G__getgvp();
00791 long soff = G__getstructoffset();
00792 int n = G__getaryconstruct();
00793
00794
00795
00796
00797
00798 if (!soff) {
00799 return(1);
00800 }
00801 if (n) {
00802 if (gvp == (char*)G__PVOID) {
00803 delete[] (MTEvent*) soff;
00804 } else {
00805 G__setgvp((long) G__PVOID);
00806 for (int i = n - 1; i >= 0; --i) {
00807 ((MTEvent*) (soff+(sizeof(MTEvent)*i)))->~G__TMTEvent();
00808 }
00809 G__setgvp((long)gvp);
00810 }
00811 } else {
00812 if (gvp == (char*)G__PVOID) {
00813 delete (MTEvent*) soff;
00814 } else {
00815 G__setgvp((long) G__PVOID);
00816 ((MTEvent*) (soff))->~G__TMTEvent();
00817 G__setgvp((long)gvp);
00818 }
00819 }
00820 G__setnull(result7);
00821 return(1 || funcname || hash || result7 || libp) ;
00822 }
00823
00824
00825 static int G__TreeClass_205_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00826 {
00827 MTEvent* dest = (MTEvent*) G__getstructoffset();
00828 *dest = *(MTEvent*) libp->para[0].ref;
00829 const MTEvent& obj = *dest;
00830 result7->ref = (long) (&obj);
00831 result7->obj.i = (long) (&obj);
00832 return(1 || funcname || hash || result7 || libp) ;
00833 }
00834
00835
00836
00837
00838
00839
00840
00841
00842
00843
00844
00845
00846
00847
00848
00849
00850
00851
00852
00853 class G__Sizep2memfuncTreeClass {
00854 public:
00855 G__Sizep2memfuncTreeClass(): p(&G__Sizep2memfuncTreeClass::sizep2memfunc) {}
00856 size_t sizep2memfunc() { return(sizeof(p)); }
00857 private:
00858 size_t (G__Sizep2memfuncTreeClass::*p)();
00859 };
00860
00861 size_t G__get_sizep2memfuncTreeClass()
00862 {
00863 G__Sizep2memfuncTreeClass a;
00864 G__setsizep2memfunc((int)a.sizep2memfunc());
00865 return((size_t)a.sizep2memfunc());
00866 }
00867
00868
00869
00870
00871
00872
00873
00874
00875
00876
00877
00878 extern "C" void G__cpp_setup_inheritanceTreeClass() {
00879
00880
00881 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TreeClassLN_MTChannel))) {
00882 MTChannel *G__Lderived;
00883 G__Lderived=(MTChannel*)0x1000;
00884 {
00885 TObject *G__Lpbase=(TObject*)G__Lderived;
00886 G__inheritance_setup(G__get_linked_tagnum(&G__TreeClassLN_MTChannel),G__get_linked_tagnum(&G__TreeClassLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
00887 }
00888 }
00889 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TreeClassLN_MTEvent))) {
00890 MTEvent *G__Lderived;
00891 G__Lderived=(MTEvent*)0x1000;
00892 {
00893 TObject *G__Lpbase=(TObject*)G__Lderived;
00894 G__inheritance_setup(G__get_linked_tagnum(&G__TreeClassLN_MTEvent),G__get_linked_tagnum(&G__TreeClassLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
00895 }
00896 }
00897 }
00898
00899
00900
00901
00902 extern "C" void G__cpp_setup_typetableTreeClass() {
00903
00904
00905 G__search_typename2("Int_t",105,-1,0,-1);
00906 G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
00907 G__search_typename2("UInt_t",104,-1,0,-1);
00908 G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
00909 G__search_typename2("Float_t",102,-1,0,-1);
00910 G__setnewtype(-1,"Float 4 bytes (float)",0);
00911 G__search_typename2("Double32_t",100,-1,0,-1);
00912 G__setnewtype(-1,"Double 8 bytes in memory, written as a 4 bytes float",0);
00913 G__search_typename2("Version_t",115,-1,0,-1);
00914 G__setnewtype(-1,"Class version identifier (short)",0);
00915 G__search_typename2("Option_t",99,-1,256,-1);
00916 G__setnewtype(-1,"Option string (const char)",0);
00917 G__search_typename2("ULong64_t",109,-1,0,-1);
00918 G__setnewtype(-1,"Portable unsigned long integer 8 bytes",0);
00919 G__search_typename2("vector<TSchemaHelper>",117,G__get_linked_tagnum(&G__TreeClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
00920 G__setnewtype(-1,NULL,0);
00921 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__TreeClassLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TreeClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00922 G__setnewtype(-1,NULL,0);
00923 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__TreeClassLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TreeClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00924 G__setnewtype(-1,NULL,0);
00925 G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__TreeClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
00926 G__setnewtype(-1,NULL,0);
00927 G__search_typename2("iterator<std::bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__TreeClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
00928 G__setnewtype(-1,NULL,0);
00929 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__TreeClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
00930 G__setnewtype(-1,NULL,0);
00931 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__TreeClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
00932 G__setnewtype(-1,NULL,0);
00933 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__TreeClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
00934 G__setnewtype(-1,NULL,0);
00935 G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__TreeClassLN_TVectorTlEfloatgR),0,-1);
00936 G__setnewtype(-1,NULL,0);
00937 G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__TreeClassLN_TVectorTlEdoublegR),0,-1);
00938 G__setnewtype(-1,NULL,0);
00939 }
00940
00941
00942
00943
00944
00945
00946
00947
00948 static void G__setup_memvarMTChannel(void) {
00949 G__tag_memvar_setup(G__get_linked_tagnum(&G__TreeClassLN_MTChannel));
00950 { MTChannel *p; p=(MTChannel*)0x1000; if (p) { }
00951 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fValue=",0,"Value of MTChannel");
00952 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fSoftId=",0,"unique Id of MTChannel for all Chambers a // softId = 10 000 * chamberID + 100 * column + Row");
00953 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fHardId=",0,"Id of MTChannel for its chamber");
00954 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fx=",0,"X coordinate of channel");
00955 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fY=",0,"Y coordinate of channel");
00956 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fZ=",0,"Z coordinate of channel");
00957 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fOrder=",0,"Order of MTChannel for its chamber");
00958 G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fMeshVoltage=",0,"Mesh voltage for corresponding chamber");
00959 G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fDriftVoltage=",0,"Drift voltage for corresponding chamber");
00960 G__memvar_setup((void*)0,109,0,0,-1,G__defined_typename("ULong64_t"),-1,4,"timestamp=",0,"common unix timestamp");
00961 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"bcId_Abs=",0,"t1: absolute BCID (BCID_abs)");
00962 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"bcId_Dif=",0,"t2: BCID of the DIF (BCID_dif)");
00963 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"bcId_Hit=",0,"t3: BCID of the hit (BCID_hit)");
00964 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__TreeClassLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
00965 }
00966 G__tag_memvar_reset();
00967 }
00968
00969
00970
00971 static void G__setup_memvarMTEvent(void) {
00972 G__tag_memvar_setup(G__get_linked_tagnum(&G__TreeClassLN_MTEvent));
00973 { MTEvent *p; p=(MTEvent*)0x1000; if (p) { }
00974 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fEventId=",0,(char*)NULL);
00975 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fRunId=",0,(char*)NULL);
00976 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double32_t"),-1,4,"fTemperature=",0,(char*)NULL);
00977 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double32_t"),-1,4,"fPressure=",0,(char*)NULL);
00978 G__memvar_setup((void*)0,109,0,0,-1,G__defined_typename("ULong64_t"),-1,4,"fTimestamp=",0,(char*)NULL);
00979 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNchannel=",0,"Number of channels hit for this event");
00980 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__TreeClassLN_TClonesArray),-1,-1,4,"fChannels=",0,"->array with all channels");
00981 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__TreeClassLN_TClonesArray),-1,-2,4,"fgChannels=",0,(char*)NULL);
00982 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__TreeClassLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
00983 }
00984 G__tag_memvar_reset();
00985 }
00986
00987 extern "C" void G__cpp_setup_memvarTreeClass() {
00988 }
00989
00990
00991
00992
00993
00994
00995
00996
00997
00998
00999
01000
01001 static void G__setup_memfuncMTChannel(void) {
01002
01003 G__tag_memfunc_setup(G__get_linked_tagnum(&G__TreeClassLN_MTChannel));
01004 G__memfunc_setup("MTChannel",858,G__TreeClass_204_0_1, 105, G__get_linked_tagnum(&G__TreeClassLN_MTChannel), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01005 G__memfunc_setup("MTChannel",858,G__TreeClass_204_0_2, 105, G__get_linked_tagnum(&G__TreeClassLN_MTChannel), -1, 0, 1, 1, 1, 0, "u 'MTChannel' - 11 - orig", "copy constructor", (void*) NULL, 0);
01006 G__memfunc_setup("MTChannel",858,G__TreeClass_204_0_3, 105, G__get_linked_tagnum(&G__TreeClassLN_MTChannel), -1, 0, 2, 1, 1, 0,
01007 "u 'ChannelHit' - 11 - hit h - 'UInt_t' 0 - order", (char*)NULL, (void*) NULL, 0);
01008 G__memfunc_setup("GetValue",797,G__TreeClass_204_0_4, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01009 G__memfunc_setup("GetSoftId",873,G__TreeClass_204_0_5, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01010 G__memfunc_setup("GetHardId",844,G__TreeClass_204_0_6, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01011 G__memfunc_setup("GetX",376,G__TreeClass_204_0_7, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01012 G__memfunc_setup("GetY",377,G__TreeClass_204_0_8, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01013 G__memfunc_setup("GetZ",378,G__TreeClass_204_0_9, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01014 G__memfunc_setup("GetOrder",796,G__TreeClass_204_0_10, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01015 G__memfunc_setup("GetChamberId",1151,G__TreeClass_204_0_11, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01016 G__memfunc_setup("GetChb",557,G__TreeClass_204_0_12, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01017 G__memfunc_setup("GetDifId",736,G__TreeClass_204_0_13, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01018 G__memfunc_setup("GetTimestamp",1236,G__TreeClass_204_0_14, 109, -1, G__defined_typename("ULong64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01019 G__memfunc_setup("GetBcId_Abs",999,G__TreeClass_204_0_15, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01020 G__memfunc_setup("GetBcId_Dif",996,G__TreeClass_204_0_16, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01021 G__memfunc_setup("GetBcId_Hit",1014,G__TreeClass_204_0_17, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01022 G__memfunc_setup("SetDriftVoltage",1527,G__TreeClass_204_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - aValue", (char*)NULL, (void*) NULL, 0);
01023 G__memfunc_setup("SetMeshVoltage",1419,G__TreeClass_204_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - aValue", (char*)NULL, (void*) NULL, 0);
01024 G__memfunc_setup("Class",502,G__TreeClass_204_0_20, 85, G__get_linked_tagnum(&G__TreeClassLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&MTChannel::Class), 0);
01025 G__memfunc_setup("Class_Name",982,G__TreeClass_204_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&MTChannel::Class_Name), 0);
01026 G__memfunc_setup("Class_Version",1339,G__TreeClass_204_0_22, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&MTChannel::Class_Version), 0);
01027 G__memfunc_setup("Dictionary",1046,G__TreeClass_204_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&MTChannel::Dictionary), 0);
01028 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__TreeClassLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01029 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
01030 "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
01031 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
01032 G__memfunc_setup("StreamerNVirtual",1656,G__TreeClass_204_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01033 G__memfunc_setup("DeclFileName",1145,G__TreeClass_204_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&MTChannel::DeclFileName), 0);
01034 G__memfunc_setup("ImplFileLine",1178,G__TreeClass_204_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&MTChannel::ImplFileLine), 0);
01035 G__memfunc_setup("ImplFileName",1171,G__TreeClass_204_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&MTChannel::ImplFileName), 0);
01036 G__memfunc_setup("DeclFileLine",1152,G__TreeClass_204_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&MTChannel::DeclFileLine), 0);
01037
01038 G__memfunc_setup("~MTChannel", 984, G__TreeClass_204_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
01039
01040 G__memfunc_setup("operator=", 937, G__TreeClass_204_0_33, (int) ('u'), G__get_linked_tagnum(&G__TreeClassLN_MTChannel), -1, 1, 1, 1, 1, 0, "u 'MTChannel' - 11 - -", (char*) NULL, (void*) NULL, 0);
01041 G__tag_memfunc_reset();
01042 }
01043
01044 static void G__setup_memfuncMTEvent(void) {
01045
01046 G__tag_memfunc_setup(G__get_linked_tagnum(&G__TreeClassLN_MTEvent));
01047 G__memfunc_setup("MTEvent",675,G__TreeClass_205_0_1, 105, G__get_linked_tagnum(&G__TreeClassLN_MTEvent), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01048 G__memfunc_setup("operator=",937,G__TreeClass_205_0_2, 117, G__get_linked_tagnum(&G__TreeClassLN_MTEvent), -1, 1, 1, 1, 1, 0, "u 'Event' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
01049 G__memfunc_setup("Build",496,G__TreeClass_205_0_3, 121, -1, -1, 0, 5, 1, 1, 0,
01050 "h - 'UInt_t' 0 - evtId h - 'UInt_t' 0 - runId "
01051 "d - 'Double32_t' 0 - temperature d - 'Double32_t' 0 - pressure "
01052 "m - 'ULong64_t' 0 - timestamp", (char*)NULL, (void*) NULL, 0);
01053 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);
01054 G__memfunc_setup("Reset",515,G__TreeClass_205_0_5, 121, -1, -1, 0, 1, 3, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) (void (*)(Option_t*))(&MTEvent::Reset), 0);
01055 G__memfunc_setup("SetTemperature",1466,G__TreeClass_205_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double32_t' 0 - t", (char*)NULL, (void*) NULL, 0);
01056 G__memfunc_setup("SetPressure",1157,G__TreeClass_205_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double32_t' 0 - t", (char*)NULL, (void*) NULL, 0);
01057 G__memfunc_setup("SetTimestamp",1248,G__TreeClass_205_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "m - 'ULong64_t' 0 - t", (char*)NULL, (void*) NULL, 0);
01058 G__memfunc_setup("AddChannel",962,G__TreeClass_205_0_9, 85, G__get_linked_tagnum(&G__TreeClassLN_MTChannel), -1, 0, 2, 1, 1, 0,
01059 "u 'ChannelHit' - 11 - hit h - 'UInt_t' 0 - order", (char*)NULL, (void*) NULL, 0);
01060 G__memfunc_setup("GetEventId",975,G__TreeClass_205_0_10, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01061 G__memfunc_setup("GetRunId",770,G__TreeClass_205_0_11, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01062 G__memfunc_setup("GetNchannel",1095,G__TreeClass_205_0_12, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01063 G__memfunc_setup("SetNchannel",1107,G__TreeClass_205_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
01064 G__memfunc_setup("GetNchannel",1095,G__TreeClass_205_0_14, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - chamberId", (char*)NULL, (void*) NULL, 0);
01065 G__memfunc_setup("GetTemperature",1454,G__TreeClass_205_0_15, 100, -1, G__defined_typename("Double32_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01066 G__memfunc_setup("GetPressure",1145,G__TreeClass_205_0_16, 100, -1, G__defined_typename("Double32_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01067 G__memfunc_setup("GetChannels",1100,G__TreeClass_205_0_17, 85, G__get_linked_tagnum(&G__TreeClassLN_TClonesArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01068 G__memfunc_setup("GetChannelByOrder",1680,G__TreeClass_205_0_18, 85, G__get_linked_tagnum(&G__TreeClassLN_MTChannel), -1, 0, 2, 1, 1, 8,
01069 "h - 'UInt_t' 0 - order h - 'UInt_t' 0 - chamberId", (char*)NULL, (void*) NULL, 0);
01070 G__memfunc_setup("GetChannelBySoftId",1757,G__TreeClass_205_0_19, 85, G__get_linked_tagnum(&G__TreeClassLN_MTChannel), -1, 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - aSoftId", (char*)NULL, (void*) NULL, 0);
01071 G__memfunc_setup("Class",502,G__TreeClass_205_0_20, 85, G__get_linked_tagnum(&G__TreeClassLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&MTEvent::Class), 0);
01072 G__memfunc_setup("Class_Name",982,G__TreeClass_205_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&MTEvent::Class_Name), 0);
01073 G__memfunc_setup("Class_Version",1339,G__TreeClass_205_0_22, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&MTEvent::Class_Version), 0);
01074 G__memfunc_setup("Dictionary",1046,G__TreeClass_205_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&MTEvent::Dictionary), 0);
01075 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__TreeClassLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01076 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
01077 "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
01078 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
01079 G__memfunc_setup("StreamerNVirtual",1656,G__TreeClass_205_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01080 G__memfunc_setup("DeclFileName",1145,G__TreeClass_205_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&MTEvent::DeclFileName), 0);
01081 G__memfunc_setup("ImplFileLine",1178,G__TreeClass_205_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&MTEvent::ImplFileLine), 0);
01082 G__memfunc_setup("ImplFileName",1171,G__TreeClass_205_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&MTEvent::ImplFileName), 0);
01083 G__memfunc_setup("DeclFileLine",1152,G__TreeClass_205_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&MTEvent::DeclFileLine), 0);
01084
01085 G__memfunc_setup("MTEvent", 675, G__TreeClass_205_0_32, (int) ('i'), G__get_linked_tagnum(&G__TreeClassLN_MTEvent), -1, 0, 1, 1, 1, 0, "u 'MTEvent' - 11 - -", (char*) NULL, (void*) NULL, 0);
01086
01087 G__memfunc_setup("~MTEvent", 801, G__TreeClass_205_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
01088
01089 G__memfunc_setup("operator=", 937, G__TreeClass_205_0_34, (int) ('u'), G__get_linked_tagnum(&G__TreeClassLN_MTEvent), -1, 1, 1, 1, 1, 0, "u 'MTEvent' - 11 - -", (char*) NULL, (void*) NULL, 0);
01090 G__tag_memfunc_reset();
01091 }
01092
01093
01094
01095
01096
01097 extern "C" void G__cpp_setup_memfuncTreeClass() {
01098 }
01099
01100
01101
01102
01103 static void G__cpp_setup_global0() {
01104
01105
01106 G__resetplocal();
01107
01108 }
01109
01110 static void G__cpp_setup_global1() {
01111 }
01112
01113 static void G__cpp_setup_global2() {
01114
01115 G__resetglobalenv();
01116 }
01117 extern "C" void G__cpp_setup_globalTreeClass() {
01118 G__cpp_setup_global0();
01119 G__cpp_setup_global1();
01120 G__cpp_setup_global2();
01121 }
01122
01123
01124
01125
01126 static void G__cpp_setup_func0() {
01127 G__lastifuncposition();
01128
01129 }
01130
01131 static void G__cpp_setup_func1() {
01132 }
01133
01134 static void G__cpp_setup_func2() {
01135 }
01136
01137 static void G__cpp_setup_func3() {
01138 }
01139
01140 static void G__cpp_setup_func4() {
01141 }
01142
01143 static void G__cpp_setup_func5() {
01144 }
01145
01146 static void G__cpp_setup_func6() {
01147 }
01148
01149 static void G__cpp_setup_func7() {
01150 }
01151
01152 static void G__cpp_setup_func8() {
01153 }
01154
01155 static void G__cpp_setup_func9() {
01156 }
01157
01158 static void G__cpp_setup_func10() {
01159 }
01160
01161 static void G__cpp_setup_func11() {
01162
01163 G__resetifuncposition();
01164 }
01165
01166 extern "C" void G__cpp_setup_funcTreeClass() {
01167 G__cpp_setup_func0();
01168 G__cpp_setup_func1();
01169 G__cpp_setup_func2();
01170 G__cpp_setup_func3();
01171 G__cpp_setup_func4();
01172 G__cpp_setup_func5();
01173 G__cpp_setup_func6();
01174 G__cpp_setup_func7();
01175 G__cpp_setup_func8();
01176 G__cpp_setup_func9();
01177 G__cpp_setup_func10();
01178 G__cpp_setup_func11();
01179 }
01180
01181
01182
01183
01184
01185 G__linked_taginfo G__TreeClassLN_TClass = { "TClass" , 99 , -1 };
01186 G__linked_taginfo G__TreeClassLN_TBuffer = { "TBuffer" , 99 , -1 };
01187 G__linked_taginfo G__TreeClassLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
01188 G__linked_taginfo G__TreeClassLN_TObject = { "TObject" , 99 , -1 };
01189 G__linked_taginfo G__TreeClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
01190 G__linked_taginfo G__TreeClassLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
01191 G__linked_taginfo G__TreeClassLN_TClonesArray = { "TClonesArray" , 99 , -1 };
01192 G__linked_taginfo G__TreeClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
01193 G__linked_taginfo G__TreeClassLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
01194 G__linked_taginfo G__TreeClassLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
01195 G__linked_taginfo G__TreeClassLN_Event = { "Event" , 99 , -1 };
01196 G__linked_taginfo G__TreeClassLN_ChannelHit = { "ChannelHit" , 99 , -1 };
01197 G__linked_taginfo G__TreeClassLN_MTChannel = { "MTChannel" , 99 , -1 };
01198 G__linked_taginfo G__TreeClassLN_MTEvent = { "MTEvent" , 99 , -1 };
01199
01200
01201 extern "C" void G__cpp_reset_tagtableTreeClass() {
01202 G__TreeClassLN_TClass.tagnum = -1 ;
01203 G__TreeClassLN_TBuffer.tagnum = -1 ;
01204 G__TreeClassLN_TMemberInspector.tagnum = -1 ;
01205 G__TreeClassLN_TObject.tagnum = -1 ;
01206 G__TreeClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
01207 G__TreeClassLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
01208 G__TreeClassLN_TClonesArray.tagnum = -1 ;
01209 G__TreeClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ;
01210 G__TreeClassLN_TVectorTlEfloatgR.tagnum = -1 ;
01211 G__TreeClassLN_TVectorTlEdoublegR.tagnum = -1 ;
01212 G__TreeClassLN_Event.tagnum = -1 ;
01213 G__TreeClassLN_ChannelHit.tagnum = -1 ;
01214 G__TreeClassLN_MTChannel.tagnum = -1 ;
01215 G__TreeClassLN_MTEvent.tagnum = -1 ;
01216 }
01217
01218
01219 extern "C" void G__cpp_setup_tagtableTreeClass() {
01220
01221
01222 G__get_linked_tagnum_fwd(&G__TreeClassLN_TClass);
01223 G__get_linked_tagnum_fwd(&G__TreeClassLN_TBuffer);
01224 G__get_linked_tagnum_fwd(&G__TreeClassLN_TMemberInspector);
01225 G__get_linked_tagnum_fwd(&G__TreeClassLN_TObject);
01226 G__get_linked_tagnum_fwd(&G__TreeClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
01227 G__get_linked_tagnum_fwd(&G__TreeClassLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
01228 G__get_linked_tagnum_fwd(&G__TreeClassLN_TClonesArray);
01229 G__get_linked_tagnum_fwd(&G__TreeClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR);
01230 G__get_linked_tagnum_fwd(&G__TreeClassLN_TVectorTlEfloatgR);
01231 G__get_linked_tagnum_fwd(&G__TreeClassLN_TVectorTlEdoublegR);
01232 G__get_linked_tagnum_fwd(&G__TreeClassLN_Event);
01233 G__get_linked_tagnum_fwd(&G__TreeClassLN_ChannelHit);
01234 G__tagtable_setup(G__get_linked_tagnum(&G__TreeClassLN_MTChannel),sizeof(MTChannel),-1,325376,(char*)NULL,G__setup_memvarMTChannel,G__setup_memfuncMTChannel);
01235 G__tagtable_setup(G__get_linked_tagnum(&G__TreeClassLN_MTEvent),sizeof(MTEvent),-1,294144,"MTEvent structure",G__setup_memvarMTEvent,G__setup_memfuncMTEvent);
01236 }
01237 extern "C" void G__cpp_setupTreeClass(void) {
01238 G__check_setup_version(30051515,"G__cpp_setupTreeClass()");
01239 G__set_cpp_environmentTreeClass();
01240 G__cpp_setup_tagtableTreeClass();
01241
01242 G__cpp_setup_inheritanceTreeClass();
01243
01244 G__cpp_setup_typetableTreeClass();
01245
01246 G__cpp_setup_memvarTreeClass();
01247
01248 G__cpp_setup_memfuncTreeClass();
01249 G__cpp_setup_globalTreeClass();
01250 G__cpp_setup_funcTreeClass();
01251
01252 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTreeClass();
01253 return;
01254 }
01255 class G__cpp_setup_initTreeClass {
01256 public:
01257 G__cpp_setup_initTreeClass() { G__add_setup_func("TreeClass",(G__incsetup)(&G__cpp_setupTreeClass)); G__call_setup_funcs(); }
01258 ~G__cpp_setup_initTreeClass() { G__remove_setup_func("TreeClass"); }
01259 };
01260 G__cpp_setup_initTreeClass G__cpp_setup_initializerTreeClass;
01261