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

tapi_cint.cpp

00001 //
00002 // File generated by rootcint at Thu Jul  1 12:14:55 2004.
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       namespace SctApi {
00031       #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00032       typedef ::SctApi::RodLabel SctApi__RodLabel;
00033       #else
00034       class SctApi__RodLabel  {
00035          public:
00036          //friend XX;
00037          unsigned int partition; //
00038          unsigned int crate; //
00039          unsigned int rod; //
00040       };
00041       #endif
00042       } 
00043    } // Of namespace ROOT::Shadow
00044 } // Of namespace ROOT
00045 
00046 namespace ROOT {
00047    void SctApicLcLRodLabel_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00048    void SctApicLcLRodLabel_Dictionary();
00049    TClass *SctApicLcLRodLabel_IsA(const void*);
00050    void *new_SctApicLcLRodLabel(void *p = 0);
00051    void *newArray_SctApicLcLRodLabel(Long_t size);
00052    void delete_SctApicLcLRodLabel(void *p);
00053    void deleteArray_SctApicLcLRodLabel(void *p);
00054    void destruct_SctApicLcLRodLabel(void *p);
00055 
00056    // Function generating the singleton type initializer
00057    TGenericClassInfo *GenerateInitInstance(const SctApi::RodLabel*)
00058    {
00059       // Make sure the shadow class has the right sizeof
00060       Assert(sizeof(::SctApi::RodLabel) == sizeof(ROOT::Shadow::SctApi::SctApi__RodLabel));
00061       SctApi::RodLabel *ptr = 0;
00062       static ROOT::TGenericClassInfo 
00063          instance("SctApi::RodLabel", "SctApiFwd.h", 20,
00064                   typeid(SctApi::RodLabel), DefineBehavior(ptr, ptr),
00065                   (void*)&SctApicLcLRodLabel_ShowMembers, &SctApicLcLRodLabel_Dictionary, &SctApicLcLRodLabel_IsA, 4);
00066       instance.SetNew(&new_SctApicLcLRodLabel);
00067       instance.SetNewArray(&newArray_SctApicLcLRodLabel);
00068       instance.SetDelete(&delete_SctApicLcLRodLabel);
00069       instance.SetDeleteArray(&deleteArray_SctApicLcLRodLabel);
00070       instance.SetDestructor(&destruct_SctApicLcLRodLabel);
00071       return &instance;
00072    }
00073    // Static variable to force the class initialization
00074    static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const SctApi::RodLabel*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00075 
00076    // Dictionary for non-ClassDef classes
00077    void SctApicLcLRodLabel_Dictionary() {
00078       ROOT::GenerateInitInstance((const SctApi::RodLabel*)0x0)->GetClass();
00079    }
00080 
00081 }
00082 
00083 namespace ROOT {
00084    void TTrigger_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00085    TClass *TTrigger_IsA(const void*);
00086    void *new_TTrigger(void *p = 0);
00087    void *newArray_TTrigger(Long_t size);
00088    void delete_TTrigger(void *p);
00089    void deleteArray_TTrigger(void *p);
00090    void destruct_TTrigger(void *p);
00091 
00092    // Function generating the singleton type initializer
00093    TGenericClassInfo *GenerateInitInstance(const TTrigger*)
00094    {
00095       TTrigger *ptr = 0;
00096       static ROOT::TGenericClassInfo 
00097          instance("TTrigger", TTrigger::Class_Version(), "TApi.h", 32,
00098                   typeid(TTrigger), DefineBehavior(ptr, ptr),
00099                   &::TTrigger::Dictionary, &TTrigger_IsA, 4);
00100       instance.SetNew(&new_TTrigger);
00101       instance.SetNewArray(&newArray_TTrigger);
00102       instance.SetDelete(&delete_TTrigger);
00103       instance.SetDeleteArray(&deleteArray_TTrigger);
00104       instance.SetDestructor(&destruct_TTrigger);
00105       return &instance;
00106    }
00107    // Static variable to force the class initialization
00108    static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TTrigger*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00109 }
00110 
00111 namespace ROOT {
00112    void TApi_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00113    TClass *TApi_IsA(const void*);
00114    void *new_TApi(void *p = 0);
00115    void *newArray_TApi(Long_t size);
00116    void delete_TApi(void *p);
00117    void deleteArray_TApi(void *p);
00118    void destruct_TApi(void *p);
00119 
00120    // Function generating the singleton type initializer
00121    TGenericClassInfo *GenerateInitInstance(const TApi*)
00122    {
00123       TApi *ptr = 0;
00124       static ROOT::TGenericClassInfo 
00125          instance("TApi", TApi::Class_Version(), "TApi.h", 165,
00126                   typeid(TApi), DefineBehavior(ptr, ptr),
00127                   &::TApi::Dictionary, &TApi_IsA, 4);
00128       instance.SetNew(&new_TApi);
00129       instance.SetNewArray(&newArray_TApi);
00130       instance.SetDelete(&delete_TApi);
00131       instance.SetDeleteArray(&deleteArray_TApi);
00132       instance.SetDestructor(&destruct_TApi);
00133       return &instance;
00134    }
00135    // Static variable to force the class initialization
00136    static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TApi*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00137 }
00138 
00139 namespace ROOT {
00140    void TScanDef_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00141    TClass *TScanDef_IsA(const void*);
00142    void *new_TScanDef(void *p = 0);
00143    void *newArray_TScanDef(Long_t size);
00144    void delete_TScanDef(void *p);
00145    void deleteArray_TScanDef(void *p);
00146    void destruct_TScanDef(void *p);
00147 
00148    // Function generating the singleton type initializer
00149    TGenericClassInfo *GenerateInitInstance(const TScanDef*)
00150    {
00151       TScanDef *ptr = 0;
00152       static ROOT::TGenericClassInfo 
00153          instance("TScanDef", TScanDef::Class_Version(), "TApi.h", 77,
00154                   typeid(TScanDef), DefineBehavior(ptr, ptr),
00155                   &::TScanDef::Dictionary, &TScanDef_IsA, 4);
00156       instance.SetNew(&new_TScanDef);
00157       instance.SetNewArray(&newArray_TScanDef);
00158       instance.SetDelete(&delete_TScanDef);
00159       instance.SetDeleteArray(&deleteArray_TScanDef);
00160       instance.SetDestructor(&destruct_TScanDef);
00161       return &instance;
00162    }
00163    // Static variable to force the class initialization
00164    static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TScanDef*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00165 }
00166 
00167 namespace ROOT {
00168    void listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00169    void listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR_Dictionary();
00170    TClass *listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR_IsA(const void*);
00171    void *new_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void *p = 0);
00172    void *newArray_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(Long_t size);
00173    void delete_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void *p);
00174    void deleteArray_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void *p);
00175    void destruct_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void *p);
00176 
00177    // Function generating the singleton type initializer
00178    TGenericClassInfo *GenerateInitInstance(const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)
00179    {
00180       list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *ptr = 0;
00181       static ROOT::TGenericClassInfo 
00182          instance("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >", "prec_stl/list", 37,
00183                   typeid(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >), DefineBehavior(ptr, ptr),
00184                   0, &listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR_Dictionary, &listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR_IsA, 4);
00185       instance.SetNew(&new_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
00186       instance.SetNewArray(&newArray_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
00187       instance.SetDelete(&delete_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
00188       instance.SetDeleteArray(&deleteArray_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
00189       instance.SetDestructor(&destruct_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
00190       return &instance;
00191    }
00192    // Static variable to force the class initialization
00193    static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00194 
00195    // Dictionary for non-ClassDef classes
00196    void listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR_Dictionary() {
00197       ROOT::GenerateInitInstance((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)0x0)->GetClass();
00198    }
00199 
00200 }
00201 
00202 //______________________________________________________________________________
00203 TClass *TTrigger::fgIsA = 0;  // static to hold class pointer
00204 
00205 //______________________________________________________________________________
00206 const char *TTrigger::Class_Name()
00207 {
00208    return "TTrigger";
00209 }
00210 
00211 //______________________________________________________________________________
00212 const char *TTrigger::ImplFileName()
00213 {
00214    return ROOT::GenerateInitInstance((const TTrigger*)0x0)->GetImplFileName();
00215 }
00216 
00217 //______________________________________________________________________________
00218 int TTrigger::ImplFileLine()
00219 {
00220    return ROOT::GenerateInitInstance((const TTrigger*)0x0)->GetImplFileLine();
00221 }
00222 
00223 //______________________________________________________________________________
00224 void TTrigger::Dictionary()
00225 {
00226    fgIsA = ROOT::GenerateInitInstance((const TTrigger*)0x0)->GetClass();
00227 }
00228 
00229 //______________________________________________________________________________
00230 TClass *TTrigger::Class()
00231 {
00232    if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TTrigger*)0x0)->GetClass();
00233    return fgIsA;
00234 }
00235 
00236 //______________________________________________________________________________
00237 TClass *TApi::fgIsA = 0;  // static to hold class pointer
00238 
00239 //______________________________________________________________________________
00240 const char *TApi::Class_Name()
00241 {
00242    return "TApi";
00243 }
00244 
00245 //______________________________________________________________________________
00246 const char *TApi::ImplFileName()
00247 {
00248    return ROOT::GenerateInitInstance((const TApi*)0x0)->GetImplFileName();
00249 }
00250 
00251 //______________________________________________________________________________
00252 int TApi::ImplFileLine()
00253 {
00254    return ROOT::GenerateInitInstance((const TApi*)0x0)->GetImplFileLine();
00255 }
00256 
00257 //______________________________________________________________________________
00258 void TApi::Dictionary()
00259 {
00260    fgIsA = ROOT::GenerateInitInstance((const TApi*)0x0)->GetClass();
00261 }
00262 
00263 //______________________________________________________________________________
00264 TClass *TApi::Class()
00265 {
00266    if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TApi*)0x0)->GetClass();
00267    return fgIsA;
00268 }
00269 
00270 //______________________________________________________________________________
00271 TClass *TScanDef::fgIsA = 0;  // static to hold class pointer
00272 
00273 //______________________________________________________________________________
00274 const char *TScanDef::Class_Name()
00275 {
00276    return "TScanDef";
00277 }
00278 
00279 //______________________________________________________________________________
00280 const char *TScanDef::ImplFileName()
00281 {
00282    return ROOT::GenerateInitInstance((const TScanDef*)0x0)->GetImplFileName();
00283 }
00284 
00285 //______________________________________________________________________________
00286 int TScanDef::ImplFileLine()
00287 {
00288    return ROOT::GenerateInitInstance((const TScanDef*)0x0)->GetImplFileLine();
00289 }
00290 
00291 //______________________________________________________________________________
00292 void TScanDef::Dictionary()
00293 {
00294    fgIsA = ROOT::GenerateInitInstance((const TScanDef*)0x0)->GetClass();
00295 }
00296 
00297 //______________________________________________________________________________
00298 TClass *TScanDef::Class()
00299 {
00300    if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TScanDef*)0x0)->GetClass();
00301    return fgIsA;
00302 }
00303 
00304 //______________________________________________________________________________
00305 void TApi::Streamer(TBuffer &R__b)
00306 {
00307    // Stream an object of class TApi.
00308 
00309    if (R__b.IsReading()) {
00310       TApi::Class()->ReadBuffer(R__b, this);
00311    } else {
00312       TApi::Class()->WriteBuffer(R__b, this);
00313    }
00314 }
00315 
00316 //______________________________________________________________________________
00317 void TApi::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00318 {
00319       // Inspect the data members of an object of class TApi.
00320 
00321       TClass *R__cl = TApi::IsA();
00322       Int_t R__ncp = strlen(R__parent);
00323       if (R__ncp || R__cl || R__insp.IsA()) { }
00324       R__insp.Inspect(R__cl, R__parent, "*worker", &worker);
00325       TObject::ShowMembers(R__insp, R__parent);
00326 }
00327 
00328 namespace ROOT {
00329    // Return the actual TClass for the object argument
00330    TClass *TApi_IsA(const void *obj) {
00331       return ((::TApi*)obj)->IsA();
00332    }
00333    // Wrappers around operator new
00334    void *new_TApi(void *p) {
00335       return  p ? new(p) ::TApi : new ::TApi;
00336    }
00337    void *newArray_TApi(Long_t size) {
00338       return new ::TApi[size];
00339    }
00340    // Wrapper around operator delete
00341    void delete_TApi(void *p) {
00342       delete ((::TApi*)p);
00343    }
00344    void deleteArray_TApi(void *p) {
00345       delete [] ((::TApi*)p);
00346    }
00347    void destruct_TApi(void *p) {
00348       typedef ::TApi current_t;
00349       ((current_t*)p)->~current_t();
00350    }
00351 } // end of namespace ROOT for class TApi
00352 
00353 //______________________________________________________________________________
00354 void R__TScanDef_trigSequence(TBuffer &R__b, void *R__p, int)
00355 {
00356    TTrigger &trigSequence = *(TTrigger *)R__p;
00357    if (R__b.IsReading()) {
00358       trigSequence.Streamer(R__b);
00359    } else {
00360       trigSequence.Streamer(R__b);
00361    }
00362 }
00363 
00364 //______________________________________________________________________________
00365 void R__TScanDef_trigSequence2(TBuffer &R__b, void *R__p, int)
00366 {
00367    TTrigger &trigSequence2 = *(TTrigger *)R__p;
00368    if (R__b.IsReading()) {
00369       trigSequence2.Streamer(R__b);
00370    } else {
00371       trigSequence2.Streamer(R__b);
00372    }
00373 }
00374 
00375 //______________________________________________________________________________
00376 void TScanDef::Streamer(TBuffer &R__b)
00377 {
00378    // Stream an object of class TScanDef.
00379 
00380    if (R__b.IsReading()) {
00381       TScanDef::Class()->ReadBuffer(R__b, this);
00382    } else {
00383       TScanDef::Class()->WriteBuffer(R__b, this);
00384    }
00385 }
00386 
00387 //______________________________________________________________________________
00388 void TScanDef::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00389 {
00390       // Inspect the data members of an object of class TScanDef.
00391 
00392       TClass *R__cl = TScanDef::IsA();
00393       Int_t R__ncp = strlen(R__parent);
00394       if (R__ncp || R__cl || R__insp.IsA()) { }
00395       R__insp.Inspect(R__cl, R__parent, "trigsPerBurst", &trigsPerBurst);
00396       R__insp.Inspect(R__cl, R__parent, "scanVariable", &scanVariable);
00397       R__insp.Inspect(R__cl, R__parent, "scanVariable2", &scanVariable2);
00398       R__insp.Inspect(R__cl, R__parent, "trigSequence", &trigSequence);
00399       trigSequence.ShowMembers(R__insp, strcat(R__parent,"trigSequence.")); R__parent[R__ncp] = 0;
00400       R__cl->SetStreamer("trigSequence",R__TScanDef_trigSequence);
00401       R__insp.Inspect(R__cl, R__parent, "trigSequence2", &trigSequence2);
00402       trigSequence2.ShowMembers(R__insp, strcat(R__parent,"trigSequence2.")); R__parent[R__ncp] = 0;
00403       R__cl->SetStreamer("trigSequence2",R__TScanDef_trigSequence2);
00404       R__insp.Inspect(R__cl, R__parent, "full", &full);
00405       R__insp.Inspect(R__cl, R__parent, "bits32", &bits32);
00406       R__insp.Inspect(R__cl, R__parent, "loopCalLine", &loopCalLine);
00407       R__insp.Inspect(R__cl, R__parent, "distSlave", &distSlave);
00408       R__insp.Inspect(R__cl, R__parent, "debug", &debug);
00409       R__insp.Inspect(R__cl, R__parent, "tim", &tim);
00410       ROOT::GenericShowMembers("ScanDefWrapper", ( ::ScanDefWrapper *) (this ), R__insp, R__parent, false);
00411 }
00412 
00413 namespace ROOT {
00414    // Return the actual TClass for the object argument
00415    TClass *TScanDef_IsA(const void *obj) {
00416       return ((::TScanDef*)obj)->IsA();
00417    }
00418    // Wrappers around operator new
00419    void *new_TScanDef(void *p) {
00420       return  p ? ::new((ROOT::TOperatorNewHelper*)p) ::TScanDef : new ::TScanDef;
00421    }
00422    void *newArray_TScanDef(Long_t size) {
00423       return new ::TScanDef[size];
00424    }
00425    // Wrapper around operator delete
00426    void delete_TScanDef(void *p) {
00427       delete ((::TScanDef*)p);
00428    }
00429    void deleteArray_TScanDef(void *p) {
00430       delete [] ((::TScanDef*)p);
00431    }
00432    void destruct_TScanDef(void *p) {
00433       typedef ::TScanDef current_t;
00434       ((current_t*)p)->~current_t();
00435    }
00436 } // end of namespace ROOT for class TScanDef
00437 
00438 //______________________________________________________________________________
00439 void TTrigger::Streamer(TBuffer &R__b)
00440 {
00441    // Stream an object of class TTrigger.
00442 
00443    if (R__b.IsReading()) {
00444       TTrigger::Class()->ReadBuffer(R__b, this);
00445    } else {
00446       TTrigger::Class()->WriteBuffer(R__b, this);
00447    }
00448 }
00449 
00450 //______________________________________________________________________________
00451 void TTrigger::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00452 {
00453       // Inspect the data members of an object of class TTrigger.
00454 
00455       TClass *R__cl = TTrigger::IsA();
00456       Int_t R__ncp = strlen(R__parent);
00457       if (R__ncp || R__cl || R__insp.IsA()) { }
00458       R__insp.Inspect(R__cl, R__parent, "incCmd", &incCmd);
00459       R__insp.Inspect(R__cl, R__parent, "incData", &incData);
00460       ROOT::GenericShowMembers("TriggerWrapper", ( ::TriggerWrapper *) (this ), R__insp, R__parent, false);
00461 }
00462 
00463 namespace ROOT {
00464    // Return the actual TClass for the object argument
00465    TClass *TTrigger_IsA(const void *obj) {
00466       return ((::TTrigger*)obj)->IsA();
00467    }
00468    // Wrappers around operator new
00469    void *new_TTrigger(void *p) {
00470       return  p ? ::new((ROOT::TOperatorNewHelper*)p) ::TTrigger : new ::TTrigger;
00471    }
00472    void *newArray_TTrigger(Long_t size) {
00473       return new ::TTrigger[size];
00474    }
00475    // Wrapper around operator delete
00476    void delete_TTrigger(void *p) {
00477       delete ((::TTrigger*)p);
00478    }
00479    void deleteArray_TTrigger(void *p) {
00480       delete [] ((::TTrigger*)p);
00481    }
00482    void destruct_TTrigger(void *p) {
00483       typedef ::TTrigger current_t;
00484       ((current_t*)p)->~current_t();
00485    }
00486 } // end of namespace ROOT for class TTrigger
00487 
00488 //______________________________________________________________________________
00489 namespace ROOT {
00490    void SctApicLcLRodLabel_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent)
00491    {
00492       // Inspect the data members of an object of class SctApi::RodLabel.
00493 
00494       typedef ROOT::Shadow::SctApi::SctApi__RodLabel ShadowClass;
00495       ShadowClass *sobj = (ShadowClass*)obj;
00496       if (sobj) { } // Dummy usage just in case there is no datamember.
00497 
00498       TClass *R__cl  = ROOT::GenerateInitInstance((const SctApi::RodLabel*)0x0)->GetClass();
00499       Int_t R__ncp = strlen(R__parent);
00500       if (R__ncp || R__cl || R__insp.IsA()) { }
00501       R__insp.Inspect(R__cl, R__parent, "partition", &sobj->partition);
00502       R__insp.Inspect(R__cl, R__parent, "crate", &sobj->crate);
00503       R__insp.Inspect(R__cl, R__parent, "rod", &sobj->rod);
00504    }
00505 
00506 }
00507 
00508 namespace ROOT {
00509    // Return the actual TClass for the object argument
00510    TClass *SctApicLcLRodLabel_IsA(const void *obj) {
00511       return gROOT->GetClass(typeid(*(::SctApi::RodLabel*)obj));
00512    }
00513    // Wrappers around operator new
00514    void *new_SctApicLcLRodLabel(void *p) {
00515       return  p ? ::new((ROOT::TOperatorNewHelper*)p) ::SctApi::RodLabel : new ::SctApi::RodLabel;
00516    }
00517    void *newArray_SctApicLcLRodLabel(Long_t size) {
00518       return new ::SctApi::RodLabel[size];
00519    }
00520    // Wrapper around operator delete
00521    void delete_SctApicLcLRodLabel(void *p) {
00522       delete ((::SctApi::RodLabel*)p);
00523    }
00524    void deleteArray_SctApicLcLRodLabel(void *p) {
00525       delete [] ((::SctApi::RodLabel*)p);
00526    }
00527    void destruct_SctApicLcLRodLabel(void *p) {
00528       typedef ::SctApi::RodLabel current_t;
00529       ((current_t*)p)->~current_t();
00530    }
00531 } // end of namespace ROOT for class SctApi::RodLabel
00532 
00533 namespace ROOT {
00534    // Return the actual TClass for the object argument
00535    TClass *listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR_IsA(const void *obj) {
00536       return gROOT->GetClass(typeid(*(::list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)obj));
00537    }
00538    // Wrappers around operator new
00539    void *new_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void *p) {
00540       return  p ? ::new((ROOT::TOperatorNewHelper*)p) ::list<SctApi::RodLabel,allocator<SctApi::RodLabel> > : new ::list<SctApi::RodLabel,allocator<SctApi::RodLabel> >;
00541    }
00542    void *newArray_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(Long_t size) {
00543       return new ::list<SctApi::RodLabel,allocator<SctApi::RodLabel> >[size];
00544    }
00545    // Wrapper around operator delete
00546    void delete_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void *p) {
00547       delete ((::list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)p);
00548    }
00549    void deleteArray_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void *p) {
00550       delete [] ((::list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)p);
00551    }
00552    void destruct_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void *p) {
00553       typedef ::list<SctApi::RodLabel,allocator<SctApi::RodLabel> > current_t;
00554       ((current_t*)p)->~current_t();
00555    }
00556 } // end of namespace ROOT for class list<SctApi::RodLabel,allocator<SctApi::RodLabel> >
00557 
00558 /********************************************************
00559 * tapi_cint.cpp
00560 ********************************************************/
00561 
00562 #ifdef G__MEMTEST
00563 #undef malloc
00564 #undef free
00565 #endif
00566 
00567 extern "C" void G__cpp_reset_tagtabletapi_cint();
00568 
00569 extern "C" void G__set_cpp_environmenttapi_cint() {
00570   G__add_compiledheader("TROOT.h");
00571   G__add_compiledheader("TMemberInspector.h");
00572   G__add_compiledheader("TApi.h");
00573   G__cpp_reset_tagtabletapi_cint();
00574 }
00575 class G__tapi_cintdOcpp_tag {};
00576 
00577 void* operator new(size_t size,G__tapi_cintdOcpp_tag* p) {
00578   if(p && G__PVOID!=G__getgvp()) return((void*)p);
00579 #ifndef G__ROOT
00580   return(malloc(size));
00581 #else
00582   return(::operator new(size));
00583 #endif
00584 }
00585 
00586 /* dummy, for exception */
00587 #ifdef G__EH_DUMMY_DELETE
00588 void operator delete(void *p,G__tapi_cintdOcpp_tag* x) {
00589   if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
00590 #ifndef G__ROOT
00591   free(p);
00592 #else
00593   ::operator delete(p);
00594 #endif
00595 }
00596 #endif
00597 
00598 static void G__operator_delete(void *p) {
00599   if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
00600 #ifndef G__ROOT
00601   free(p);
00602 #else
00603   ::operator delete(p);
00604 #endif
00605 }
00606 
00607 void G__DELDMY_tapi_cintdOcpp() { G__operator_delete(0); }
00608 
00609 extern "C" int G__cpp_dllrevtapi_cint() { return(30051515); }
00610 
00611 /*********************************************************
00612 * Member function Interface Method
00613 *********************************************************/
00614 
00615 /* SctApi */
00616 
00617 /* SctApi::RodLabel */
00618 static int G__tapi_cint_138_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00619    SctApi::RodLabel *p=NULL;
00620       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) SctApi::RodLabel(
00621 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00622 ,(unsigned int)G__int(libp->para[2]));
00623       result7->obj.i = (long)p;
00624       result7->ref = (long)p;
00625       result7->type = 'u';
00626       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel);
00627    return(1 || funcname || hash || result7 || libp) ;
00628 }
00629 
00630 static int G__tapi_cint_138_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00631    SctApi::RodLabel *p=NULL;
00632    if(G__getaryconstruct()) p=new SctApi::RodLabel[G__getaryconstruct()];
00633    else p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) SctApi::RodLabel;
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_SctApicLcLRodLabel);
00638    return(1 || funcname || hash || result7 || libp) ;
00639 }
00640 
00641 static int G__tapi_cint_138_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00642       G__letint(result7,103,(long)((const SctApi::RodLabel*)(G__getstructoffset()))->operator==(*(SctApi::RodLabel*)libp->para[0].ref));
00643    return(1 || funcname || hash || result7 || libp) ;
00644 }
00645 
00646 static int G__tapi_cint_138_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00647       G__letint(result7,103,(long)((const SctApi::RodLabel*)(G__getstructoffset()))->operator<(*(SctApi::RodLabel*)libp->para[0].ref));
00648    return(1 || funcname || hash || result7 || libp) ;
00649 }
00650 
00651 // automatic copy constructor
00652 static int G__tapi_cint_138_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
00653 {
00654    SctApi::RodLabel *p;
00655    void *xtmp = (void*)G__int(libp->para[0]);
00656    p=new SctApi::RodLabel(*(SctApi::RodLabel*)xtmp);
00657    result7->obj.i = (long)p;
00658    result7->ref = (long)p;
00659    result7->type = 'u';
00660    result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel);
00661    return(1 || funcname || hash || result7 || libp) ;
00662 }
00663 
00664 // automatic destructor
00665 typedef SctApi::RodLabel G__TSctApicLcLRodLabel;
00666 static int G__tapi_cint_138_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00667    if(0==G__getstructoffset()) return(1);
00668    if(G__getaryconstruct())
00669      if(G__PVOID==G__getgvp())
00670        delete[] (SctApi::RodLabel *)(G__getstructoffset());
00671      else
00672        for(int i=G__getaryconstruct()-1;i>=0;i--)
00673          ((SctApi::RodLabel *)((G__getstructoffset())+sizeof(SctApi::RodLabel)*i))->~G__TSctApicLcLRodLabel();
00674    else {
00675      long G__Xtmp=G__getgvp();
00676      G__setgvp(G__PVOID);
00677      ((SctApi::RodLabel *)(G__getstructoffset()))->~G__TSctApicLcLRodLabel();
00678      G__setgvp(G__Xtmp);
00679      G__operator_delete((void*)G__getstructoffset());
00680    }
00681       G__setnull(result7);
00682    return(1 || funcname || hash || result7 || libp) ;
00683 }
00684 
00685 
00686 /* TTrigger */
00687 static int G__tapi_cint_143_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00688    TTrigger *p=NULL;
00689    if(G__getaryconstruct()) p=new TTrigger[G__getaryconstruct()];
00690    else p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TTrigger;
00691       result7->obj.i = (long)p;
00692       result7->ref = (long)p;
00693       result7->type = 'u';
00694       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TTrigger);
00695    return(1 || funcname || hash || result7 || libp) ;
00696 }
00697 
00698 static int G__tapi_cint_143_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00699    TTrigger *p=NULL;
00700       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TTrigger(*(TTrigger*)libp->para[0].ref);
00701       result7->obj.i = (long)p;
00702       result7->ref = (long)p;
00703       result7->type = 'u';
00704       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TTrigger);
00705    return(1 || funcname || hash || result7 || libp) ;
00706 }
00707 
00708 static int G__tapi_cint_143_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00709       G__setnull(result7);
00710       ((TTrigger*)(G__getstructoffset()))->singleL1A();
00711    return(1 || funcname || hash || result7 || libp) ;
00712 }
00713 
00714 static int G__tapi_cint_143_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00715       G__setnull(result7);
00716       ((TTrigger*)(G__getstructoffset()))->doubleL1A((int)G__int(libp->para[0]));
00717    return(1 || funcname || hash || result7 || libp) ;
00718 }
00719 
00720 static int G__tapi_cint_143_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00721       G__setnull(result7);
00722       ((TTrigger*)(G__getstructoffset()))->delayedL1A((int)G__int(libp->para[0]));
00723    return(1 || funcname || hash || result7 || libp) ;
00724 }
00725 
00726 static int G__tapi_cint_143_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00727       G__setnull(result7);
00728       ((TTrigger*)(G__getstructoffset()))->calL1A((int)G__int(libp->para[0]));
00729    return(1 || funcname || hash || result7 || libp) ;
00730 }
00731 
00732 static int G__tapi_cint_143_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00733       G__setnull(result7);
00734       ((TTrigger*)(G__getstructoffset()))->pulseL1A((int)G__int(libp->para[0]));
00735    return(1 || funcname || hash || result7 || libp) ;
00736 }
00737 
00738 static int G__tapi_cint_143_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00739       G__setnull(result7);
00740       ((TTrigger*)(G__getstructoffset()))->softL1A((int)G__int(libp->para[0]));
00741    return(1 || funcname || hash || result7 || libp) ;
00742 }
00743 
00744 static int G__tapi_cint_143_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00745       G__setnull(result7);
00746       ((TTrigger*)(G__getstructoffset()))->softCalL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00747    return(1 || funcname || hash || result7 || libp) ;
00748 }
00749 
00750 static int G__tapi_cint_143_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00751       G__setnull(result7);
00752       ((TTrigger*)(G__getstructoffset()))->softPulseL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00753    return(1 || funcname || hash || result7 || libp) ;
00754 }
00755 
00756 static int G__tapi_cint_143_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00757       G__setnull(result7);
00758       ((TTrigger*)(G__getstructoffset()))->bcL1A((int)G__int(libp->para[0]));
00759    return(1 || funcname || hash || result7 || libp) ;
00760 }
00761 
00762 static int G__tapi_cint_143_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00763       G__setnull(result7);
00764       ((TTrigger*)(G__getstructoffset()))->bcCalL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00765    return(1 || funcname || hash || result7 || libp) ;
00766 }
00767 
00768 static int G__tapi_cint_143_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00769       G__setnull(result7);
00770       ((TTrigger*)(G__getstructoffset()))->bcPulseL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00771    return(1 || funcname || hash || result7 || libp) ;
00772 }
00773 
00774 static int G__tapi_cint_143_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00775    G__letint(result7,85,(long)TTrigger::Class());
00776    return(1 || funcname || hash || result7 || libp) ;
00777 }
00778 
00779 static int G__tapi_cint_143_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00780    G__letint(result7,67,(long)TTrigger::Class_Name());
00781    return(1 || funcname || hash || result7 || libp) ;
00782 }
00783 
00784 static int G__tapi_cint_143_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00785       G__letint(result7,115,(long)TTrigger::Class_Version());
00786    return(1 || funcname || hash || result7 || libp) ;
00787 }
00788 
00789 static int G__tapi_cint_143_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00790       G__setnull(result7);
00791       TTrigger::Dictionary();
00792    return(1 || funcname || hash || result7 || libp) ;
00793 }
00794 
00795 static int G__tapi_cint_143_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00796    G__letint(result7,85,(long)((const TTrigger*)(G__getstructoffset()))->IsA());
00797    return(1 || funcname || hash || result7 || libp) ;
00798 }
00799 
00800 static int G__tapi_cint_143_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00801       G__setnull(result7);
00802       ((TTrigger*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
00803    return(1 || funcname || hash || result7 || libp) ;
00804 }
00805 
00806 static int G__tapi_cint_143_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00807       G__setnull(result7);
00808       ((TTrigger*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
00809    return(1 || funcname || hash || result7 || libp) ;
00810 }
00811 
00812 static int G__tapi_cint_143_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00813       G__setnull(result7);
00814       ((TTrigger*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
00815    return(1 || funcname || hash || result7 || libp) ;
00816 }
00817 
00818 static int G__tapi_cint_143_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00819    G__letint(result7,67,(long)TTrigger::DeclFileName());
00820    return(1 || funcname || hash || result7 || libp) ;
00821 }
00822 
00823 static int G__tapi_cint_143_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00824       G__letint(result7,105,(long)TTrigger::ImplFileLine());
00825    return(1 || funcname || hash || result7 || libp) ;
00826 }
00827 
00828 static int G__tapi_cint_143_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00829    G__letint(result7,67,(long)TTrigger::ImplFileName());
00830    return(1 || funcname || hash || result7 || libp) ;
00831 }
00832 
00833 static int G__tapi_cint_143_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00834       G__letint(result7,105,(long)TTrigger::DeclFileLine());
00835    return(1 || funcname || hash || result7 || libp) ;
00836 }
00837 
00838 // automatic destructor
00839 typedef TTrigger G__TTTrigger;
00840 static int G__tapi_cint_143_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00841    if(0==G__getstructoffset()) return(1);
00842    if(G__getaryconstruct())
00843      if(G__PVOID==G__getgvp())
00844        delete[] (TTrigger *)(G__getstructoffset());
00845      else
00846        for(int i=G__getaryconstruct()-1;i>=0;i--)
00847          ((TTrigger *)((G__getstructoffset())+sizeof(TTrigger)*i))->~G__TTTrigger();
00848    else {
00849      long G__Xtmp=G__getgvp();
00850      G__setgvp(G__PVOID);
00851      ((TTrigger *)(G__getstructoffset()))->~G__TTTrigger();
00852      G__setgvp(G__Xtmp);
00853      G__operator_delete((void*)G__getstructoffset());
00854    }
00855       G__setnull(result7);
00856    return(1 || funcname || hash || result7 || libp) ;
00857 }
00858 
00859 
00860 /* TApi */
00861 static int G__tapi_cint_144_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00862    TApi *p=NULL;
00863    if(G__getaryconstruct()) p=new TApi[G__getaryconstruct()];
00864    else                    p=new TApi;
00865       result7->obj.i = (long)p;
00866       result7->ref = (long)p;
00867       result7->type = 'u';
00868       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TApi);
00869    return(1 || funcname || hash || result7 || libp) ;
00870 }
00871 
00872 static int G__tapi_cint_144_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00873       G__setnull(result7);
00874       ((TApi*)(G__getstructoffset()))->initialiseAll((int)G__int(libp->para[0]));
00875    return(1 || funcname || hash || result7 || libp) ;
00876 }
00877 
00878 static int G__tapi_cint_144_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00879       G__setnull(result7);
00880       ((TApi*)(G__getstructoffset()))->shutdownAll();
00881    return(1 || funcname || hash || result7 || libp) ;
00882 }
00883 
00884 static int G__tapi_cint_144_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00885       G__setnull(result7);
00886       ((TApi*)(G__getstructoffset()))->setRunNumber((int)G__int(libp->para[0]));
00887    return(1 || funcname || hash || result7 || libp) ;
00888 }
00889 
00890 static int G__tapi_cint_144_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00891       G__setnull(result7);
00892       ((TApi*)(G__getstructoffset()))->setScanNumber((int)G__int(libp->para[0]));
00893    return(1 || funcname || hash || result7 || libp) ;
00894 }
00895 
00896 static int G__tapi_cint_144_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00897       G__setnull(result7);
00898       ((TApi*)(G__getstructoffset()))->echo((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00899 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
00900 ,(unsigned long*)G__int(libp->para[4]));
00901    return(1 || funcname || hash || result7 || libp) ;
00902 }
00903 
00904 static int G__tapi_cint_144_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00905       G__setnull(result7);
00906       ((TApi*)(G__getstructoffset()))->echoAll((unsigned int)G__int(libp->para[0]),(unsigned long*)G__int(libp->para[1]));
00907    return(1 || funcname || hash || result7 || libp) ;
00908 }
00909 
00910 static int G__tapi_cint_144_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00911       G__setnull(result7);
00912       ((TApi*)(G__getstructoffset()))->echoSlave((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00913 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
00914 ,(unsigned int)G__int(libp->para[4]),(unsigned long*)G__int(libp->para[5]));
00915    return(1 || funcname || hash || result7 || libp) ;
00916 }
00917 
00918 static int G__tapi_cint_144_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00919       G__setnull(result7);
00920       ((TApi*)(G__getstructoffset()))->loadConfiguration();
00921    return(1 || funcname || hash || result7 || libp) ;
00922 }
00923 
00924 static int G__tapi_cint_144_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00925       G__setnull(result7);
00926       ((TApi*)(G__getstructoffset()))->loadModuleConfigurations();
00927    return(1 || funcname || hash || result7 || libp) ;
00928 }
00929 
00930 static int G__tapi_cint_144_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00931       G__setnull(result7);
00932       ((TApi*)(G__getstructoffset()))->configureBOC((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00933 ,(unsigned int)G__int(libp->para[2]));
00934    return(1 || funcname || hash || result7 || libp) ;
00935 }
00936 
00937 static int G__tapi_cint_144_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00938    switch(libp->paran) {
00939    case 4:
00940       G__setnull(result7);
00941       ((TApi*)(G__getstructoffset()))->awaitResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00942 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3]));
00943       break;
00944    case 3:
00945       G__setnull(result7);
00946       ((TApi*)(G__getstructoffset()))->awaitResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00947 ,(unsigned int)G__int(libp->para[2]));
00948       break;
00949    }
00950    return(1 || funcname || hash || result7 || libp) ;
00951 }
00952 
00953 static int G__tapi_cint_144_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00954    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->getResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00955 ,(unsigned int)G__int(libp->para[2])));
00956    return(1 || funcname || hash || result7 || libp) ;
00957 }
00958 
00959 static int G__tapi_cint_144_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00960    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->getResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00961 ,(unsigned int)G__int(libp->para[2]),(unsigned long*)G__int(libp->para[3])));
00962    return(1 || funcname || hash || result7 || libp) ;
00963 }
00964 
00965 static int G__tapi_cint_144_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00966       G__letint(result7,103,(long)((TApi*)(G__getstructoffset()))->getRodMessage((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00967 ,(unsigned int)G__int(libp->para[2]),(char*)G__int(libp->para[3])
00968 ,*(unsigned long*)G__ULongref(&libp->para[4])));
00969    return(1 || funcname || hash || result7 || libp) ;
00970 }
00971 
00972 static int G__tapi_cint_144_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00973    switch(libp->paran) {
00974    case 6:
00975       G__setnull(result7);
00976       ((TApi*)(G__getstructoffset()))->flashLED((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00977 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
00978 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5]));
00979       break;
00980    case 5:
00981       G__setnull(result7);
00982       ((TApi*)(G__getstructoffset()))->flashLED((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00983 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
00984 ,(long)G__int(libp->para[4]));
00985       break;
00986    case 4:
00987       G__setnull(result7);
00988       ((TApi*)(G__getstructoffset()))->flashLED((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00989 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3]));
00990       break;
00991    }
00992    return(1 || funcname || hash || result7 || libp) ;
00993 }
00994 
00995 static int G__tapi_cint_144_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00996       G__setnull(result7);
00997       ((TApi*)(G__getstructoffset()))->status();
00998    return(1 || funcname || hash || result7 || libp) ;
00999 }
01000 
01001 static int G__tapi_cint_144_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01002    switch(libp->paran) {
01003    case 7:
01004       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDump(
01005 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01006 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01007 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01008 ,(bool)G__int(libp->para[6])));
01009       break;
01010    case 6:
01011       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDump((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01012 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01013 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])));
01014       break;
01015    }
01016    return(1 || funcname || hash || result7 || libp) ;
01017 }
01018 
01019 static int G__tapi_cint_144_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01020    switch(libp->paran) {
01021    case 8:
01022       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDumpFile(
01023 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01024 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01025 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01026 ,(const char*)G__int(libp->para[6]),(bool)G__int(libp->para[7])));
01027       break;
01028    case 7:
01029       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDumpFile(
01030 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01031 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01032 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01033 ,(const char*)G__int(libp->para[6])));
01034       break;
01035    }
01036    return(1 || funcname || hash || result7 || libp) ;
01037 }
01038 
01039 static int G__tapi_cint_144_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01040    switch(libp->paran) {
01041    case 8:
01042    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->dspBlockRead(
01043 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01044 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01045 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01046 ,(unsigned long*)G__int(libp->para[6]),(bool)G__int(libp->para[7])));
01047       break;
01048    case 7:
01049    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->dspBlockRead(
01050 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01051 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01052 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01053 ,(unsigned long*)G__int(libp->para[6])));
01054       break;
01055    }
01056    return(1 || funcname || hash || result7 || libp) ;
01057 }
01058 
01059 static int G__tapi_cint_144_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01060    switch(libp->paran) {
01061    case 8:
01062       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockWrite(
01063 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01064 ,(unsigned int)G__int(libp->para[2]),(unsigned long*)G__int(libp->para[3])
01065 ,(unsigned long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01066 ,(long)G__int(libp->para[6]),(bool)G__int(libp->para[7])));
01067       break;
01068    case 7:
01069       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockWrite(
01070 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01071 ,(unsigned int)G__int(libp->para[2]),(unsigned long*)G__int(libp->para[3])
01072 ,(unsigned long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01073 ,(long)G__int(libp->para[6])));
01074       break;
01075    }
01076    return(1 || funcname || hash || result7 || libp) ;
01077 }
01078 
01079 static int G__tapi_cint_144_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01080       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->readRodStatusReg((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01081 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])));
01082    return(1 || funcname || hash || result7 || libp) ;
01083 }
01084 
01085 static int G__tapi_cint_144_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01086       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->readRodCommandReg((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01087 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])));
01088    return(1 || funcname || hash || result7 || libp) ;
01089 }
01090 
01091 static int G__tapi_cint_144_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01092       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->dspSingleRead((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01093 ,(unsigned int)G__int(libp->para[2]),(const unsigned long)G__int(libp->para[3])
01094 ,(long)G__int(libp->para[4])));
01095    return(1 || funcname || hash || result7 || libp) ;
01096 }
01097 
01098 static int G__tapi_cint_144_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01099       G__setnull(result7);
01100       ((TApi*)(G__getstructoffset()))->dspSingleWrite((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01101 ,(unsigned int)G__int(libp->para[2]),(unsigned long)G__int(libp->para[3])
01102 ,(unsigned long)G__int(libp->para[4]),(long)G__int(libp->para[5]));
01103    return(1 || funcname || hash || result7 || libp) ;
01104 }
01105 
01106 static int G__tapi_cint_144_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01107       G__setnull(result7);
01108       ((TApi*)(G__getstructoffset()))->createDebugPrimList();
01109    return(1 || funcname || hash || result7 || libp) ;
01110 }
01111 
01112 static int G__tapi_cint_144_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01113       G__setnull(result7);
01114       ((TApi*)(G__getstructoffset()))->addDebugPrimList((unsigned long)G__int(libp->para[0]),(long)G__int(libp->para[1])
01115 ,(long)G__int(libp->para[2]),(long)G__int(libp->para[3])
01116 ,(unsigned long*)G__int(libp->para[4]));
01117    return(1 || funcname || hash || result7 || libp) ;
01118 }
01119 
01120 static int G__tapi_cint_144_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01121       G__setnull(result7);
01122       ((TApi*)(G__getstructoffset()))->sendDebugPrimList((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01123 ,(unsigned int)G__int(libp->para[2]));
01124    return(1 || funcname || hash || result7 || libp) ;
01125 }
01126 
01127 static int G__tapi_cint_144_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01128       G__setnull(result7);
01129       ((TApi*)(G__getstructoffset()))->sendDebugPrimListAll();
01130    return(1 || funcname || hash || result7 || libp) ;
01131 }
01132 
01133 static int G__tapi_cint_144_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01134       G__setnull(result7);
01135       ((TApi*)(G__getstructoffset()))->sendDebugSlavePrimList((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01136 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
01137 ,(bool)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01138    return(1 || funcname || hash || result7 || libp) ;
01139 }
01140 
01141 static int G__tapi_cint_144_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01142       G__setnull(result7);
01143       ((TApi*)(G__getstructoffset()))->debugPrimListFromFile((const char*)G__int(libp->para[0]));
01144    return(1 || funcname || hash || result7 || libp) ;
01145 }
01146 
01147 static int G__tapi_cint_144_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01148       G__setnull(result7);
01149       ((TApi*)(G__getstructoffset()))->dumpDebugPrimList();
01150    return(1 || funcname || hash || result7 || libp) ;
01151 }
01152 
01153 static int G__tapi_cint_144_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01154       {
01155         list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *pobj,xobj=((TApi*)(G__getstructoffset()))->listRods();
01156         pobj=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >(xobj);
01157         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
01158         G__store_tempobject(*result7);
01159       }
01160    return(1 || funcname || hash || result7 || libp) ;
01161 }
01162 
01163 static int G__tapi_cint_144_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01164    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->retrieveModule((UINT32)G__int(libp->para[0])));
01165    return(1 || funcname || hash || result7 || libp) ;
01166 }
01167 
01168 static int G__tapi_cint_144_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01169       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findModule((const char*)G__int(libp->para[0])));
01170    return(1 || funcname || hash || result7 || libp) ;
01171 }
01172 
01173 static int G__tapi_cint_144_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01174       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findModule((INT32)G__int(libp->para[0]),(INT32)G__int(libp->para[1])));
01175    return(1 || funcname || hash || result7 || libp) ;
01176 }
01177 
01178 static int G__tapi_cint_144_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01179       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findBarrelModule((INT32)G__int(libp->para[0]),(INT32)G__int(libp->para[1])
01180 ,(INT32)G__int(libp->para[2])));
01181    return(1 || funcname || hash || result7 || libp) ;
01182 }
01183 
01184 static int G__tapi_cint_144_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01185       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findEndcapModule((INT32)G__int(libp->para[0]),(INT32)G__int(libp->para[1])
01186 ,(INT32)G__int(libp->para[2])));
01187    return(1 || funcname || hash || result7 || libp) ;
01188 }
01189 
01190 static int G__tapi_cint_144_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01191       G__setnull(result7);
01192       ((TApi*)(G__getstructoffset()))->getABCDModules((UINT32)G__int(libp->para[0]));
01193    return(1 || funcname || hash || result7 || libp) ;
01194 }
01195 
01196 static int G__tapi_cint_144_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01197       G__setnull(result7);
01198       ((TApi*)(G__getstructoffset()))->getABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01199    return(1 || funcname || hash || result7 || libp) ;
01200 }
01201 
01202 static int G__tapi_cint_144_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01203       G__setnull(result7);
01204       ((TApi*)(G__getstructoffset()))->setABCDModules((UINT32)G__int(libp->para[0]));
01205    return(1 || funcname || hash || result7 || libp) ;
01206 }
01207 
01208 static int G__tapi_cint_144_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01209       G__setnull(result7);
01210       ((TApi*)(G__getstructoffset()))->setABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01211    return(1 || funcname || hash || result7 || libp) ;
01212 }
01213 
01214 static int G__tapi_cint_144_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01215    switch(libp->paran) {
01216    case 3:
01217       G__setnull(result7);
01218       ((TApi*)(G__getstructoffset()))->sendABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01219 ,(UINT32)G__int(libp->para[2]));
01220       break;
01221    case 2:
01222       G__setnull(result7);
01223       ((TApi*)(G__getstructoffset()))->sendABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01224       break;
01225    }
01226    return(1 || funcname || hash || result7 || libp) ;
01227 }
01228 
01229 static int G__tapi_cint_144_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01230    switch(libp->paran) {
01231    case 2:
01232       G__setnull(result7);
01233       ((TApi*)(G__getstructoffset()))->sendABCDModules((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01234       break;
01235    case 1:
01236       G__setnull(result7);
01237       ((TApi*)(G__getstructoffset()))->sendABCDModules((UINT32)G__int(libp->para[0]));
01238       break;
01239    }
01240    return(1 || funcname || hash || result7 || libp) ;
01241 }
01242 
01243 static int G__tapi_cint_144_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01244       G__setnull(result7);
01245       ((TApi*)(G__getstructoffset()))->modifyABCDMask((UINT32)G__int(libp->para[0]),(UINT32*)G__int(libp->para[1]));
01246    return(1 || funcname || hash || result7 || libp) ;
01247 }
01248 
01249 static int G__tapi_cint_144_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01250       G__setnull(result7);
01251       ((TApi*)(G__getstructoffset()))->modifyABCDTrims((UINT32)G__int(libp->para[0]),(UINT8*)G__int(libp->para[1]));
01252    return(1 || funcname || hash || result7 || libp) ;
01253 }
01254 
01255 static int G__tapi_cint_144_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01256       G__setnull(result7);
01257       ((TApi*)(G__getstructoffset()))->modifyABCDVar((UINT32)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1]));
01258    return(1 || funcname || hash || result7 || libp) ;
01259 }
01260 
01261 static int G__tapi_cint_144_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01262       G__setnull(result7);
01263       ((TApi*)(G__getstructoffset()))->modifyABCDVar((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01264 ,(FLOAT32)G__double(libp->para[2]));
01265    return(1 || funcname || hash || result7 || libp) ;
01266 }
01267 
01268 static int G__tapi_cint_144_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01269       G__setnull(result7);
01270       ((TApi*)(G__getstructoffset()))->modifyABCDVar((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01271 ,(UINT32)G__int(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
01272    return(1 || funcname || hash || result7 || libp) ;
01273 }
01274 
01275 static int G__tapi_cint_144_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01276       G__setnull(result7);
01277       ((TApi*)(G__getstructoffset()))->modifyABCDVarROD((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01278 ,(UINT32)G__int(libp->para[2]),(FLOAT32)G__double(libp->para[3])
01279 ,(UINT32)G__int(libp->para[4]));
01280    return(1 || funcname || hash || result7 || libp) ;
01281 }
01282 
01283 static int G__tapi_cint_144_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01284       G__setnull(result7);
01285       ((TApi*)(G__getstructoffset()))->modifyABCDVarROD((UINT32)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1])
01286 ,(UINT32)G__int(libp->para[2]));
01287    return(1 || funcname || hash || result7 || libp) ;
01288 }
01289 
01290 static int G__tapi_cint_144_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01291       G__setnull(result7);
01292       ((TApi*)(G__getstructoffset()))->modifyBOCParam((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01293 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
01294 ,(unsigned int)G__int(libp->para[4]),(unsigned int)G__int(libp->para[5]));
01295    return(1 || funcname || hash || result7 || libp) ;
01296 }
01297 
01298 static int G__tapi_cint_144_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01299       G__setnull(result7);
01300       ((TApi*)(G__getstructoffset()))->defaultScan((int)G__int(libp->para[0]));
01301    return(1 || funcname || hash || result7 || libp) ;
01302 }
01303 
01304 static int G__tapi_cint_144_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01305       G__setnull(result7);
01306       ((TApi*)(G__getstructoffset()))->tidyHistogramming();
01307    return(1 || funcname || hash || result7 || libp) ;
01308 }
01309 
01310 static int G__tapi_cint_144_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01311       G__setnull(result7);
01312       ((TApi*)(G__getstructoffset()))->doScan(*((TScanDef*)G__int(libp->para[0])));
01313    return(1 || funcname || hash || result7 || libp) ;
01314 }
01315 
01316 static int G__tapi_cint_144_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01317       G__setnull(result7);
01318       ((TApi*)(G__getstructoffset()))->awaitScan();
01319    return(1 || funcname || hash || result7 || libp) ;
01320 }
01321 
01322 static int G__tapi_cint_144_7_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01323    switch(libp->paran) {
01324    case 4:
01325       G__setnull(result7);
01326       ((TApi*)(G__getstructoffset()))->doRawScan(*((TScanDef*)G__int(libp->para[0])),(int)G__int(libp->para[1])
01327 ,(bool)G__int(libp->para[2]),(bool)G__int(libp->para[3]));
01328       break;
01329    case 3:
01330       G__setnull(result7);
01331       ((TApi*)(G__getstructoffset()))->doRawScan(*((TScanDef*)G__int(libp->para[0])),(int)G__int(libp->para[1])
01332 ,(bool)G__int(libp->para[2]));
01333       break;
01334    case 2:
01335       G__setnull(result7);
01336       ((TApi*)(G__getstructoffset()))->doRawScan(*((TScanDef*)G__int(libp->para[0])),(int)G__int(libp->para[1]));
01337       break;
01338    }
01339    return(1 || funcname || hash || result7 || libp) ;
01340 }
01341 
01342 static int G__tapi_cint_144_8_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01343       G__setnull(result7);
01344       ((TApi*)(G__getstructoffset()))->sendTrigger((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01345 ,(unsigned int)G__int(libp->para[2]),*((TTrigger*)G__int(libp->para[3])));
01346    return(1 || funcname || hash || result7 || libp) ;
01347 }
01348 
01349 static int G__tapi_cint_144_9_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01350       G__setnull(result7);
01351       ((TApi*)(G__getstructoffset()))->printABCDModule((int)G__int(libp->para[0]));
01352    return(1 || funcname || hash || result7 || libp) ;
01353 }
01354 
01355 static int G__tapi_cint_144_0_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01356       G__setnull(result7);
01357       ((TApi*)(G__getstructoffset()))->printABCDRodModule((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
01358    return(1 || funcname || hash || result7 || libp) ;
01359 }
01360 
01361 static int G__tapi_cint_144_1_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01362       G__setnull(result7);
01363       ((TApi*)(G__getstructoffset()))->printBOCSetup((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01364 ,(unsigned int)G__int(libp->para[2]));
01365    return(1 || funcname || hash || result7 || libp) ;
01366 }
01367 
01368 static int G__tapi_cint_144_2_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01369       G__setnull(result7);
01370       ((TApi*)(G__getstructoffset()))->currentBOCSetup((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01371 ,(unsigned int)G__int(libp->para[2]));
01372    return(1 || funcname || hash || result7 || libp) ;
01373 }
01374 
01375 static int G__tapi_cint_144_3_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01376       G__setnull(result7);
01377       ((TApi*)(G__getstructoffset()))->printBOCRegisters((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01378 ,(unsigned int)G__int(libp->para[2]));
01379    return(1 || funcname || hash || result7 || libp) ;
01380 }
01381 
01382 static int G__tapi_cint_144_4_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01383       G__setnull(result7);
01384       ((TApi*)(G__getstructoffset()))->currentBOCRegisters((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01385 ,(unsigned int)G__int(libp->para[2]));
01386    return(1 || funcname || hash || result7 || libp) ;
01387 }
01388 
01389 static int G__tapi_cint_144_5_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01390       G__setnull(result7);
01391       ((TApi*)(G__getstructoffset()))->saveBOCSetup((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01392 ,(unsigned int)G__int(libp->para[2]));
01393    return(1 || funcname || hash || result7 || libp) ;
01394 }
01395 
01396 static int G__tapi_cint_144_6_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01397       G__setnull(result7);
01398       ((TApi*)(G__getstructoffset()))->saveBOCRegisters((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01399 ,(unsigned int)G__int(libp->para[2]));
01400    return(1 || funcname || hash || result7 || libp) ;
01401 }
01402 
01403 static int G__tapi_cint_144_7_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01404       G__setnull(result7);
01405       ((TApi*)(G__getstructoffset()))->restoreBOCSetup((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01406 ,(unsigned int)G__int(libp->para[2]));
01407    return(1 || funcname || hash || result7 || libp) ;
01408 }
01409 
01410 static int G__tapi_cint_144_8_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01411       G__setnull(result7);
01412       ((TApi*)(G__getstructoffset()))->restoreBOCRegisters((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01413 ,(unsigned int)G__int(libp->para[2]));
01414    return(1 || funcname || hash || result7 || libp) ;
01415 }
01416 
01417 static int G__tapi_cint_144_9_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01418    switch(libp->paran) {
01419    case 7:
01420       G__setnull(result7);
01421       ((TApi*)(G__getstructoffset()))->rawData(
01422 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01423 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01424 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5])
01425 ,*((TTrigger*)G__int(libp->para[6])));
01426       break;
01427    case 6:
01428       G__setnull(result7);
01429       ((TApi*)(G__getstructoffset()))->rawData((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01430 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01431 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01432       break;
01433    case 5:
01434       G__setnull(result7);
01435       ((TApi*)(G__getstructoffset()))->rawData((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01436 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01437 ,(int)G__int(libp->para[4]));
01438       break;
01439    }
01440    return(1 || funcname || hash || result7 || libp) ;
01441 }
01442 
01443 static int G__tapi_cint_144_0_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01444    switch(libp->paran) {
01445    case 4:
01446    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probe((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01447 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])));
01448       break;
01449    case 3:
01450    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probe((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01451 ,(unsigned int)G__int(libp->para[2])));
01452       break;
01453    }
01454    return(1 || funcname || hash || result7 || libp) ;
01455 }
01456 
01457 static int G__tapi_cint_144_1_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01458    switch(libp->paran) {
01459    case 5:
01460    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probeWithTrigger((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01461 ,(unsigned int)G__int(libp->para[2]),*((TTrigger*)G__int(libp->para[3]))
01462 ,(int)G__int(libp->para[4])));
01463       break;
01464    case 4:
01465    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probeWithTrigger((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01466 ,(unsigned int)G__int(libp->para[2]),*((TTrigger*)G__int(libp->para[3]))));
01467       break;
01468    }
01469    return(1 || funcname || hash || result7 || libp) ;
01470 }
01471 
01472 static int G__tapi_cint_144_2_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01473    switch(libp->paran) {
01474    case 5:
01475       G__setnull(result7);
01476       ((TApi*)(G__getstructoffset()))->probeScan((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01477 ,(unsigned int)G__int(libp->para[2]),*((TScanDef*)G__int(libp->para[3]))
01478 ,(int)G__int(libp->para[4]));
01479       break;
01480    case 4:
01481       G__setnull(result7);
01482       ((TApi*)(G__getstructoffset()))->probeScan((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01483 ,(unsigned int)G__int(libp->para[2]),*((TScanDef*)G__int(libp->para[3])));
01484       break;
01485    }
01486    return(1 || funcname || hash || result7 || libp) ;
01487 }
01488 
01489 static int G__tapi_cint_144_3_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01490       G__letint(result7,103,(long)((TApi*)(G__getstructoffset()))->checkAllModulesProbe((const char*)G__int(libp->para[0])));
01491    return(1 || funcname || hash || result7 || libp) ;
01492 }
01493 
01494 static int G__tapi_cint_144_4_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01495       G__setnull(result7);
01496       ((TApi*)(G__getstructoffset()))->autoConfigure();
01497    return(1 || funcname || hash || result7 || libp) ;
01498 }
01499 
01500 static int G__tapi_cint_144_5_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01501       G__setnull(result7);
01502       ((TApi*)(G__getstructoffset()))->bocHistogram((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01503 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
01504 ,(unsigned int)G__int(libp->para[4]));
01505    return(1 || funcname || hash || result7 || libp) ;
01506 }
01507 
01508 static int G__tapi_cint_144_6_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01509       G__setnull(result7);
01510       ((TApi*)(G__getstructoffset()))->rodMode(
01511 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01512 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01513 ,(int)G__int(libp->para[4]),(int)G__int(libp->para[5])
01514 ,(int)G__int(libp->para[6]),(int)G__int(libp->para[7])
01515 ,(int)G__int(libp->para[8]));
01516    return(1 || funcname || hash || result7 || libp) ;
01517 }
01518 
01519 static int G__tapi_cint_144_7_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01520       G__setnull(result7);
01521       ((TApi*)(G__getstructoffset()))->standardRegisterDump((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01522 ,(unsigned int)G__int(libp->para[2]));
01523    return(1 || funcname || hash || result7 || libp) ;
01524 }
01525 
01526 static int G__tapi_cint_144_8_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01527       G__setnull(result7);
01528       ((TApi*)(G__getstructoffset()))->lasersOff();
01529    return(1 || funcname || hash || result7 || libp) ;
01530 }
01531 
01532 static int G__tapi_cint_144_9_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01533    switch(libp->paran) {
01534    case 6:
01535       G__setnull(result7);
01536       ((TApi*)(G__getstructoffset()))->scanEvents((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01537 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01538 ,(bool)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01539       break;
01540    case 5:
01541       G__setnull(result7);
01542       ((TApi*)(G__getstructoffset()))->scanEvents((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01543 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01544 ,(bool)G__int(libp->para[4]));
01545       break;
01546    case 4:
01547       G__setnull(result7);
01548       ((TApi*)(G__getstructoffset()))->scanEvents((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01549 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3]));
01550       break;
01551    case 3:
01552       G__setnull(result7);
01553       ((TApi*)(G__getstructoffset()))->scanEvents((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01554 ,(unsigned int)G__int(libp->para[2]));
01555       break;
01556    }
01557    return(1 || funcname || hash || result7 || libp) ;
01558 }
01559 
01560 static int G__tapi_cint_144_0_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01561    switch(libp->paran) {
01562    case 7:
01563       G__setnull(result7);
01564       ((TApi*)(G__getstructoffset()))->decodeEvent(
01565 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01566 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01567 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5])
01568 ,(bool)G__int(libp->para[6]));
01569       break;
01570    case 6:
01571       G__setnull(result7);
01572       ((TApi*)(G__getstructoffset()))->decodeEvent((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01573 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01574 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01575       break;
01576    case 5:
01577       G__setnull(result7);
01578       ((TApi*)(G__getstructoffset()))->decodeEvent((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01579 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01580 ,(int)G__int(libp->para[4]));
01581       break;
01582    }
01583    return(1 || funcname || hash || result7 || libp) ;
01584 }
01585 
01586 static int G__tapi_cint_144_1_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01587    switch(libp->paran) {
01588    case 5:
01589       G__setnull(result7);
01590       ((TApi*)(G__getstructoffset()))->decodeConfig((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01591 ,(unsigned int)G__int(libp->para[2]),(bool)G__int(libp->para[3])
01592 ,(bool)G__int(libp->para[4]));
01593       break;
01594    case 4:
01595       G__setnull(result7);
01596       ((TApi*)(G__getstructoffset()))->decodeConfig((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01597 ,(unsigned int)G__int(libp->para[2]),(bool)G__int(libp->para[3]));
01598       break;
01599    case 3:
01600       G__setnull(result7);
01601       ((TApi*)(G__getstructoffset()))->decodeConfig((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01602 ,(unsigned int)G__int(libp->para[2]));
01603       break;
01604    }
01605    return(1 || funcname || hash || result7 || libp) ;
01606 }
01607 
01608 static int G__tapi_cint_144_2_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01609       G__setnull(result7);
01610       ((TApi*)(G__getstructoffset()))->testLinkOutSelect((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01611 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3]));
01612    return(1 || funcname || hash || result7 || libp) ;
01613 }
01614 
01615 static int G__tapi_cint_144_3_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01616       G__setnull(result7);
01617       ((TApi*)(G__getstructoffset()))->setDebugOption((const char*)G__int(libp->para[0]));
01618    return(1 || funcname || hash || result7 || libp) ;
01619 }
01620 
01621 static int G__tapi_cint_144_4_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01622       G__setnull(result7);
01623       ((TApi*)(G__getstructoffset()))->unsetDebugOption((const char*)G__int(libp->para[0]));
01624    return(1 || funcname || hash || result7 || libp) ;
01625 }
01626 
01627 static int G__tapi_cint_144_5_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01628       G__setnull(result7);
01629       ((TApi*)(G__getstructoffset()))->listEnabledDebugOptions();
01630    return(1 || funcname || hash || result7 || libp) ;
01631 }
01632 
01633 static int G__tapi_cint_144_6_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01634       G__setnull(result7);
01635       ((TApi*)(G__getstructoffset()))->listDebugOptions();
01636    return(1 || funcname || hash || result7 || libp) ;
01637 }
01638 
01639 static int G__tapi_cint_144_7_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01640       G__setnull(result7);
01641       ((TApi*)(G__getstructoffset()))->debugStepHistogram();
01642    return(1 || funcname || hash || result7 || libp) ;
01643 }
01644 
01645 static int G__tapi_cint_144_8_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01646       G__setnull(result7);
01647       ((TApi*)(G__getstructoffset()))->debugContinueHistogram();
01648    return(1 || funcname || hash || result7 || libp) ;
01649 }
01650 
01651 static int G__tapi_cint_144_9_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01652       G__setnull(result7);
01653       ((TApi*)(G__getstructoffset()))->debugAbortHistogram();
01654    return(1 || funcname || hash || result7 || libp) ;
01655 }
01656 
01657 static int G__tapi_cint_144_0_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01658       G__setnull(result7);
01659       ((TApi*)(G__getstructoffset()))->timSetFrequency((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01660 ,(double)G__double(libp->para[2]),(double)G__double(libp->para[3]));
01661    return(1 || funcname || hash || result7 || libp) ;
01662 }
01663 
01664 static int G__tapi_cint_144_1_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01665       G__setnull(result7);
01666       ((TApi*)(G__getstructoffset()))->freeTriggers((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01667    return(1 || funcname || hash || result7 || libp) ;
01668 }
01669 
01670 static int G__tapi_cint_144_2_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01671       G__setnull(result7);
01672       ((TApi*)(G__getstructoffset()))->stopTriggers((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01673    return(1 || funcname || hash || result7 || libp) ;
01674 }
01675 
01676 static int G__tapi_cint_144_3_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01677       G__setnull(result7);
01678       ((TApi*)(G__getstructoffset()))->timL1A((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01679    return(1 || funcname || hash || result7 || libp) ;
01680 }
01681 
01682 static int G__tapi_cint_144_4_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01683       G__setnull(result7);
01684       ((TApi*)(G__getstructoffset()))->timCalL1A((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01685 ,(int)G__int(libp->para[2]));
01686    return(1 || funcname || hash || result7 || libp) ;
01687 }
01688 
01689 static int G__tapi_cint_144_5_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01690       G__setnull(result7);
01691       ((TApi*)(G__getstructoffset()))->timSoftReset((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01692    return(1 || funcname || hash || result7 || libp) ;
01693 }
01694 
01695 static int G__tapi_cint_144_6_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01696       G__setnull(result7);
01697       ((TApi*)(G__getstructoffset()))->timBCReset((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01698    return(1 || funcname || hash || result7 || libp) ;
01699 }
01700 
01701 static int G__tapi_cint_144_7_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01702       G__setnull(result7);
01703       ((TApi*)(G__getstructoffset()))->sendTimBurst((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01704 ,(int)G__int(libp->para[2]));
01705    return(1 || funcname || hash || result7 || libp) ;
01706 }
01707 
01708 static int G__tapi_cint_144_8_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01709       G__setnull(result7);
01710       ((TApi*)(G__getstructoffset()))->timVerbose((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01711    return(1 || funcname || hash || result7 || libp) ;
01712 }
01713 
01714 static int G__tapi_cint_144_9_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01715       G__setnull(result7);
01716       ((TApi*)(G__getstructoffset()))->timRegLoad((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01717 ,(int)G__int(libp->para[2]),(UINT16)G__int(libp->para[3]));
01718    return(1 || funcname || hash || result7 || libp) ;
01719 }
01720 
01721 static int G__tapi_cint_144_0_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01722       G__letint(result7,114,(long)((TApi*)(G__getstructoffset()))->timReadRegister((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01723 ,(int)G__int(libp->para[2])));
01724    return(1 || funcname || hash || result7 || libp) ;
01725 }
01726 
01727 static int G__tapi_cint_144_1_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01728       G__setnull(result7);
01729       ((TApi*)(G__getstructoffset()))->requestHardReset((UINT32)G__int(libp->para[0]));
01730    return(1 || funcname || hash || result7 || libp) ;
01731 }
01732 
01733 static int G__tapi_cint_144_2_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01734       G__setnull(result7);
01735       ((TApi*)(G__getstructoffset()))->resumePolling();
01736    return(1 || funcname || hash || result7 || libp) ;
01737 }
01738 
01739 static int G__tapi_cint_144_3_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01740       G__setnull(result7);
01741       ((TApi*)(G__getstructoffset()))->stopPolling();
01742    return(1 || funcname || hash || result7 || libp) ;
01743 }
01744 
01745 static int G__tapi_cint_144_6_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01746    G__letint(result7,85,(long)TApi::Class());
01747    return(1 || funcname || hash || result7 || libp) ;
01748 }
01749 
01750 static int G__tapi_cint_144_7_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01751    G__letint(result7,67,(long)TApi::Class_Name());
01752    return(1 || funcname || hash || result7 || libp) ;
01753 }
01754 
01755 static int G__tapi_cint_144_8_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01756       G__letint(result7,115,(long)TApi::Class_Version());
01757    return(1 || funcname || hash || result7 || libp) ;
01758 }
01759 
01760 static int G__tapi_cint_144_9_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01761       G__setnull(result7);
01762       TApi::Dictionary();
01763    return(1 || funcname || hash || result7 || libp) ;
01764 }
01765 
01766 static int G__tapi_cint_144_0_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01767    G__letint(result7,85,(long)((const TApi*)(G__getstructoffset()))->IsA());
01768    return(1 || funcname || hash || result7 || libp) ;
01769 }
01770 
01771 static int G__tapi_cint_144_1_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01772       G__setnull(result7);
01773       ((TApi*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
01774    return(1 || funcname || hash || result7 || libp) ;
01775 }
01776 
01777 static int G__tapi_cint_144_2_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01778       G__setnull(result7);
01779       ((TApi*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
01780    return(1 || funcname || hash || result7 || libp) ;
01781 }
01782 
01783 static int G__tapi_cint_144_3_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01784       G__setnull(result7);
01785       ((TApi*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
01786    return(1 || funcname || hash || result7 || libp) ;
01787 }
01788 
01789 static int G__tapi_cint_144_4_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01790    G__letint(result7,67,(long)TApi::DeclFileName());
01791    return(1 || funcname || hash || result7 || libp) ;
01792 }
01793 
01794 static int G__tapi_cint_144_5_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01795       G__letint(result7,105,(long)TApi::ImplFileLine());
01796    return(1 || funcname || hash || result7 || libp) ;
01797 }
01798 
01799 static int G__tapi_cint_144_6_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01800    G__letint(result7,67,(long)TApi::ImplFileName());
01801    return(1 || funcname || hash || result7 || libp) ;
01802 }
01803 
01804 static int G__tapi_cint_144_7_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01805       G__letint(result7,105,(long)TApi::DeclFileLine());
01806    return(1 || funcname || hash || result7 || libp) ;
01807 }
01808 
01809 // automatic destructor
01810 typedef TApi G__TTApi;
01811 static int G__tapi_cint_144_8_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01812    if(0==G__getstructoffset()) return(1);
01813    if(G__getaryconstruct())
01814      if(G__PVOID==G__getgvp())
01815        delete[] (TApi *)(G__getstructoffset());
01816      else
01817        for(int i=G__getaryconstruct()-1;i>=0;i--)
01818          delete (TApi *)((G__getstructoffset())+sizeof(TApi)*i);
01819    else  delete (TApi *)(G__getstructoffset());
01820       G__setnull(result7);
01821    return(1 || funcname || hash || result7 || libp) ;
01822 }
01823 
01824 
01825 /* TScanDef */
01826 static int G__tapi_cint_145_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01827    TScanDef *p=NULL;
01828    if(G__getaryconstruct()) p=new TScanDef[G__getaryconstruct()];
01829    else p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TScanDef;
01830       result7->obj.i = (long)p;
01831       result7->ref = (long)p;
01832       result7->type = 'u';
01833       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TScanDef);
01834    return(1 || funcname || hash || result7 || libp) ;
01835 }
01836 
01837 static int G__tapi_cint_145_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01838    TScanDef *p=NULL;
01839       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TScanDef(*(TScanDef*)libp->para[0].ref);
01840       result7->obj.i = (long)p;
01841       result7->ref = (long)p;
01842       result7->type = 'u';
01843       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TScanDef);
01844    return(1 || funcname || hash || result7 || libp) ;
01845 }
01846 
01847 static int G__tapi_cint_145_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01848       G__setnull(result7);
01849       ((TScanDef*)(G__getstructoffset()))->print();
01850    return(1 || funcname || hash || result7 || libp) ;
01851 }
01852 
01853 static int G__tapi_cint_145_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01854       G__setnull(result7);
01855       ((TScanDef*)(G__getstructoffset()))->configure((UINT16)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1])
01856 ,(FLOAT32)G__double(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
01857    return(1 || funcname || hash || result7 || libp) ;
01858 }
01859 
01860 static int G__tapi_cint_145_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01861       G__setnull(result7);
01862       ((TScanDef*)(G__getstructoffset()))->configure2((UINT16)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1])
01863 ,(FLOAT32)G__double(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
01864    return(1 || funcname || hash || result7 || libp) ;
01865 }
01866 
01867 static int G__tapi_cint_145_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01868       G__setnull(result7);
01869       ((TScanDef*)(G__getstructoffset()))->setScanPoint((int)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1]));
01870    return(1 || funcname || hash || result7 || libp) ;
01871 }
01872 
01873 static int G__tapi_cint_145_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01874       G__setnull(result7);
01875       ((TScanDef*)(G__getstructoffset()))->setScanPoint2((int)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1]));
01876    return(1 || funcname || hash || result7 || libp) ;
01877 }
01878 
01879 static int G__tapi_cint_145_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01880       G__setnull(result7);
01881       ((TScanDef*)(G__getstructoffset()))->setTriggersPoint((int)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01882    return(1 || funcname || hash || result7 || libp) ;
01883 }
01884 
01885 static int G__tapi_cint_145_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01886    G__letint(result7,85,(long)TScanDef::Class());
01887    return(1 || funcname || hash || result7 || libp) ;
01888 }
01889 
01890 static int G__tapi_cint_145_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01891    G__letint(result7,67,(long)TScanDef::Class_Name());
01892    return(1 || funcname || hash || result7 || libp) ;
01893 }
01894 
01895 static int G__tapi_cint_145_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01896       G__letint(result7,115,(long)TScanDef::Class_Version());
01897    return(1 || funcname || hash || result7 || libp) ;
01898 }
01899 
01900 static int G__tapi_cint_145_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01901       G__setnull(result7);
01902       TScanDef::Dictionary();
01903    return(1 || funcname || hash || result7 || libp) ;
01904 }
01905 
01906 static int G__tapi_cint_145_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01907    G__letint(result7,85,(long)((const TScanDef*)(G__getstructoffset()))->IsA());
01908    return(1 || funcname || hash || result7 || libp) ;
01909 }
01910 
01911 static int G__tapi_cint_145_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01912       G__setnull(result7);
01913       ((TScanDef*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
01914    return(1 || funcname || hash || result7 || libp) ;
01915 }
01916 
01917 static int G__tapi_cint_145_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01918       G__setnull(result7);
01919       ((TScanDef*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
01920    return(1 || funcname || hash || result7 || libp) ;
01921 }
01922 
01923 static int G__tapi_cint_145_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01924       G__setnull(result7);
01925       ((TScanDef*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
01926    return(1 || funcname || hash || result7 || libp) ;
01927 }
01928 
01929 static int G__tapi_cint_145_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01930    G__letint(result7,67,(long)TScanDef::DeclFileName());
01931    return(1 || funcname || hash || result7 || libp) ;
01932 }
01933 
01934 static int G__tapi_cint_145_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01935       G__letint(result7,105,(long)TScanDef::ImplFileLine());
01936    return(1 || funcname || hash || result7 || libp) ;
01937 }
01938 
01939 static int G__tapi_cint_145_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01940    G__letint(result7,67,(long)TScanDef::ImplFileName());
01941    return(1 || funcname || hash || result7 || libp) ;
01942 }
01943 
01944 static int G__tapi_cint_145_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01945       G__letint(result7,105,(long)TScanDef::DeclFileLine());
01946    return(1 || funcname || hash || result7 || libp) ;
01947 }
01948 
01949 // automatic destructor
01950 typedef TScanDef G__TTScanDef;
01951 static int G__tapi_cint_145_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01952    if(0==G__getstructoffset()) return(1);
01953    if(G__getaryconstruct())
01954      if(G__PVOID==G__getgvp())
01955        delete[] (TScanDef *)(G__getstructoffset());
01956      else
01957        for(int i=G__getaryconstruct()-1;i>=0;i--)
01958          ((TScanDef *)((G__getstructoffset())+sizeof(TScanDef)*i))->~G__TTScanDef();
01959    else {
01960      long G__Xtmp=G__getgvp();
01961      G__setgvp(G__PVOID);
01962      ((TScanDef *)(G__getstructoffset()))->~G__TTScanDef();
01963      G__setgvp(G__Xtmp);
01964      G__operator_delete((void*)G__getstructoffset());
01965    }
01966       G__setnull(result7);
01967    return(1 || funcname || hash || result7 || libp) ;
01968 }
01969 
01970 
01971 /* list<SctApi::RodLabel,allocator<SctApi::RodLabel> > */
01972 static int G__tapi_cint_147_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01973    list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p=NULL;
01974    if(G__getaryconstruct()) p=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >[G__getaryconstruct()];
01975    else p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) list<SctApi::RodLabel,allocator<SctApi::RodLabel> >;
01976       result7->obj.i = (long)p;
01977       result7->ref = (long)p;
01978       result7->type = 'u';
01979       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
01980    return(1 || funcname || hash || result7 || libp) ;
01981 }
01982 
01983 static int G__tapi_cint_147_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01984       {
01985         list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator *pobj,xobj=((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->begin();
01986         pobj=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator(xobj);
01987         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
01988         G__store_tempobject(*result7);
01989       }
01990    return(1 || funcname || hash || result7 || libp) ;
01991 }
01992 
01993 static int G__tapi_cint_147_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01994       {
01995         list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator *pobj,xobj=((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->end();
01996         pobj=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator(xobj);
01997         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
01998         G__store_tempobject(*result7);
01999       }
02000    return(1 || funcname || hash || result7 || libp) ;
02001 }
02002 
02003 static int G__tapi_cint_147_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02004       {
02005         list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::reverse_iterator *pobj,xobj=((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->rbegin();
02006         pobj=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::reverse_iterator(xobj);
02007         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
02008         G__store_tempobject(*result7);
02009       }
02010    return(1 || funcname || hash || result7 || libp) ;
02011 }
02012 
02013 static int G__tapi_cint_147_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02014       {
02015         list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::reverse_iterator *pobj,xobj=((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->rend();
02016         pobj=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::reverse_iterator(xobj);
02017         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
02018         G__store_tempobject(*result7);
02019       }
02020    return(1 || funcname || hash || result7 || libp) ;
02021 }
02022 
02023 static int G__tapi_cint_147_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02024       G__letint(result7,103,(long)((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->empty());
02025    return(1 || funcname || hash || result7 || libp) ;
02026 }
02027 
02028 static int G__tapi_cint_147_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02029       G__letint(result7,104,(long)((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->size());
02030    return(1 || funcname || hash || result7 || libp) ;
02031 }
02032 
02033 static int G__tapi_cint_147_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02034       G__letint(result7,104,(long)((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->max_size());
02035    return(1 || funcname || hash || result7 || libp) ;
02036 }
02037 
02038 static int G__tapi_cint_147_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02039       {
02040         const SctApi::RodLabel& obj=((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->front();
02041          result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
02042       }
02043    return(1 || funcname || hash || result7 || libp) ;
02044 }
02045 
02046 static int G__tapi_cint_147_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02047       {
02048         const SctApi::RodLabel& obj=((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->back();
02049          result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
02050       }
02051    return(1 || funcname || hash || result7 || libp) ;
02052 }
02053 
02054 static int G__tapi_cint_147_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02055       G__setnull(result7);
02056       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->swap(*(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)libp->para[0].ref);
02057    return(1 || funcname || hash || result7 || libp) ;
02058 }
02059 
02060 static int G__tapi_cint_147_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02061       {
02062         list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator *pobj,xobj=((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->insert(*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[0])),*(SctApi::RodLabel*)libp->para[1].ref);
02063         pobj=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator(xobj);
02064         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
02065         G__store_tempobject(*result7);
02066       }
02067    return(1 || funcname || hash || result7 || libp) ;
02068 }
02069 
02070 static int G__tapi_cint_147_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02071       G__setnull(result7);
02072       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->insert(*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[0])),(SctApi::RodLabel*)G__int(libp->para[1])
02073 ,(SctApi::RodLabel*)G__int(libp->para[2]));
02074    return(1 || funcname || hash || result7 || libp) ;
02075 }
02076 
02077 static int G__tapi_cint_147_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02078       G__setnull(result7);
02079       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->insert(*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[0])),*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[1]))
02080 ,*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[2])));
02081    return(1 || funcname || hash || result7 || libp) ;
02082 }
02083 
02084 static int G__tapi_cint_147_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02085       G__setnull(result7);
02086       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->insert(*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[0])),(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::size_type)G__int(libp->para[1])
02087 ,*(SctApi::RodLabel*)libp->para[2].ref);
02088    return(1 || funcname || hash || result7 || libp) ;
02089 }
02090 
02091 static int G__tapi_cint_147_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02092       G__setnull(result7);
02093       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->push_front(*(SctApi::RodLabel*)libp->para[0].ref);
02094    return(1 || funcname || hash || result7 || libp) ;
02095 }
02096 
02097 static int G__tapi_cint_147_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02098       G__setnull(result7);
02099       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->push_back(*(SctApi::RodLabel*)libp->para[0].ref);
02100    return(1 || funcname || hash || result7 || libp) ;
02101 }
02102 
02103 static int G__tapi_cint_147_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02104       G__setnull(result7);
02105       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->erase(*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[0])));
02106    return(1 || funcname || hash || result7 || libp) ;
02107 }
02108 
02109 static int G__tapi_cint_147_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02110       G__setnull(result7);
02111       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->erase(*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[0])),*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[1])));
02112    return(1 || funcname || hash || result7 || libp) ;
02113 }
02114 
02115 static int G__tapi_cint_147_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02116       G__setnull(result7);
02117       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->clear();
02118    return(1 || funcname || hash || result7 || libp) ;
02119 }
02120 
02121 static int G__tapi_cint_147_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02122       G__setnull(result7);
02123       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->pop_front();
02124    return(1 || funcname || hash || result7 || libp) ;
02125 }
02126 
02127 static int G__tapi_cint_147_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02128       G__setnull(result7);
02129       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->pop_back();
02130    return(1 || funcname || hash || result7 || libp) ;
02131 }
02132 
02133 static int G__tapi_cint_147_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02134    list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p=NULL;
02135    switch(libp->paran) {
02136    case 2:
02137       p = ::new((G__tapi_cintdOcpp_tag*)G__getgvp()) list<SctApi::RodLabel,allocator<SctApi::RodLabel> >((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::size_type)G__int(libp->para[0]),*(SctApi::RodLabel*)libp->para[1].ref);
02138       break;
02139    case 1:
02140       p = ::new((G__tapi_cintdOcpp_tag*)G__getgvp()) list<SctApi::RodLabel,allocator<SctApi::RodLabel> >((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::size_type)G__int(libp->para[0]));
02141       break;
02142    }
02143       result7->obj.i = (long)p;
02144       result7->ref = (long)p;
02145       result7->type = 'u';
02146       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
02147    return(1 || funcname || hash || result7 || libp) ;
02148 }
02149 
02150 static int G__tapi_cint_147_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02151    list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p=NULL;
02152       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) list<SctApi::RodLabel,allocator<SctApi::RodLabel> >((const SctApi::RodLabel*)G__int(libp->para[0]),(const SctApi::RodLabel*)G__int(libp->para[1]));
02153       result7->obj.i = (long)p;
02154       result7->ref = (long)p;
02155       result7->type = 'u';
02156       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
02157    return(1 || funcname || hash || result7 || libp) ;
02158 }
02159 
02160 static int G__tapi_cint_147_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02161    list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p=NULL;
02162       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) list<SctApi::RodLabel,allocator<SctApi::RodLabel> >(*((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::const_iterator*)G__int(libp->para[0])),*((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::const_iterator*)G__int(libp->para[1])));
02163       result7->obj.i = (long)p;
02164       result7->ref = (long)p;
02165       result7->type = 'u';
02166       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
02167    return(1 || funcname || hash || result7 || libp) ;
02168 }
02169 
02170 static int G__tapi_cint_147_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02171    list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p=NULL;
02172       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) list<SctApi::RodLabel,allocator<SctApi::RodLabel> >(*(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)libp->para[0].ref);
02173       result7->obj.i = (long)p;
02174       result7->ref = (long)p;
02175       result7->type = 'u';
02176       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
02177    return(1 || funcname || hash || result7 || libp) ;
02178 }
02179 
02180 static int G__tapi_cint_147_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02181       {
02182         const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >& obj=((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->operator=(*(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)libp->para[0].ref);
02183          result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
02184       }
02185    return(1 || funcname || hash || result7 || libp) ;
02186 }
02187 
02188 static int G__tapi_cint_147_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02189       G__setnull(result7);
02190       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->splice(*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[0])),*(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)libp->para[1].ref);
02191    return(1 || funcname || hash || result7 || libp) ;
02192 }
02193 
02194 static int G__tapi_cint_147_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02195       G__setnull(result7);
02196       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->splice(*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[0])),*(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)libp->para[1].ref
02197 ,*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[2])));
02198    return(1 || funcname || hash || result7 || libp) ;
02199 }
02200 
02201 static int G__tapi_cint_147_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02202       G__setnull(result7);
02203       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->splice(*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[0])),*(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)libp->para[1].ref
02204 ,*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[2])),*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[3])));
02205    return(1 || funcname || hash || result7 || libp) ;
02206 }
02207 
02208 static int G__tapi_cint_147_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02209       G__setnull(result7);
02210       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->remove(*(SctApi::RodLabel*)libp->para[0].ref);
02211    return(1 || funcname || hash || result7 || libp) ;
02212 }
02213 
02214 static int G__tapi_cint_147_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02215       G__setnull(result7);
02216       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->unique();
02217    return(1 || funcname || hash || result7 || libp) ;
02218 }
02219 
02220 static int G__tapi_cint_147_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02221       G__setnull(result7);
02222       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->merge(*(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)libp->para[0].ref);
02223    return(1 || funcname || hash || result7 || libp) ;
02224 }
02225 
02226 static int G__tapi_cint_147_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02227       G__setnull(result7);
02228       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->reverse();
02229    return(1 || funcname || hash || result7 || libp) ;
02230 }
02231 
02232 static int G__tapi_cint_147_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02233       G__setnull(result7);
02234       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->sort();
02235    return(1 || funcname || hash || result7 || libp) ;
02236 }
02237 
02238 // automatic destructor
02239 typedef list<SctApi::RodLabel,allocator<SctApi::RodLabel> > G__TlistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR;
02240 static int G__tapi_cint_147_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02241    if(0==G__getstructoffset()) return(1);
02242    if(G__getaryconstruct())
02243      if(G__PVOID==G__getgvp())
02244        delete[] (list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *)(G__getstructoffset());
02245      else
02246        for(int i=G__getaryconstruct()-1;i>=0;i--)
02247          ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *)((G__getstructoffset())+sizeof(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >)*i))->~G__TlistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR();
02248    else {
02249      long G__Xtmp=G__getgvp();
02250      G__setgvp(G__PVOID);
02251      ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *)(G__getstructoffset()))->~G__TlistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR();
02252      G__setgvp(G__Xtmp);
02253      G__operator_delete((void*)G__getstructoffset());
02254    }
02255       G__setnull(result7);
02256    return(1 || funcname || hash || result7 || libp) ;
02257 }
02258 
02259 
02260 /* Setting up global function */
02261 
02262 /*********************************************************
02263 * Member function Stub
02264 *********************************************************/
02265 
02266 /* SctApi */
02267 
02268 /* SctApi::RodLabel */
02269 
02270 /* TTrigger */
02271 
02272 /* TApi */
02273 
02274 /* TScanDef */
02275 
02276 /* list<SctApi::RodLabel,allocator<SctApi::RodLabel> > */
02277 
02278 /*********************************************************
02279 * Global function Stub
02280 *********************************************************/
02281 
02282 /*********************************************************
02283 * Get size of pointer to member function
02284 *********************************************************/
02285 class G__Sizep2memfunctapi_cint {
02286  public:
02287   G__Sizep2memfunctapi_cint() {p=&G__Sizep2memfunctapi_cint::sizep2memfunc;}
02288     size_t sizep2memfunc() { return(sizeof(p)); }
02289   private:
02290     size_t (G__Sizep2memfunctapi_cint::*p)();
02291 };
02292 
02293 size_t G__get_sizep2memfunctapi_cint()
02294 {
02295   G__Sizep2memfunctapi_cint a;
02296   G__setsizep2memfunc((int)a.sizep2memfunc());
02297   return((size_t)a.sizep2memfunc());
02298 }
02299 
02300 
02301 /*********************************************************
02302 * virtual base class offset calculation interface
02303 *********************************************************/
02304 
02305    /* Setting up class inheritance */
02306 
02307 /*********************************************************
02308 * Inheritance information setup/
02309 *********************************************************/
02310 extern "C" void G__cpp_setup_inheritancetapi_cint() {
02311 
02312    /* Setting up class inheritance */
02313    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger))) {
02314      TTrigger *G__Lderived;
02315      G__Lderived=(TTrigger*)0x1000;
02316      {
02317        TriggerWrapper *G__Lpbase=(TriggerWrapper*)G__Lderived;
02318        G__inheritance_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),G__get_linked_tagnum(&G__tapi_cintLN_TriggerWrapper),(long)G__Lpbase-(long)G__Lderived,4,1);
02319      }
02320    }
02321    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__tapi_cintLN_TApi))) {
02322      TApi *G__Lderived;
02323      G__Lderived=(TApi*)0x1000;
02324      {
02325        TObject *G__Lpbase=(TObject*)G__Lderived;
02326        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);
02327      }
02328    }
02329    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef))) {
02330      TScanDef *G__Lderived;
02331      G__Lderived=(TScanDef*)0x1000;
02332      {
02333        ScanDefWrapper *G__Lpbase=(ScanDefWrapper*)G__Lderived;
02334        G__inheritance_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef),G__get_linked_tagnum(&G__tapi_cintLN_ScanDefWrapper),(long)G__Lpbase-(long)G__Lderived,4,1);
02335      }
02336    }
02337 }
02338 
02339 /*********************************************************
02340 * typedef information setup/
02341 *********************************************************/
02342 extern "C" void G__cpp_setup_typetabletapi_cint() {
02343 
02344    /* Setting up typedef entry */
02345    G__search_typename2("Int_t",105,-1,0,
02346 -1);
02347    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
02348    G__search_typename2("Version_t",115,-1,0,
02349 -1);
02350    G__setnewtype(-1,"Class version identifier (short)",0);
02351    G__search_typename2("INT32",105,-1,0,
02352 -1);
02353    G__setnewtype(-1,NULL,0);
02354    G__search_typename2("UINT8",98,-1,0,
02355 -1);
02356    G__setnewtype(-1,NULL,0);
02357    G__search_typename2("UINT16",114,-1,0,
02358 -1);
02359    G__setnewtype(-1,NULL,0);
02360    G__search_typename2("UINT32",104,-1,0,
02361 -1);
02362    G__setnewtype(-1,NULL,0);
02363    G__search_typename2("FLOAT32",102,-1,0,
02364 -1);
02365    G__setnewtype(-1,NULL,0);
02366    G__search_typename2("list<SctApi::RodLabel>",117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),0,-1);
02367    G__setnewtype(-1,"// @(#)root/base:$Name:  $:$Id: TROOT.h,v 1.33 2003/06/25 18:06:44 rdm Exp $",0);
02368    G__search_typename2("size_type",104,-1,0,
02369 G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR));
02370    G__setnewtype(-1,NULL,0);
02371    G__search_typename2("const_iterator",117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator),256,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR));
02372    G__setnewtype(-1,NULL,0);
02373 }
02374 
02375 /*********************************************************
02376 * Data Member information setup/
02377 *********************************************************/
02378 
02379    /* Setting up class,struct,union tag member variable */
02380 
02381    /* SctApi */
02382 static void G__setup_memvarSctApi(void) {
02383    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi));
02384    {
02385    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLBankType),-1,-2,1,"SCTAPI_BANK_PHYSICS=0",0,(char*)NULL);
02386    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLBankType),-1,-2,1,"SCTAPI_BANK_SCAN=1",0,(char*)NULL);
02387    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLBankType),-1,-2,1,"SCTAPI_BANK_CALIBRATION=2",0,(char*)NULL);
02388    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLConfigType),-1,-2,1,"SCTAPI_CONFIG_BASIC=0",0,(char*)NULL);
02389    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLConfigType),-1,-2,1,"SCTAPI_CONFIG_TRIM=1",0,(char*)NULL);
02390    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLConfigType),-1,-2,1,"SCTAPI_CONFIG_ALL=2",0,(char*)NULL);
02391    }
02392    G__tag_memvar_reset();
02393 }
02394 
02395 
02396    /* SctApi::RodLabel */
02397 static void G__setup_memvarSctApicLcLRodLabel(void) {
02398    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel));
02399    { SctApi::RodLabel *p; p=(SctApi::RodLabel*)0x1000; if (p) { }
02400    G__memvar_setup((void*)((long)(&p->partition)-(long)(p)),104,0,0,-1,-1,-1,1,"partition=",0,(char*)NULL);
02401    G__memvar_setup((void*)((long)(&p->crate)-(long)(p)),104,0,0,-1,-1,-1,1,"crate=",0,(char*)NULL);
02402    G__memvar_setup((void*)((long)(&p->rod)-(long)(p)),104,0,0,-1,-1,-1,1,"rod=",0,(char*)NULL);
02403    }
02404    G__tag_memvar_reset();
02405 }
02406 
02407 
02408    /* TTrigger */
02409 static void G__setup_memvarTTrigger(void) {
02410    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger));
02411    { TTrigger *p; p=(TTrigger*)0x1000; if (p) { }
02412    G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
02413    G__memvar_setup((void*)((long)(&p->incCmd)-(long)(p)),105,0,0,-1,-1,-1,1,"incCmd=",0,(char*)NULL);
02414    G__memvar_setup((void*)((long)(&p->incData)-(long)(p)),105,0,0,-1,-1,-1,1,"incData=",0,(char*)NULL);
02415    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
02416    }
02417    G__tag_memvar_reset();
02418 }
02419 
02420 
02421    /* TApi */
02422 static void G__setup_memvarTApi(void) {
02423    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi));
02424    { TApi *p; p=(TApi*)0x1000; if (p) { }
02425    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLSctApi),-1,-1,4,"worker=",0,(char*)NULL);
02426    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
02427    }
02428    G__tag_memvar_reset();
02429 }
02430 
02431 
02432    /* TScanDef */
02433 static void G__setup_memvarTScanDef(void) {
02434    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef));
02435    { TScanDef *p; p=(TScanDef*)0x1000; if (p) { }
02436    G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
02437    G__memvar_setup((void*)((long)(&p->trigsPerBurst)-(long)(p)),108,0,0,-1,-1,-1,1,"trigsPerBurst=",0,(char*)NULL);
02438    G__memvar_setup((void*)((long)(&p->scanVariable)-(long)(p)),105,0,0,-1,-1,-1,1,"scanVariable=",0,(char*)NULL);
02439    G__memvar_setup((void*)((long)(&p->scanVariable2)-(long)(p)),105,0,0,-1,-1,-1,1,"scanVariable2=",0,(char*)NULL);
02440    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);
02441    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);
02442    G__memvar_setup((void*)((long)(&p->full)-(long)(p)),105,0,0,-1,-1,-1,1,"full=",0,(char*)NULL);
02443    G__memvar_setup((void*)((long)(&p->bits32)-(long)(p)),105,0,0,-1,-1,-1,1,"bits32=",0,(char*)NULL);
02444    G__memvar_setup((void*)((long)(&p->loopCalLine)-(long)(p)),105,0,0,-1,-1,-1,1,"loopCalLine=",0,(char*)NULL);
02445    G__memvar_setup((void*)((long)(&p->distSlave)-(long)(p)),105,0,0,-1,-1,-1,1,"distSlave=",0,(char*)NULL);
02446    G__memvar_setup((void*)((long)(&p->debug)-(long)(p)),105,0,0,-1,-1,-1,1,"debug=",0,(char*)NULL);
02447    G__memvar_setup((void*)((long)(&p->tim)-(long)(p)),105,0,0,-1,-1,-1,1,"tim=",0,(char*)NULL);
02448    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
02449    }
02450    G__tag_memvar_reset();
02451 }
02452 
02453 
02454    /* list<SctApi::RodLabel,allocator<SctApi::RodLabel> > */
02455 static void G__setup_memvarlistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void) {
02456    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR));
02457    { list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p; p=(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)0x1000; if (p) { }
02458    }
02459    G__tag_memvar_reset();
02460 }
02461 
02462 extern "C" void G__cpp_setup_memvartapi_cint() {
02463 }
02464 /***********************************************************
02465 ************************************************************
02466 ************************************************************
02467 ************************************************************
02468 ************************************************************
02469 ************************************************************
02470 ************************************************************
02471 ***********************************************************/
02472 
02473 /*********************************************************
02474 * Member function information setup for each class
02475 *********************************************************/
02476 static void G__setup_memfuncSctApi(void) {
02477    /* SctApi */
02478    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi));
02479    G__tag_memfunc_reset();
02480 }
02481 
02482 static void G__setup_memfuncSctApicLcLRodLabel(void) {
02483    /* SctApi::RodLabel */
02484    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel));
02485    G__memfunc_setup("RodLabel",773,G__tapi_cint_138_0_0,105,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel),-1,0,3,1,1,0,
02486 "h - - 0 - partition h - - 0 - crate "
02487 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02488    G__memfunc_setup("RodLabel",773,G__tapi_cint_138_1_0,105,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02489    G__memfunc_setup("operator==",998,G__tapi_cint_138_2_0,103,-1,-1,0,1,1,1,8,"u 'SctApi::RodLabel' - 11 - -",(char*)NULL,(void*)NULL,0);
02490    G__memfunc_setup("operator<",936,G__tapi_cint_138_3_0,103,-1,-1,0,1,1,1,8,"u 'SctApi::RodLabel' - 11 - -",(char*)NULL,(void*)NULL,0);
02491    // automatic copy constructor
02492    G__memfunc_setup("RodLabel",773,G__tapi_cint_138_4_0,(int)('i'),G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel),-1,0,1,1,1,0,"u 'SctApi::RodLabel' - 11 - -",(char*)NULL,(void*)NULL,0);
02493    // automatic destructor
02494    G__memfunc_setup("~RodLabel",899,G__tapi_cint_138_5_0,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02495    G__tag_memfunc_reset();
02496 }
02497 
02498 static void G__setup_memfuncTTrigger(void) {
02499    /* TTrigger */
02500    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger));
02501    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);
02502    G__memfunc_setup("TTrigger",808,G__tapi_cint_143_1_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02503    G__memfunc_setup("TTrigger",808,G__tapi_cint_143_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);
02504    G__memfunc_setup("singleL1A",832,G__tapi_cint_143_4_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02505    G__memfunc_setup("doubleL1A",825,G__tapi_cint_143_5_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02506    G__memfunc_setup("delayedL1A",918,G__tapi_cint_143_6_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02507    G__memfunc_setup("calL1A",494,G__tapi_cint_143_7_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02508    G__memfunc_setup("pulseL1A",743,G__tapi_cint_143_8_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02509    G__memfunc_setup("softL1A",634,G__tapi_cint_143_9_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02510    G__memfunc_setup("softCalL1A",906,G__tapi_cint_143_0_1,121,-1,-1,0,2,1,1,0,
02511 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
02512    G__memfunc_setup("softPulseL1A",1155,G__tapi_cint_143_1_1,121,-1,-1,0,2,1,1,0,
02513 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
02514    G__memfunc_setup("bcL1A",387,G__tapi_cint_143_2_1,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02515    G__memfunc_setup("bcCalL1A",659,G__tapi_cint_143_3_1,121,-1,-1,0,2,1,1,0,
02516 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
02517    G__memfunc_setup("bcPulseL1A",908,G__tapi_cint_143_4_1,121,-1,-1,0,2,1,1,0,
02518 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
02519    G__memfunc_setup("update",643,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0);
02520    G__memfunc_setup("Class",502,G__tapi_cint_143_6_1,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02521    G__memfunc_setup("Class_Name",982,G__tapi_cint_143_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02522    G__memfunc_setup("Class_Version",1339,G__tapi_cint_143_8_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02523    G__memfunc_setup("Dictionary",1046,G__tapi_cint_143_9_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02524    G__memfunc_setup("IsA",253,G__tapi_cint_143_0_2,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
02525    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_143_1_2,121,-1,-1,0,2,1,1,0,
02526 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
02527    G__memfunc_setup("Streamer",835,G__tapi_cint_143_2_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
02528    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_143_3_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
02529    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_143_4_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02530    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_143_5_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02531    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_143_6_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02532    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_143_7_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02533    // automatic destructor
02534    G__memfunc_setup("~TTrigger",934,G__tapi_cint_143_8_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
02535    G__tag_memfunc_reset();
02536 }
02537 
02538 static void G__setup_memfuncTApi(void) {
02539    /* TApi */
02540    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi));
02541    G__memfunc_setup("TApi",366,G__tapi_cint_144_0_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TApi),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02542    G__memfunc_setup("initialiseAll",1348,G__tapi_cint_144_2_0,121,-1,-1,0,1,1,1,0,"i - - 0 - runNumber",(char*)NULL,(void*)NULL,0);
02543    G__memfunc_setup("shutdownAll",1173,G__tapi_cint_144_3_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02544    G__memfunc_setup("setRunNumber",1258,G__tapi_cint_144_4_0,121,-1,-1,0,1,1,1,0,"i - - 0 - newRun",(char*)NULL,(void*)NULL,0);
02545    G__memfunc_setup("setScanNumber",1338,G__tapi_cint_144_5_0,121,-1,-1,0,1,1,1,0,"i - - 0 - newScan",(char*)NULL,(void*)NULL,0);
02546    G__memfunc_setup("echo",415,G__tapi_cint_144_6_0,121,-1,-1,0,5,1,1,0,
02547 "h - - 0 - partition h - - 0 - crate "
02548 "h - - 0 - rod h - - 0 - length "
02549 "K - - 0 - data",(char*)NULL,(void*)NULL,0);
02550    G__memfunc_setup("echoAll",696,G__tapi_cint_144_7_0,121,-1,-1,0,2,1,1,0,
02551 "h - - 0 - length K - - 0 - data",(char*)NULL,(void*)NULL,0);
02552    G__memfunc_setup("echoSlave",922,G__tapi_cint_144_8_0,121,-1,-1,0,6,1,1,0,
02553 "h - - 0 - partition h - - 0 - crate "
02554 "h - - 0 - rod h - - 0 - slave "
02555 "h - - 0 - length K - - 0 - data",(char*)NULL,(void*)NULL,0);
02556    G__memfunc_setup("loadConfiguration",1784,G__tapi_cint_144_9_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02557    G__memfunc_setup("loadModuleConfigurations",2513,G__tapi_cint_144_0_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02558    G__memfunc_setup("configureBOC",1174,G__tapi_cint_144_1_1,121,-1,-1,0,3,1,1,0,
02559 "h - - 0 - partition h - - 0 - crate "
02560 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02561    G__memfunc_setup("awaitResponse",1381,G__tapi_cint_144_2_1,121,-1,-1,0,4,1,1,0,
02562 "h - - 0 - partition h - - 0 - crate "
02563 "h - - 0 - rod i - - 0 5 timeout",(char*)NULL,(void*)NULL,0);
02564    G__memfunc_setup("getResponse",1167,G__tapi_cint_144_3_1,75,-1,-1,0,3,1,1,0,
02565 "h - - 0 - partition h - - 0 - crate "
02566 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02567    G__memfunc_setup("getResponse",1167,G__tapi_cint_144_4_1,75,-1,-1,0,4,1,1,0,
02568 "h - - 0 - partition h - - 0 - crate "
02569 "h - - 0 - rod K - - 0 - length",(char*)NULL,(void*)NULL,0);
02570    G__memfunc_setup("getRodMessage",1322,G__tapi_cint_144_5_1,103,-1,-1,0,5,1,1,0,
02571 "h - - 0 - partition h - - 0 - crate "
02572 "h - - 0 - rod C - - 0 - buffer "
02573 "k - - 1 - length",(char*)NULL,(void*)NULL,0);
02574    G__memfunc_setup("flashLED",739,G__tapi_cint_144_6_1,121,-1,-1,0,6,1,1,0,
02575 "h - - 0 - partition h - - 0 - crate "
02576 "h - - 0 - rod l - - 0 - slaveNumber "
02577 "l - - 0 1000 period l - - 0 10 flashes",(char*)NULL,(void*)NULL,0);
02578    G__memfunc_setup("status",676,G__tapi_cint_144_7_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02579    G__memfunc_setup("dspBlockDump",1224,G__tapi_cint_144_8_1,105,-1,G__defined_typename("Int_t"),0,7,1,1,0,
02580 "h - - 0 - partition h - - 0 - crate "
02581 "h - - 0 - rod l - - 0 - dspStart "
02582 "l - - 0 - numWords l - - 0 - dspNumber "
02583 "g - - 0 true usePrimitive",(char*)NULL,(void*)NULL,0);
02584    G__memfunc_setup("dspBlockDumpFile",1608,G__tapi_cint_144_9_1,105,-1,G__defined_typename("Int_t"),0,8,1,1,0,
02585 "h - - 0 - partition h - - 0 - crate "
02586 "h - - 0 - rod l - - 0 - dspStart "
02587 "l - - 0 - numWords l - - 0 - dspNumber "
02588 "C - - 10 - filename g - - 0 true usePrimitive",(char*)NULL,(void*)NULL,0);
02589    G__memfunc_setup("dspBlockRead",1198,G__tapi_cint_144_0_2,75,-1,-1,0,8,1,1,0,
02590 "h - - 0 - partition h - - 0 - crate "
02591 "h - - 0 - rod l - - 0 - dspStart "
02592 "l - - 0 - numWords l - - 0 - dspNumber "
02593 "K - - 0 - length g - - 0 true usePrimitive",(char*)NULL,(void*)NULL,0);
02594    G__memfunc_setup("dspBlockWrite",1341,G__tapi_cint_144_1_2,105,-1,-1,0,8,1,1,0,
02595 "h - - 0 - partition h - - 0 - crate "
02596 "h - - 0 - rod K - - 0 - buffer "
02597 "k - - 0 - dspAddress l - - 0 - numWords "
02598 "l - - 0 - dspNumber g - - 0 true usePrimitive",(char*)NULL,(void*)NULL,0);
02599    G__memfunc_setup("readRodStatusReg",1635,G__tapi_cint_144_2_2,107,-1,-1,0,4,1,1,0,
02600 "h - - 0 - partition h - - 0 - crate "
02601 "h - - 0 - rod l - - 0 - regNumber",(char*)NULL,(void*)NULL,0);
02602    G__memfunc_setup("readRodCommandReg",1694,G__tapi_cint_144_3_2,107,-1,-1,0,4,1,1,0,
02603 "h - - 0 - partition h - - 0 - crate "
02604 "h - - 0 - rod l - - 0 - regNumber",(char*)NULL,(void*)NULL,0);
02605    G__memfunc_setup("dspSingleRead",1317,G__tapi_cint_144_4_2,107,-1,-1,0,5,1,1,0,
02606 "h - - 0 - partition h - - 0 - crate "
02607 "h - - 0 - rod k - - 10 - dspAddr "
02608 "l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
02609    G__memfunc_setup("dspSingleWrite",1460,G__tapi_cint_144_5_2,121,-1,-1,0,6,1,1,0,
02610 "h - - 0 - partition h - - 0 - crate "
02611 "h - - 0 - rod k - - 0 - dspAddr "
02612 "k - - 0 - value l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
02613    G__memfunc_setup("createDebugPrimList",1935,G__tapi_cint_144_6_2,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02614    G__memfunc_setup("addDebugPrimList",1604,G__tapi_cint_144_7_2,121,-1,-1,0,5,1,1,0,
02615 "k - - 0 - length l - - 0 - index "
02616 "l - - 0 - id l - - 0 - version "
02617 "K - - 0 - body",(char*)NULL,(void*)NULL,0);
02618    G__memfunc_setup("sendDebugPrimList",1733,G__tapi_cint_144_8_2,121,-1,-1,0,3,1,1,0,
02619 "h - - 0 - partition h - - 0 - crate "
02620 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02621    G__memfunc_setup("sendDebugPrimListAll",2014,G__tapi_cint_144_9_2,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02622    G__memfunc_setup("sendDebugSlavePrimList",2240,G__tapi_cint_144_0_3,121,-1,-1,0,6,1,1,0,
02623 "h - - 0 - partition h - - 0 - crate "
02624 "h - - 0 - rod h - - 0 - slave "
02625 "g - - 0 - await g - - 0 - response",(char*)NULL,(void*)NULL,0);
02626    G__memfunc_setup("debugPrimListFromFile",2127,G__tapi_cint_144_1_3,121,-1,-1,0,1,1,1,0,"C - - 10 - fileName",(char*)NULL,(void*)NULL,0);
02627    G__memfunc_setup("dumpDebugPrimList",1745,G__tapi_cint_144_2_3,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02628    G__memfunc_setup("listRods",852,G__tapi_cint_144_3_3,117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02629    G__memfunc_setup("retrieveModule",1484,G__tapi_cint_144_4_3,75,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - mid",(char*)NULL,(void*)NULL,0);
02630    G__memfunc_setup("findModule",1031,G__tapi_cint_144_5_3,104,-1,G__defined_typename("UINT32"),0,1,1,1,0,"C - - 10 - sn",(char*)NULL,(void*)NULL,0);
02631    G__memfunc_setup("findModule",1031,G__tapi_cint_144_6_3,104,-1,G__defined_typename("UINT32"),0,2,1,1,0,
02632 "i - 'INT32' 0 - mur i - 'INT32' 0 - module",(char*)NULL,(void*)NULL,0);
02633    G__memfunc_setup("findBarrelModule",1631,G__tapi_cint_144_7_3,104,-1,G__defined_typename("UINT32"),0,3,1,1,0,
02634 "i - 'INT32' 0 - barrel i - 'INT32' 0 - row "
02635 "i - 'INT32' 0 - number",(char*)NULL,(void*)NULL,0);
02636    G__memfunc_setup("findEndcapModule",1618,G__tapi_cint_144_8_3,104,-1,G__defined_typename("UINT32"),0,3,1,1,0,
02637 "i - 'INT32' 0 - disk i - 'INT32' 0 - ring "
02638 "i - 'INT32' 0 - number",(char*)NULL,(void*)NULL,0);
02639    G__memfunc_setup("getABCDModules",1315,G__tapi_cint_144_9_3,121,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02640    G__memfunc_setup("getABCDModule",1200,G__tapi_cint_144_0_4,121,-1,-1,0,2,1,1,0,
02641 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02642    G__memfunc_setup("setABCDModules",1327,G__tapi_cint_144_1_4,121,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02643    G__memfunc_setup("setABCDModule",1212,G__tapi_cint_144_2_4,121,-1,-1,0,2,1,1,0,
02644 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02645    G__memfunc_setup("sendABCDModule",1306,G__tapi_cint_144_3_4,121,-1,-1,0,3,1,1,0,
02646 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank "
02647 "h - 'UINT32' 0 2 type",(char*)NULL,(void*)NULL,0);
02648    G__memfunc_setup("sendABCDModules",1421,G__tapi_cint_144_4_4,121,-1,-1,0,2,1,1,0,
02649 "h - 'UINT32' 0 - bank h - 'UINT32' 0 2 type",(char*)NULL,(void*)NULL,0);
02650    G__memfunc_setup("modifyABCDMask",1310,G__tapi_cint_144_5_4,121,-1,-1,0,2,1,1,0,
02651 "h - 'UINT32' 0 - mid H - 'UINT32' 0 - mask",(char*)NULL,(void*)NULL,0);
02652    G__memfunc_setup("modifyABCDTrims",1441,G__tapi_cint_144_6_4,121,-1,-1,0,2,1,1,0,
02653 "h - 'UINT32' 0 - mid B - 'UINT8' 0 - trims",(char*)NULL,(void*)NULL,0);
02654    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_144_7_4,121,-1,-1,0,2,1,1,0,
02655 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
02656    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_144_8_4,121,-1,-1,0,3,1,1,0,
02657 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - typ "
02658 "f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
02659    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_144_9_4,121,-1,-1,0,4,1,1,0,
02660 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - c "
02661 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
02662    G__memfunc_setup("modifyABCDVarROD",1440,G__tapi_cint_144_0_5,121,-1,-1,0,5,1,1,0,
02663 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - chip "
02664 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var "
02665 "h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02666    G__memfunc_setup("modifyABCDVarROD",1440,G__tapi_cint_144_1_5,121,-1,-1,0,3,1,1,0,
02667 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var "
02668 "h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02669    G__memfunc_setup("modifyBOCParam",1357,G__tapi_cint_144_2_5,121,-1,-1,0,6,1,1,0,
02670 "h - - 0 - partition h - - 0 - crate "
02671 "h - - 0 - rod h - - 0 - channel "
02672 "h - - 0 - type h - - 0 - val",(char*)NULL,(void*)NULL,0);
02673    G__memfunc_setup("defaultScan",1130,G__tapi_cint_144_3_5,121,-1,-1,0,1,1,1,0,"i - - 0 - type",(char*)NULL,(void*)NULL,0);
02674    G__memfunc_setup("tidyHistogramming",1811,G__tapi_cint_144_4_5,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02675    G__memfunc_setup("doScan",600,G__tapi_cint_144_5_5,121,-1,-1,0,1,1,1,0,"u 'TScanDef' - 0 - scan",(char*)NULL,(void*)NULL,0);
02676    G__memfunc_setup("awaitScan",923,G__tapi_cint_144_6_5,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02677    G__memfunc_setup("doRawScan",898,G__tapi_cint_144_7_5,121,-1,-1,0,4,1,1,0,
02678 "u 'TScanDef' - 0 - scan i - - 0 - delay "
02679 "g - - 0 true configure g - - 0 false clkBy2",(char*)NULL,(void*)NULL,0);
02680    G__memfunc_setup("sendTrigger",1150,G__tapi_cint_144_8_5,121,-1,-1,0,4,1,1,0,
02681 "h - - 0 - partition h - - 0 - crate "
02682 "h - - 0 - rod u 'TTrigger' - 0 - trig",(char*)NULL,(void*)NULL,0);
02683    G__memfunc_setup("printABCDModule",1437,G__tapi_cint_144_9_5,121,-1,-1,0,1,1,1,0,"i - - 0 - mid",(char*)NULL,(void*)NULL,0);
02684    G__memfunc_setup("printABCDRodModule",1730,G__tapi_cint_144_0_6,121,-1,-1,0,2,1,1,0,
02685 "i - - 0 - mid i - - 0 - bank",(char*)NULL,(void*)NULL,0);
02686    G__memfunc_setup("printBOCSetup",1298,G__tapi_cint_144_1_6,121,-1,-1,0,3,1,1,0,
02687 "h - - 0 - partition h - - 0 - crate "
02688 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02689    G__memfunc_setup("currentBOCSetup",1512,G__tapi_cint_144_2_6,121,-1,-1,0,3,1,1,0,
02690 "h - - 0 - partition h - - 0 - crate "
02691 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02692    G__memfunc_setup("printBOCRegisters",1721,G__tapi_cint_144_3_6,121,-1,-1,0,3,1,1,0,
02693 "h - - 0 - partition h - - 0 - crate "
02694 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02695    G__memfunc_setup("currentBOCRegisters",1935,G__tapi_cint_144_4_6,121,-1,-1,0,3,1,1,0,
02696 "h - - 0 - partition h - - 0 - crate "
02697 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02698    G__memfunc_setup("saveBOCSetup",1172,G__tapi_cint_144_5_6,121,-1,-1,0,3,1,1,0,
02699 "h - - 0 - partition h - - 0 - crate "
02700 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02701    G__memfunc_setup("saveBOCRegisters",1595,G__tapi_cint_144_6_6,121,-1,-1,0,3,1,1,0,
02702 "h - - 0 - partition h - - 0 - crate "
02703 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02704    G__memfunc_setup("restoreBOCSetup",1513,G__tapi_cint_144_7_6,121,-1,-1,0,3,1,1,0,
02705 "h - - 0 - partition h - - 0 - crate "
02706 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02707    G__memfunc_setup("restoreBOCRegisters",1936,G__tapi_cint_144_8_6,121,-1,-1,0,3,1,1,0,
02708 "h - - 0 - partition h - - 0 - crate "
02709 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02710    G__memfunc_setup("rawData",708,G__tapi_cint_144_9_6,121,-1,-1,0,7,1,1,0,
02711 "h - - 0 - partition h - - 0 - crate "
02712 "h - - 0 - rod i - - 0 - delay "
02713 "i - - 0 - units g - - 0 true setMask "
02714 "u 'TTrigger' - 0 TTrigger() trig",(char*)NULL,(void*)NULL,0);
02715    G__memfunc_setup("probe",536,G__tapi_cint_144_0_7,67,-1,-1,0,4,1,1,0,
02716 "h - - 0 - partition h - - 0 - crate "
02717 "h - - 0 - rod i - - 0 -1 harness",(char*)NULL,(void*)NULL,0);
02718    G__memfunc_setup("probeWithTrigger",1672,G__tapi_cint_144_1_7,67,-1,-1,0,5,1,1,0,
02719 "h - - 0 - partition h - - 0 - crate "
02720 "h - - 0 - rod u 'TTrigger' - 0 - trig "
02721 "i - - 0 -1 harness",(char*)NULL,(void*)NULL,0);
02722    G__memfunc_setup("probeScan",925,G__tapi_cint_144_2_7,121,-1,-1,0,5,1,1,0,
02723 "h - - 0 - partition h - - 0 - crate "
02724 "h - - 0 - rod u 'TScanDef' - 0 - scan "
02725 "i - - 0 -1 harness",(char*)NULL,(void*)NULL,0);
02726    G__memfunc_setup("checkAllModulesProbe",2024,G__tapi_cint_144_3_7,103,-1,-1,0,1,1,1,0,"C - - 10 - value",(char*)NULL,(void*)NULL,0);
02727    G__memfunc_setup("autoConfigure",1371,G__tapi_cint_144_4_7,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02728    G__memfunc_setup("bocHistogram",1250,G__tapi_cint_144_5_7,121,-1,-1,0,5,1,1,0,
02729 "h - - 0 - partition h - - 0 - crate "
02730 "h - - 0 - rod h - - 0 - samples "
02731 "h - - 0 - numLoops",(char*)NULL,(void*)NULL,0);
02732    G__memfunc_setup("rodMode",714,G__tapi_cint_144_6_7,121,-1,-1,0,9,1,1,0,
02733 "h - - 0 - partition h - - 0 - crate "
02734 "h - - 0 - rod i - - 0 - mode "
02735 "i - - 0 - flag i - - 0 - fifoSetup "
02736 "i - - 0 - nBins i - - 0 - delay "
02737 "i - - 0 - message",(char*)NULL,(void*)NULL,0);
02738    G__memfunc_setup("standardRegisterDump",2092,G__tapi_cint_144_7_7,121,-1,-1,0,3,1,1,0,
02739 "h - - 0 - partition h - - 0 - crate "
02740 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02741    G__memfunc_setup("lasersOff",933,G__tapi_cint_144_8_7,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02742    G__memfunc_setup("scanEvents",1050,G__tapi_cint_144_9_7,121,-1,-1,0,6,1,1,0,
02743 "h - - 0 - partition h - - 0 - crate "
02744 "h - - 0 - rod i - - 0 -1 sl "
02745 "g - - 0 false extFlag g - - 0 false errorType",(char*)NULL,(void*)NULL,0);
02746    G__memfunc_setup("decodeEvent",1126,G__tapi_cint_144_0_8,121,-1,-1,0,7,1,1,0,
02747 "h - - 0 - partition h - - 0 - crate "
02748 "h - - 0 - rod i - - 0 - sl "
02749 "i - - 0 - index g - - 0 false extFlag "
02750 "g - - 0 false errorType",(char*)NULL,(void*)NULL,0);
02751    G__memfunc_setup("decodeConfig",1210,G__tapi_cint_144_1_8,121,-1,-1,0,5,1,1,0,
02752 "h - - 0 - partition h - - 0 - crate "
02753 "h - - 0 - rod g - - 0 false skipTrim "
02754 "g - - 0 false bypass",(char*)NULL,(void*)NULL,0);
02755    G__memfunc_setup("testLinkOutSelect",1766,G__tapi_cint_144_2_8,121,-1,-1,0,4,1,1,0,
02756 "h - - 0 - partition h - - 0 - crate "
02757 "h - - 0 - rod h - - 0 - link",(char*)NULL,(void*)NULL,0);
02758    G__memfunc_setup("setDebugOption",1452,G__tapi_cint_144_3_8,121,-1,-1,0,1,1,1,0,"C - - 10 - opt",(char*)NULL,(void*)NULL,0);
02759    G__memfunc_setup("unsetDebugOption",1679,G__tapi_cint_144_4_8,121,-1,-1,0,1,1,1,0,"C - - 10 - opt",(char*)NULL,(void*)NULL,0);
02760    G__memfunc_setup("listEnabledDebugOptions",2362,G__tapi_cint_144_5_8,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02761    G__memfunc_setup("listDebugOptions",1679,G__tapi_cint_144_6_8,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02762    G__memfunc_setup("debugStepHistogram",1873,G__tapi_cint_144_7_8,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02763    G__memfunc_setup("debugContinueHistogram",2298,G__tapi_cint_144_8_8,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02764    G__memfunc_setup("debugAbortHistogram",1965,G__tapi_cint_144_9_8,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02765    G__memfunc_setup("timSetFrequency",1576,G__tapi_cint_144_0_9,121,-1,-1,0,4,1,1,0,
02766 "h - - 0 - partition h - - 0 - crate "
02767 "d - - 0 - trigFreq d - - 0 - rstFreq",(char*)NULL,(void*)NULL,0);
02768    G__memfunc_setup("freeTriggers",1257,G__tapi_cint_144_1_9,121,-1,-1,0,2,1,1,0,
02769 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02770    G__memfunc_setup("stopTriggers",1293,G__tapi_cint_144_2_9,121,-1,-1,0,2,1,1,0,
02771 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02772    G__memfunc_setup("timL1A",520,G__tapi_cint_144_3_9,121,-1,-1,0,2,1,1,0,
02773 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02774    G__memfunc_setup("timCalL1A",792,G__tapi_cint_144_4_9,121,-1,-1,0,3,1,1,0,
02775 "h - - 0 - partition h - - 0 - crate "
02776 "i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02777    G__memfunc_setup("timSoftReset",1257,G__tapi_cint_144_5_9,121,-1,-1,0,2,1,1,0,
02778 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02779    G__memfunc_setup("timBCReset",978,G__tapi_cint_144_6_9,121,-1,-1,0,2,1,1,0,
02780 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02781    G__memfunc_setup("sendTimBurst",1252,G__tapi_cint_144_7_9,121,-1,-1,0,3,1,1,0,
02782 "h - - 0 - partition h - - 0 - crate "
02783 "i - - 0 - count",(char*)NULL,(void*)NULL,0);
02784    G__memfunc_setup("timVerbose",1056,G__tapi_cint_144_8_9,121,-1,-1,0,2,1,1,0,
02785 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02786    G__memfunc_setup("timRegLoad",1000,G__tapi_cint_144_9_9,121,-1,-1,0,4,1,1,0,
02787 "h - - 0 - partition h - - 0 - crate "
02788 "i - - 0 - reg r - 'UINT16' 0 - val",(char*)NULL,(void*)NULL,0);
02789    G__memfunc_setup("timReadRegister",1547,G__tapi_cint_144_0_10,114,-1,G__defined_typename("UINT16"),0,3,1,1,0,
02790 "h - - 0 - partition h - - 0 - crate "
02791 "i - - 0 - reg",(char*)NULL,(void*)NULL,0);
02792    G__memfunc_setup("requestHardReset",1675,G__tapi_cint_144_1_10,121,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - mid",(char*)NULL,(void*)NULL,0);
02793    G__memfunc_setup("resumePolling",1382,G__tapi_cint_144_2_10,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02794    G__memfunc_setup("stopPolling",1179,G__tapi_cint_144_3_10,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02795    G__memfunc_setup("TApi",366,(G__InterfaceMethod)NULL,105,G__get_linked_tagnum(&G__tapi_cintLN_TApi),-1,0,1,1,4,0,"u 'TApi' - 11 - -",(char*)NULL,(void*)NULL,0);
02796    G__memfunc_setup("operator=",937,(G__InterfaceMethod)NULL,117,G__get_linked_tagnum(&G__tapi_cintLN_TApi),-1,1,1,1,4,0,"u 'TApi' - 11 - -",(char*)NULL,(void*)NULL,0);
02797    G__memfunc_setup("Class",502,G__tapi_cint_144_6_10,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02798    G__memfunc_setup("Class_Name",982,G__tapi_cint_144_7_10,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02799    G__memfunc_setup("Class_Version",1339,G__tapi_cint_144_8_10,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02800    G__memfunc_setup("Dictionary",1046,G__tapi_cint_144_9_10,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02801    G__memfunc_setup("IsA",253,G__tapi_cint_144_0_11,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
02802    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_144_1_11,121,-1,-1,0,2,1,1,0,
02803 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
02804    G__memfunc_setup("Streamer",835,G__tapi_cint_144_2_11,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
02805    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_144_3_11,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
02806    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_144_4_11,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02807    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_144_5_11,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02808    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_144_6_11,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02809    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_144_7_11,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02810    // automatic destructor
02811    G__memfunc_setup("~TApi",492,G__tapi_cint_144_8_11,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
02812    G__tag_memfunc_reset();
02813 }
02814 
02815 static void G__setup_memfuncTScanDef(void) {
02816    /* TScanDef */
02817    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef));
02818    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);
02819    G__memfunc_setup("TScanDef",744,G__tapi_cint_145_1_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TScanDef),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02820    G__memfunc_setup("TScanDef",744,G__tapi_cint_145_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);
02821    G__memfunc_setup("print",557,G__tapi_cint_145_4_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02822    G__memfunc_setup("configure",962,G__tapi_cint_145_5_0,121,-1,-1,0,4,1,1,0,
02823 "r - 'UINT16' 0 - type f - 'FLOAT32' 0 - start "
02824 "f - 'FLOAT32' 0 - stop f - 'FLOAT32' 0 - step",(char*)NULL,(void*)NULL,0);
02825    G__memfunc_setup("configure2",1012,G__tapi_cint_145_6_0,121,-1,-1,0,4,1,1,0,
02826 "r - 'UINT16' 0 - type f - 'FLOAT32' 0 - start "
02827 "f - 'FLOAT32' 0 - stop f - 'FLOAT32' 0 - step",(char*)NULL,(void*)NULL,0);
02828    G__memfunc_setup("setScanPoint",1243,G__tapi_cint_145_7_0,121,-1,-1,0,2,1,1,0,
02829 "i - - 0 - index f - 'FLOAT32' 0 - value",(char*)NULL,(void*)NULL,0);
02830    G__memfunc_setup("setScanPoint2",1293,G__tapi_cint_145_8_0,121,-1,-1,0,2,1,1,0,
02831 "i - - 0 - index f - 'FLOAT32' 0 - value",(char*)NULL,(void*)NULL,0);
02832    G__memfunc_setup("setTriggersPoint",1693,G__tapi_cint_145_9_0,121,-1,-1,0,2,1,1,0,
02833 "i - - 0 - index h - 'UINT32' 0 - ntrigs",(char*)NULL,(void*)NULL,0);
02834    G__memfunc_setup("update",643,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0);
02835    G__memfunc_setup("Class",502,G__tapi_cint_145_1_1,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02836    G__memfunc_setup("Class_Name",982,G__tapi_cint_145_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02837    G__memfunc_setup("Class_Version",1339,G__tapi_cint_145_3_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02838    G__memfunc_setup("Dictionary",1046,G__tapi_cint_145_4_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02839    G__memfunc_setup("IsA",253,G__tapi_cint_145_5_1,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
02840    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_145_6_1,121,-1,-1,0,2,1,1,0,
02841 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
02842    G__memfunc_setup("Streamer",835,G__tapi_cint_145_7_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
02843    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_145_8_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
02844    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_145_9_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02845    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_145_0_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02846    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_145_1_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02847    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_145_2_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02848    // automatic destructor
02849    G__memfunc_setup("~TScanDef",870,G__tapi_cint_145_3_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
02850    G__tag_memfunc_reset();
02851 }
02852 
02853 static void G__setup_memfunclistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void) {
02854    /* list<SctApi::RodLabel,allocator<SctApi::RodLabel> > */
02855    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR));
02856    G__memfunc_setup("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4663,G__tapi_cint_147_0_0,105,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02857    G__memfunc_setup("begin",517,G__tapi_cint_147_1_0,117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02858    G__memfunc_setup("end",311,G__tapi_cint_147_2_0,117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02859    G__memfunc_setup("rbegin",631,G__tapi_cint_147_3_0,117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLreverse_iterator),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02860    G__memfunc_setup("rend",425,G__tapi_cint_147_4_0,117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLreverse_iterator),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02861    G__memfunc_setup("empty",559,G__tapi_cint_147_5_0,103,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
02862    G__memfunc_setup("size",443,G__tapi_cint_147_6_0,104,-1,G__defined_typename("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::size_type"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
02863    G__memfunc_setup("max_size",864,G__tapi_cint_147_7_0,104,-1,G__defined_typename("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::size_type"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
02864    G__memfunc_setup("front",553,G__tapi_cint_147_8_0,117,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel),-1,1,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
02865    G__memfunc_setup("back",401,G__tapi_cint_147_9_0,117,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel),-1,1,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
02866    G__memfunc_setup("swap",443,G__tapi_cint_147_0_1,121,-1,-1,0,1,1,1,0,"u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 1 - x",(char*)NULL,(void*)NULL,0);
02867    G__memfunc_setup("insert",661,G__tapi_cint_147_1_1,117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator),-1,0,2,1,1,0,
02868 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position u 'SctApi::RodLabel' - 11 - x",(char*)NULL,(void*)NULL,0);
02869    G__memfunc_setup("insert",661,G__tapi_cint_147_2_1,121,-1,-1,0,3,1,1,0,
02870 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position U 'SctApi::RodLabel' - 0 - first "
02871 "U 'SctApi::RodLabel' - 0 - last",(char*)NULL,(void*)NULL,0);
02872    G__memfunc_setup("insert",661,G__tapi_cint_147_3_1,121,-1,-1,0,3,1,1,0,
02873 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - first "
02874 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - last",(char*)NULL,(void*)NULL,0);
02875    G__memfunc_setup("insert",661,G__tapi_cint_147_4_1,121,-1,-1,0,3,1,1,0,
02876 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position h - 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::size_type' 0 - n "
02877 "u 'SctApi::RodLabel' - 11 - x",(char*)NULL,(void*)NULL,0);
02878    G__memfunc_setup("push_front",1096,G__tapi_cint_147_5_1,121,-1,-1,0,1,1,1,0,"u 'SctApi::RodLabel' - 11 - x",(char*)NULL,(void*)NULL,0);
02879    G__memfunc_setup("push_back",944,G__tapi_cint_147_6_1,121,-1,-1,0,1,1,1,0,"u 'SctApi::RodLabel' - 11 - x",(char*)NULL,(void*)NULL,0);
02880    G__memfunc_setup("erase",528,G__tapi_cint_147_7_1,121,-1,-1,0,1,1,1,0,"u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position",(char*)NULL,(void*)NULL,0);
02881    G__memfunc_setup("erase",528,G__tapi_cint_147_8_1,121,-1,-1,0,2,1,1,0,
02882 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - first u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - last",(char*)NULL,(void*)NULL,0);
02883    G__memfunc_setup("clear",519,G__tapi_cint_147_9_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02884    G__memfunc_setup("pop_front",983,G__tapi_cint_147_0_2,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02885    G__memfunc_setup("pop_back",831,G__tapi_cint_147_1_2,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02886    G__memfunc_setup("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4663,G__tapi_cint_147_2_2,105,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),-1,0,2,1,1,0,
02887 "h - 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::size_type' 0 - n u 'SctApi::RodLabel' - 11 SctApi::RodLabel() value",(char*)NULL,(void*)NULL,0);
02888    G__memfunc_setup("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4663,G__tapi_cint_147_3_2,105,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),-1,0,2,1,1,0,
02889 "U 'SctApi::RodLabel' - 10 - first U 'SctApi::RodLabel' - 10 - last",(char*)NULL,(void*)NULL,0);
02890    G__memfunc_setup("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4663,G__tapi_cint_147_4_2,105,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),-1,0,2,1,1,0,
02891 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::const_iterator' 10 - first u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::const_iterator' 10 - last",(char*)NULL,(void*)NULL,0);
02892    G__memfunc_setup("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4663,G__tapi_cint_147_5_2,105,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),-1,0,1,1,1,0,"u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 11 - x",(char*)NULL,(void*)NULL,0);
02893    G__memfunc_setup("operator=",937,G__tapi_cint_147_7_2,117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),-1,1,1,1,1,0,"u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 11 - x",(char*)NULL,(void*)NULL,0);
02894    G__memfunc_setup("splice",640,G__tapi_cint_147_8_2,121,-1,-1,0,2,1,1,0,
02895 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 1 - x",(char*)NULL,(void*)NULL,0);
02896    G__memfunc_setup("splice",640,G__tapi_cint_147_9_2,121,-1,-1,0,3,1,1,0,
02897 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 1 - x "
02898 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - i",(char*)NULL,(void*)NULL,0);
02899    G__memfunc_setup("splice",640,G__tapi_cint_147_0_3,121,-1,-1,0,4,1,1,0,
02900 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 1 - x "
02901 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - first u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - last",(char*)NULL,(void*)NULL,0);
02902    G__memfunc_setup("remove",654,G__tapi_cint_147_1_3,121,-1,-1,0,1,1,1,0,"u 'SctApi::RodLabel' - 11 - value",(char*)NULL,(void*)NULL,0);
02903    G__memfunc_setup("unique",663,G__tapi_cint_147_2_3,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02904    G__memfunc_setup("merge",528,G__tapi_cint_147_3_3,121,-1,-1,0,1,1,1,0,"u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 1 - x",(char*)NULL,(void*)NULL,0);
02905    G__memfunc_setup("reverse",764,G__tapi_cint_147_4_3,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02906    G__memfunc_setup("sort",456,G__tapi_cint_147_5_3,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02907    // automatic destructor
02908    G__memfunc_setup("~list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4789,G__tapi_cint_147_6_3,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02909    G__tag_memfunc_reset();
02910 }
02911 
02912 
02913 /*********************************************************
02914 * Member function information setup
02915 *********************************************************/
02916 extern "C" void G__cpp_setup_memfunctapi_cint() {
02917 }
02918 
02919 /*********************************************************
02920 * Global variable information setup for each class
02921 *********************************************************/
02922 static void G__cpp_setup_global0() {
02923 
02924    /* Setting up global variables */
02925    G__resetplocal();
02926 
02927 }
02928 
02929 static void G__cpp_setup_global1() {
02930 
02931    G__resetglobalenv();
02932 }
02933 extern "C" void G__cpp_setup_globaltapi_cint() {
02934   G__cpp_setup_global0();
02935   G__cpp_setup_global1();
02936 }
02937 
02938 /*********************************************************
02939 * Global function information setup for each class
02940 *********************************************************/
02941 static void G__cpp_setup_func0() {
02942    G__lastifuncposition();
02943 
02944 }
02945 
02946 static void G__cpp_setup_func1() {
02947 }
02948 
02949 static void G__cpp_setup_func2() {
02950 }
02951 
02952 static void G__cpp_setup_func3() {
02953 
02954    G__resetifuncposition();
02955 }
02956 
02957 extern "C" void G__cpp_setup_functapi_cint() {
02958   G__cpp_setup_func0();
02959   G__cpp_setup_func1();
02960   G__cpp_setup_func2();
02961   G__cpp_setup_func3();
02962 }
02963 
02964 /*********************************************************
02965 * Class,struct,union,enum tag information setup
02966 *********************************************************/
02967 /* Setup class/struct taginfo */
02968 G__linked_taginfo G__tapi_cintLN_TClass = { "TClass" , 99 , -1 };
02969 G__linked_taginfo G__tapi_cintLN_TBuffer = { "TBuffer" , 99 , -1 };
02970 G__linked_taginfo G__tapi_cintLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
02971 G__linked_taginfo G__tapi_cintLN_TObject = { "TObject" , 99 , -1 };
02972 G__linked_taginfo G__tapi_cintLN_SctApi = { "SctApi" , 110 , -1 };
02973 G__linked_taginfo G__tapi_cintLN_SctApicLcLSctApi = { "SctApi::SctApi" , 99 , -1 };
02974 G__linked_taginfo G__tapi_cintLN_SctApicLcLBankType = { "SctApi::BankType" , 101 , -1 };
02975 G__linked_taginfo G__tapi_cintLN_SctApicLcLConfigType = { "SctApi::ConfigType" , 101 , -1 };
02976 G__linked_taginfo G__tapi_cintLN_SctApicLcLRodLabel = { "SctApi::RodLabel" , 115 , -1 };
02977 G__linked_taginfo G__tapi_cintLN_TriggerWrapper = { "TriggerWrapper" , 99 , -1 };
02978 G__linked_taginfo G__tapi_cintLN_ScanDefWrapper = { "ScanDefWrapper" , 99 , -1 };
02979 G__linked_taginfo G__tapi_cintLN_TTrigger = { "TTrigger" , 99 , -1 };
02980 G__linked_taginfo G__tapi_cintLN_TApi = { "TApi" , 99 , -1 };
02981 G__linked_taginfo G__tapi_cintLN_TScanDef = { "TScanDef" , 99 , -1 };
02982 G__linked_taginfo G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR = { "list<SctApi::RodLabel,allocator<SctApi::RodLabel> >" , 99 , -1 };
02983 G__linked_taginfo G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator = { "list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator" , 99 , -1 };
02984 G__linked_taginfo G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLreverse_iterator = { "list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::reverse_iterator" , 99 , -1 };
02985 
02986 /* Reset class/struct taginfo */
02987 extern "C" void G__cpp_reset_tagtabletapi_cint() {
02988   G__tapi_cintLN_TClass.tagnum = -1 ;
02989   G__tapi_cintLN_TBuffer.tagnum = -1 ;
02990   G__tapi_cintLN_TMemberInspector.tagnum = -1 ;
02991   G__tapi_cintLN_TObject.tagnum = -1 ;
02992   G__tapi_cintLN_SctApi.tagnum = -1 ;
02993   G__tapi_cintLN_SctApicLcLSctApi.tagnum = -1 ;
02994   G__tapi_cintLN_SctApicLcLBankType.tagnum = -1 ;
02995   G__tapi_cintLN_SctApicLcLConfigType.tagnum = -1 ;
02996   G__tapi_cintLN_SctApicLcLRodLabel.tagnum = -1 ;
02997   G__tapi_cintLN_TriggerWrapper.tagnum = -1 ;
02998   G__tapi_cintLN_ScanDefWrapper.tagnum = -1 ;
02999   G__tapi_cintLN_TTrigger.tagnum = -1 ;
03000   G__tapi_cintLN_TApi.tagnum = -1 ;
03001   G__tapi_cintLN_TScanDef.tagnum = -1 ;
03002   G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR.tagnum = -1 ;
03003   G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator.tagnum = -1 ;
03004   G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLreverse_iterator.tagnum = -1 ;
03005 }
03006 
03007 
03008 extern "C" void G__cpp_setup_tagtabletapi_cint() {
03009 
03010    /* Setting up class,struct,union tag entry */
03011    G__get_linked_tagnum(&G__tapi_cintLN_TClass);
03012    G__get_linked_tagnum(&G__tapi_cintLN_TBuffer);
03013    G__get_linked_tagnum(&G__tapi_cintLN_TMemberInspector);
03014    G__get_linked_tagnum(&G__tapi_cintLN_TObject);
03015    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi),0,-1,0,(char*)NULL,G__setup_memvarSctApi,G__setup_memfuncSctApi);
03016    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLSctApi);
03017    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLBankType);
03018    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLConfigType);
03019    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel),sizeof(SctApi::RodLabel),-1,295168,(char*)NULL,G__setup_memvarSctApicLcLRodLabel,G__setup_memfuncSctApicLcLRodLabel);
03020    G__get_linked_tagnum(&G__tapi_cintLN_TriggerWrapper);
03021    G__get_linked_tagnum(&G__tapi_cintLN_ScanDefWrapper);
03022    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),sizeof(TTrigger),-1,265984,(char*)NULL,G__setup_memvarTTrigger,G__setup_memfuncTTrigger);
03023    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi),sizeof(TApi),-1,294656,(char*)NULL,G__setup_memvarTApi,G__setup_memfuncTApi);
03024    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef),sizeof(TScanDef),-1,265984,(char*)NULL,G__setup_memvarTScanDef,G__setup_memfuncTScanDef);
03025    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),sizeof(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >),-1,298752,(char*)NULL,G__setup_memvarlistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR,G__setup_memfunclistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
03026    G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator);
03027    G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLreverse_iterator);
03028 }
03029 extern "C" void G__cpp_setuptapi_cint(void) {
03030   G__check_setup_version(30051515,"G__cpp_setuptapi_cint()");
03031   G__set_cpp_environmenttapi_cint();
03032   G__cpp_setup_tagtabletapi_cint();
03033 
03034   G__cpp_setup_inheritancetapi_cint();
03035 
03036   G__cpp_setup_typetabletapi_cint();
03037 
03038   G__cpp_setup_memvartapi_cint();
03039 
03040   G__cpp_setup_memfunctapi_cint();
03041   G__cpp_setup_globaltapi_cint();
03042   G__cpp_setup_functapi_cint();
03043 
03044    if(0==G__getsizep2memfunc()) G__get_sizep2memfunctapi_cint();
03045   return;
03046 }
03047 class G__cpp_setup_inittapi_cint {
03048   public:
03049     G__cpp_setup_inittapi_cint() { G__add_setup_func("tapi_cint",(G__incsetup)(&G__cpp_setuptapi_cint)); G__call_setup_funcs(); }
03050    ~G__cpp_setup_inittapi_cint() { G__remove_setup_func("tapi_cint"); }
03051 };
03052 G__cpp_setup_inittapi_cint G__cpp_setup_initializertapi_cint;
03053 

Generated on Thu Jul 8 11:41:20 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5