Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

tapi_cint.cpp

Go to the documentation of this file.
00001 //
00002 // File generated by rootcint at Mon Dec 15 19:15:22 2003.
00003 // Do NOT change. Changes will be lost next time file is generated
00004 //
00005 
00006 #include "RConfig.h"
00007 #if !defined(R__ACCESS_IN_SYMBOL)
00008 //Break the privacy of classes -- Disabled for the moment
00009 #define private public
00010 #define protected public
00011 #endif
00012 
00013 #include "tapi_cint.h"
00014 #include "TClass.h"
00015 #include "TBuffer.h"
00016 #include "TMemberInspector.h"
00017 #include "TError.h"
00018 
00019 #ifndef G__ROOT
00020 #define G__ROOT
00021 #endif
00022 
00023 // Since CINT ignores the std namespace, we need to do so in this file.
00024 namespace std {} using namespace std;
00025 
00026 #include "RtypesImp.h"
00027 
00028 namespace ROOT {
00029    namespace Shadow {
00030    } // Of namespace ROOT::Shadow
00031 } // Of namespace ROOT
00032 
00033 namespace ROOT {
00034    void TTrigger_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00035    TClass *TTrigger_IsA(const void*);
00036    void *new_TTrigger(void *p = 0);
00037    void *newArray_TTrigger(Long_t size);
00038    void delete_TTrigger(void *p);
00039    void deleteArray_TTrigger(void *p);
00040    void destruct_TTrigger(void *p);
00041 
00042    // Function generating the singleton type initializer
00043    TGenericClassInfo *GenerateInitInstance(const TTrigger*)
00044    {
00045       TTrigger *ptr = 0;
00046       static ROOT::TGenericClassInfo 
00047          instance("TTrigger", TTrigger::Class_Version(), "TApi.h", 33,
00048                   typeid(TTrigger), DefineBehavior(ptr, ptr),
00049                   &::TTrigger::Dictionary, &TTrigger_IsA, 4);
00050       instance.SetNew(&new_TTrigger);
00051       instance.SetNewArray(&newArray_TTrigger);
00052       instance.SetDelete(&delete_TTrigger);
00053       instance.SetDeleteArray(&deleteArray_TTrigger);
00054       instance.SetDestructor(&destruct_TTrigger);
00055       return &instance;
00056    }
00057    // Static variable to force the class initialization
00058    static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TTrigger*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00059 }
00060 
00061 namespace ROOT {
00062    void TScanDef_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00063    TClass *TScanDef_IsA(const void*);
00064    void *new_TScanDef(void *p = 0);
00065    void *newArray_TScanDef(Long_t size);
00066    void delete_TScanDef(void *p);
00067    void deleteArray_TScanDef(void *p);
00068    void destruct_TScanDef(void *p);
00069 
00070    // Function generating the singleton type initializer
00071    TGenericClassInfo *GenerateInitInstance(const TScanDef*)
00072    {
00073       TScanDef *ptr = 0;
00074       static ROOT::TGenericClassInfo 
00075          instance("TScanDef", TScanDef::Class_Version(), "TApi.h", 78,
00076                   typeid(TScanDef), DefineBehavior(ptr, ptr),
00077                   &::TScanDef::Dictionary, &TScanDef_IsA, 4);
00078       instance.SetNew(&new_TScanDef);
00079       instance.SetNewArray(&newArray_TScanDef);
00080       instance.SetDelete(&delete_TScanDef);
00081       instance.SetDeleteArray(&deleteArray_TScanDef);
00082       instance.SetDestructor(&destruct_TScanDef);
00083       return &instance;
00084    }
00085    // Static variable to force the class initialization
00086    static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TScanDef*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00087 }
00088 
00089 namespace ROOT {
00090    void TApi_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00091    TClass *TApi_IsA(const void*);
00092    void *new_TApi(void *p = 0);
00093    void *newArray_TApi(Long_t size);
00094    void delete_TApi(void *p);
00095    void deleteArray_TApi(void *p);
00096    void destruct_TApi(void *p);
00097 
00098    // Function generating the singleton type initializer
00099    TGenericClassInfo *GenerateInitInstance(const TApi*)
00100    {
00101       TApi *ptr = 0;
00102       static ROOT::TGenericClassInfo 
00103          instance("TApi", TApi::Class_Version(), "TApi.h", 158,
00104                   typeid(TApi), DefineBehavior(ptr, ptr),
00105                   &::TApi::Dictionary, &TApi_IsA, 4);
00106       instance.SetNew(&new_TApi);
00107       instance.SetNewArray(&newArray_TApi);
00108       instance.SetDelete(&delete_TApi);
00109       instance.SetDeleteArray(&deleteArray_TApi);
00110       instance.SetDestructor(&destruct_TApi);
00111       return &instance;
00112    }
00113    // Static variable to force the class initialization
00114    static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TApi*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00115 }
00116 
00117 //______________________________________________________________________________
00118 TClass *TTrigger::fgIsA = 0;  // static to hold class pointer
00119 
00120 //______________________________________________________________________________
00121 const char *TTrigger::Class_Name()
00122 {
00123    return "TTrigger";
00124 }
00125 
00126 //______________________________________________________________________________
00127 const char *TTrigger::ImplFileName()
00128 {
00129    return ROOT::GenerateInitInstance((const TTrigger*)0x0)->GetImplFileName();
00130 }
00131 
00132 //______________________________________________________________________________
00133 int TTrigger::ImplFileLine()
00134 {
00135    return ROOT::GenerateInitInstance((const TTrigger*)0x0)->GetImplFileLine();
00136 }
00137 
00138 //______________________________________________________________________________
00139 void TTrigger::Dictionary()
00140 {
00141    fgIsA = ROOT::GenerateInitInstance((const TTrigger*)0x0)->GetClass();
00142 }
00143 
00144 //______________________________________________________________________________
00145 TClass *TTrigger::Class()
00146 {
00147    if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TTrigger*)0x0)->GetClass();
00148    return fgIsA;
00149 }
00150 
00151 //______________________________________________________________________________
00152 TClass *TScanDef::fgIsA = 0;  // static to hold class pointer
00153 
00154 //______________________________________________________________________________
00155 const char *TScanDef::Class_Name()
00156 {
00157    return "TScanDef";
00158 }
00159 
00160 //______________________________________________________________________________
00161 const char *TScanDef::ImplFileName()
00162 {
00163    return ROOT::GenerateInitInstance((const TScanDef*)0x0)->GetImplFileName();
00164 }
00165 
00166 //______________________________________________________________________________
00167 int TScanDef::ImplFileLine()
00168 {
00169    return ROOT::GenerateInitInstance((const TScanDef*)0x0)->GetImplFileLine();
00170 }
00171 
00172 //______________________________________________________________________________
00173 void TScanDef::Dictionary()
00174 {
00175    fgIsA = ROOT::GenerateInitInstance((const TScanDef*)0x0)->GetClass();
00176 }
00177 
00178 //______________________________________________________________________________
00179 TClass *TScanDef::Class()
00180 {
00181    if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TScanDef*)0x0)->GetClass();
00182    return fgIsA;
00183 }
00184 
00185 //______________________________________________________________________________
00186 TClass *TApi::fgIsA = 0;  // static to hold class pointer
00187 
00188 //______________________________________________________________________________
00189 const char *TApi::Class_Name()
00190 {
00191    return "TApi";
00192 }
00193 
00194 //______________________________________________________________________________
00195 const char *TApi::ImplFileName()
00196 {
00197    return ROOT::GenerateInitInstance((const TApi*)0x0)->GetImplFileName();
00198 }
00199 
00200 //______________________________________________________________________________
00201 int TApi::ImplFileLine()
00202 {
00203    return ROOT::GenerateInitInstance((const TApi*)0x0)->GetImplFileLine();
00204 }
00205 
00206 //______________________________________________________________________________
00207 void TApi::Dictionary()
00208 {
00209    fgIsA = ROOT::GenerateInitInstance((const TApi*)0x0)->GetClass();
00210 }
00211 
00212 //______________________________________________________________________________
00213 TClass *TApi::Class()
00214 {
00215    if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TApi*)0x0)->GetClass();
00216    return fgIsA;
00217 }
00218 
00219 //______________________________________________________________________________
00220 void TApi::Streamer(TBuffer &R__b)
00221 {
00222    // Stream an object of class TApi.
00223 
00224    if (R__b.IsReading()) {
00225       TApi::Class()->ReadBuffer(R__b, this);
00226    } else {
00227       TApi::Class()->WriteBuffer(R__b, this);
00228    }
00229 }
00230 
00231 //______________________________________________________________________________
00232 void TApi::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00233 {
00234       // Inspect the data members of an object of class TApi.
00235 
00236       TClass *R__cl = TApi::IsA();
00237       Int_t R__ncp = strlen(R__parent);
00238       if (R__ncp || R__cl || R__insp.IsA()) { }
00239       R__insp.Inspect(R__cl, R__parent, "*worker", &worker);
00240       TObject::ShowMembers(R__insp, R__parent);
00241 }
00242 
00243 namespace ROOT {
00244    // Return the actual TClass for the object argument
00245    TClass *TApi_IsA(const void *obj) {
00246       return ((::TApi*)obj)->IsA();
00247    }
00248    // Wrappers around operator new
00249    void *new_TApi(void *p) {
00250       return  p ? new(p) ::TApi : new ::TApi;
00251    }
00252    void *newArray_TApi(Long_t size) {
00253       return new ::TApi[size];
00254    }
00255    // Wrapper around operator delete
00256    void delete_TApi(void *p) {
00257       delete ((::TApi*)p);
00258    }
00259    void deleteArray_TApi(void *p) {
00260       delete [] ((::TApi*)p);
00261    }
00262    void destruct_TApi(void *p) {
00263       typedef ::TApi current_t;
00264       ((current_t*)p)->~current_t();
00265    }
00266 } // end of namespace ROOT for class TApi
00267 
00268 //______________________________________________________________________________
00269 void R__TScanDef_trigSequence(TBuffer &R__b, void *R__p, int)
00270 {
00271    TTrigger &trigSequence = *(TTrigger *)R__p;
00272    if (R__b.IsReading()) {
00273       trigSequence.Streamer(R__b);
00274    } else {
00275       trigSequence.Streamer(R__b);
00276    }
00277 }
00278 
00279 //______________________________________________________________________________
00280 void R__TScanDef_trigSequence2(TBuffer &R__b, void *R__p, int)
00281 {
00282    TTrigger &trigSequence2 = *(TTrigger *)R__p;
00283    if (R__b.IsReading()) {
00284       trigSequence2.Streamer(R__b);
00285    } else {
00286       trigSequence2.Streamer(R__b);
00287    }
00288 }
00289 
00290 //______________________________________________________________________________
00291 void TScanDef::Streamer(TBuffer &R__b)
00292 {
00293    // Stream an object of class TScanDef.
00294 
00295    if (R__b.IsReading()) {
00296       TScanDef::Class()->ReadBuffer(R__b, this);
00297    } else {
00298       TScanDef::Class()->WriteBuffer(R__b, this);
00299    }
00300 }
00301 
00302 //______________________________________________________________________________
00303 void TScanDef::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00304 {
00305       // Inspect the data members of an object of class TScanDef.
00306 
00307       TClass *R__cl = TScanDef::IsA();
00308       Int_t R__ncp = strlen(R__parent);
00309       if (R__ncp || R__cl || R__insp.IsA()) { }
00310       R__insp.Inspect(R__cl, R__parent, "trigsPerBurst", &trigsPerBurst);
00311       R__insp.Inspect(R__cl, R__parent, "scanVariable", &scanVariable);
00312       R__insp.Inspect(R__cl, R__parent, "scanVariable2", &scanVariable2);
00313       R__insp.Inspect(R__cl, R__parent, "trigSequence", &trigSequence);
00314       trigSequence.ShowMembers(R__insp, strcat(R__parent,"trigSequence.")); R__parent[R__ncp] = 0;
00315       R__cl->SetStreamer("trigSequence",R__TScanDef_trigSequence);
00316       R__insp.Inspect(R__cl, R__parent, "trigSequence2", &trigSequence2);
00317       trigSequence2.ShowMembers(R__insp, strcat(R__parent,"trigSequence2.")); R__parent[R__ncp] = 0;
00318       R__cl->SetStreamer("trigSequence2",R__TScanDef_trigSequence2);
00319       R__insp.Inspect(R__cl, R__parent, "format", &format);
00320       R__insp.Inspect(R__cl, R__parent, "full", &full);
00321       R__insp.Inspect(R__cl, R__parent, "bits32", &bits32);
00322       R__insp.Inspect(R__cl, R__parent, "loopCalLine", &loopCalLine);
00323       R__insp.Inspect(R__cl, R__parent, "distSlave", &distSlave);
00324       R__insp.Inspect(R__cl, R__parent, "debug", &debug);
00325       R__insp.Inspect(R__cl, R__parent, "*worker", &worker);
00326 }
00327 
00328 namespace ROOT {
00329    // Return the actual TClass for the object argument
00330    TClass *TScanDef_IsA(const void *obj) {
00331       return ((::TScanDef*)obj)->IsA();
00332    }
00333    // Wrappers around operator new
00334    void *new_TScanDef(void *p) {
00335       return  p ? ::new((ROOT::TOperatorNewHelper*)p) ::TScanDef : new ::TScanDef;
00336    }
00337    void *newArray_TScanDef(Long_t size) {
00338       return new ::TScanDef[size];
00339    }
00340    // Wrapper around operator delete
00341    void delete_TScanDef(void *p) {
00342       delete ((::TScanDef*)p);
00343    }
00344    void deleteArray_TScanDef(void *p) {
00345       delete [] ((::TScanDef*)p);
00346    }
00347    void destruct_TScanDef(void *p) {
00348       typedef ::TScanDef current_t;
00349       ((current_t*)p)->~current_t();
00350    }
00351 } // end of namespace ROOT for class TScanDef
00352 
00353 //______________________________________________________________________________
00354 void TTrigger::Streamer(TBuffer &R__b)
00355 {
00356    // Stream an object of class TTrigger.
00357 
00358    if (R__b.IsReading()) {
00359       TTrigger::Class()->ReadBuffer(R__b, this);
00360    } else {
00361       TTrigger::Class()->WriteBuffer(R__b, this);
00362    }
00363 }
00364 
00365 //______________________________________________________________________________
00366 void TTrigger::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00367 {
00368       // Inspect the data members of an object of class TTrigger.
00369 
00370       TClass *R__cl = TTrigger::IsA();
00371       Int_t R__ncp = strlen(R__parent);
00372       if (R__ncp || R__cl || R__insp.IsA()) { }
00373       R__insp.Inspect(R__cl, R__parent, "incCmd", &incCmd);
00374       R__insp.Inspect(R__cl, R__parent, "incData", &incData);
00375       R__insp.Inspect(R__cl, R__parent, "*worker", &worker);
00376 }
00377 
00378 namespace ROOT {
00379    // Return the actual TClass for the object argument
00380    TClass *TTrigger_IsA(const void *obj) {
00381       return ((::TTrigger*)obj)->IsA();
00382    }
00383    // Wrappers around operator new
00384    void *new_TTrigger(void *p) {
00385       return  p ? ::new((ROOT::TOperatorNewHelper*)p) ::TTrigger : new ::TTrigger;
00386    }
00387    void *newArray_TTrigger(Long_t size) {
00388       return new ::TTrigger[size];
00389    }
00390    // Wrapper around operator delete
00391    void delete_TTrigger(void *p) {
00392       delete ((::TTrigger*)p);
00393    }
00394    void deleteArray_TTrigger(void *p) {
00395       delete [] ((::TTrigger*)p);
00396    }
00397    void destruct_TTrigger(void *p) {
00398       typedef ::TTrigger current_t;
00399       ((current_t*)p)->~current_t();
00400    }
00401 } // end of namespace ROOT for class TTrigger
00402 
00403 /********************************************************
00404 * tapi_cint.cpp
00405 ********************************************************/
00406 
00407 #ifdef G__MEMTEST
00408 #undef malloc
00409 #undef free
00410 #endif
00411 
00412 extern "C" void G__cpp_reset_tagtabletapi_cint();
00413 
00414 extern "C" void G__set_cpp_environmenttapi_cint() {
00415   G__add_compiledheader("TROOT.h");
00416   G__add_compiledheader("TMemberInspector.h");
00417   G__add_compiledheader("TApi.h");
00418   G__cpp_reset_tagtabletapi_cint();
00419 }
00420 class G__tapi_cintdOcpp_tag {};
00421 
00422 void* operator new(size_t size,G__tapi_cintdOcpp_tag* p) {
00423   if(p && G__PVOID!=G__getgvp()) return((void*)p);
00424 #ifndef G__ROOT
00425   return(malloc(size));
00426 #else
00427   return(::operator new(size));
00428 #endif
00429 }
00430 
00431 /* dummy, for exception */
00432 #ifdef G__EH_DUMMY_DELETE
00433 void operator delete(void *p,G__tapi_cintdOcpp_tag* x) {
00434   if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
00435 #ifndef G__ROOT
00436   free(p);
00437 #else
00438   ::operator delete(p);
00439 #endif
00440 }
00441 #endif
00442 
00443 static void G__operator_delete(void *p) {
00444   if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
00445 #ifndef G__ROOT
00446   free(p);
00447 #else
00448   ::operator delete(p);
00449 #endif
00450 }
00451 
00452 void G__DELDMY_tapi_cintdOcpp() { G__operator_delete(0); }
00453 
00454 extern "C" int G__cpp_dllrevtapi_cint() { return(30051515); }
00455 
00456 /*********************************************************
00457 * Member function Interface Method
00458 *********************************************************/
00459 
00460 /* SctApi */
00461 
00462 /* TTrigger */
00463 static int G__tapi_cint_131_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00464    TTrigger *p=NULL;
00465    if(G__getaryconstruct()) p=new TTrigger[G__getaryconstruct()];
00466    else p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TTrigger;
00467       result7->obj.i = (long)p;
00468       result7->ref = (long)p;
00469       result7->type = 'u';
00470       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TTrigger);
00471    return(1 || funcname || hash || result7 || libp) ;
00472 }
00473 
00474 static int G__tapi_cint_131_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00475    TTrigger *p=NULL;
00476       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TTrigger(*(TTrigger*)libp->para[0].ref);
00477       result7->obj.i = (long)p;
00478       result7->ref = (long)p;
00479       result7->type = 'u';
00480       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TTrigger);
00481    return(1 || funcname || hash || result7 || libp) ;
00482 }
00483 
00484 static int G__tapi_cint_131_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00485       G__setnull(result7);
00486       ((TTrigger*)(G__getstructoffset()))->singleL1A();
00487    return(1 || funcname || hash || result7 || libp) ;
00488 }
00489 
00490 static int G__tapi_cint_131_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00491       G__setnull(result7);
00492       ((TTrigger*)(G__getstructoffset()))->doubleL1A((int)G__int(libp->para[0]));
00493    return(1 || funcname || hash || result7 || libp) ;
00494 }
00495 
00496 static int G__tapi_cint_131_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00497       G__setnull(result7);
00498       ((TTrigger*)(G__getstructoffset()))->calL1A((int)G__int(libp->para[0]));
00499    return(1 || funcname || hash || result7 || libp) ;
00500 }
00501 
00502 static int G__tapi_cint_131_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00503       G__setnull(result7);
00504       ((TTrigger*)(G__getstructoffset()))->pulseL1A((int)G__int(libp->para[0]));
00505    return(1 || funcname || hash || result7 || libp) ;
00506 }
00507 
00508 static int G__tapi_cint_131_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00509       G__setnull(result7);
00510       ((TTrigger*)(G__getstructoffset()))->softL1A((int)G__int(libp->para[0]));
00511    return(1 || funcname || hash || result7 || libp) ;
00512 }
00513 
00514 static int G__tapi_cint_131_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00515       G__setnull(result7);
00516       ((TTrigger*)(G__getstructoffset()))->softCalL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00517    return(1 || funcname || hash || result7 || libp) ;
00518 }
00519 
00520 static int G__tapi_cint_131_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00521       G__setnull(result7);
00522       ((TTrigger*)(G__getstructoffset()))->softPulseL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00523    return(1 || funcname || hash || result7 || libp) ;
00524 }
00525 
00526 static int G__tapi_cint_131_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00527       G__setnull(result7);
00528       ((TTrigger*)(G__getstructoffset()))->bcL1A((int)G__int(libp->para[0]));
00529    return(1 || funcname || hash || result7 || libp) ;
00530 }
00531 
00532 static int G__tapi_cint_131_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00533       G__setnull(result7);
00534       ((TTrigger*)(G__getstructoffset()))->bcCalL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00535    return(1 || funcname || hash || result7 || libp) ;
00536 }
00537 
00538 static int G__tapi_cint_131_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00539       G__setnull(result7);
00540       ((TTrigger*)(G__getstructoffset()))->bcPulseL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00541    return(1 || funcname || hash || result7 || libp) ;
00542 }
00543 
00544 static int G__tapi_cint_131_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00545    G__letint(result7,85,(long)((TTrigger*)(G__getstructoffset()))->getTrigger());
00546    return(1 || funcname || hash || result7 || libp) ;
00547 }
00548 
00549 static int G__tapi_cint_131_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00550    G__letint(result7,85,(long)TTrigger::Class());
00551    return(1 || funcname || hash || result7 || libp) ;
00552 }
00553 
00554 static int G__tapi_cint_131_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00555    G__letint(result7,67,(long)TTrigger::Class_Name());
00556    return(1 || funcname || hash || result7 || libp) ;
00557 }
00558 
00559 static int G__tapi_cint_131_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00560       G__letint(result7,115,(long)TTrigger::Class_Version());
00561    return(1 || funcname || hash || result7 || libp) ;
00562 }
00563 
00564 static int G__tapi_cint_131_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00565       G__setnull(result7);
00566       TTrigger::Dictionary();
00567    return(1 || funcname || hash || result7 || libp) ;
00568 }
00569 
00570 static int G__tapi_cint_131_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00571    G__letint(result7,85,(long)((const TTrigger*)(G__getstructoffset()))->IsA());
00572    return(1 || funcname || hash || result7 || libp) ;
00573 }
00574 
00575 static int G__tapi_cint_131_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00576       G__setnull(result7);
00577       ((TTrigger*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
00578    return(1 || funcname || hash || result7 || libp) ;
00579 }
00580 
00581 static int G__tapi_cint_131_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00582       G__setnull(result7);
00583       ((TTrigger*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
00584    return(1 || funcname || hash || result7 || libp) ;
00585 }
00586 
00587 static int G__tapi_cint_131_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00588       G__setnull(result7);
00589       ((TTrigger*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
00590    return(1 || funcname || hash || result7 || libp) ;
00591 }
00592 
00593 static int G__tapi_cint_131_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00594    G__letint(result7,67,(long)TTrigger::DeclFileName());
00595    return(1 || funcname || hash || result7 || libp) ;
00596 }
00597 
00598 static int G__tapi_cint_131_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00599       G__letint(result7,105,(long)TTrigger::ImplFileLine());
00600    return(1 || funcname || hash || result7 || libp) ;
00601 }
00602 
00603 static int G__tapi_cint_131_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00604    G__letint(result7,67,(long)TTrigger::ImplFileName());
00605    return(1 || funcname || hash || result7 || libp) ;
00606 }
00607 
00608 static int G__tapi_cint_131_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00609       G__letint(result7,105,(long)TTrigger::DeclFileLine());
00610    return(1 || funcname || hash || result7 || libp) ;
00611 }
00612 
00613 // automatic destructor
00614 typedef TTrigger G__TTTrigger;
00615 static int G__tapi_cint_131_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00616    if(0==G__getstructoffset()) return(1);
00617    if(G__getaryconstruct())
00618      if(G__PVOID==G__getgvp())
00619        delete[] (TTrigger *)(G__getstructoffset());
00620      else
00621        for(int i=G__getaryconstruct()-1;i>=0;i--)
00622          ((TTrigger *)((G__getstructoffset())+sizeof(TTrigger)*i))->~G__TTTrigger();
00623    else {
00624      long G__Xtmp=G__getgvp();
00625      G__setgvp(G__PVOID);
00626      ((TTrigger *)(G__getstructoffset()))->~G__TTTrigger();
00627      G__setgvp(G__Xtmp);
00628      G__operator_delete((void*)G__getstructoffset());
00629    }
00630       G__setnull(result7);
00631    return(1 || funcname || hash || result7 || libp) ;
00632 }
00633 
00634 
00635 /* TScanDef */
00636 static int G__tapi_cint_132_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00637    TScanDef *p=NULL;
00638    if(G__getaryconstruct()) p=new TScanDef[G__getaryconstruct()];
00639    else p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TScanDef;
00640       result7->obj.i = (long)p;
00641       result7->ref = (long)p;
00642       result7->type = 'u';
00643       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TScanDef);
00644    return(1 || funcname || hash || result7 || libp) ;
00645 }
00646 
00647 static int G__tapi_cint_132_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00648    TScanDef *p=NULL;
00649       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TScanDef(*(TScanDef*)libp->para[0].ref);
00650       result7->obj.i = (long)p;
00651       result7->ref = (long)p;
00652       result7->type = 'u';
00653       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TScanDef);
00654    return(1 || funcname || hash || result7 || libp) ;
00655 }
00656 
00657 static int G__tapi_cint_132_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00658       G__setnull(result7);
00659       ((TScanDef*)(G__getstructoffset()))->print();
00660    return(1 || funcname || hash || result7 || libp) ;
00661 }
00662 
00663 static int G__tapi_cint_132_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00664       G__setnull(result7);
00665       ((TScanDef*)(G__getstructoffset()))->configure((UINT16)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1])
00666 ,(FLOAT32)G__double(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
00667    return(1 || funcname || hash || result7 || libp) ;
00668 }
00669 
00670 static int G__tapi_cint_132_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00671       G__setnull(result7);
00672       ((TScanDef*)(G__getstructoffset()))->configure2((UINT16)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1])
00673 ,(FLOAT32)G__double(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
00674    return(1 || funcname || hash || result7 || libp) ;
00675 }
00676 
00677 static int G__tapi_cint_132_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00678    G__letint(result7,85,(long)((TScanDef*)(G__getstructoffset()))->getScan());
00679    return(1 || funcname || hash || result7 || libp) ;
00680 }
00681 
00682 static int G__tapi_cint_132_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00683    G__letint(result7,85,(long)TScanDef::Class());
00684    return(1 || funcname || hash || result7 || libp) ;
00685 }
00686 
00687 static int G__tapi_cint_132_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00688    G__letint(result7,67,(long)TScanDef::Class_Name());
00689    return(1 || funcname || hash || result7 || libp) ;
00690 }
00691 
00692 static int G__tapi_cint_132_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00693       G__letint(result7,115,(long)TScanDef::Class_Version());
00694    return(1 || funcname || hash || result7 || libp) ;
00695 }
00696 
00697 static int G__tapi_cint_132_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00698       G__setnull(result7);
00699       TScanDef::Dictionary();
00700    return(1 || funcname || hash || result7 || libp) ;
00701 }
00702 
00703 static int G__tapi_cint_132_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00704    G__letint(result7,85,(long)((const TScanDef*)(G__getstructoffset()))->IsA());
00705    return(1 || funcname || hash || result7 || libp) ;
00706 }
00707 
00708 static int G__tapi_cint_132_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00709       G__setnull(result7);
00710       ((TScanDef*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
00711    return(1 || funcname || hash || result7 || libp) ;
00712 }
00713 
00714 static int G__tapi_cint_132_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00715       G__setnull(result7);
00716       ((TScanDef*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
00717    return(1 || funcname || hash || result7 || libp) ;
00718 }
00719 
00720 static int G__tapi_cint_132_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00721       G__setnull(result7);
00722       ((TScanDef*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
00723    return(1 || funcname || hash || result7 || libp) ;
00724 }
00725 
00726 static int G__tapi_cint_132_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00727    G__letint(result7,67,(long)TScanDef::DeclFileName());
00728    return(1 || funcname || hash || result7 || libp) ;
00729 }
00730 
00731 static int G__tapi_cint_132_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00732       G__letint(result7,105,(long)TScanDef::ImplFileLine());
00733    return(1 || funcname || hash || result7 || libp) ;
00734 }
00735 
00736 static int G__tapi_cint_132_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00737    G__letint(result7,67,(long)TScanDef::ImplFileName());
00738    return(1 || funcname || hash || result7 || libp) ;
00739 }
00740 
00741 static int G__tapi_cint_132_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00742       G__letint(result7,105,(long)TScanDef::DeclFileLine());
00743    return(1 || funcname || hash || result7 || libp) ;
00744 }
00745 
00746 // automatic destructor
00747 typedef TScanDef G__TTScanDef;
00748 static int G__tapi_cint_132_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00749    if(0==G__getstructoffset()) return(1);
00750    if(G__getaryconstruct())
00751      if(G__PVOID==G__getgvp())
00752        delete[] (TScanDef *)(G__getstructoffset());
00753      else
00754        for(int i=G__getaryconstruct()-1;i>=0;i--)
00755          ((TScanDef *)((G__getstructoffset())+sizeof(TScanDef)*i))->~G__TTScanDef();
00756    else {
00757      long G__Xtmp=G__getgvp();
00758      G__setgvp(G__PVOID);
00759      ((TScanDef *)(G__getstructoffset()))->~G__TTScanDef();
00760      G__setgvp(G__Xtmp);
00761      G__operator_delete((void*)G__getstructoffset());
00762    }
00763       G__setnull(result7);
00764    return(1 || funcname || hash || result7 || libp) ;
00765 }
00766 
00767 
00768 /* TApi */
00769 static int G__tapi_cint_133_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00770    TApi *p=NULL;
00771    switch(libp->paran) {
00772    case 1:
00773       p = new TApi((int)G__int(libp->para[0]));
00774       break;
00775    case 0:
00776    if(G__getaryconstruct()) p=new TApi[G__getaryconstruct()];
00777    else                    p=new TApi;
00778       break;
00779    }
00780       result7->obj.i = (long)p;
00781       result7->ref = (long)p;
00782       result7->type = 'u';
00783       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TApi);
00784    return(1 || funcname || hash || result7 || libp) ;
00785 }
00786 
00787 static int G__tapi_cint_133_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00788       G__setnull(result7);
00789       ((TApi*)(G__getstructoffset()))->initialiseAll((int)G__int(libp->para[0]));
00790    return(1 || funcname || hash || result7 || libp) ;
00791 }
00792 
00793 static int G__tapi_cint_133_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00794       G__setnull(result7);
00795       ((TApi*)(G__getstructoffset()))->shutdownAll();
00796    return(1 || funcname || hash || result7 || libp) ;
00797 }
00798 
00799 static int G__tapi_cint_133_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00800       G__setnull(result7);
00801       ((TApi*)(G__getstructoffset()))->setRunNumber((int)G__int(libp->para[0]));
00802    return(1 || funcname || hash || result7 || libp) ;
00803 }
00804 
00805 static int G__tapi_cint_133_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00806       G__setnull(result7);
00807       ((TApi*)(G__getstructoffset()))->setScanNumber((int)G__int(libp->para[0]));
00808    return(1 || funcname || hash || result7 || libp) ;
00809 }
00810 
00811 static int G__tapi_cint_133_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00812       G__setnull(result7);
00813       ((TApi*)(G__getstructoffset()))->echo((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00814 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
00815 ,(long*)G__int(libp->para[4]));
00816    return(1 || funcname || hash || result7 || libp) ;
00817 }
00818 
00819 static int G__tapi_cint_133_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00820       G__setnull(result7);
00821       ((TApi*)(G__getstructoffset()))->loadConfiguration();
00822    return(1 || funcname || hash || result7 || libp) ;
00823 }
00824 
00825 static int G__tapi_cint_133_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00826       G__setnull(result7);
00827       ((TApi*)(G__getstructoffset()))->configureBOC((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00828 ,(unsigned int)G__int(libp->para[2]));
00829    return(1 || funcname || hash || result7 || libp) ;
00830 }
00831 
00832 static int G__tapi_cint_133_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00833    switch(libp->paran) {
00834    case 4:
00835       G__setnull(result7);
00836       ((TApi*)(G__getstructoffset()))->awaitResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00837 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3]));
00838       break;
00839    case 3:
00840       G__setnull(result7);
00841       ((TApi*)(G__getstructoffset()))->awaitResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00842 ,(unsigned int)G__int(libp->para[2]));
00843       break;
00844    }
00845    return(1 || funcname || hash || result7 || libp) ;
00846 }
00847 
00848 static int G__tapi_cint_133_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00849    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->getResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00850 ,(unsigned int)G__int(libp->para[2])));
00851    return(1 || funcname || hash || result7 || libp) ;
00852 }
00853 
00854 static int G__tapi_cint_133_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00855    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->getResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00856 ,(unsigned int)G__int(libp->para[2]),(unsigned long*)G__int(libp->para[3])));
00857    return(1 || funcname || hash || result7 || libp) ;
00858 }
00859 
00860 static int G__tapi_cint_133_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00861       G__letint(result7,103,(long)((TApi*)(G__getstructoffset()))->getRodMessage((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00862 ,(unsigned int)G__int(libp->para[2]),(char*)G__int(libp->para[3])
00863 ,*(int*)G__Intref(&libp->para[4])));
00864    return(1 || funcname || hash || result7 || libp) ;
00865 }
00866 
00867 static int G__tapi_cint_133_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00868    switch(libp->paran) {
00869    case 6:
00870       G__setnull(result7);
00871       ((TApi*)(G__getstructoffset()))->flashLED((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00872 ,(unsigned int)G__int(libp->para[2]),(unsigned long)G__int(libp->para[3])
00873 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5]));
00874       break;
00875    case 5:
00876       G__setnull(result7);
00877       ((TApi*)(G__getstructoffset()))->flashLED((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00878 ,(unsigned int)G__int(libp->para[2]),(unsigned long)G__int(libp->para[3])
00879 ,(long)G__int(libp->para[4]));
00880       break;
00881    case 4:
00882       G__setnull(result7);
00883       ((TApi*)(G__getstructoffset()))->flashLED((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00884 ,(unsigned int)G__int(libp->para[2]),(unsigned long)G__int(libp->para[3]));
00885       break;
00886    }
00887    return(1 || funcname || hash || result7 || libp) ;
00888 }
00889 
00890 static int G__tapi_cint_133_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00891       G__setnull(result7);
00892       ((TApi*)(G__getstructoffset()))->status();
00893    return(1 || funcname || hash || result7 || libp) ;
00894 }
00895 
00896 static int G__tapi_cint_133_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00897       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDump((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00898 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
00899 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])));
00900    return(1 || funcname || hash || result7 || libp) ;
00901 }
00902 
00903 static int G__tapi_cint_133_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00904       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDumpFile(
00905 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00906 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
00907 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
00908 ,(const char*)G__int(libp->para[6])));
00909    return(1 || funcname || hash || result7 || libp) ;
00910 }
00911 
00912 static int G__tapi_cint_133_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00913    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->dspBlockRead(
00914 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00915 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
00916 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
00917 ,(long*)G__int(libp->para[6])));
00918    return(1 || funcname || hash || result7 || libp) ;
00919 }
00920 
00921 static int G__tapi_cint_133_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00922       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockWrite(
00923 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00924 ,(unsigned int)G__int(libp->para[2]),(unsigned long*)G__int(libp->para[3])
00925 ,(unsigned long)G__int(libp->para[4]),(long)G__int(libp->para[5])
00926 ,(long)G__int(libp->para[6])));
00927    return(1 || funcname || hash || result7 || libp) ;
00928 }
00929 
00930 static int G__tapi_cint_133_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00931       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->readRodStatusReg((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00932 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])));
00933    return(1 || funcname || hash || result7 || libp) ;
00934 }
00935 
00936 static int G__tapi_cint_133_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00937       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->readRodCommandReg((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00938 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])));
00939    return(1 || funcname || hash || result7 || libp) ;
00940 }
00941 
00942 static int G__tapi_cint_133_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00943       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->dspSingleRead((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00944 ,(unsigned int)G__int(libp->para[2]),(const unsigned long)G__int(libp->para[3])
00945 ,(long)G__int(libp->para[4])));
00946    return(1 || funcname || hash || result7 || libp) ;
00947 }
00948 
00949 static int G__tapi_cint_133_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00950       G__setnull(result7);
00951       ((TApi*)(G__getstructoffset()))->dspSingleWrite((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00952 ,(unsigned int)G__int(libp->para[2]),(unsigned long)G__int(libp->para[3])
00953 ,(unsigned long)G__int(libp->para[4]),(long)G__int(libp->para[5]));
00954    return(1 || funcname || hash || result7 || libp) ;
00955 }
00956 
00957 static int G__tapi_cint_133_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00958       G__setnull(result7);
00959       ((TApi*)(G__getstructoffset()))->createDebugPrimList();
00960    return(1 || funcname || hash || result7 || libp) ;
00961 }
00962 
00963 static int G__tapi_cint_133_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00964       G__setnull(result7);
00965       ((TApi*)(G__getstructoffset()))->addDebugPrimList((unsigned long)G__int(libp->para[0]),(long)G__int(libp->para[1])
00966 ,(long)G__int(libp->para[2]),(long)G__int(libp->para[3])
00967 ,(unsigned long*)G__int(libp->para[4]));
00968    return(1 || funcname || hash || result7 || libp) ;
00969 }
00970 
00971 static int G__tapi_cint_133_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00972       G__setnull(result7);
00973       ((TApi*)(G__getstructoffset()))->sendDebugPrimList((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00974 ,(unsigned int)G__int(libp->para[2]));
00975    return(1 || funcname || hash || result7 || libp) ;
00976 }
00977 
00978 static int G__tapi_cint_133_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00979       G__setnull(result7);
00980       ((TApi*)(G__getstructoffset()))->sendDebugSlavePrimList((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00981 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
00982 ,(bool)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
00983    return(1 || funcname || hash || result7 || libp) ;
00984 }
00985 
00986 static int G__tapi_cint_133_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00987    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->retrieveModule((UINT32)G__int(libp->para[0])));
00988    return(1 || funcname || hash || result7 || libp) ;
00989 }
00990 
00991 static int G__tapi_cint_133_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00992       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findModule(*((string*)G__int(libp->para[0]))));
00993    return(1 || funcname || hash || result7 || libp) ;
00994 }
00995 
00996 static int G__tapi_cint_133_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00997       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findModule((INT32)G__int(libp->para[0]),(INT32)G__int(libp->para[1])));
00998    return(1 || funcname || hash || result7 || libp) ;
00999 }
01000 
01001 static int G__tapi_cint_133_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01002       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findBarrelModule((INT32)G__int(libp->para[0]),(INT32)G__int(libp->para[1])
01003 ,(INT32)G__int(libp->para[2])));
01004    return(1 || funcname || hash || result7 || libp) ;
01005 }
01006 
01007 static int G__tapi_cint_133_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01008       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findEndcapModule((INT32)G__int(libp->para[0]),(INT32)G__int(libp->para[1])
01009 ,(INT32)G__int(libp->para[2])));
01010    return(1 || funcname || hash || result7 || libp) ;
01011 }
01012 
01013 static int G__tapi_cint_133_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01014       G__setnull(result7);
01015       ((TApi*)(G__getstructoffset()))->getABCDModule((UINT32)G__int(libp->para[0]));
01016    return(1 || funcname || hash || result7 || libp) ;
01017 }
01018 
01019 static int G__tapi_cint_133_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01020       G__setnull(result7);
01021       ((TApi*)(G__getstructoffset()))->getABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01022    return(1 || funcname || hash || result7 || libp) ;
01023 }
01024 
01025 static int G__tapi_cint_133_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01026       G__setnull(result7);
01027       ((TApi*)(G__getstructoffset()))->setABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01028    return(1 || funcname || hash || result7 || libp) ;
01029 }
01030 
01031 static int G__tapi_cint_133_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01032    switch(libp->paran) {
01033    case 3:
01034       G__setnull(result7);
01035       ((TApi*)(G__getstructoffset()))->sendABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01036 ,(UINT32)G__int(libp->para[2]));
01037       break;
01038    case 2:
01039       G__setnull(result7);
01040       ((TApi*)(G__getstructoffset()))->sendABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01041       break;
01042    }
01043    return(1 || funcname || hash || result7 || libp) ;
01044 }
01045 
01046 static int G__tapi_cint_133_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01047       G__setnull(result7);
01048       ((TApi*)(G__getstructoffset()))->modifyABCDMask((UINT32)G__int(libp->para[0]),(UINT32*)G__int(libp->para[1]));
01049    return(1 || funcname || hash || result7 || libp) ;
01050 }
01051 
01052 static int G__tapi_cint_133_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01053       G__setnull(result7);
01054       ((TApi*)(G__getstructoffset()))->modifyABCDTrims((UINT32)G__int(libp->para[0]),(UINT8*)G__int(libp->para[1]));
01055    return(1 || funcname || hash || result7 || libp) ;
01056 }
01057 
01058 static int G__tapi_cint_133_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01059       G__setnull(result7);
01060       ((TApi*)(G__getstructoffset()))->modifyABCDVar((UINT32)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1]));
01061    return(1 || funcname || hash || result7 || libp) ;
01062 }
01063 
01064 static int G__tapi_cint_133_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01065       G__setnull(result7);
01066       ((TApi*)(G__getstructoffset()))->modifyABCDVar((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01067 ,(FLOAT32)G__double(libp->para[2]));
01068    return(1 || funcname || hash || result7 || libp) ;
01069 }
01070 
01071 static int G__tapi_cint_133_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01072       G__setnull(result7);
01073       ((TApi*)(G__getstructoffset()))->modifyABCDVar((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01074 ,(UINT32)G__int(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
01075    return(1 || funcname || hash || result7 || libp) ;
01076 }
01077 
01078 static int G__tapi_cint_133_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01079       G__setnull(result7);
01080       ((TApi*)(G__getstructoffset()))->modifyBOCParam((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01081 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
01082 ,(unsigned int)G__int(libp->para[4]),(unsigned int)G__int(libp->para[5]));
01083    return(1 || funcname || hash || result7 || libp) ;
01084 }
01085 
01086 static int G__tapi_cint_133_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01087       G__setnull(result7);
01088       ((TApi*)(G__getstructoffset()))->defaultScan((int)G__int(libp->para[0]));
01089    return(1 || funcname || hash || result7 || libp) ;
01090 }
01091 
01092 static int G__tapi_cint_133_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01093       G__setnull(result7);
01094       ((TApi*)(G__getstructoffset()))->tidyHistogramming();
01095    return(1 || funcname || hash || result7 || libp) ;
01096 }
01097 
01098 static int G__tapi_cint_133_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01099       G__setnull(result7);
01100       ((TApi*)(G__getstructoffset()))->doScan(*((TScanDef*)G__int(libp->para[0])));
01101    return(1 || funcname || hash || result7 || libp) ;
01102 }
01103 
01104 static int G__tapi_cint_133_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01105    switch(libp->paran) {
01106    case 4:
01107       G__setnull(result7);
01108       ((TApi*)(G__getstructoffset()))->doRawScan(*((TScanDef*)G__int(libp->para[0])),(int)G__int(libp->para[1])
01109 ,(bool)G__int(libp->para[2]),(bool)G__int(libp->para[3]));
01110       break;
01111    case 3:
01112       G__setnull(result7);
01113       ((TApi*)(G__getstructoffset()))->doRawScan(*((TScanDef*)G__int(libp->para[0])),(int)G__int(libp->para[1])
01114 ,(bool)G__int(libp->para[2]));
01115       break;
01116    case 2:
01117       G__setnull(result7);
01118       ((TApi*)(G__getstructoffset()))->doRawScan(*((TScanDef*)G__int(libp->para[0])),(int)G__int(libp->para[1]));
01119       break;
01120    }
01121    return(1 || funcname || hash || result7 || libp) ;
01122 }
01123 
01124 static int G__tapi_cint_133_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01125       G__setnull(result7);
01126       ((TApi*)(G__getstructoffset()))->sendTrigger((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01127 ,(unsigned int)G__int(libp->para[2]),*((TTrigger*)G__int(libp->para[3])));
01128    return(1 || funcname || hash || result7 || libp) ;
01129 }
01130 
01131 static int G__tapi_cint_133_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01132       G__setnull(result7);
01133       ((TApi*)(G__getstructoffset()))->printABCDModule((int)G__int(libp->para[0]));
01134    return(1 || funcname || hash || result7 || libp) ;
01135 }
01136 
01137 static int G__tapi_cint_133_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01138       G__setnull(result7);
01139       ((TApi*)(G__getstructoffset()))->printABCDRodModule((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
01140    return(1 || funcname || hash || result7 || libp) ;
01141 }
01142 
01143 static int G__tapi_cint_133_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01144       G__setnull(result7);
01145       ((TApi*)(G__getstructoffset()))->printBOCSetup((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01146 ,(unsigned int)G__int(libp->para[2]));
01147    return(1 || funcname || hash || result7 || libp) ;
01148 }
01149 
01150 static int G__tapi_cint_133_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01151       G__setnull(result7);
01152       ((TApi*)(G__getstructoffset()))->printBOCRegisters((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01153 ,(unsigned int)G__int(libp->para[2]));
01154    return(1 || funcname || hash || result7 || libp) ;
01155 }
01156 
01157 static int G__tapi_cint_133_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01158    switch(libp->paran) {
01159    case 7:
01160       G__setnull(result7);
01161       ((TApi*)(G__getstructoffset()))->rawData(
01162 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01163 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01164 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5])
01165 ,*((TTrigger*)G__int(libp->para[6])));
01166       break;
01167    case 6:
01168       G__setnull(result7);
01169       ((TApi*)(G__getstructoffset()))->rawData((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01170 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01171 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01172       break;
01173    case 5:
01174       G__setnull(result7);
01175       ((TApi*)(G__getstructoffset()))->rawData((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01176 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01177 ,(int)G__int(libp->para[4]));
01178       break;
01179    }
01180    return(1 || funcname || hash || result7 || libp) ;
01181 }
01182 
01183 static int G__tapi_cint_133_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01184    switch(libp->paran) {
01185    case 4:
01186    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probe((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01187 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])));
01188       break;
01189    case 3:
01190    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probe((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01191 ,(unsigned int)G__int(libp->para[2])));
01192       break;
01193    }
01194    return(1 || funcname || hash || result7 || libp) ;
01195 }
01196 
01197 static int G__tapi_cint_133_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01198    switch(libp->paran) {
01199    case 5:
01200    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probeWithTrigger((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01201 ,(unsigned int)G__int(libp->para[2]),*((TTrigger*)G__int(libp->para[3]))
01202 ,(int)G__int(libp->para[4])));
01203       break;
01204    case 4:
01205    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probeWithTrigger((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01206 ,(unsigned int)G__int(libp->para[2]),*((TTrigger*)G__int(libp->para[3]))));
01207       break;
01208    }
01209    return(1 || funcname || hash || result7 || libp) ;
01210 }
01211 
01212 static int G__tapi_cint_133_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01213       G__setnull(result7);
01214       ((TApi*)(G__getstructoffset()))->bocHistogram((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01215 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
01216 ,(unsigned int)G__int(libp->para[4]));
01217    return(1 || funcname || hash || result7 || libp) ;
01218 }
01219 
01220 static int G__tapi_cint_133_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01221       G__setnull(result7);
01222       ((TApi*)(G__getstructoffset()))->rodMode(
01223 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01224 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01225 ,(int)G__int(libp->para[4]),(int)G__int(libp->para[5])
01226 ,(int)G__int(libp->para[6]),(int)G__int(libp->para[7])
01227 ,(int)G__int(libp->para[8]));
01228    return(1 || funcname || hash || result7 || libp) ;
01229 }
01230 
01231 static int G__tapi_cint_133_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01232       G__setnull(result7);
01233       ((TApi*)(G__getstructoffset()))->standardRegisterDump((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01234 ,(unsigned int)G__int(libp->para[2]));
01235    return(1 || funcname || hash || result7 || libp) ;
01236 }
01237 
01238 static int G__tapi_cint_133_7_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01239       G__setnull(result7);
01240       ((TApi*)(G__getstructoffset()))->lasersOff();
01241    return(1 || funcname || hash || result7 || libp) ;
01242 }
01243 
01244 static int G__tapi_cint_133_8_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01245    switch(libp->paran) {
01246    case 7:
01247       G__setnull(result7);
01248       ((TApi*)(G__getstructoffset()))->decodeEvent(
01249 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01250 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01251 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5])
01252 ,(bool)G__int(libp->para[6]));
01253       break;
01254    case 6:
01255       G__setnull(result7);
01256       ((TApi*)(G__getstructoffset()))->decodeEvent((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01257 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01258 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01259       break;
01260    case 5:
01261       G__setnull(result7);
01262       ((TApi*)(G__getstructoffset()))->decodeEvent((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01263 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01264 ,(int)G__int(libp->para[4]));
01265       break;
01266    }
01267    return(1 || funcname || hash || result7 || libp) ;
01268 }
01269 
01270 static int G__tapi_cint_133_9_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01271       G__setnull(result7);
01272       ((TApi*)(G__getstructoffset()))->setDebugLevel((unsigned int)G__int(libp->para[0]));
01273    return(1 || funcname || hash || result7 || libp) ;
01274 }
01275 
01276 static int G__tapi_cint_133_0_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01277       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->getDebugLevel());
01278    return(1 || funcname || hash || result7 || libp) ;
01279 }
01280 
01281 static int G__tapi_cint_133_1_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01282       G__setnull(result7);
01283       ((TApi*)(G__getstructoffset()))->debugStepHistogram();
01284    return(1 || funcname || hash || result7 || libp) ;
01285 }
01286 
01287 static int G__tapi_cint_133_2_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01288       G__setnull(result7);
01289       ((TApi*)(G__getstructoffset()))->debugContinueHistogram();
01290    return(1 || funcname || hash || result7 || libp) ;
01291 }
01292 
01293 static int G__tapi_cint_133_3_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01294       G__setnull(result7);
01295       ((TApi*)(G__getstructoffset()))->freeTriggers((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01296 ,(double)G__double(libp->para[2]));
01297    return(1 || funcname || hash || result7 || libp) ;
01298 }
01299 
01300 static int G__tapi_cint_133_4_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01301       G__setnull(result7);
01302       ((TApi*)(G__getstructoffset()))->stopTriggers((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01303    return(1 || funcname || hash || result7 || libp) ;
01304 }
01305 
01306 static int G__tapi_cint_133_5_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01307       G__setnull(result7);
01308       ((TApi*)(G__getstructoffset()))->timL1A((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01309    return(1 || funcname || hash || result7 || libp) ;
01310 }
01311 
01312 static int G__tapi_cint_133_6_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01313       G__setnull(result7);
01314       ((TApi*)(G__getstructoffset()))->timCalL1A((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01315 ,(int)G__int(libp->para[2]));
01316    return(1 || funcname || hash || result7 || libp) ;
01317 }
01318 
01319 static int G__tapi_cint_133_7_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01320       G__setnull(result7);
01321       ((TApi*)(G__getstructoffset()))->requestHardReset((UINT32)G__int(libp->para[0]));
01322    return(1 || funcname || hash || result7 || libp) ;
01323 }
01324 
01325 static int G__tapi_cint_133_8_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01326       G__setnull(result7);
01327       ((TApi*)(G__getstructoffset()))->printHex((UINT32)G__int(libp->para[0]),(int)G__int(libp->para[1]));
01328    return(1 || funcname || hash || result7 || libp) ;
01329 }
01330 
01331 static int G__tapi_cint_133_1_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01332    G__letint(result7,85,(long)TApi::Class());
01333    return(1 || funcname || hash || result7 || libp) ;
01334 }
01335 
01336 static int G__tapi_cint_133_2_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01337    G__letint(result7,67,(long)TApi::Class_Name());
01338    return(1 || funcname || hash || result7 || libp) ;
01339 }
01340 
01341 static int G__tapi_cint_133_3_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01342       G__letint(result7,115,(long)TApi::Class_Version());
01343    return(1 || funcname || hash || result7 || libp) ;
01344 }
01345 
01346 static int G__tapi_cint_133_4_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01347       G__setnull(result7);
01348       TApi::Dictionary();
01349    return(1 || funcname || hash || result7 || libp) ;
01350 }
01351 
01352 static int G__tapi_cint_133_5_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01353    G__letint(result7,85,(long)((const TApi*)(G__getstructoffset()))->IsA());
01354    return(1 || funcname || hash || result7 || libp) ;
01355 }
01356 
01357 static int G__tapi_cint_133_6_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01358       G__setnull(result7);
01359       ((TApi*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
01360    return(1 || funcname || hash || result7 || libp) ;
01361 }
01362 
01363 static int G__tapi_cint_133_7_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01364       G__setnull(result7);
01365       ((TApi*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
01366    return(1 || funcname || hash || result7 || libp) ;
01367 }
01368 
01369 static int G__tapi_cint_133_8_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01370       G__setnull(result7);
01371       ((TApi*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
01372    return(1 || funcname || hash || result7 || libp) ;
01373 }
01374 
01375 static int G__tapi_cint_133_9_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01376    G__letint(result7,67,(long)TApi::DeclFileName());
01377    return(1 || funcname || hash || result7 || libp) ;
01378 }
01379 
01380 static int G__tapi_cint_133_0_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01381       G__letint(result7,105,(long)TApi::ImplFileLine());
01382    return(1 || funcname || hash || result7 || libp) ;
01383 }
01384 
01385 static int G__tapi_cint_133_1_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01386    G__letint(result7,67,(long)TApi::ImplFileName());
01387    return(1 || funcname || hash || result7 || libp) ;
01388 }
01389 
01390 static int G__tapi_cint_133_2_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01391       G__letint(result7,105,(long)TApi::DeclFileLine());
01392    return(1 || funcname || hash || result7 || libp) ;
01393 }
01394 
01395 // automatic copy constructor
01396 static int G__tapi_cint_133_3_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
01397 {
01398    TApi *p;
01399    p=new TApi(*(TApi*)G__int(libp->para[0]));
01400    result7->obj.i = (long)p;
01401    result7->ref = (long)p;
01402    result7->type = 'u';
01403    result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TApi);
01404    return(1 || funcname || hash || result7 || libp) ;
01405 }
01406 
01407 // automatic destructor
01408 typedef TApi G__TTApi;
01409 static int G__tapi_cint_133_4_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01410    if(0==G__getstructoffset()) return(1);
01411    if(G__getaryconstruct())
01412      if(G__PVOID==G__getgvp())
01413        delete[] (TApi *)(G__getstructoffset());
01414      else
01415        for(int i=G__getaryconstruct()-1;i>=0;i--)
01416          delete (TApi *)((G__getstructoffset())+sizeof(TApi)*i);
01417    else  delete (TApi *)(G__getstructoffset());
01418       G__setnull(result7);
01419    return(1 || funcname || hash || result7 || libp) ;
01420 }
01421 
01422 
01423 /* Setting up global function */
01424 
01425 /*********************************************************
01426 * Member function Stub
01427 *********************************************************/
01428 
01429 /* SctApi */
01430 
01431 /* TTrigger */
01432 
01433 /* TScanDef */
01434 
01435 /* TApi */
01436 
01437 /*********************************************************
01438 * Global function Stub
01439 *********************************************************/
01440 
01441 /*********************************************************
01442 * Get size of pointer to member function
01443 *********************************************************/
01444 class G__Sizep2memfunctapi_cint {
01445  public:
01446   G__Sizep2memfunctapi_cint() {p=&G__Sizep2memfunctapi_cint::sizep2memfunc;}
01447     size_t sizep2memfunc() { return(sizeof(p)); }
01448   private:
01449     size_t (G__Sizep2memfunctapi_cint::*p)();
01450 };
01451 
01452 size_t G__get_sizep2memfunctapi_cint()
01453 {
01454   G__Sizep2memfunctapi_cint a;
01455   G__setsizep2memfunc((int)a.sizep2memfunc());
01456   return((size_t)a.sizep2memfunc());
01457 }
01458 
01459 
01460 /*********************************************************
01461 * virtual base class offset calculation interface
01462 *********************************************************/
01463 
01464    /* Setting up class inheritance */
01465 
01466 /*********************************************************
01467 * Inheritance information setup/
01468 *********************************************************/
01469 extern "C" void G__cpp_setup_inheritancetapi_cint() {
01470 
01471    /* Setting up class inheritance */
01472    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__tapi_cintLN_TApi))) {
01473      TApi *G__Lderived;
01474      G__Lderived=(TApi*)0x1000;
01475      {
01476        TObject *G__Lpbase=(TObject*)G__Lderived;
01477        G__inheritance_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi),G__get_linked_tagnum(&G__tapi_cintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
01478      }
01479    }
01480 }
01481 
01482 /*********************************************************
01483 * typedef information setup/
01484 *********************************************************/
01485 extern "C" void G__cpp_setup_typetabletapi_cint() {
01486 
01487    /* Setting up typedef entry */
01488    G__search_typename2("Int_t",105,-1,0,
01489 -1);
01490    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
01491    G__search_typename2("Version_t",115,-1,0,
01492 -1);
01493    G__setnewtype(-1,"Class version identifier (short)",0);
01494    G__search_typename2("INT32",105,-1,0,
01495 -1);
01496    G__setnewtype(-1,NULL,0);
01497    G__search_typename2("UINT8",98,-1,0,
01498 -1);
01499    G__setnewtype(-1,NULL,0);
01500    G__search_typename2("UINT16",114,-1,0,
01501 -1);
01502    G__setnewtype(-1,NULL,0);
01503    G__search_typename2("UINT32",104,-1,0,
01504 -1);
01505    G__setnewtype(-1,NULL,0);
01506    G__search_typename2("FLOAT32",102,-1,0,
01507 -1);
01508    G__setnewtype(-1,NULL,0);
01509 }
01510 
01511 /*********************************************************
01512 * Data Member information setup/
01513 *********************************************************/
01514 
01515    /* Setting up class,struct,union tag member variable */
01516 
01517    /* SctApi */
01518 static void G__setup_memvarSctApi(void) {
01519    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi));
01520    {
01521    }
01522    G__tag_memvar_reset();
01523 }
01524 
01525 
01526    /* TTrigger */
01527 static void G__setup_memvarTTrigger(void) {
01528    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger));
01529    { TTrigger *p; p=(TTrigger*)0x1000; if (p) { }
01530    G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
01531    G__memvar_setup((void*)((long)(&p->incCmd)-(long)(p)),105,0,0,-1,-1,-1,1,"incCmd=",0,(char*)NULL);
01532    G__memvar_setup((void*)((long)(&p->incData)-(long)(p)),105,0,0,-1,-1,-1,1,"incData=",0,(char*)NULL);
01533    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLTriggerImpl),-1,-1,4,"worker=",0,(char*)NULL);
01534    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01535    }
01536    G__tag_memvar_reset();
01537 }
01538 
01539 
01540    /* TScanDef */
01541 static void G__setup_memvarTScanDef(void) {
01542    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef));
01543    { TScanDef *p; p=(TScanDef*)0x1000; if (p) { }
01544    G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
01545    G__memvar_setup((void*)((long)(&p->trigsPerBurst)-(long)(p)),108,0,0,-1,-1,-1,1,"trigsPerBurst=",0,(char*)NULL);
01546    G__memvar_setup((void*)((long)(&p->scanVariable)-(long)(p)),105,0,0,-1,-1,-1,1,"scanVariable=",0,(char*)NULL);
01547    G__memvar_setup((void*)((long)(&p->scanVariable2)-(long)(p)),105,0,0,-1,-1,-1,1,"scanVariable2=",0,(char*)NULL);
01548    G__memvar_setup((void*)((long)(&p->trigSequence)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),-1,-1,1,"trigSequence=",0,(char*)NULL);
01549    G__memvar_setup((void*)((long)(&p->trigSequence2)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),-1,-1,1,"trigSequence2=",0,(char*)NULL);
01550    G__memvar_setup((void*)((long)(&p->format)-(long)(p)),105,0,0,-1,-1,-1,1,"format=",0,(char*)NULL);
01551    G__memvar_setup((void*)((long)(&p->full)-(long)(p)),105,0,0,-1,-1,-1,1,"full=",0,(char*)NULL);
01552    G__memvar_setup((void*)((long)(&p->bits32)-(long)(p)),105,0,0,-1,-1,-1,1,"bits32=",0,(char*)NULL);
01553    G__memvar_setup((void*)((long)(&p->loopCalLine)-(long)(p)),105,0,0,-1,-1,-1,1,"loopCalLine=",0,(char*)NULL);
01554    G__memvar_setup((void*)((long)(&p->distSlave)-(long)(p)),105,0,0,-1,-1,-1,1,"distSlave=",0,(char*)NULL);
01555    G__memvar_setup((void*)((long)(&p->debug)-(long)(p)),105,0,0,-1,-1,-1,1,"debug=",0,(char*)NULL);
01556    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLScanDefImpl),-1,-1,4,"worker=",0,(char*)NULL);
01557    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01558    }
01559    G__tag_memvar_reset();
01560 }
01561 
01562 
01563    /* TApi */
01564 static void G__setup_memvarTApi(void) {
01565    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi));
01566    { TApi *p; p=(TApi*)0x1000; if (p) { }
01567    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLSctApi),-1,-1,4,"worker=",0,(char*)NULL);
01568    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01569    }
01570    G__tag_memvar_reset();
01571 }
01572 
01573 extern "C" void G__cpp_setup_memvartapi_cint() {
01574 }
01575 /***********************************************************
01576 ************************************************************
01577 ************************************************************
01578 ************************************************************
01579 ************************************************************
01580 ************************************************************
01581 ************************************************************
01582 ***********************************************************/
01583 
01584 /*********************************************************
01585 * Member function information setup for each class
01586 *********************************************************/
01587 static void G__setup_memfuncSctApi(void) {
01588    /* SctApi */
01589    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi));
01590    G__tag_memfunc_reset();
01591 }
01592 
01593 static void G__setup_memfuncTTrigger(void) {
01594    /* TTrigger */
01595    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger));
01596    G__memfunc_setup("operator=",937,(G__InterfaceMethod)NULL,117,G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),-1,1,1,1,4,0,"u 'TTrigger' - 11 - -",(char*)NULL,(void*)NULL,0);
01597    G__memfunc_setup("TTrigger",808,G__tapi_cint_131_1_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01598    G__memfunc_setup("TTrigger",808,G__tapi_cint_131_2_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),-1,0,1,1,1,0,"u 'TTrigger' - 11 - -",(char*)NULL,(void*)NULL,0);
01599    G__memfunc_setup("singleL1A",832,G__tapi_cint_131_4_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01600    G__memfunc_setup("doubleL1A",825,G__tapi_cint_131_5_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
01601    G__memfunc_setup("calL1A",494,G__tapi_cint_131_6_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
01602    G__memfunc_setup("pulseL1A",743,G__tapi_cint_131_7_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
01603    G__memfunc_setup("softL1A",634,G__tapi_cint_131_8_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
01604    G__memfunc_setup("softCalL1A",906,G__tapi_cint_131_9_0,121,-1,-1,0,2,1,1,0,
01605 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
01606    G__memfunc_setup("softPulseL1A",1155,G__tapi_cint_131_0_1,121,-1,-1,0,2,1,1,0,
01607 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
01608    G__memfunc_setup("bcL1A",387,G__tapi_cint_131_1_1,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
01609    G__memfunc_setup("bcCalL1A",659,G__tapi_cint_131_2_1,121,-1,-1,0,2,1,1,0,
01610 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
01611    G__memfunc_setup("bcPulseL1A",908,G__tapi_cint_131_3_1,121,-1,-1,0,2,1,1,0,
01612 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
01613    G__memfunc_setup("getTrigger",1044,G__tapi_cint_131_4_1,85,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLTrigger),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01614    G__memfunc_setup("update",643,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0);
01615    G__memfunc_setup("Class",502,G__tapi_cint_131_6_1,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01616    G__memfunc_setup("Class_Name",982,G__tapi_cint_131_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01617    G__memfunc_setup("Class_Version",1339,G__tapi_cint_131_8_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01618    G__memfunc_setup("Dictionary",1046,G__tapi_cint_131_9_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01619    G__memfunc_setup("IsA",253,G__tapi_cint_131_0_2,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
01620    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_131_1_2,121,-1,-1,0,2,1,1,0,
01621 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
01622    G__memfunc_setup("Streamer",835,G__tapi_cint_131_2_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
01623    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_131_3_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
01624    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_131_4_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01625    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_131_5_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01626    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_131_6_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01627    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_131_7_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01628    // automatic destructor
01629    G__memfunc_setup("~TTrigger",934,G__tapi_cint_131_8_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
01630    G__tag_memfunc_reset();
01631 }
01632 
01633 static void G__setup_memfuncTScanDef(void) {
01634    /* TScanDef */
01635    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef));
01636    G__memfunc_setup("operator=",937,(G__InterfaceMethod)NULL,117,G__get_linked_tagnum(&G__tapi_cintLN_TScanDef),-1,1,1,1,4,0,"u 'TScanDef' - 11 - -",(char*)NULL,(void*)NULL,0);
01637    G__memfunc_setup("TScanDef",744,G__tapi_cint_132_1_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TScanDef),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01638    G__memfunc_setup("TScanDef",744,G__tapi_cint_132_2_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TScanDef),-1,0,1,1,1,0,"u 'TScanDef' - 11 - -",(char*)NULL,(void*)NULL,0);
01639    G__memfunc_setup("print",557,G__tapi_cint_132_4_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01640    G__memfunc_setup("configure",962,G__tapi_cint_132_5_0,121,-1,-1,0,4,1,1,0,
01641 "r - 'UINT16' 0 - type f - 'FLOAT32' 0 - start "
01642 "f - 'FLOAT32' 0 - stop f - 'FLOAT32' 0 - step",(char*)NULL,(void*)NULL,0);
01643    G__memfunc_setup("configure2",1012,G__tapi_cint_132_6_0,121,-1,-1,0,4,1,1,0,
01644 "r - 'UINT16' 0 - type f - 'FLOAT32' 0 - start "
01645 "f - 'FLOAT32' 0 - stop f - 'FLOAT32' 0 - step",(char*)NULL,(void*)NULL,0);
01646    G__memfunc_setup("getScan",709,G__tapi_cint_132_7_0,85,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLScan),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01647    G__memfunc_setup("update",643,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0);
01648    G__memfunc_setup("Class",502,G__tapi_cint_132_9_0,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01649    G__memfunc_setup("Class_Name",982,G__tapi_cint_132_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01650    G__memfunc_setup("Class_Version",1339,G__tapi_cint_132_1_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01651    G__memfunc_setup("Dictionary",1046,G__tapi_cint_132_2_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01652    G__memfunc_setup("IsA",253,G__tapi_cint_132_3_1,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
01653    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_132_4_1,121,-1,-1,0,2,1,1,0,
01654 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
01655    G__memfunc_setup("Streamer",835,G__tapi_cint_132_5_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
01656    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_132_6_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
01657    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_132_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01658    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_132_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01659    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_132_9_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01660    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_132_0_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01661    // automatic destructor
01662    G__memfunc_setup("~TScanDef",870,G__tapi_cint_132_1_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
01663    G__tag_memfunc_reset();
01664 }
01665 
01666 static void G__setup_memfuncTApi(void) {
01667    /* TApi */
01668    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi));
01669    G__memfunc_setup("TApi",366,G__tapi_cint_133_0_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TApi),-1,0,1,1,1,0,"i - - 0 0 initDebug",(char*)NULL,(void*)NULL,0);
01670    G__memfunc_setup("initialiseAll",1348,G__tapi_cint_133_2_0,121,-1,-1,0,1,1,1,0,"i - - 0 - runNumber",(char*)NULL,(void*)NULL,0);
01671    G__memfunc_setup("shutdownAll",1173,G__tapi_cint_133_3_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01672    G__memfunc_setup("setRunNumber",1258,G__tapi_cint_133_4_0,121,-1,-1,0,1,1,1,0,"i - - 0 - newRun",(char*)NULL,(void*)NULL,0);
01673    G__memfunc_setup("setScanNumber",1338,G__tapi_cint_133_5_0,121,-1,-1,0,1,1,1,0,"i - - 0 - newScan",(char*)NULL,(void*)NULL,0);
01674    G__memfunc_setup("echo",415,G__tapi_cint_133_6_0,121,-1,-1,0,5,1,1,0,
01675 "h - - 0 - partition h - - 0 - crate "
01676 "h - - 0 - rod h - - 0 - length "
01677 "L - - 0 - data",(char*)NULL,(void*)NULL,0);
01678    G__memfunc_setup("loadConfiguration",1784,G__tapi_cint_133_7_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01679    G__memfunc_setup("configureBOC",1174,G__tapi_cint_133_8_0,121,-1,-1,0,3,1,1,0,
01680 "h - - 0 - partition h - - 0 - crate "
01681 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01682    G__memfunc_setup("awaitResponse",1381,G__tapi_cint_133_9_0,121,-1,-1,0,4,1,1,0,
01683 "h - - 0 - partition h - - 0 - crate "
01684 "h - - 0 - rod i - - 0 5 timeout",(char*)NULL,(void*)NULL,0);
01685    G__memfunc_setup("getResponse",1167,G__tapi_cint_133_0_1,75,-1,-1,0,3,1,1,0,
01686 "h - - 0 - partition h - - 0 - crate "
01687 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01688    G__memfunc_setup("getResponse",1167,G__tapi_cint_133_1_1,75,-1,-1,0,4,1,1,0,
01689 "h - - 0 - partition h - - 0 - crate "
01690 "h - - 0 - rod K - - 0 - length",(char*)NULL,(void*)NULL,0);
01691    G__memfunc_setup("getRodMessage",1322,G__tapi_cint_133_2_1,103,-1,-1,0,5,1,1,0,
01692 "h - - 0 - partition h - - 0 - crate "
01693 "h - - 0 - rod C - - 0 - buffer "
01694 "i - - 1 - length",(char*)NULL,(void*)NULL,0);
01695    G__memfunc_setup("flashLED",739,G__tapi_cint_133_3_1,121,-1,-1,0,6,1,1,0,
01696 "h - - 0 - partition h - - 0 - crate "
01697 "h - - 0 - rod k - - 0 - slaveNumber "
01698 "l - - 0 1000 period l - - 0 10 flashes",(char*)NULL,(void*)NULL,0);
01699    G__memfunc_setup("status",676,G__tapi_cint_133_4_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01700    G__memfunc_setup("dspBlockDump",1224,G__tapi_cint_133_5_1,105,-1,G__defined_typename("Int_t"),0,6,1,1,0,
01701 "h - - 0 - partition h - - 0 - crate "
01702 "h - - 0 - rod l - - 0 - dspStart "
01703 "l - - 0 - numWords l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
01704    G__memfunc_setup("dspBlockDumpFile",1608,G__tapi_cint_133_6_1,105,-1,G__defined_typename("Int_t"),0,7,1,1,0,
01705 "h - - 0 - partition h - - 0 - crate "
01706 "h - - 0 - rod l - - 0 - dspStart "
01707 "l - - 0 - numWords l - - 0 - dspNumber "
01708 "C - - 10 - filename",(char*)NULL,(void*)NULL,0);
01709    G__memfunc_setup("dspBlockRead",1198,G__tapi_cint_133_7_1,75,-1,-1,0,7,1,1,0,
01710 "h - - 0 - partition h - - 0 - crate "
01711 "h - - 0 - rod l - - 0 - dspStart "
01712 "l - - 0 - numWords l - - 0 - dspNumber "
01713 "L - - 0 - length",(char*)NULL,(void*)NULL,0);
01714    G__memfunc_setup("dspBlockWrite",1341,G__tapi_cint_133_8_1,105,-1,-1,0,7,1,1,0,
01715 "h - - 0 - partition h - - 0 - crate "
01716 "h - - 0 - rod K - - 0 - buffer "
01717 "k - - 0 - dspAddress l - - 0 - numWords "
01718 "l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
01719    G__memfunc_setup("readRodStatusReg",1635,G__tapi_cint_133_9_1,107,-1,-1,0,4,1,1,0,
01720 "h - - 0 - partition h - - 0 - crate "
01721 "h - - 0 - rod l - - 0 - regNumber",(char*)NULL,(void*)NULL,0);
01722    G__memfunc_setup("readRodCommandReg",1694,G__tapi_cint_133_0_2,107,-1,-1,0,4,1,1,0,
01723 "h - - 0 - partition h - - 0 - crate "
01724 "h - - 0 - rod l - - 0 - regNumber",(char*)NULL,(void*)NULL,0);
01725    G__memfunc_setup("dspSingleRead",1317,G__tapi_cint_133_1_2,107,-1,-1,0,5,1,1,0,
01726 "h - - 0 - partition h - - 0 - crate "
01727 "h - - 0 - rod k - - 10 - dspAddr "
01728 "l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
01729    G__memfunc_setup("dspSingleWrite",1460,G__tapi_cint_133_2_2,121,-1,-1,0,6,1,1,0,
01730 "h - - 0 - partition h - - 0 - crate "
01731 "h - - 0 - rod k - - 0 - dspAddr "
01732 "k - - 0 - value l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
01733    G__memfunc_setup("createDebugPrimList",1935,G__tapi_cint_133_3_2,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01734    G__memfunc_setup("addDebugPrimList",1604,G__tapi_cint_133_4_2,121,-1,-1,0,5,1,1,0,
01735 "k - - 0 - length l - - 0 - index "
01736 "l - - 0 - id l - - 0 - version "
01737 "K - - 0 - body",(char*)NULL,(void*)NULL,0);
01738    G__memfunc_setup("sendDebugPrimList",1733,G__tapi_cint_133_5_2,121,-1,-1,0,3,1,1,0,
01739 "h - - 0 - partition h - - 0 - crate "
01740 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01741    G__memfunc_setup("sendDebugSlavePrimList",2240,G__tapi_cint_133_6_2,121,-1,-1,0,6,1,1,0,
01742 "h - - 0 - partition h - - 0 - crate "
01743 "h - - 0 - rod h - - 0 - slave "
01744 "g - - 0 - await g - - 0 - response",(char*)NULL,(void*)NULL,0);
01745    G__memfunc_setup("retrieveModule",1484,G__tapi_cint_133_7_2,75,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - mid",(char*)NULL,(void*)NULL,0);
01746    G__memfunc_setup("findModule",1031,G__tapi_cint_133_8_2,104,-1,G__defined_typename("UINT32"),0,1,1,1,0,"u 'string' - 0 - sn",(char*)NULL,(void*)NULL,0);
01747    G__memfunc_setup("findModule",1031,G__tapi_cint_133_9_2,104,-1,G__defined_typename("UINT32"),0,2,1,1,0,
01748 "i - 'INT32' 0 - mur i - 'INT32' 0 - module",(char*)NULL,(void*)NULL,0);
01749    G__memfunc_setup("findBarrelModule",1631,G__tapi_cint_133_0_3,104,-1,G__defined_typename("UINT32"),0,3,1,1,0,
01750 "i - 'INT32' 0 - barrel i - 'INT32' 0 - row "
01751 "i - 'INT32' 0 - number",(char*)NULL,(void*)NULL,0);
01752    G__memfunc_setup("findEndcapModule",1618,G__tapi_cint_133_1_3,104,-1,G__defined_typename("UINT32"),0,3,1,1,0,
01753 "i - 'INT32' 0 - disk i - 'INT32' 0 - ring "
01754 "i - 'INT32' 0 - number",(char*)NULL,(void*)NULL,0);
01755    G__memfunc_setup("getABCDModule",1200,G__tapi_cint_133_2_3,121,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
01756    G__memfunc_setup("getABCDModule",1200,G__tapi_cint_133_3_3,121,-1,-1,0,2,1,1,0,
01757 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
01758    G__memfunc_setup("setABCDModule",1212,G__tapi_cint_133_4_3,121,-1,-1,0,2,1,1,0,
01759 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
01760    G__memfunc_setup("sendABCDModule",1306,G__tapi_cint_133_5_3,121,-1,-1,0,3,1,1,0,
01761 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank "
01762 "h - 'UINT32' 0 2 type",(char*)NULL,(void*)NULL,0);
01763    G__memfunc_setup("modifyABCDMask",1310,G__tapi_cint_133_6_3,121,-1,-1,0,2,1,1,0,
01764 "h - 'UINT32' 0 - mid H - 'UINT32' 0 - mask",(char*)NULL,(void*)NULL,0);
01765    G__memfunc_setup("modifyABCDTrims",1441,G__tapi_cint_133_7_3,121,-1,-1,0,2,1,1,0,
01766 "h - 'UINT32' 0 - mid B - 'UINT8' 0 - trims",(char*)NULL,(void*)NULL,0);
01767    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_133_8_3,121,-1,-1,0,2,1,1,0,
01768 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
01769    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_133_9_3,121,-1,-1,0,3,1,1,0,
01770 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - typ "
01771 "f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
01772    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_133_0_4,121,-1,-1,0,4,1,1,0,
01773 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - c "
01774 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
01775    G__memfunc_setup("modifyBOCParam",1357,G__tapi_cint_133_1_4,121,-1,-1,0,6,1,1,0,
01776 "h - - 0 - partition h - - 0 - crate "
01777 "h - - 0 - rod h - - 0 - channel "
01778 "h - - 0 - type h - - 0 - val",(char*)NULL,(void*)NULL,0);
01779    G__memfunc_setup("defaultScan",1130,G__tapi_cint_133_2_4,121,-1,-1,0,1,1,1,0,"i - - 0 - type",(char*)NULL,(void*)NULL,0);
01780    G__memfunc_setup("tidyHistogramming",1811,G__tapi_cint_133_3_4,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01781    G__memfunc_setup("doScan",600,G__tapi_cint_133_4_4,121,-1,-1,0,1,1,1,0,"u 'TScanDef' - 0 - scan",(char*)NULL,(void*)NULL,0);
01782    G__memfunc_setup("doRawScan",898,G__tapi_cint_133_5_4,121,-1,-1,0,4,1,1,0,
01783 "u 'TScanDef' - 0 - scan i - - 0 - delay "
01784 "g - - 0 true configure g - - 0 false clkBy2",(char*)NULL,(void*)NULL,0);
01785    G__memfunc_setup("sendTrigger",1150,G__tapi_cint_133_6_4,121,-1,-1,0,4,1,1,0,
01786 "h - - 0 - partition h - - 0 - crate "
01787 "h - - 0 - rod u 'TTrigger' - 0 - trig",(char*)NULL,(void*)NULL,0);
01788    G__memfunc_setup("printABCDModule",1437,G__tapi_cint_133_7_4,121,-1,-1,0,1,1,1,0,"i - - 0 - mid",(char*)NULL,(void*)NULL,0);
01789    G__memfunc_setup("printABCDRodModule",1730,G__tapi_cint_133_8_4,121,-1,-1,0,2,1,1,0,
01790 "i - - 0 - mid i - - 0 - bank",(char*)NULL,(void*)NULL,0);
01791    G__memfunc_setup("printBOCSetup",1298,G__tapi_cint_133_9_4,121,-1,-1,0,3,1,1,0,
01792 "h - - 0 - partition h - - 0 - crate "
01793 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01794    G__memfunc_setup("printBOCRegisters",1721,G__tapi_cint_133_0_5,121,-1,-1,0,3,1,1,0,
01795 "h - - 0 - partition h - - 0 - crate "
01796 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01797    G__memfunc_setup("rawData",708,G__tapi_cint_133_1_5,121,-1,-1,0,7,1,1,0,
01798 "h - - 0 - partition h - - 0 - crate "
01799 "h - - 0 - rod i - - 0 - delay "
01800 "i - - 0 - units g - - 0 true setMask "
01801 "u 'TTrigger' - 0 TTrigger() trig",(char*)NULL,(void*)NULL,0);
01802    G__memfunc_setup("probe",536,G__tapi_cint_133_2_5,67,-1,-1,0,4,1,1,0,
01803 "h - - 0 - partition h - - 0 - crate "
01804 "h - - 0 - rod i - - 0 -1 harness",(char*)NULL,(void*)NULL,0);
01805    G__memfunc_setup("probeWithTrigger",1672,G__tapi_cint_133_3_5,67,-1,-1,0,5,1,1,0,
01806 "h - - 0 - partition h - - 0 - crate "
01807 "h - - 0 - rod u 'TTrigger' - 0 - trig "
01808 "i - - 0 -1 harness",(char*)NULL,(void*)NULL,0);
01809    G__memfunc_setup("bocHistogram",1250,G__tapi_cint_133_4_5,121,-1,-1,0,5,1,1,0,
01810 "h - - 0 - partition h - - 0 - crate "
01811 "h - - 0 - rod h - - 0 - samples "
01812 "h - - 0 - numLoops",(char*)NULL,(void*)NULL,0);
01813    G__memfunc_setup("rodMode",714,G__tapi_cint_133_5_5,121,-1,-1,0,9,1,1,0,
01814 "h - - 0 - partition h - - 0 - crate "
01815 "h - - 0 - rod i - - 0 - mode "
01816 "i - - 0 - flag i - - 0 - fifoSetup "
01817 "i - - 0 - nBins i - - 0 - delay "
01818 "i - - 0 - message",(char*)NULL,(void*)NULL,0);
01819    G__memfunc_setup("standardRegisterDump",2092,G__tapi_cint_133_6_5,121,-1,-1,0,3,1,1,0,
01820 "h - - 0 - partition h - - 0 - crate "
01821 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01822    G__memfunc_setup("lasersOff",933,G__tapi_cint_133_7_5,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01823    G__memfunc_setup("decodeEvent",1126,G__tapi_cint_133_8_5,121,-1,-1,0,7,1,1,0,
01824 "h - - 0 - partition h - - 0 - crate "
01825 "h - - 0 - rod i - - 0 - sl "
01826 "i - - 0 - index g - - 0 false extFlag "
01827 "g - - 0 false errorType",(char*)NULL,(void*)NULL,0);
01828    G__memfunc_setup("setDebugLevel",1323,G__tapi_cint_133_9_5,121,-1,-1,0,1,1,1,0,"h - - 0 - level",(char*)NULL,(void*)NULL,0);
01829    G__memfunc_setup("getDebugLevel",1311,G__tapi_cint_133_0_6,104,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01830    G__memfunc_setup("debugStepHistogram",1873,G__tapi_cint_133_1_6,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01831    G__memfunc_setup("debugContinueHistogram",2298,G__tapi_cint_133_2_6,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01832    G__memfunc_setup("freeTriggers",1257,G__tapi_cint_133_3_6,121,-1,-1,0,3,1,1,0,
01833 "h - - 0 - partition h - - 0 - crate "
01834 "d - - 0 - freq",(char*)NULL,(void*)NULL,0);
01835    G__memfunc_setup("stopTriggers",1293,G__tapi_cint_133_4_6,121,-1,-1,0,2,1,1,0,
01836 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
01837    G__memfunc_setup("timL1A",520,G__tapi_cint_133_5_6,121,-1,-1,0,2,1,1,0,
01838 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
01839    G__memfunc_setup("timCalL1A",792,G__tapi_cint_133_6_6,121,-1,-1,0,3,1,1,0,
01840 "h - - 0 - partition h - - 0 - crate "
01841 "i - - 0 - delay",(char*)NULL,(void*)NULL,0);
01842    G__memfunc_setup("requestHardReset",1675,G__tapi_cint_133_7_6,121,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - mid",(char*)NULL,(void*)NULL,0);
01843    G__memfunc_setup("printHex",850,G__tapi_cint_133_8_6,121,-1,-1,0,2,1,1,0,
01844 "h - 'UINT32' 0 - num i - - 0 - width",(char*)NULL,(void*)NULL,0);
01845    G__memfunc_setup("initialiseRod",1360,(G__InterfaceMethod)NULL,105,-1,-1,0,3,1,4,0,
01846 "h - - 0 - partition h - - 0 - crate "
01847 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01848    G__memfunc_setup("initialiseModule",1681,(G__InterfaceMethod)NULL,105,-1,-1,0,1,1,4,0,"u 'string' - 0 - module",(char*)NULL,(void*)NULL,0);
01849    G__memfunc_setup("Class",502,G__tapi_cint_133_1_7,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01850    G__memfunc_setup("Class_Name",982,G__tapi_cint_133_2_7,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01851    G__memfunc_setup("Class_Version",1339,G__tapi_cint_133_3_7,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01852    G__memfunc_setup("Dictionary",1046,G__tapi_cint_133_4_7,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01853    G__memfunc_setup("IsA",253,G__tapi_cint_133_5_7,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
01854    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_133_6_7,121,-1,-1,0,2,1,1,0,
01855 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
01856    G__memfunc_setup("Streamer",835,G__tapi_cint_133_7_7,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
01857    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_133_8_7,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
01858    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_133_9_7,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01859    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_133_0_8,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01860    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_133_1_8,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01861    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_133_2_8,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01862    // automatic copy constructor
01863    G__memfunc_setup("TApi",366,G__tapi_cint_133_3_8,(int)('i'),G__get_linked_tagnum(&G__tapi_cintLN_TApi),-1,0,1,1,1,0,"u 'TApi' - 11 - -",(char*)NULL,(void*)NULL,0);
01864    // automatic destructor
01865    G__memfunc_setup("~TApi",492,G__tapi_cint_133_4_8,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
01866    G__tag_memfunc_reset();
01867 }
01868 
01869 
01870 /*********************************************************
01871 * Member function information setup
01872 *********************************************************/
01873 extern "C" void G__cpp_setup_memfunctapi_cint() {
01874 }
01875 
01876 /*********************************************************
01877 * Global variable information setup for each class
01878 *********************************************************/
01879 static void G__cpp_setup_global0() {
01880 
01881    /* Setting up global variables */
01882    G__resetplocal();
01883 
01884 }
01885 
01886 static void G__cpp_setup_global1() {
01887 
01888    G__resetglobalenv();
01889 }
01890 extern "C" void G__cpp_setup_globaltapi_cint() {
01891   G__cpp_setup_global0();
01892   G__cpp_setup_global1();
01893 }
01894 
01895 /*********************************************************
01896 * Global function information setup for each class
01897 *********************************************************/
01898 static void G__cpp_setup_func0() {
01899    G__lastifuncposition();
01900 
01901 }
01902 
01903 static void G__cpp_setup_func1() {
01904 }
01905 
01906 static void G__cpp_setup_func2() {
01907 }
01908 
01909 static void G__cpp_setup_func3() {
01910 
01911    G__resetifuncposition();
01912 }
01913 
01914 extern "C" void G__cpp_setup_functapi_cint() {
01915   G__cpp_setup_func0();
01916   G__cpp_setup_func1();
01917   G__cpp_setup_func2();
01918   G__cpp_setup_func3();
01919 }
01920 
01921 /*********************************************************
01922 * Class,struct,union,enum tag information setup
01923 *********************************************************/
01924 /* Setup class/struct taginfo */
01925 G__linked_taginfo G__tapi_cintLN_TClass = { "TClass" , 99 , -1 };
01926 G__linked_taginfo G__tapi_cintLN_TBuffer = { "TBuffer" , 99 , -1 };
01927 G__linked_taginfo G__tapi_cintLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
01928 G__linked_taginfo G__tapi_cintLN_TObject = { "TObject" , 99 , -1 };
01929 G__linked_taginfo G__tapi_cintLN_string = { "string" , 99 , -1 };
01930 G__linked_taginfo G__tapi_cintLN_SctApi = { "SctApi" , 110 , -1 };
01931 G__linked_taginfo G__tapi_cintLN_SctApicLcLSctApi = { "SctApi::SctApi" , 99 , -1 };
01932 G__linked_taginfo G__tapi_cintLN_SctApicLcLTrigger = { "SctApi::Trigger" , 99 , -1 };
01933 G__linked_taginfo G__tapi_cintLN_SctApicLcLScan = { "SctApi::Scan" , 99 , -1 };
01934 G__linked_taginfo G__tapi_cintLN_SctApicLcLTriggerImpl = { "SctApi::TriggerImpl" , 99 , -1 };
01935 G__linked_taginfo G__tapi_cintLN_SctApicLcLScanDefImpl = { "SctApi::ScanDefImpl" , 99 , -1 };
01936 G__linked_taginfo G__tapi_cintLN_TTrigger = { "TTrigger" , 99 , -1 };
01937 G__linked_taginfo G__tapi_cintLN_TScanDef = { "TScanDef" , 99 , -1 };
01938 G__linked_taginfo G__tapi_cintLN_TApi = { "TApi" , 99 , -1 };
01939 
01940 /* Reset class/struct taginfo */
01941 extern "C" void G__cpp_reset_tagtabletapi_cint() {
01942   G__tapi_cintLN_TClass.tagnum = -1 ;
01943   G__tapi_cintLN_TBuffer.tagnum = -1 ;
01944   G__tapi_cintLN_TMemberInspector.tagnum = -1 ;
01945   G__tapi_cintLN_TObject.tagnum = -1 ;
01946   G__tapi_cintLN_string.tagnum = -1 ;
01947   G__tapi_cintLN_SctApi.tagnum = -1 ;
01948   G__tapi_cintLN_SctApicLcLSctApi.tagnum = -1 ;
01949   G__tapi_cintLN_SctApicLcLTrigger.tagnum = -1 ;
01950   G__tapi_cintLN_SctApicLcLScan.tagnum = -1 ;
01951   G__tapi_cintLN_SctApicLcLTriggerImpl.tagnum = -1 ;
01952   G__tapi_cintLN_SctApicLcLScanDefImpl.tagnum = -1 ;
01953   G__tapi_cintLN_TTrigger.tagnum = -1 ;
01954   G__tapi_cintLN_TScanDef.tagnum = -1 ;
01955   G__tapi_cintLN_TApi.tagnum = -1 ;
01956 }
01957 
01958 
01959 extern "C" void G__cpp_setup_tagtabletapi_cint() {
01960 
01961    /* Setting up class,struct,union tag entry */
01962    G__get_linked_tagnum(&G__tapi_cintLN_TClass);
01963    G__get_linked_tagnum(&G__tapi_cintLN_TBuffer);
01964    G__get_linked_tagnum(&G__tapi_cintLN_TMemberInspector);
01965    G__get_linked_tagnum(&G__tapi_cintLN_TObject);
01966    G__get_linked_tagnum(&G__tapi_cintLN_string);
01967    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi),0,-1,0,(char*)NULL,G__setup_memvarSctApi,G__setup_memfuncSctApi);
01968    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLSctApi);
01969    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLTrigger);
01970    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLScan);
01971    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLTriggerImpl);
01972    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLScanDefImpl);
01973    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),sizeof(TTrigger),-1,265984,(char*)NULL,G__setup_memvarTTrigger,G__setup_memfuncTTrigger);
01974    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef),sizeof(TScanDef),-1,265984,(char*)NULL,G__setup_memvarTScanDef,G__setup_memfuncTScanDef);
01975    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi),sizeof(TApi),-1,292096,(char*)NULL,G__setup_memvarTApi,G__setup_memfuncTApi);
01976 }
01977 extern "C" void G__cpp_setuptapi_cint(void) {
01978   G__check_setup_version(30051515,"G__cpp_setuptapi_cint()");
01979   G__set_cpp_environmenttapi_cint();
01980   G__cpp_setup_tagtabletapi_cint();
01981 
01982   G__cpp_setup_inheritancetapi_cint();
01983 
01984   G__cpp_setup_typetabletapi_cint();
01985 
01986   G__cpp_setup_memvartapi_cint();
01987 
01988   G__cpp_setup_memfunctapi_cint();
01989   G__cpp_setup_globaltapi_cint();
01990   G__cpp_setup_functapi_cint();
01991 
01992    if(0==G__getsizep2memfunc()) G__get_sizep2memfunctapi_cint();
01993   return;
01994 }
01995 class G__cpp_setup_inittapi_cint {
01996   public:
01997     G__cpp_setup_inittapi_cint() { G__add_setup_func("tapi_cint",(G__incsetup)(&G__cpp_setuptapi_cint)); G__call_setup_funcs(); }
01998    ~G__cpp_setup_inittapi_cint() { G__remove_setup_func("tapi_cint"); }
01999 };
02000 G__cpp_setup_inittapi_cint G__cpp_setup_initializertapi_cint;
02001 

Generated on Mon Dec 15 19:36:19 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3