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

tapi_cint.cpp

00001 //
00002 // File generated by rootcint at Mon Dec  8 18:54:59 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", 77,
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", 157,
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_124_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_124_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_124_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_124_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00491       G__setnull(result7);
00492       ((TTrigger*)(G__getstructoffset()))->calL1A((int)G__int(libp->para[0]));
00493    return(1 || funcname || hash || result7 || libp) ;
00494 }
00495 
00496 static int G__tapi_cint_124_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00497       G__setnull(result7);
00498       ((TTrigger*)(G__getstructoffset()))->pulseL1A((int)G__int(libp->para[0]));
00499    return(1 || funcname || hash || result7 || libp) ;
00500 }
00501 
00502 static int G__tapi_cint_124_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00503       G__setnull(result7);
00504       ((TTrigger*)(G__getstructoffset()))->softL1A((int)G__int(libp->para[0]));
00505    return(1 || funcname || hash || result7 || libp) ;
00506 }
00507 
00508 static int G__tapi_cint_124_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00509       G__setnull(result7);
00510       ((TTrigger*)(G__getstructoffset()))->softCalL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00511    return(1 || funcname || hash || result7 || libp) ;
00512 }
00513 
00514 static int G__tapi_cint_124_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00515       G__setnull(result7);
00516       ((TTrigger*)(G__getstructoffset()))->softPulseL1A((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_124_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00521       G__setnull(result7);
00522       ((TTrigger*)(G__getstructoffset()))->bcL1A((int)G__int(libp->para[0]));
00523    return(1 || funcname || hash || result7 || libp) ;
00524 }
00525 
00526 static int G__tapi_cint_124_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00527       G__setnull(result7);
00528       ((TTrigger*)(G__getstructoffset()))->bcCalL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00529    return(1 || funcname || hash || result7 || libp) ;
00530 }
00531 
00532 static int G__tapi_cint_124_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00533       G__setnull(result7);
00534       ((TTrigger*)(G__getstructoffset()))->bcPulseL1A((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_124_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00539    G__letint(result7,85,(long)((TTrigger*)(G__getstructoffset()))->getTrigger());
00540    return(1 || funcname || hash || result7 || libp) ;
00541 }
00542 
00543 static int G__tapi_cint_124_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00544    G__letint(result7,85,(long)TTrigger::Class());
00545    return(1 || funcname || hash || result7 || libp) ;
00546 }
00547 
00548 static int G__tapi_cint_124_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00549    G__letint(result7,67,(long)TTrigger::Class_Name());
00550    return(1 || funcname || hash || result7 || libp) ;
00551 }
00552 
00553 static int G__tapi_cint_124_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00554       G__letint(result7,115,(long)TTrigger::Class_Version());
00555    return(1 || funcname || hash || result7 || libp) ;
00556 }
00557 
00558 static int G__tapi_cint_124_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00559       G__setnull(result7);
00560       TTrigger::Dictionary();
00561    return(1 || funcname || hash || result7 || libp) ;
00562 }
00563 
00564 static int G__tapi_cint_124_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00565    G__letint(result7,85,(long)((const TTrigger*)(G__getstructoffset()))->IsA());
00566    return(1 || funcname || hash || result7 || libp) ;
00567 }
00568 
00569 static int G__tapi_cint_124_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00570       G__setnull(result7);
00571       ((TTrigger*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
00572    return(1 || funcname || hash || result7 || libp) ;
00573 }
00574 
00575 static int G__tapi_cint_124_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00576       G__setnull(result7);
00577       ((TTrigger*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
00578    return(1 || funcname || hash || result7 || libp) ;
00579 }
00580 
00581 static int G__tapi_cint_124_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00582       G__setnull(result7);
00583       ((TTrigger*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
00584    return(1 || funcname || hash || result7 || libp) ;
00585 }
00586 
00587 static int G__tapi_cint_124_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00588    G__letint(result7,67,(long)TTrigger::DeclFileName());
00589    return(1 || funcname || hash || result7 || libp) ;
00590 }
00591 
00592 static int G__tapi_cint_124_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00593       G__letint(result7,105,(long)TTrigger::ImplFileLine());
00594    return(1 || funcname || hash || result7 || libp) ;
00595 }
00596 
00597 static int G__tapi_cint_124_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00598    G__letint(result7,67,(long)TTrigger::ImplFileName());
00599    return(1 || funcname || hash || result7 || libp) ;
00600 }
00601 
00602 static int G__tapi_cint_124_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00603       G__letint(result7,105,(long)TTrigger::DeclFileLine());
00604    return(1 || funcname || hash || result7 || libp) ;
00605 }
00606 
00607 // automatic destructor
00608 typedef TTrigger G__TTTrigger;
00609 static int G__tapi_cint_124_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00610    if(0==G__getstructoffset()) return(1);
00611    if(G__getaryconstruct())
00612      if(G__PVOID==G__getgvp())
00613        delete[] (TTrigger *)(G__getstructoffset());
00614      else
00615        for(int i=G__getaryconstruct()-1;i>=0;i--)
00616          ((TTrigger *)((G__getstructoffset())+sizeof(TTrigger)*i))->~G__TTTrigger();
00617    else {
00618      long G__Xtmp=G__getgvp();
00619      G__setgvp(G__PVOID);
00620      ((TTrigger *)(G__getstructoffset()))->~G__TTTrigger();
00621      G__setgvp(G__Xtmp);
00622      G__operator_delete((void*)G__getstructoffset());
00623    }
00624       G__setnull(result7);
00625    return(1 || funcname || hash || result7 || libp) ;
00626 }
00627 
00628 
00629 /* TScanDef */
00630 static int G__tapi_cint_125_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00631    TScanDef *p=NULL;
00632    if(G__getaryconstruct()) p=new TScanDef[G__getaryconstruct()];
00633    else p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TScanDef;
00634       result7->obj.i = (long)p;
00635       result7->ref = (long)p;
00636       result7->type = 'u';
00637       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TScanDef);
00638    return(1 || funcname || hash || result7 || libp) ;
00639 }
00640 
00641 static int G__tapi_cint_125_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00642    TScanDef *p=NULL;
00643       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TScanDef(*(TScanDef*)libp->para[0].ref);
00644       result7->obj.i = (long)p;
00645       result7->ref = (long)p;
00646       result7->type = 'u';
00647       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TScanDef);
00648    return(1 || funcname || hash || result7 || libp) ;
00649 }
00650 
00651 static int G__tapi_cint_125_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00652       G__setnull(result7);
00653       ((TScanDef*)(G__getstructoffset()))->print();
00654    return(1 || funcname || hash || result7 || libp) ;
00655 }
00656 
00657 static int G__tapi_cint_125_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00658       G__setnull(result7);
00659       ((TScanDef*)(G__getstructoffset()))->configure((UINT16)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1])
00660 ,(FLOAT32)G__double(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
00661    return(1 || funcname || hash || result7 || libp) ;
00662 }
00663 
00664 static int G__tapi_cint_125_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00665       G__setnull(result7);
00666       ((TScanDef*)(G__getstructoffset()))->configure2((UINT16)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1])
00667 ,(FLOAT32)G__double(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
00668    return(1 || funcname || hash || result7 || libp) ;
00669 }
00670 
00671 static int G__tapi_cint_125_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00672    G__letint(result7,85,(long)((TScanDef*)(G__getstructoffset()))->getScan());
00673    return(1 || funcname || hash || result7 || libp) ;
00674 }
00675 
00676 static int G__tapi_cint_125_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00677    G__letint(result7,85,(long)TScanDef::Class());
00678    return(1 || funcname || hash || result7 || libp) ;
00679 }
00680 
00681 static int G__tapi_cint_125_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00682    G__letint(result7,67,(long)TScanDef::Class_Name());
00683    return(1 || funcname || hash || result7 || libp) ;
00684 }
00685 
00686 static int G__tapi_cint_125_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00687       G__letint(result7,115,(long)TScanDef::Class_Version());
00688    return(1 || funcname || hash || result7 || libp) ;
00689 }
00690 
00691 static int G__tapi_cint_125_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00692       G__setnull(result7);
00693       TScanDef::Dictionary();
00694    return(1 || funcname || hash || result7 || libp) ;
00695 }
00696 
00697 static int G__tapi_cint_125_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00698    G__letint(result7,85,(long)((const TScanDef*)(G__getstructoffset()))->IsA());
00699    return(1 || funcname || hash || result7 || libp) ;
00700 }
00701 
00702 static int G__tapi_cint_125_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00703       G__setnull(result7);
00704       ((TScanDef*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
00705    return(1 || funcname || hash || result7 || libp) ;
00706 }
00707 
00708 static int G__tapi_cint_125_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00709       G__setnull(result7);
00710       ((TScanDef*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
00711    return(1 || funcname || hash || result7 || libp) ;
00712 }
00713 
00714 static int G__tapi_cint_125_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00715       G__setnull(result7);
00716       ((TScanDef*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
00717    return(1 || funcname || hash || result7 || libp) ;
00718 }
00719 
00720 static int G__tapi_cint_125_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00721    G__letint(result7,67,(long)TScanDef::DeclFileName());
00722    return(1 || funcname || hash || result7 || libp) ;
00723 }
00724 
00725 static int G__tapi_cint_125_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00726       G__letint(result7,105,(long)TScanDef::ImplFileLine());
00727    return(1 || funcname || hash || result7 || libp) ;
00728 }
00729 
00730 static int G__tapi_cint_125_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00731    G__letint(result7,67,(long)TScanDef::ImplFileName());
00732    return(1 || funcname || hash || result7 || libp) ;
00733 }
00734 
00735 static int G__tapi_cint_125_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00736       G__letint(result7,105,(long)TScanDef::DeclFileLine());
00737    return(1 || funcname || hash || result7 || libp) ;
00738 }
00739 
00740 // automatic destructor
00741 typedef TScanDef G__TTScanDef;
00742 static int G__tapi_cint_125_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00743    if(0==G__getstructoffset()) return(1);
00744    if(G__getaryconstruct())
00745      if(G__PVOID==G__getgvp())
00746        delete[] (TScanDef *)(G__getstructoffset());
00747      else
00748        for(int i=G__getaryconstruct()-1;i>=0;i--)
00749          ((TScanDef *)((G__getstructoffset())+sizeof(TScanDef)*i))->~G__TTScanDef();
00750    else {
00751      long G__Xtmp=G__getgvp();
00752      G__setgvp(G__PVOID);
00753      ((TScanDef *)(G__getstructoffset()))->~G__TTScanDef();
00754      G__setgvp(G__Xtmp);
00755      G__operator_delete((void*)G__getstructoffset());
00756    }
00757       G__setnull(result7);
00758    return(1 || funcname || hash || result7 || libp) ;
00759 }
00760 
00761 
00762 /* TApi */
00763 static int G__tapi_cint_126_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00764    TApi *p=NULL;
00765    switch(libp->paran) {
00766    case 1:
00767       p = new TApi((int)G__int(libp->para[0]));
00768       break;
00769    case 0:
00770    if(G__getaryconstruct()) p=new TApi[G__getaryconstruct()];
00771    else                    p=new TApi;
00772       break;
00773    }
00774       result7->obj.i = (long)p;
00775       result7->ref = (long)p;
00776       result7->type = 'u';
00777       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TApi);
00778    return(1 || funcname || hash || result7 || libp) ;
00779 }
00780 
00781 static int G__tapi_cint_126_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00782       G__setnull(result7);
00783       ((TApi*)(G__getstructoffset()))->initialiseAll((int)G__int(libp->para[0]));
00784    return(1 || funcname || hash || result7 || libp) ;
00785 }
00786 
00787 static int G__tapi_cint_126_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00788       G__setnull(result7);
00789       ((TApi*)(G__getstructoffset()))->shutdownAll();
00790    return(1 || funcname || hash || result7 || libp) ;
00791 }
00792 
00793 static int G__tapi_cint_126_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00794       G__setnull(result7);
00795       ((TApi*)(G__getstructoffset()))->setRunNumber((int)G__int(libp->para[0]));
00796    return(1 || funcname || hash || result7 || libp) ;
00797 }
00798 
00799 static int G__tapi_cint_126_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00800       G__setnull(result7);
00801       ((TApi*)(G__getstructoffset()))->setScanNumber((int)G__int(libp->para[0]));
00802    return(1 || funcname || hash || result7 || libp) ;
00803 }
00804 
00805 static int G__tapi_cint_126_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00806       G__setnull(result7);
00807       ((TApi*)(G__getstructoffset()))->echo((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00808 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
00809 ,(long*)G__int(libp->para[4]));
00810    return(1 || funcname || hash || result7 || libp) ;
00811 }
00812 
00813 static int G__tapi_cint_126_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00814       G__setnull(result7);
00815       ((TApi*)(G__getstructoffset()))->loadConfiguration();
00816    return(1 || funcname || hash || result7 || libp) ;
00817 }
00818 
00819 static int G__tapi_cint_126_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00820       G__setnull(result7);
00821       ((TApi*)(G__getstructoffset()))->configureBOC((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00822 ,(unsigned int)G__int(libp->para[2]));
00823    return(1 || funcname || hash || result7 || libp) ;
00824 }
00825 
00826 static int G__tapi_cint_126_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00827    switch(libp->paran) {
00828    case 4:
00829       G__setnull(result7);
00830       ((TApi*)(G__getstructoffset()))->awaitResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00831 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3]));
00832       break;
00833    case 3:
00834       G__setnull(result7);
00835       ((TApi*)(G__getstructoffset()))->awaitResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00836 ,(unsigned int)G__int(libp->para[2]));
00837       break;
00838    }
00839    return(1 || funcname || hash || result7 || libp) ;
00840 }
00841 
00842 static int G__tapi_cint_126_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00843    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->getResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00844 ,(unsigned int)G__int(libp->para[2])));
00845    return(1 || funcname || hash || result7 || libp) ;
00846 }
00847 
00848 static int G__tapi_cint_126_1_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]),(unsigned long*)G__int(libp->para[3])));
00851    return(1 || funcname || hash || result7 || libp) ;
00852 }
00853 
00854 static int G__tapi_cint_126_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00855       G__letint(result7,103,(long)((TApi*)(G__getstructoffset()))->getRodMessage((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00856 ,(unsigned int)G__int(libp->para[2]),(char*)G__int(libp->para[3])
00857 ,*(int*)G__Intref(&libp->para[4])));
00858    return(1 || funcname || hash || result7 || libp) ;
00859 }
00860 
00861 static int G__tapi_cint_126_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00862    switch(libp->paran) {
00863    case 6:
00864       G__setnull(result7);
00865       ((TApi*)(G__getstructoffset()))->flashLED((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00866 ,(unsigned int)G__int(libp->para[2]),(unsigned long)G__int(libp->para[3])
00867 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5]));
00868       break;
00869    case 5:
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]));
00874       break;
00875    case 4:
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       break;
00880    }
00881    return(1 || funcname || hash || result7 || libp) ;
00882 }
00883 
00884 static int G__tapi_cint_126_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00885       G__setnull(result7);
00886       ((TApi*)(G__getstructoffset()))->status();
00887    return(1 || funcname || hash || result7 || libp) ;
00888 }
00889 
00890 static int G__tapi_cint_126_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00891       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDump((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00892 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
00893 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])));
00894    return(1 || funcname || hash || result7 || libp) ;
00895 }
00896 
00897 static int G__tapi_cint_126_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00898       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDumpFile(
00899 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00900 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
00901 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
00902 ,*((string*)G__int(libp->para[6]))));
00903    return(1 || funcname || hash || result7 || libp) ;
00904 }
00905 
00906 static int G__tapi_cint_126_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00907    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->dspBlockRead(
00908 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00909 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
00910 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
00911 ,(long*)G__int(libp->para[6])));
00912    return(1 || funcname || hash || result7 || libp) ;
00913 }
00914 
00915 static int G__tapi_cint_126_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00916       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockWrite(
00917 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00918 ,(unsigned int)G__int(libp->para[2]),(unsigned long*)G__int(libp->para[3])
00919 ,(unsigned long)G__int(libp->para[4]),(long)G__int(libp->para[5])
00920 ,(long)G__int(libp->para[6])));
00921    return(1 || funcname || hash || result7 || libp) ;
00922 }
00923 
00924 static int G__tapi_cint_126_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00925       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->readRodStatusReg((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00926 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])));
00927    return(1 || funcname || hash || result7 || libp) ;
00928 }
00929 
00930 static int G__tapi_cint_126_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00931       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->readRodCommandReg((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_126_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00937       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->dspSingleRead((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00938 ,(unsigned int)G__int(libp->para[2]),(const unsigned long)G__int(libp->para[3])
00939 ,(long)G__int(libp->para[4])));
00940    return(1 || funcname || hash || result7 || libp) ;
00941 }
00942 
00943 static int G__tapi_cint_126_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00944       G__setnull(result7);
00945       ((TApi*)(G__getstructoffset()))->dspSingleWrite((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00946 ,(unsigned int)G__int(libp->para[2]),(unsigned long)G__int(libp->para[3])
00947 ,(unsigned long)G__int(libp->para[4]),(long)G__int(libp->para[5]));
00948    return(1 || funcname || hash || result7 || libp) ;
00949 }
00950 
00951 static int G__tapi_cint_126_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00952       G__setnull(result7);
00953       ((TApi*)(G__getstructoffset()))->createDebugPrimList();
00954    return(1 || funcname || hash || result7 || libp) ;
00955 }
00956 
00957 static int G__tapi_cint_126_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00958       G__setnull(result7);
00959       ((TApi*)(G__getstructoffset()))->addDebugPrimList((unsigned long)G__int(libp->para[0]),(long)G__int(libp->para[1])
00960 ,(long)G__int(libp->para[2]),(long)G__int(libp->para[3])
00961 ,(unsigned long*)G__int(libp->para[4]));
00962    return(1 || funcname || hash || result7 || libp) ;
00963 }
00964 
00965 static int G__tapi_cint_126_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00966       G__setnull(result7);
00967       ((TApi*)(G__getstructoffset()))->sendDebugPrimList((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00968 ,(unsigned int)G__int(libp->para[2]));
00969    return(1 || funcname || hash || result7 || libp) ;
00970 }
00971 
00972 static int G__tapi_cint_126_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00973       G__setnull(result7);
00974       ((TApi*)(G__getstructoffset()))->sendDebugSlavePrimList((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00975 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
00976 ,(bool)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
00977    return(1 || funcname || hash || result7 || libp) ;
00978 }
00979 
00980 static int G__tapi_cint_126_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00981    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->retrieveModule((UINT32)G__int(libp->para[0])));
00982    return(1 || funcname || hash || result7 || libp) ;
00983 }
00984 
00985 static int G__tapi_cint_126_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00986       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findModule(*((string*)G__int(libp->para[0]))));
00987    return(1 || funcname || hash || result7 || libp) ;
00988 }
00989 
00990 static int G__tapi_cint_126_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00991       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findModule((INT32)G__int(libp->para[0]),(INT32)G__int(libp->para[1])));
00992    return(1 || funcname || hash || result7 || libp) ;
00993 }
00994 
00995 static int G__tapi_cint_126_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00996       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findBarrelModule((INT32)G__int(libp->para[0]),(INT32)G__int(libp->para[1])
00997 ,(INT32)G__int(libp->para[2])));
00998    return(1 || funcname || hash || result7 || libp) ;
00999 }
01000 
01001 static int G__tapi_cint_126_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01002       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findEndcapModule((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_126_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01008       G__setnull(result7);
01009       ((TApi*)(G__getstructoffset()))->getABCDModule((UINT32)G__int(libp->para[0]));
01010    return(1 || funcname || hash || result7 || libp) ;
01011 }
01012 
01013 static int G__tapi_cint_126_3_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]),(UINT32)G__int(libp->para[1]));
01016    return(1 || funcname || hash || result7 || libp) ;
01017 }
01018 
01019 static int G__tapi_cint_126_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01020       G__setnull(result7);
01021       ((TApi*)(G__getstructoffset()))->setABCDModule((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_126_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01026    switch(libp->paran) {
01027    case 3:
01028       G__setnull(result7);
01029       ((TApi*)(G__getstructoffset()))->sendABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01030 ,(UINT32)G__int(libp->para[2]));
01031       break;
01032    case 2:
01033       G__setnull(result7);
01034       ((TApi*)(G__getstructoffset()))->sendABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01035       break;
01036    }
01037    return(1 || funcname || hash || result7 || libp) ;
01038 }
01039 
01040 static int G__tapi_cint_126_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01041       G__setnull(result7);
01042       ((TApi*)(G__getstructoffset()))->modifyABCDMask((UINT32)G__int(libp->para[0]),(UINT32*)G__int(libp->para[1]));
01043    return(1 || funcname || hash || result7 || libp) ;
01044 }
01045 
01046 static int G__tapi_cint_126_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01047       G__setnull(result7);
01048       ((TApi*)(G__getstructoffset()))->modifyABCDTrims((UINT32)G__int(libp->para[0]),(UINT8*)G__int(libp->para[1]));
01049    return(1 || funcname || hash || result7 || libp) ;
01050 }
01051 
01052 static int G__tapi_cint_126_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01053       G__setnull(result7);
01054       ((TApi*)(G__getstructoffset()))->modifyABCDVar((UINT32)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1]));
01055    return(1 || funcname || hash || result7 || libp) ;
01056 }
01057 
01058 static int G__tapi_cint_126_9_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]),(UINT32)G__int(libp->para[1])
01061 ,(FLOAT32)G__double(libp->para[2]));
01062    return(1 || funcname || hash || result7 || libp) ;
01063 }
01064 
01065 static int G__tapi_cint_126_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01066       G__setnull(result7);
01067       ((TApi*)(G__getstructoffset()))->modifyABCDVar((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01068 ,(UINT32)G__int(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
01069    return(1 || funcname || hash || result7 || libp) ;
01070 }
01071 
01072 static int G__tapi_cint_126_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01073       G__setnull(result7);
01074       ((TApi*)(G__getstructoffset()))->modifyBOCParam((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01075 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
01076 ,(unsigned int)G__int(libp->para[4]),(unsigned int)G__int(libp->para[5]));
01077    return(1 || funcname || hash || result7 || libp) ;
01078 }
01079 
01080 static int G__tapi_cint_126_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01081       G__setnull(result7);
01082       ((TApi*)(G__getstructoffset()))->defaultScan((int)G__int(libp->para[0]));
01083    return(1 || funcname || hash || result7 || libp) ;
01084 }
01085 
01086 static int G__tapi_cint_126_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01087       G__setnull(result7);
01088       ((TApi*)(G__getstructoffset()))->tidyHistogramming();
01089    return(1 || funcname || hash || result7 || libp) ;
01090 }
01091 
01092 static int G__tapi_cint_126_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01093       G__setnull(result7);
01094       ((TApi*)(G__getstructoffset()))->doScan(*((TScanDef*)G__int(libp->para[0])));
01095    return(1 || funcname || hash || result7 || libp) ;
01096 }
01097 
01098 static int G__tapi_cint_126_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01099       G__setnull(result7);
01100       ((TApi*)(G__getstructoffset()))->doRawScan(*((TScanDef*)G__int(libp->para[0])),(int)G__int(libp->para[1])
01101 ,(bool)G__int(libp->para[2]));
01102    return(1 || funcname || hash || result7 || libp) ;
01103 }
01104 
01105 static int G__tapi_cint_126_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01106       G__setnull(result7);
01107       ((TApi*)(G__getstructoffset()))->sendTrigger((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01108 ,(unsigned int)G__int(libp->para[2]),*((TTrigger*)G__int(libp->para[3])));
01109    return(1 || funcname || hash || result7 || libp) ;
01110 }
01111 
01112 static int G__tapi_cint_126_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01113       G__setnull(result7);
01114       ((TApi*)(G__getstructoffset()))->printABCDModule((int)G__int(libp->para[0]));
01115    return(1 || funcname || hash || result7 || libp) ;
01116 }
01117 
01118 static int G__tapi_cint_126_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01119       G__setnull(result7);
01120       ((TApi*)(G__getstructoffset()))->printABCDRodModule((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
01121    return(1 || funcname || hash || result7 || libp) ;
01122 }
01123 
01124 static int G__tapi_cint_126_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01125       G__setnull(result7);
01126       ((TApi*)(G__getstructoffset()))->printBOCSetup((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01127 ,(unsigned int)G__int(libp->para[2]));
01128    return(1 || funcname || hash || result7 || libp) ;
01129 }
01130 
01131 static int G__tapi_cint_126_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01132       G__setnull(result7);
01133       ((TApi*)(G__getstructoffset()))->printBOCRegisters((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01134 ,(unsigned int)G__int(libp->para[2]));
01135    return(1 || funcname || hash || result7 || libp) ;
01136 }
01137 
01138 static int G__tapi_cint_126_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01139    switch(libp->paran) {
01140    case 6:
01141       G__setnull(result7);
01142       ((TApi*)(G__getstructoffset()))->rawData((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01143 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01144 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01145       break;
01146    case 5:
01147       G__setnull(result7);
01148       ((TApi*)(G__getstructoffset()))->rawData((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01149 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01150 ,(int)G__int(libp->para[4]));
01151       break;
01152    }
01153    return(1 || funcname || hash || result7 || libp) ;
01154 }
01155 
01156 static int G__tapi_cint_126_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01157    switch(libp->paran) {
01158    case 5:
01159    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probe((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01160 ,(unsigned int)G__int(libp->para[2]),(int*)G__int(libp->para[3])
01161 ,(int)G__int(libp->para[4])));
01162       break;
01163    case 4:
01164    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probe((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01165 ,(unsigned int)G__int(libp->para[2]),(int*)G__int(libp->para[3])));
01166       break;
01167    }
01168    return(1 || funcname || hash || result7 || libp) ;
01169 }
01170 
01171 static int G__tapi_cint_126_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01172       G__setnull(result7);
01173       ((TApi*)(G__getstructoffset()))->lasersOff();
01174    return(1 || funcname || hash || result7 || libp) ;
01175 }
01176 
01177 static int G__tapi_cint_126_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01178    switch(libp->paran) {
01179    case 7:
01180       G__setnull(result7);
01181       ((TApi*)(G__getstructoffset()))->decodeEvent(
01182 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01183 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01184 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5])
01185 ,(bool)G__int(libp->para[6]));
01186       break;
01187    case 6:
01188       G__setnull(result7);
01189       ((TApi*)(G__getstructoffset()))->decodeEvent((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01190 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01191 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01192       break;
01193    case 5:
01194       G__setnull(result7);
01195       ((TApi*)(G__getstructoffset()))->decodeEvent((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01196 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01197 ,(int)G__int(libp->para[4]));
01198       break;
01199    }
01200    return(1 || funcname || hash || result7 || libp) ;
01201 }
01202 
01203 static int G__tapi_cint_126_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01204       G__setnull(result7);
01205       ((TApi*)(G__getstructoffset()))->setDebugLevel((unsigned int)G__int(libp->para[0]));
01206    return(1 || funcname || hash || result7 || libp) ;
01207 }
01208 
01209 static int G__tapi_cint_126_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01210       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->getDebugLevel());
01211    return(1 || funcname || hash || result7 || libp) ;
01212 }
01213 
01214 static int G__tapi_cint_126_7_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01215       G__setnull(result7);
01216       ((TApi*)(G__getstructoffset()))->freeTriggers((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01217 ,(double)G__double(libp->para[2]));
01218    return(1 || funcname || hash || result7 || libp) ;
01219 }
01220 
01221 static int G__tapi_cint_126_8_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01222       G__setnull(result7);
01223       ((TApi*)(G__getstructoffset()))->stopTriggers((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01224    return(1 || funcname || hash || result7 || libp) ;
01225 }
01226 
01227 static int G__tapi_cint_126_9_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01228       G__setnull(result7);
01229       ((TApi*)(G__getstructoffset()))->timL1A((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01230    return(1 || funcname || hash || result7 || libp) ;
01231 }
01232 
01233 static int G__tapi_cint_126_0_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01234       G__setnull(result7);
01235       ((TApi*)(G__getstructoffset()))->timCalL1A((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01236 ,(int)G__int(libp->para[2]));
01237    return(1 || funcname || hash || result7 || libp) ;
01238 }
01239 
01240 static int G__tapi_cint_126_1_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01241       G__setnull(result7);
01242       ((TApi*)(G__getstructoffset()))->requestHardReset((UINT32)G__int(libp->para[0]));
01243    return(1 || funcname || hash || result7 || libp) ;
01244 }
01245 
01246 static int G__tapi_cint_126_2_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01247       G__setnull(result7);
01248       ((TApi*)(G__getstructoffset()))->printHex((UINT32)G__int(libp->para[0]),(int)G__int(libp->para[1]));
01249    return(1 || funcname || hash || result7 || libp) ;
01250 }
01251 
01252 static int G__tapi_cint_126_5_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01253    G__letint(result7,85,(long)TApi::Class());
01254    return(1 || funcname || hash || result7 || libp) ;
01255 }
01256 
01257 static int G__tapi_cint_126_6_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01258    G__letint(result7,67,(long)TApi::Class_Name());
01259    return(1 || funcname || hash || result7 || libp) ;
01260 }
01261 
01262 static int G__tapi_cint_126_7_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01263       G__letint(result7,115,(long)TApi::Class_Version());
01264    return(1 || funcname || hash || result7 || libp) ;
01265 }
01266 
01267 static int G__tapi_cint_126_8_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01268       G__setnull(result7);
01269       TApi::Dictionary();
01270    return(1 || funcname || hash || result7 || libp) ;
01271 }
01272 
01273 static int G__tapi_cint_126_9_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01274    G__letint(result7,85,(long)((const TApi*)(G__getstructoffset()))->IsA());
01275    return(1 || funcname || hash || result7 || libp) ;
01276 }
01277 
01278 static int G__tapi_cint_126_0_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01279       G__setnull(result7);
01280       ((TApi*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
01281    return(1 || funcname || hash || result7 || libp) ;
01282 }
01283 
01284 static int G__tapi_cint_126_1_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01285       G__setnull(result7);
01286       ((TApi*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
01287    return(1 || funcname || hash || result7 || libp) ;
01288 }
01289 
01290 static int G__tapi_cint_126_2_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01291       G__setnull(result7);
01292       ((TApi*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
01293    return(1 || funcname || hash || result7 || libp) ;
01294 }
01295 
01296 static int G__tapi_cint_126_3_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01297    G__letint(result7,67,(long)TApi::DeclFileName());
01298    return(1 || funcname || hash || result7 || libp) ;
01299 }
01300 
01301 static int G__tapi_cint_126_4_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01302       G__letint(result7,105,(long)TApi::ImplFileLine());
01303    return(1 || funcname || hash || result7 || libp) ;
01304 }
01305 
01306 static int G__tapi_cint_126_5_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01307    G__letint(result7,67,(long)TApi::ImplFileName());
01308    return(1 || funcname || hash || result7 || libp) ;
01309 }
01310 
01311 static int G__tapi_cint_126_6_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01312       G__letint(result7,105,(long)TApi::DeclFileLine());
01313    return(1 || funcname || hash || result7 || libp) ;
01314 }
01315 
01316 // automatic copy constructor
01317 static int G__tapi_cint_126_7_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
01318 {
01319    TApi *p;
01320    p=new TApi(*(TApi*)G__int(libp->para[0]));
01321    result7->obj.i = (long)p;
01322    result7->ref = (long)p;
01323    result7->type = 'u';
01324    result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TApi);
01325    return(1 || funcname || hash || result7 || libp) ;
01326 }
01327 
01328 // automatic destructor
01329 typedef TApi G__TTApi;
01330 static int G__tapi_cint_126_8_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01331    if(0==G__getstructoffset()) return(1);
01332    if(G__getaryconstruct())
01333      if(G__PVOID==G__getgvp())
01334        delete[] (TApi *)(G__getstructoffset());
01335      else
01336        for(int i=G__getaryconstruct()-1;i>=0;i--)
01337          delete (TApi *)((G__getstructoffset())+sizeof(TApi)*i);
01338    else  delete (TApi *)(G__getstructoffset());
01339       G__setnull(result7);
01340    return(1 || funcname || hash || result7 || libp) ;
01341 }
01342 
01343 
01344 /* Setting up global function */
01345 
01346 /*********************************************************
01347 * Member function Stub
01348 *********************************************************/
01349 
01350 /* SctApi */
01351 
01352 /* TTrigger */
01353 
01354 /* TScanDef */
01355 
01356 /* TApi */
01357 
01358 /*********************************************************
01359 * Global function Stub
01360 *********************************************************/
01361 
01362 /*********************************************************
01363 * Get size of pointer to member function
01364 *********************************************************/
01365 class G__Sizep2memfunctapi_cint {
01366  public:
01367   G__Sizep2memfunctapi_cint() {p=&G__Sizep2memfunctapi_cint::sizep2memfunc;}
01368     size_t sizep2memfunc() { return(sizeof(p)); }
01369   private:
01370     size_t (G__Sizep2memfunctapi_cint::*p)();
01371 };
01372 
01373 size_t G__get_sizep2memfunctapi_cint()
01374 {
01375   G__Sizep2memfunctapi_cint a;
01376   G__setsizep2memfunc((int)a.sizep2memfunc());
01377   return((size_t)a.sizep2memfunc());
01378 }
01379 
01380 
01381 /*********************************************************
01382 * virtual base class offset calculation interface
01383 *********************************************************/
01384 
01385    /* Setting up class inheritance */
01386 
01387 /*********************************************************
01388 * Inheritance information setup/
01389 *********************************************************/
01390 extern "C" void G__cpp_setup_inheritancetapi_cint() {
01391 
01392    /* Setting up class inheritance */
01393    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__tapi_cintLN_TApi))) {
01394      TApi *G__Lderived;
01395      G__Lderived=(TApi*)0x1000;
01396      {
01397        TObject *G__Lpbase=(TObject*)G__Lderived;
01398        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);
01399      }
01400    }
01401 }
01402 
01403 /*********************************************************
01404 * typedef information setup/
01405 *********************************************************/
01406 extern "C" void G__cpp_setup_typetabletapi_cint() {
01407 
01408    /* Setting up typedef entry */
01409    G__search_typename2("Int_t",105,-1,0,
01410 -1);
01411    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
01412    G__search_typename2("Version_t",115,-1,0,
01413 -1);
01414    G__setnewtype(-1,"Class version identifier (short)",0);
01415    G__search_typename2("INT32",105,-1,0,
01416 -1);
01417    G__setnewtype(-1,NULL,0);
01418    G__search_typename2("UINT8",98,-1,0,
01419 -1);
01420    G__setnewtype(-1,NULL,0);
01421    G__search_typename2("UINT16",114,-1,0,
01422 -1);
01423    G__setnewtype(-1,NULL,0);
01424    G__search_typename2("UINT32",104,-1,0,
01425 -1);
01426    G__setnewtype(-1,NULL,0);
01427    G__search_typename2("FLOAT32",102,-1,0,
01428 -1);
01429    G__setnewtype(-1,NULL,0);
01430 }
01431 
01432 /*********************************************************
01433 * Data Member information setup/
01434 *********************************************************/
01435 
01436    /* Setting up class,struct,union tag member variable */
01437 
01438    /* SctApi */
01439 static void G__setup_memvarSctApi(void) {
01440    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi));
01441    {
01442    }
01443    G__tag_memvar_reset();
01444 }
01445 
01446 
01447    /* TTrigger */
01448 static void G__setup_memvarTTrigger(void) {
01449    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger));
01450    { TTrigger *p; p=(TTrigger*)0x1000; if (p) { }
01451    G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
01452    G__memvar_setup((void*)((long)(&p->incCmd)-(long)(p)),105,0,0,-1,-1,-1,1,"incCmd=",0,(char*)NULL);
01453    G__memvar_setup((void*)((long)(&p->incData)-(long)(p)),105,0,0,-1,-1,-1,1,"incData=",0,(char*)NULL);
01454    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLTriggerImpl),-1,-1,4,"worker=",0,(char*)NULL);
01455    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01456    }
01457    G__tag_memvar_reset();
01458 }
01459 
01460 
01461    /* TScanDef */
01462 static void G__setup_memvarTScanDef(void) {
01463    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef));
01464    { TScanDef *p; p=(TScanDef*)0x1000; if (p) { }
01465    G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
01466    G__memvar_setup((void*)((long)(&p->trigsPerBurst)-(long)(p)),108,0,0,-1,-1,-1,1,"trigsPerBurst=",0,(char*)NULL);
01467    G__memvar_setup((void*)((long)(&p->scanVariable)-(long)(p)),105,0,0,-1,-1,-1,1,"scanVariable=",0,(char*)NULL);
01468    G__memvar_setup((void*)((long)(&p->scanVariable2)-(long)(p)),105,0,0,-1,-1,-1,1,"scanVariable2=",0,(char*)NULL);
01469    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);
01470    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);
01471    G__memvar_setup((void*)((long)(&p->format)-(long)(p)),105,0,0,-1,-1,-1,1,"format=",0,(char*)NULL);
01472    G__memvar_setup((void*)((long)(&p->full)-(long)(p)),105,0,0,-1,-1,-1,1,"full=",0,(char*)NULL);
01473    G__memvar_setup((void*)((long)(&p->bits32)-(long)(p)),105,0,0,-1,-1,-1,1,"bits32=",0,(char*)NULL);
01474    G__memvar_setup((void*)((long)(&p->loopCalLine)-(long)(p)),105,0,0,-1,-1,-1,1,"loopCalLine=",0,(char*)NULL);
01475    G__memvar_setup((void*)((long)(&p->distSlave)-(long)(p)),105,0,0,-1,-1,-1,1,"distSlave=",0,(char*)NULL);
01476    G__memvar_setup((void*)((long)(&p->debug)-(long)(p)),105,0,0,-1,-1,-1,1,"debug=",0,(char*)NULL);
01477    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLScanDefImpl),-1,-1,4,"worker=",0,(char*)NULL);
01478    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01479    }
01480    G__tag_memvar_reset();
01481 }
01482 
01483 
01484    /* TApi */
01485 static void G__setup_memvarTApi(void) {
01486    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi));
01487    { TApi *p; p=(TApi*)0x1000; if (p) { }
01488    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLSctApi),-1,-1,4,"worker=",0,(char*)NULL);
01489    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01490    }
01491    G__tag_memvar_reset();
01492 }
01493 
01494 extern "C" void G__cpp_setup_memvartapi_cint() {
01495 }
01496 /***********************************************************
01497 ************************************************************
01498 ************************************************************
01499 ************************************************************
01500 ************************************************************
01501 ************************************************************
01502 ************************************************************
01503 ***********************************************************/
01504 
01505 /*********************************************************
01506 * Member function information setup for each class
01507 *********************************************************/
01508 static void G__setup_memfuncSctApi(void) {
01509    /* SctApi */
01510    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi));
01511    G__tag_memfunc_reset();
01512 }
01513 
01514 static void G__setup_memfuncTTrigger(void) {
01515    /* TTrigger */
01516    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger));
01517    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);
01518    G__memfunc_setup("TTrigger",808,G__tapi_cint_124_1_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01519    G__memfunc_setup("TTrigger",808,G__tapi_cint_124_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);
01520    G__memfunc_setup("singleL1A",832,G__tapi_cint_124_4_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01521    G__memfunc_setup("calL1A",494,G__tapi_cint_124_5_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
01522    G__memfunc_setup("pulseL1A",743,G__tapi_cint_124_6_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
01523    G__memfunc_setup("softL1A",634,G__tapi_cint_124_7_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
01524    G__memfunc_setup("softCalL1A",906,G__tapi_cint_124_8_0,121,-1,-1,0,2,1,1,0,
01525 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
01526    G__memfunc_setup("softPulseL1A",1155,G__tapi_cint_124_9_0,121,-1,-1,0,2,1,1,0,
01527 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
01528    G__memfunc_setup("bcL1A",387,G__tapi_cint_124_0_1,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
01529    G__memfunc_setup("bcCalL1A",659,G__tapi_cint_124_1_1,121,-1,-1,0,2,1,1,0,
01530 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
01531    G__memfunc_setup("bcPulseL1A",908,G__tapi_cint_124_2_1,121,-1,-1,0,2,1,1,0,
01532 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
01533    G__memfunc_setup("getTrigger",1044,G__tapi_cint_124_3_1,85,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLTrigger),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01534    G__memfunc_setup("update",643,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0);
01535    G__memfunc_setup("Class",502,G__tapi_cint_124_5_1,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01536    G__memfunc_setup("Class_Name",982,G__tapi_cint_124_6_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01537    G__memfunc_setup("Class_Version",1339,G__tapi_cint_124_7_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01538    G__memfunc_setup("Dictionary",1046,G__tapi_cint_124_8_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01539    G__memfunc_setup("IsA",253,G__tapi_cint_124_9_1,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
01540    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_124_0_2,121,-1,-1,0,2,1,1,0,
01541 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
01542    G__memfunc_setup("Streamer",835,G__tapi_cint_124_1_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
01543    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_124_2_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
01544    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_124_3_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01545    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_124_4_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01546    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_124_5_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01547    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_124_6_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01548    // automatic destructor
01549    G__memfunc_setup("~TTrigger",934,G__tapi_cint_124_7_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
01550    G__tag_memfunc_reset();
01551 }
01552 
01553 static void G__setup_memfuncTScanDef(void) {
01554    /* TScanDef */
01555    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef));
01556    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);
01557    G__memfunc_setup("TScanDef",744,G__tapi_cint_125_1_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TScanDef),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01558    G__memfunc_setup("TScanDef",744,G__tapi_cint_125_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);
01559    G__memfunc_setup("print",557,G__tapi_cint_125_4_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01560    G__memfunc_setup("configure",962,G__tapi_cint_125_5_0,121,-1,-1,0,4,1,1,0,
01561 "r - 'UINT16' 0 - type f - 'FLOAT32' 0 - start "
01562 "f - 'FLOAT32' 0 - stop f - 'FLOAT32' 0 - step",(char*)NULL,(void*)NULL,0);
01563    G__memfunc_setup("configure2",1012,G__tapi_cint_125_6_0,121,-1,-1,0,4,1,1,0,
01564 "r - 'UINT16' 0 - type f - 'FLOAT32' 0 - start "
01565 "f - 'FLOAT32' 0 - stop f - 'FLOAT32' 0 - step",(char*)NULL,(void*)NULL,0);
01566    G__memfunc_setup("getScan",709,G__tapi_cint_125_7_0,85,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLScan),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01567    G__memfunc_setup("update",643,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0);
01568    G__memfunc_setup("Class",502,G__tapi_cint_125_9_0,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01569    G__memfunc_setup("Class_Name",982,G__tapi_cint_125_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01570    G__memfunc_setup("Class_Version",1339,G__tapi_cint_125_1_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01571    G__memfunc_setup("Dictionary",1046,G__tapi_cint_125_2_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01572    G__memfunc_setup("IsA",253,G__tapi_cint_125_3_1,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
01573    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_125_4_1,121,-1,-1,0,2,1,1,0,
01574 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
01575    G__memfunc_setup("Streamer",835,G__tapi_cint_125_5_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
01576    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_125_6_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
01577    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_125_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01578    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_125_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01579    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_125_9_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01580    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_125_0_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01581    // automatic destructor
01582    G__memfunc_setup("~TScanDef",870,G__tapi_cint_125_1_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
01583    G__tag_memfunc_reset();
01584 }
01585 
01586 static void G__setup_memfuncTApi(void) {
01587    /* TApi */
01588    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi));
01589    G__memfunc_setup("TApi",366,G__tapi_cint_126_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);
01590    G__memfunc_setup("initialiseAll",1348,G__tapi_cint_126_2_0,121,-1,-1,0,1,1,1,0,"i - - 0 - runNumber",(char*)NULL,(void*)NULL,0);
01591    G__memfunc_setup("shutdownAll",1173,G__tapi_cint_126_3_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01592    G__memfunc_setup("setRunNumber",1258,G__tapi_cint_126_4_0,121,-1,-1,0,1,1,1,0,"i - - 0 - newRun",(char*)NULL,(void*)NULL,0);
01593    G__memfunc_setup("setScanNumber",1338,G__tapi_cint_126_5_0,121,-1,-1,0,1,1,1,0,"i - - 0 - newScan",(char*)NULL,(void*)NULL,0);
01594    G__memfunc_setup("echo",415,G__tapi_cint_126_6_0,121,-1,-1,0,5,1,1,0,
01595 "h - - 0 - partition h - - 0 - crate "
01596 "h - - 0 - rod h - - 0 - length "
01597 "L - - 0 - data",(char*)NULL,(void*)NULL,0);
01598    G__memfunc_setup("loadConfiguration",1784,G__tapi_cint_126_7_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01599    G__memfunc_setup("configureBOC",1174,G__tapi_cint_126_8_0,121,-1,-1,0,3,1,1,0,
01600 "h - - 0 - partition h - - 0 - crate "
01601 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01602    G__memfunc_setup("awaitResponse",1381,G__tapi_cint_126_9_0,121,-1,-1,0,4,1,1,0,
01603 "h - - 0 - partition h - - 0 - crate "
01604 "h - - 0 - rod i - - 0 5 timeout",(char*)NULL,(void*)NULL,0);
01605    G__memfunc_setup("getResponse",1167,G__tapi_cint_126_0_1,75,-1,-1,0,3,1,1,0,
01606 "h - - 0 - partition h - - 0 - crate "
01607 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01608    G__memfunc_setup("getResponse",1167,G__tapi_cint_126_1_1,75,-1,-1,0,4,1,1,0,
01609 "h - - 0 - partition h - - 0 - crate "
01610 "h - - 0 - rod K - - 0 - length",(char*)NULL,(void*)NULL,0);
01611    G__memfunc_setup("getRodMessage",1322,G__tapi_cint_126_2_1,103,-1,-1,0,5,1,1,0,
01612 "h - - 0 - partition h - - 0 - crate "
01613 "h - - 0 - rod C - - 0 - buffer "
01614 "i - - 1 - length",(char*)NULL,(void*)NULL,0);
01615    G__memfunc_setup("flashLED",739,G__tapi_cint_126_3_1,121,-1,-1,0,6,1,1,0,
01616 "h - - 0 - partition h - - 0 - crate "
01617 "h - - 0 - rod k - - 0 - slaveNumber "
01618 "l - - 0 1000 period l - - 0 10 flashes",(char*)NULL,(void*)NULL,0);
01619    G__memfunc_setup("status",676,G__tapi_cint_126_4_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01620    G__memfunc_setup("dspBlockDump",1224,G__tapi_cint_126_5_1,105,-1,G__defined_typename("Int_t"),0,6,1,1,0,
01621 "h - - 0 - partition h - - 0 - crate "
01622 "h - - 0 - rod l - - 0 - dspStart "
01623 "l - - 0 - numWords l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
01624    G__memfunc_setup("dspBlockDumpFile",1608,G__tapi_cint_126_6_1,105,-1,G__defined_typename("Int_t"),0,7,1,1,0,
01625 "h - - 0 - partition h - - 0 - crate "
01626 "h - - 0 - rod l - - 0 - dspStart "
01627 "l - - 0 - numWords l - - 0 - dspNumber "
01628 "u 'string' - 0 - filename",(char*)NULL,(void*)NULL,0);
01629    G__memfunc_setup("dspBlockRead",1198,G__tapi_cint_126_7_1,75,-1,-1,0,7,1,1,0,
01630 "h - - 0 - partition h - - 0 - crate "
01631 "h - - 0 - rod l - - 0 - dspStart "
01632 "l - - 0 - numWords l - - 0 - dspNumber "
01633 "L - - 0 - length",(char*)NULL,(void*)NULL,0);
01634    G__memfunc_setup("dspBlockWrite",1341,G__tapi_cint_126_8_1,105,-1,-1,0,7,1,1,0,
01635 "h - - 0 - partition h - - 0 - crate "
01636 "h - - 0 - rod K - - 0 - buffer "
01637 "k - - 0 - dspAddress l - - 0 - numWords "
01638 "l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
01639    G__memfunc_setup("readRodStatusReg",1635,G__tapi_cint_126_9_1,107,-1,-1,0,4,1,1,0,
01640 "h - - 0 - partition h - - 0 - crate "
01641 "h - - 0 - rod l - - 0 - regNumber",(char*)NULL,(void*)NULL,0);
01642    G__memfunc_setup("readRodCommandReg",1694,G__tapi_cint_126_0_2,107,-1,-1,0,4,1,1,0,
01643 "h - - 0 - partition h - - 0 - crate "
01644 "h - - 0 - rod l - - 0 - regNumber",(char*)NULL,(void*)NULL,0);
01645    G__memfunc_setup("dspSingleRead",1317,G__tapi_cint_126_1_2,107,-1,-1,0,5,1,1,0,
01646 "h - - 0 - partition h - - 0 - crate "
01647 "h - - 0 - rod k - - 10 - dspAddr "
01648 "l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
01649    G__memfunc_setup("dspSingleWrite",1460,G__tapi_cint_126_2_2,121,-1,-1,0,6,1,1,0,
01650 "h - - 0 - partition h - - 0 - crate "
01651 "h - - 0 - rod k - - 0 - dspAddr "
01652 "k - - 0 - value l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
01653    G__memfunc_setup("createDebugPrimList",1935,G__tapi_cint_126_3_2,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01654    G__memfunc_setup("addDebugPrimList",1604,G__tapi_cint_126_4_2,121,-1,-1,0,5,1,1,0,
01655 "k - - 0 - length l - - 0 - index "
01656 "l - - 0 - id l - - 0 - version "
01657 "K - - 0 - body",(char*)NULL,(void*)NULL,0);
01658    G__memfunc_setup("sendDebugPrimList",1733,G__tapi_cint_126_5_2,121,-1,-1,0,3,1,1,0,
01659 "h - - 0 - partition h - - 0 - crate "
01660 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01661    G__memfunc_setup("sendDebugSlavePrimList",2240,G__tapi_cint_126_6_2,121,-1,-1,0,6,1,1,0,
01662 "h - - 0 - partition h - - 0 - crate "
01663 "h - - 0 - rod h - - 0 - slave "
01664 "g - - 0 - await g - - 0 - response",(char*)NULL,(void*)NULL,0);
01665    G__memfunc_setup("retrieveModule",1484,G__tapi_cint_126_7_2,75,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - mid",(char*)NULL,(void*)NULL,0);
01666    G__memfunc_setup("findModule",1031,G__tapi_cint_126_8_2,104,-1,G__defined_typename("UINT32"),0,1,1,1,0,"u 'string' - 0 - sn",(char*)NULL,(void*)NULL,0);
01667    G__memfunc_setup("findModule",1031,G__tapi_cint_126_9_2,104,-1,G__defined_typename("UINT32"),0,2,1,1,0,
01668 "i - 'INT32' 0 - mur i - 'INT32' 0 - module",(char*)NULL,(void*)NULL,0);
01669    G__memfunc_setup("findBarrelModule",1631,G__tapi_cint_126_0_3,104,-1,G__defined_typename("UINT32"),0,3,1,1,0,
01670 "i - 'INT32' 0 - barrel i - 'INT32' 0 - row "
01671 "i - 'INT32' 0 - number",(char*)NULL,(void*)NULL,0);
01672    G__memfunc_setup("findEndcapModule",1618,G__tapi_cint_126_1_3,104,-1,G__defined_typename("UINT32"),0,3,1,1,0,
01673 "i - 'INT32' 0 - disk i - 'INT32' 0 - ring "
01674 "i - 'INT32' 0 - number",(char*)NULL,(void*)NULL,0);
01675    G__memfunc_setup("getABCDModule",1200,G__tapi_cint_126_2_3,121,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
01676    G__memfunc_setup("getABCDModule",1200,G__tapi_cint_126_3_3,121,-1,-1,0,2,1,1,0,
01677 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
01678    G__memfunc_setup("setABCDModule",1212,G__tapi_cint_126_4_3,121,-1,-1,0,2,1,1,0,
01679 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
01680    G__memfunc_setup("sendABCDModule",1306,G__tapi_cint_126_5_3,121,-1,-1,0,3,1,1,0,
01681 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank "
01682 "h - 'UINT32' 0 2 type",(char*)NULL,(void*)NULL,0);
01683    G__memfunc_setup("modifyABCDMask",1310,G__tapi_cint_126_6_3,121,-1,-1,0,2,1,1,0,
01684 "h - 'UINT32' 0 - mid H - 'UINT32' 0 - mask",(char*)NULL,(void*)NULL,0);
01685    G__memfunc_setup("modifyABCDTrims",1441,G__tapi_cint_126_7_3,121,-1,-1,0,2,1,1,0,
01686 "h - 'UINT32' 0 - mid B - 'UINT8' 0 - trims",(char*)NULL,(void*)NULL,0);
01687    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_126_8_3,121,-1,-1,0,2,1,1,0,
01688 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
01689    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_126_9_3,121,-1,-1,0,3,1,1,0,
01690 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - typ "
01691 "f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
01692    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_126_0_4,121,-1,-1,0,4,1,1,0,
01693 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - c "
01694 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
01695    G__memfunc_setup("modifyBOCParam",1357,G__tapi_cint_126_1_4,121,-1,-1,0,6,1,1,0,
01696 "h - - 0 - partition h - - 0 - crate "
01697 "h - - 0 - rod h - - 0 - channel "
01698 "h - - 0 - type h - - 0 - val",(char*)NULL,(void*)NULL,0);
01699    G__memfunc_setup("defaultScan",1130,G__tapi_cint_126_2_4,121,-1,-1,0,1,1,1,0,"i - - 0 - type",(char*)NULL,(void*)NULL,0);
01700    G__memfunc_setup("tidyHistogramming",1811,G__tapi_cint_126_3_4,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01701    G__memfunc_setup("doScan",600,G__tapi_cint_126_4_4,121,-1,-1,0,1,1,1,0,"u 'TScanDef' - 0 - scan",(char*)NULL,(void*)NULL,0);
01702    G__memfunc_setup("doRawScan",898,G__tapi_cint_126_5_4,121,-1,-1,0,3,1,1,0,
01703 "u 'TScanDef' - 0 - scan i - - 0 - delay "
01704 "g - - 0 - clkBy2",(char*)NULL,(void*)NULL,0);
01705    G__memfunc_setup("sendTrigger",1150,G__tapi_cint_126_6_4,121,-1,-1,0,4,1,1,0,
01706 "h - - 0 - partition h - - 0 - crate "
01707 "h - - 0 - rod u 'TTrigger' - 0 - trig",(char*)NULL,(void*)NULL,0);
01708    G__memfunc_setup("printABCDModule",1437,G__tapi_cint_126_7_4,121,-1,-1,0,1,1,1,0,"i - - 0 - mid",(char*)NULL,(void*)NULL,0);
01709    G__memfunc_setup("printABCDRodModule",1730,G__tapi_cint_126_8_4,121,-1,-1,0,2,1,1,0,
01710 "i - - 0 - mid i - - 0 - bank",(char*)NULL,(void*)NULL,0);
01711    G__memfunc_setup("printBOCSetup",1298,G__tapi_cint_126_9_4,121,-1,-1,0,3,1,1,0,
01712 "h - - 0 - partition h - - 0 - crate "
01713 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01714    G__memfunc_setup("printBOCRegisters",1721,G__tapi_cint_126_0_5,121,-1,-1,0,3,1,1,0,
01715 "h - - 0 - partition h - - 0 - crate "
01716 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01717    G__memfunc_setup("rawData",708,G__tapi_cint_126_1_5,121,-1,-1,0,6,1,1,0,
01718 "h - - 0 - partition h - - 0 - crate "
01719 "h - - 0 - rod i - - 0 - delay "
01720 "i - - 0 - units g - - 0 true setMask",(char*)NULL,(void*)NULL,0);
01721    G__memfunc_setup("probe",536,G__tapi_cint_126_2_5,67,-1,-1,0,5,1,1,0,
01722 "h - - 0 - partition h - - 0 - crate "
01723 "h - - 0 - rod I - - 0 - length "
01724 "i - - 0 -1 harness",(char*)NULL,(void*)NULL,0);
01725    G__memfunc_setup("lasersOff",933,G__tapi_cint_126_3_5,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01726    G__memfunc_setup("decodeEvent",1126,G__tapi_cint_126_4_5,121,-1,-1,0,7,1,1,0,
01727 "h - - 0 - partition h - - 0 - crate "
01728 "h - - 0 - rod i - - 0 - sl "
01729 "i - - 0 - index g - - 0 false extFlag "
01730 "g - - 0 false errorType",(char*)NULL,(void*)NULL,0);
01731    G__memfunc_setup("setDebugLevel",1323,G__tapi_cint_126_5_5,121,-1,-1,0,1,1,1,0,"h - - 0 - level",(char*)NULL,(void*)NULL,0);
01732    G__memfunc_setup("getDebugLevel",1311,G__tapi_cint_126_6_5,104,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01733    G__memfunc_setup("freeTriggers",1257,G__tapi_cint_126_7_5,121,-1,-1,0,3,1,1,0,
01734 "h - - 0 - partition h - - 0 - crate "
01735 "d - - 0 - freq",(char*)NULL,(void*)NULL,0);
01736    G__memfunc_setup("stopTriggers",1293,G__tapi_cint_126_8_5,121,-1,-1,0,2,1,1,0,
01737 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
01738    G__memfunc_setup("timL1A",520,G__tapi_cint_126_9_5,121,-1,-1,0,2,1,1,0,
01739 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
01740    G__memfunc_setup("timCalL1A",792,G__tapi_cint_126_0_6,121,-1,-1,0,3,1,1,0,
01741 "h - - 0 - partition h - - 0 - crate "
01742 "i - - 0 - delay",(char*)NULL,(void*)NULL,0);
01743    G__memfunc_setup("requestHardReset",1675,G__tapi_cint_126_1_6,121,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - mid",(char*)NULL,(void*)NULL,0);
01744    G__memfunc_setup("printHex",850,G__tapi_cint_126_2_6,121,-1,-1,0,2,1,1,0,
01745 "h - 'UINT32' 0 - num i - - 0 - width",(char*)NULL,(void*)NULL,0);
01746    G__memfunc_setup("initialiseRod",1360,(G__InterfaceMethod)NULL,105,-1,-1,0,3,1,4,0,
01747 "h - - 0 - partition h - - 0 - crate "
01748 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
01749    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);
01750    G__memfunc_setup("Class",502,G__tapi_cint_126_5_6,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01751    G__memfunc_setup("Class_Name",982,G__tapi_cint_126_6_6,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01752    G__memfunc_setup("Class_Version",1339,G__tapi_cint_126_7_6,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01753    G__memfunc_setup("Dictionary",1046,G__tapi_cint_126_8_6,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01754    G__memfunc_setup("IsA",253,G__tapi_cint_126_9_6,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
01755    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_126_0_7,121,-1,-1,0,2,1,1,0,
01756 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
01757    G__memfunc_setup("Streamer",835,G__tapi_cint_126_1_7,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
01758    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_126_2_7,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
01759    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_126_3_7,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01760    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_126_4_7,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01761    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_126_5_7,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01762    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_126_6_7,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01763    // automatic copy constructor
01764    G__memfunc_setup("TApi",366,G__tapi_cint_126_7_7,(int)('i'),G__get_linked_tagnum(&G__tapi_cintLN_TApi),-1,0,1,1,1,0,"u 'TApi' - 11 - -",(char*)NULL,(void*)NULL,0);
01765    // automatic destructor
01766    G__memfunc_setup("~TApi",492,G__tapi_cint_126_8_7,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
01767    G__tag_memfunc_reset();
01768 }
01769 
01770 
01771 /*********************************************************
01772 * Member function information setup
01773 *********************************************************/
01774 extern "C" void G__cpp_setup_memfunctapi_cint() {
01775 }
01776 
01777 /*********************************************************
01778 * Global variable information setup for each class
01779 *********************************************************/
01780 static void G__cpp_setup_global0() {
01781 
01782    /* Setting up global variables */
01783    G__resetplocal();
01784 
01785 }
01786 
01787 static void G__cpp_setup_global1() {
01788 
01789    G__resetglobalenv();
01790 }
01791 extern "C" void G__cpp_setup_globaltapi_cint() {
01792   G__cpp_setup_global0();
01793   G__cpp_setup_global1();
01794 }
01795 
01796 /*********************************************************
01797 * Global function information setup for each class
01798 *********************************************************/
01799 static void G__cpp_setup_func0() {
01800    G__lastifuncposition();
01801 
01802 }
01803 
01804 static void G__cpp_setup_func1() {
01805 }
01806 
01807 static void G__cpp_setup_func2() {
01808 }
01809 
01810 static void G__cpp_setup_func3() {
01811 
01812    G__resetifuncposition();
01813 }
01814 
01815 extern "C" void G__cpp_setup_functapi_cint() {
01816   G__cpp_setup_func0();
01817   G__cpp_setup_func1();
01818   G__cpp_setup_func2();
01819   G__cpp_setup_func3();
01820 }
01821 
01822 /*********************************************************
01823 * Class,struct,union,enum tag information setup
01824 *********************************************************/
01825 /* Setup class/struct taginfo */
01826 G__linked_taginfo G__tapi_cintLN_TClass = { "TClass" , 99 , -1 };
01827 G__linked_taginfo G__tapi_cintLN_TBuffer = { "TBuffer" , 99 , -1 };
01828 G__linked_taginfo G__tapi_cintLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
01829 G__linked_taginfo G__tapi_cintLN_TObject = { "TObject" , 99 , -1 };
01830 G__linked_taginfo G__tapi_cintLN_string = { "string" , 99 , -1 };
01831 G__linked_taginfo G__tapi_cintLN_SctApi = { "SctApi" , 110 , -1 };
01832 G__linked_taginfo G__tapi_cintLN_SctApicLcLSctApi = { "SctApi::SctApi" , 99 , -1 };
01833 G__linked_taginfo G__tapi_cintLN_SctApicLcLTrigger = { "SctApi::Trigger" , 99 , -1 };
01834 G__linked_taginfo G__tapi_cintLN_SctApicLcLScan = { "SctApi::Scan" , 99 , -1 };
01835 G__linked_taginfo G__tapi_cintLN_SctApicLcLTriggerImpl = { "SctApi::TriggerImpl" , 99 , -1 };
01836 G__linked_taginfo G__tapi_cintLN_SctApicLcLScanDefImpl = { "SctApi::ScanDefImpl" , 99 , -1 };
01837 G__linked_taginfo G__tapi_cintLN_TTrigger = { "TTrigger" , 99 , -1 };
01838 G__linked_taginfo G__tapi_cintLN_TScanDef = { "TScanDef" , 99 , -1 };
01839 G__linked_taginfo G__tapi_cintLN_TApi = { "TApi" , 99 , -1 };
01840 
01841 /* Reset class/struct taginfo */
01842 extern "C" void G__cpp_reset_tagtabletapi_cint() {
01843   G__tapi_cintLN_TClass.tagnum = -1 ;
01844   G__tapi_cintLN_TBuffer.tagnum = -1 ;
01845   G__tapi_cintLN_TMemberInspector.tagnum = -1 ;
01846   G__tapi_cintLN_TObject.tagnum = -1 ;
01847   G__tapi_cintLN_string.tagnum = -1 ;
01848   G__tapi_cintLN_SctApi.tagnum = -1 ;
01849   G__tapi_cintLN_SctApicLcLSctApi.tagnum = -1 ;
01850   G__tapi_cintLN_SctApicLcLTrigger.tagnum = -1 ;
01851   G__tapi_cintLN_SctApicLcLScan.tagnum = -1 ;
01852   G__tapi_cintLN_SctApicLcLTriggerImpl.tagnum = -1 ;
01853   G__tapi_cintLN_SctApicLcLScanDefImpl.tagnum = -1 ;
01854   G__tapi_cintLN_TTrigger.tagnum = -1 ;
01855   G__tapi_cintLN_TScanDef.tagnum = -1 ;
01856   G__tapi_cintLN_TApi.tagnum = -1 ;
01857 }
01858 
01859 
01860 extern "C" void G__cpp_setup_tagtabletapi_cint() {
01861 
01862    /* Setting up class,struct,union tag entry */
01863    G__get_linked_tagnum(&G__tapi_cintLN_TClass);
01864    G__get_linked_tagnum(&G__tapi_cintLN_TBuffer);
01865    G__get_linked_tagnum(&G__tapi_cintLN_TMemberInspector);
01866    G__get_linked_tagnum(&G__tapi_cintLN_TObject);
01867    G__get_linked_tagnum(&G__tapi_cintLN_string);
01868    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi),0,-1,0,(char*)NULL,G__setup_memvarSctApi,G__setup_memfuncSctApi);
01869    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLSctApi);
01870    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLTrigger);
01871    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLScan);
01872    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLTriggerImpl);
01873    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLScanDefImpl);
01874    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),sizeof(TTrigger),-1,265984,(char*)NULL,G__setup_memvarTTrigger,G__setup_memfuncTTrigger);
01875    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef),sizeof(TScanDef),-1,265984,(char*)NULL,G__setup_memvarTScanDef,G__setup_memfuncTScanDef);
01876    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi),sizeof(TApi),-1,292096,(char*)NULL,G__setup_memvarTApi,G__setup_memfuncTApi);
01877 }
01878 extern "C" void G__cpp_setuptapi_cint(void) {
01879   G__check_setup_version(30051515,"G__cpp_setuptapi_cint()");
01880   G__set_cpp_environmenttapi_cint();
01881   G__cpp_setup_tagtabletapi_cint();
01882 
01883   G__cpp_setup_inheritancetapi_cint();
01884 
01885   G__cpp_setup_typetabletapi_cint();
01886 
01887   G__cpp_setup_memvartapi_cint();
01888 
01889   G__cpp_setup_memfunctapi_cint();
01890   G__cpp_setup_globaltapi_cint();
01891   G__cpp_setup_functapi_cint();
01892 
01893    if(0==G__getsizep2memfunc()) G__get_sizep2memfunctapi_cint();
01894   return;
01895 }
01896 class G__cpp_setup_inittapi_cint {
01897   public:
01898     G__cpp_setup_inittapi_cint() { G__add_setup_func("tapi_cint",(G__incsetup)(&G__cpp_setuptapi_cint)); G__call_setup_funcs(); }
01899    ~G__cpp_setup_inittapi_cint() { G__remove_setup_func("tapi_cint"); }
01900 };
01901 G__cpp_setup_inittapi_cint G__cpp_setup_initializertapi_cint;
01902 

Generated on Tue Dec 9 10:07:53 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3