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 Wed Jul 14 17:23:10 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", 23,
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_172_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_172_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_172_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_172_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_172_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
00653 {
00654    SctApi::RodLabel *p;
00655    p=new SctApi::RodLabel(*(SctApi::RodLabel*)G__int(libp->para[0]));
00656    result7->obj.i = (long)p;
00657    result7->ref = (long)p;
00658    result7->type = 'u';
00659    result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel);
00660    return(1 || funcname || hash || result7 || libp) ;
00661 }
00662 
00663 // automatic destructor
00664 typedef SctApi::RodLabel G__TSctApicLcLRodLabel;
00665 static int G__tapi_cint_172_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00666    if(0==G__getstructoffset()) return(1);
00667    if(G__getaryconstruct())
00668      if(G__PVOID==G__getgvp())
00669        delete[] (SctApi::RodLabel *)(G__getstructoffset());
00670      else
00671        for(int i=G__getaryconstruct()-1;i>=0;i--)
00672          ((SctApi::RodLabel *)((G__getstructoffset())+sizeof(SctApi::RodLabel)*i))->~G__TSctApicLcLRodLabel();
00673    else {
00674      long G__Xtmp=G__getgvp();
00675      G__setgvp(G__PVOID);
00676      ((SctApi::RodLabel *)(G__getstructoffset()))->~G__TSctApicLcLRodLabel();
00677      G__setgvp(G__Xtmp);
00678      G__operator_delete((void*)G__getstructoffset());
00679    }
00680       G__setnull(result7);
00681    return(1 || funcname || hash || result7 || libp) ;
00682 }
00683 
00684 
00685 /* TTrigger */
00686 static int G__tapi_cint_177_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00687    TTrigger *p=NULL;
00688    if(G__getaryconstruct()) p=new TTrigger[G__getaryconstruct()];
00689    else p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TTrigger;
00690       result7->obj.i = (long)p;
00691       result7->ref = (long)p;
00692       result7->type = 'u';
00693       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TTrigger);
00694    return(1 || funcname || hash || result7 || libp) ;
00695 }
00696 
00697 static int G__tapi_cint_177_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00698    TTrigger *p=NULL;
00699       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TTrigger(*(TTrigger*)libp->para[0].ref);
00700       result7->obj.i = (long)p;
00701       result7->ref = (long)p;
00702       result7->type = 'u';
00703       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TTrigger);
00704    return(1 || funcname || hash || result7 || libp) ;
00705 }
00706 
00707 static int G__tapi_cint_177_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00708       G__setnull(result7);
00709       ((TTrigger*)(G__getstructoffset()))->singleL1A();
00710    return(1 || funcname || hash || result7 || libp) ;
00711 }
00712 
00713 static int G__tapi_cint_177_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00714       G__setnull(result7);
00715       ((TTrigger*)(G__getstructoffset()))->doubleL1A((int)G__int(libp->para[0]));
00716    return(1 || funcname || hash || result7 || libp) ;
00717 }
00718 
00719 static int G__tapi_cint_177_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00720       G__setnull(result7);
00721       ((TTrigger*)(G__getstructoffset()))->delayedL1A((int)G__int(libp->para[0]));
00722    return(1 || funcname || hash || result7 || libp) ;
00723 }
00724 
00725 static int G__tapi_cint_177_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00726       G__setnull(result7);
00727       ((TTrigger*)(G__getstructoffset()))->calL1A((int)G__int(libp->para[0]));
00728    return(1 || funcname || hash || result7 || libp) ;
00729 }
00730 
00731 static int G__tapi_cint_177_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00732       G__setnull(result7);
00733       ((TTrigger*)(G__getstructoffset()))->pulseL1A((int)G__int(libp->para[0]));
00734    return(1 || funcname || hash || result7 || libp) ;
00735 }
00736 
00737 static int G__tapi_cint_177_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00738       G__setnull(result7);
00739       ((TTrigger*)(G__getstructoffset()))->softL1A((int)G__int(libp->para[0]));
00740    return(1 || funcname || hash || result7 || libp) ;
00741 }
00742 
00743 static int G__tapi_cint_177_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00744       G__setnull(result7);
00745       ((TTrigger*)(G__getstructoffset()))->softCalL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00746    return(1 || funcname || hash || result7 || libp) ;
00747 }
00748 
00749 static int G__tapi_cint_177_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00750       G__setnull(result7);
00751       ((TTrigger*)(G__getstructoffset()))->softPulseL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00752    return(1 || funcname || hash || result7 || libp) ;
00753 }
00754 
00755 static int G__tapi_cint_177_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00756       G__setnull(result7);
00757       ((TTrigger*)(G__getstructoffset()))->bcL1A((int)G__int(libp->para[0]));
00758    return(1 || funcname || hash || result7 || libp) ;
00759 }
00760 
00761 static int G__tapi_cint_177_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00762       G__setnull(result7);
00763       ((TTrigger*)(G__getstructoffset()))->bcCalL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00764    return(1 || funcname || hash || result7 || libp) ;
00765 }
00766 
00767 static int G__tapi_cint_177_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00768       G__setnull(result7);
00769       ((TTrigger*)(G__getstructoffset()))->bcPulseL1A((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
00770    return(1 || funcname || hash || result7 || libp) ;
00771 }
00772 
00773 static int G__tapi_cint_177_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00774    G__letint(result7,85,(long)TTrigger::Class());
00775    return(1 || funcname || hash || result7 || libp) ;
00776 }
00777 
00778 static int G__tapi_cint_177_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00779    G__letint(result7,67,(long)TTrigger::Class_Name());
00780    return(1 || funcname || hash || result7 || libp) ;
00781 }
00782 
00783 static int G__tapi_cint_177_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00784       G__letint(result7,115,(long)TTrigger::Class_Version());
00785    return(1 || funcname || hash || result7 || libp) ;
00786 }
00787 
00788 static int G__tapi_cint_177_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00789       G__setnull(result7);
00790       TTrigger::Dictionary();
00791    return(1 || funcname || hash || result7 || libp) ;
00792 }
00793 
00794 static int G__tapi_cint_177_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00795    G__letint(result7,85,(long)((const TTrigger*)(G__getstructoffset()))->IsA());
00796    return(1 || funcname || hash || result7 || libp) ;
00797 }
00798 
00799 static int G__tapi_cint_177_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00800       G__setnull(result7);
00801       ((TTrigger*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
00802    return(1 || funcname || hash || result7 || libp) ;
00803 }
00804 
00805 static int G__tapi_cint_177_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00806       G__setnull(result7);
00807       ((TTrigger*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
00808    return(1 || funcname || hash || result7 || libp) ;
00809 }
00810 
00811 static int G__tapi_cint_177_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00812       G__setnull(result7);
00813       ((TTrigger*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
00814    return(1 || funcname || hash || result7 || libp) ;
00815 }
00816 
00817 static int G__tapi_cint_177_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00818    G__letint(result7,67,(long)TTrigger::DeclFileName());
00819    return(1 || funcname || hash || result7 || libp) ;
00820 }
00821 
00822 static int G__tapi_cint_177_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00823       G__letint(result7,105,(long)TTrigger::ImplFileLine());
00824    return(1 || funcname || hash || result7 || libp) ;
00825 }
00826 
00827 static int G__tapi_cint_177_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00828    G__letint(result7,67,(long)TTrigger::ImplFileName());
00829    return(1 || funcname || hash || result7 || libp) ;
00830 }
00831 
00832 static int G__tapi_cint_177_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00833       G__letint(result7,105,(long)TTrigger::DeclFileLine());
00834    return(1 || funcname || hash || result7 || libp) ;
00835 }
00836 
00837 // automatic destructor
00838 typedef TTrigger G__TTTrigger;
00839 static int G__tapi_cint_177_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00840    if(0==G__getstructoffset()) return(1);
00841    if(G__getaryconstruct())
00842      if(G__PVOID==G__getgvp())
00843        delete[] (TTrigger *)(G__getstructoffset());
00844      else
00845        for(int i=G__getaryconstruct()-1;i>=0;i--)
00846          ((TTrigger *)((G__getstructoffset())+sizeof(TTrigger)*i))->~G__TTTrigger();
00847    else {
00848      long G__Xtmp=G__getgvp();
00849      G__setgvp(G__PVOID);
00850      ((TTrigger *)(G__getstructoffset()))->~G__TTTrigger();
00851      G__setgvp(G__Xtmp);
00852      G__operator_delete((void*)G__getstructoffset());
00853    }
00854       G__setnull(result7);
00855    return(1 || funcname || hash || result7 || libp) ;
00856 }
00857 
00858 
00859 /* TApi */
00860 static int G__tapi_cint_178_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00861    TApi *p=NULL;
00862    if(G__getaryconstruct()) p=new TApi[G__getaryconstruct()];
00863    else                    p=new TApi;
00864       result7->obj.i = (long)p;
00865       result7->ref = (long)p;
00866       result7->type = 'u';
00867       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TApi);
00868    return(1 || funcname || hash || result7 || libp) ;
00869 }
00870 
00871 static int G__tapi_cint_178_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00872       G__setnull(result7);
00873       ((TApi*)(G__getstructoffset()))->initialiseAll((int)G__int(libp->para[0]));
00874    return(1 || funcname || hash || result7 || libp) ;
00875 }
00876 
00877 static int G__tapi_cint_178_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00878       G__setnull(result7);
00879       ((TApi*)(G__getstructoffset()))->shutdownAll();
00880    return(1 || funcname || hash || result7 || libp) ;
00881 }
00882 
00883 static int G__tapi_cint_178_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00884       G__setnull(result7);
00885       ((TApi*)(G__getstructoffset()))->setRunNumber((int)G__int(libp->para[0]));
00886    return(1 || funcname || hash || result7 || libp) ;
00887 }
00888 
00889 static int G__tapi_cint_178_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00890       G__setnull(result7);
00891       ((TApi*)(G__getstructoffset()))->setScanNumber((int)G__int(libp->para[0]));
00892    return(1 || funcname || hash || result7 || libp) ;
00893 }
00894 
00895 static int G__tapi_cint_178_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00896       G__setnull(result7);
00897       ((TApi*)(G__getstructoffset()))->echo((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00898 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
00899 ,(unsigned long*)G__int(libp->para[4]));
00900    return(1 || funcname || hash || result7 || libp) ;
00901 }
00902 
00903 static int G__tapi_cint_178_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00904       G__setnull(result7);
00905       ((TApi*)(G__getstructoffset()))->echoAll((unsigned int)G__int(libp->para[0]),(unsigned long*)G__int(libp->para[1]));
00906    return(1 || funcname || hash || result7 || libp) ;
00907 }
00908 
00909 static int G__tapi_cint_178_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00910       G__setnull(result7);
00911       ((TApi*)(G__getstructoffset()))->echoSlave((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00912 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
00913 ,(unsigned int)G__int(libp->para[4]),(unsigned long*)G__int(libp->para[5]));
00914    return(1 || funcname || hash || result7 || libp) ;
00915 }
00916 
00917 static int G__tapi_cint_178_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00918       G__setnull(result7);
00919       ((TApi*)(G__getstructoffset()))->loadConfiguration();
00920    return(1 || funcname || hash || result7 || libp) ;
00921 }
00922 
00923 static int G__tapi_cint_178_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00924       G__setnull(result7);
00925       ((TApi*)(G__getstructoffset()))->loadModuleConfigurations();
00926    return(1 || funcname || hash || result7 || libp) ;
00927 }
00928 
00929 static int G__tapi_cint_178_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00930       G__setnull(result7);
00931       ((TApi*)(G__getstructoffset()))->configureBOC((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00932 ,(unsigned int)G__int(libp->para[2]));
00933    return(1 || funcname || hash || result7 || libp) ;
00934 }
00935 
00936 static int G__tapi_cint_178_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00937    switch(libp->paran) {
00938    case 4:
00939       G__setnull(result7);
00940       ((TApi*)(G__getstructoffset()))->awaitResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00941 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3]));
00942       break;
00943    case 3:
00944       G__setnull(result7);
00945       ((TApi*)(G__getstructoffset()))->awaitResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00946 ,(unsigned int)G__int(libp->para[2]));
00947       break;
00948    }
00949    return(1 || funcname || hash || result7 || libp) ;
00950 }
00951 
00952 static int G__tapi_cint_178_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00953    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->getResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00954 ,(unsigned int)G__int(libp->para[2])));
00955    return(1 || funcname || hash || result7 || libp) ;
00956 }
00957 
00958 static int G__tapi_cint_178_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00959    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->getResponse((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00960 ,(unsigned int)G__int(libp->para[2]),(unsigned long*)G__int(libp->para[3])));
00961    return(1 || funcname || hash || result7 || libp) ;
00962 }
00963 
00964 static int G__tapi_cint_178_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00965       G__letint(result7,103,(long)((TApi*)(G__getstructoffset()))->getRodMessage((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00966 ,(unsigned int)G__int(libp->para[2]),(char*)G__int(libp->para[3])
00967 ,*(unsigned long*)G__ULongref(&libp->para[4])));
00968    return(1 || funcname || hash || result7 || libp) ;
00969 }
00970 
00971 static int G__tapi_cint_178_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00972    switch(libp->paran) {
00973    case 6:
00974       G__setnull(result7);
00975       ((TApi*)(G__getstructoffset()))->flashLED((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00976 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
00977 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5]));
00978       break;
00979    case 5:
00980       G__setnull(result7);
00981       ((TApi*)(G__getstructoffset()))->flashLED((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00982 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
00983 ,(long)G__int(libp->para[4]));
00984       break;
00985    case 4:
00986       G__setnull(result7);
00987       ((TApi*)(G__getstructoffset()))->flashLED((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
00988 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3]));
00989       break;
00990    }
00991    return(1 || funcname || hash || result7 || libp) ;
00992 }
00993 
00994 static int G__tapi_cint_178_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00995       G__setnull(result7);
00996       ((TApi*)(G__getstructoffset()))->status();
00997    return(1 || funcname || hash || result7 || libp) ;
00998 }
00999 
01000 static int G__tapi_cint_178_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01001    switch(libp->paran) {
01002    case 7:
01003       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDump(
01004 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01005 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01006 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01007 ,(bool)G__int(libp->para[6])));
01008       break;
01009    case 6:
01010       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDump((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01011 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01012 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])));
01013       break;
01014    }
01015    return(1 || funcname || hash || result7 || libp) ;
01016 }
01017 
01018 static int G__tapi_cint_178_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01019    switch(libp->paran) {
01020    case 8:
01021       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDumpFile(
01022 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01023 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01024 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01025 ,(const char*)G__int(libp->para[6]),(bool)G__int(libp->para[7])));
01026       break;
01027    case 7:
01028       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockDumpFile(
01029 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01030 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01031 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01032 ,(const char*)G__int(libp->para[6])));
01033       break;
01034    }
01035    return(1 || funcname || hash || result7 || libp) ;
01036 }
01037 
01038 static int G__tapi_cint_178_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01039    switch(libp->paran) {
01040    case 8:
01041    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->dspBlockRead(
01042 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01043 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01044 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01045 ,(unsigned long*)G__int(libp->para[6]),(bool)G__int(libp->para[7])));
01046       break;
01047    case 7:
01048    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->dspBlockRead(
01049 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01050 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])
01051 ,(long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01052 ,(unsigned long*)G__int(libp->para[6])));
01053       break;
01054    }
01055    return(1 || funcname || hash || result7 || libp) ;
01056 }
01057 
01058 static int G__tapi_cint_178_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01059    switch(libp->paran) {
01060    case 8:
01061       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockWrite(
01062 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01063 ,(unsigned int)G__int(libp->para[2]),(unsigned long*)G__int(libp->para[3])
01064 ,(unsigned long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01065 ,(long)G__int(libp->para[6]),(bool)G__int(libp->para[7])));
01066       break;
01067    case 7:
01068       G__letint(result7,105,(long)((TApi*)(G__getstructoffset()))->dspBlockWrite(
01069 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01070 ,(unsigned int)G__int(libp->para[2]),(unsigned long*)G__int(libp->para[3])
01071 ,(unsigned long)G__int(libp->para[4]),(long)G__int(libp->para[5])
01072 ,(long)G__int(libp->para[6])));
01073       break;
01074    }
01075    return(1 || funcname || hash || result7 || libp) ;
01076 }
01077 
01078 static int G__tapi_cint_178_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01079       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->readRodStatusReg((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01080 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])));
01081    return(1 || funcname || hash || result7 || libp) ;
01082 }
01083 
01084 static int G__tapi_cint_178_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01085       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->readRodCommandReg((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01086 ,(unsigned int)G__int(libp->para[2]),(long)G__int(libp->para[3])));
01087    return(1 || funcname || hash || result7 || libp) ;
01088 }
01089 
01090 static int G__tapi_cint_178_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01091       G__letint(result7,107,(long)((TApi*)(G__getstructoffset()))->dspSingleRead((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01092 ,(unsigned int)G__int(libp->para[2]),(const unsigned long)G__int(libp->para[3])
01093 ,(long)G__int(libp->para[4])));
01094    return(1 || funcname || hash || result7 || libp) ;
01095 }
01096 
01097 static int G__tapi_cint_178_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01098       G__setnull(result7);
01099       ((TApi*)(G__getstructoffset()))->dspSingleWrite((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01100 ,(unsigned int)G__int(libp->para[2]),(unsigned long)G__int(libp->para[3])
01101 ,(unsigned long)G__int(libp->para[4]),(long)G__int(libp->para[5]));
01102    return(1 || funcname || hash || result7 || libp) ;
01103 }
01104 
01105 static int G__tapi_cint_178_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01106       G__setnull(result7);
01107       ((TApi*)(G__getstructoffset()))->createDebugPrimList();
01108    return(1 || funcname || hash || result7 || libp) ;
01109 }
01110 
01111 static int G__tapi_cint_178_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01112       G__setnull(result7);
01113       ((TApi*)(G__getstructoffset()))->addDebugPrimList((unsigned long)G__int(libp->para[0]),(long)G__int(libp->para[1])
01114 ,(long)G__int(libp->para[2]),(long)G__int(libp->para[3])
01115 ,(unsigned long*)G__int(libp->para[4]));
01116    return(1 || funcname || hash || result7 || libp) ;
01117 }
01118 
01119 static int G__tapi_cint_178_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01120       G__setnull(result7);
01121       ((TApi*)(G__getstructoffset()))->sendDebugPrimList((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01122 ,(unsigned int)G__int(libp->para[2]));
01123    return(1 || funcname || hash || result7 || libp) ;
01124 }
01125 
01126 static int G__tapi_cint_178_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01127       G__setnull(result7);
01128       ((TApi*)(G__getstructoffset()))->sendDebugPrimListAll();
01129    return(1 || funcname || hash || result7 || libp) ;
01130 }
01131 
01132 static int G__tapi_cint_178_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01133       G__setnull(result7);
01134       ((TApi*)(G__getstructoffset()))->sendDebugSlavePrimList((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01135 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
01136 ,(bool)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01137    return(1 || funcname || hash || result7 || libp) ;
01138 }
01139 
01140 static int G__tapi_cint_178_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01141       G__setnull(result7);
01142       ((TApi*)(G__getstructoffset()))->debugPrimListFromFile((const char*)G__int(libp->para[0]));
01143    return(1 || funcname || hash || result7 || libp) ;
01144 }
01145 
01146 static int G__tapi_cint_178_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01147       G__setnull(result7);
01148       ((TApi*)(G__getstructoffset()))->dumpDebugPrimList();
01149    return(1 || funcname || hash || result7 || libp) ;
01150 }
01151 
01152 static int G__tapi_cint_178_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01153       {
01154         list<SctApi::RodLabel> *pobj,xobj=((TApi*)(G__getstructoffset()))->listRods();
01155         pobj=new list<SctApi::RodLabel>(xobj);
01156         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
01157         G__store_tempobject(*result7);
01158       }
01159    return(1 || funcname || hash || result7 || libp) ;
01160 }
01161 
01162 static int G__tapi_cint_178_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01163    G__letint(result7,75,(long)((TApi*)(G__getstructoffset()))->retrieveModule((UINT32)G__int(libp->para[0])));
01164    return(1 || funcname || hash || result7 || libp) ;
01165 }
01166 
01167 static int G__tapi_cint_178_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01168       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findModule((const char*)G__int(libp->para[0])));
01169    return(1 || funcname || hash || result7 || libp) ;
01170 }
01171 
01172 static int G__tapi_cint_178_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01173       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findModule((INT32)G__int(libp->para[0]),(INT32)G__int(libp->para[1])));
01174    return(1 || funcname || hash || result7 || libp) ;
01175 }
01176 
01177 static int G__tapi_cint_178_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01178       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findBarrelModule((INT32)G__int(libp->para[0]),(INT32)G__int(libp->para[1])
01179 ,(INT32)G__int(libp->para[2])));
01180    return(1 || funcname || hash || result7 || libp) ;
01181 }
01182 
01183 static int G__tapi_cint_178_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01184       G__letint(result7,104,(long)((TApi*)(G__getstructoffset()))->findEndcapModule((INT32)G__int(libp->para[0]),(INT32)G__int(libp->para[1])
01185 ,(INT32)G__int(libp->para[2])));
01186    return(1 || funcname || hash || result7 || libp) ;
01187 }
01188 
01189 static int G__tapi_cint_178_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01190       G__setnull(result7);
01191       ((TApi*)(G__getstructoffset()))->getABCDModules((UINT32)G__int(libp->para[0]));
01192    return(1 || funcname || hash || result7 || libp) ;
01193 }
01194 
01195 static int G__tapi_cint_178_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01196       G__setnull(result7);
01197       ((TApi*)(G__getstructoffset()))->getABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01198    return(1 || funcname || hash || result7 || libp) ;
01199 }
01200 
01201 static int G__tapi_cint_178_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01202       G__setnull(result7);
01203       ((TApi*)(G__getstructoffset()))->setABCDModules((UINT32)G__int(libp->para[0]));
01204    return(1 || funcname || hash || result7 || libp) ;
01205 }
01206 
01207 static int G__tapi_cint_178_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01208       G__setnull(result7);
01209       ((TApi*)(G__getstructoffset()))->setABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01210    return(1 || funcname || hash || result7 || libp) ;
01211 }
01212 
01213 static int G__tapi_cint_178_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01214    switch(libp->paran) {
01215    case 3:
01216       G__setnull(result7);
01217       ((TApi*)(G__getstructoffset()))->sendABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01218 ,(UINT32)G__int(libp->para[2]));
01219       break;
01220    case 2:
01221       G__setnull(result7);
01222       ((TApi*)(G__getstructoffset()))->sendABCDModule((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01223       break;
01224    }
01225    return(1 || funcname || hash || result7 || libp) ;
01226 }
01227 
01228 static int G__tapi_cint_178_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01229    switch(libp->paran) {
01230    case 2:
01231       G__setnull(result7);
01232       ((TApi*)(G__getstructoffset()))->sendABCDModules((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01233       break;
01234    case 1:
01235       G__setnull(result7);
01236       ((TApi*)(G__getstructoffset()))->sendABCDModules((UINT32)G__int(libp->para[0]));
01237       break;
01238    }
01239    return(1 || funcname || hash || result7 || libp) ;
01240 }
01241 
01242 static int G__tapi_cint_178_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01243       G__setnull(result7);
01244       ((TApi*)(G__getstructoffset()))->modifyABCDMask((UINT32)G__int(libp->para[0]),(UINT32*)G__int(libp->para[1]));
01245    return(1 || funcname || hash || result7 || libp) ;
01246 }
01247 
01248 static int G__tapi_cint_178_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01249       G__setnull(result7);
01250       ((TApi*)(G__getstructoffset()))->modifyABCDTrims((UINT32)G__int(libp->para[0]),(UINT8*)G__int(libp->para[1]));
01251    return(1 || funcname || hash || result7 || libp) ;
01252 }
01253 
01254 static int G__tapi_cint_178_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01255       G__setnull(result7);
01256       ((TApi*)(G__getstructoffset()))->modifyABCDVar((UINT32)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1]));
01257    return(1 || funcname || hash || result7 || libp) ;
01258 }
01259 
01260 static int G__tapi_cint_178_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01261       G__setnull(result7);
01262       ((TApi*)(G__getstructoffset()))->modifyABCDVar((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01263 ,(FLOAT32)G__double(libp->para[2]));
01264    return(1 || funcname || hash || result7 || libp) ;
01265 }
01266 
01267 static int G__tapi_cint_178_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01268       G__setnull(result7);
01269       ((TApi*)(G__getstructoffset()))->modifyABCDVar((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01270 ,(UINT32)G__int(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
01271    return(1 || funcname || hash || result7 || libp) ;
01272 }
01273 
01274 static int G__tapi_cint_178_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01275       G__setnull(result7);
01276       ((TApi*)(G__getstructoffset()))->modifyABCDVarROD((UINT32)G__int(libp->para[0]),(UINT32)G__int(libp->para[1])
01277 ,(UINT32)G__int(libp->para[2]),(FLOAT32)G__double(libp->para[3])
01278 ,(UINT32)G__int(libp->para[4]));
01279    return(1 || funcname || hash || result7 || libp) ;
01280 }
01281 
01282 static int G__tapi_cint_178_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01283       G__setnull(result7);
01284       ((TApi*)(G__getstructoffset()))->modifyABCDVarROD((UINT32)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1])
01285 ,(UINT32)G__int(libp->para[2]));
01286    return(1 || funcname || hash || result7 || libp) ;
01287 }
01288 
01289 static int G__tapi_cint_178_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01290       G__setnull(result7);
01291       ((TApi*)(G__getstructoffset()))->modifyBOCParam((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01292 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
01293 ,(unsigned int)G__int(libp->para[4]),(unsigned int)G__int(libp->para[5]));
01294    return(1 || funcname || hash || result7 || libp) ;
01295 }
01296 
01297 static int G__tapi_cint_178_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01298       G__setnull(result7);
01299       ((TApi*)(G__getstructoffset()))->defaultScan((int)G__int(libp->para[0]));
01300    return(1 || funcname || hash || result7 || libp) ;
01301 }
01302 
01303 static int G__tapi_cint_178_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01304       G__setnull(result7);
01305       ((TApi*)(G__getstructoffset()))->tidyHistogramming();
01306    return(1 || funcname || hash || result7 || libp) ;
01307 }
01308 
01309 static int G__tapi_cint_178_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01310       G__setnull(result7);
01311       ((TApi*)(G__getstructoffset()))->doScan(*((TScanDef*)G__int(libp->para[0])));
01312    return(1 || funcname || hash || result7 || libp) ;
01313 }
01314 
01315 static int G__tapi_cint_178_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01316       G__setnull(result7);
01317       ((TApi*)(G__getstructoffset()))->awaitScan();
01318    return(1 || funcname || hash || result7 || libp) ;
01319 }
01320 
01321 static int G__tapi_cint_178_7_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01322    switch(libp->paran) {
01323    case 4:
01324       G__setnull(result7);
01325       ((TApi*)(G__getstructoffset()))->doRawScan(*((TScanDef*)G__int(libp->para[0])),(int)G__int(libp->para[1])
01326 ,(bool)G__int(libp->para[2]),(bool)G__int(libp->para[3]));
01327       break;
01328    case 3:
01329       G__setnull(result7);
01330       ((TApi*)(G__getstructoffset()))->doRawScan(*((TScanDef*)G__int(libp->para[0])),(int)G__int(libp->para[1])
01331 ,(bool)G__int(libp->para[2]));
01332       break;
01333    case 2:
01334       G__setnull(result7);
01335       ((TApi*)(G__getstructoffset()))->doRawScan(*((TScanDef*)G__int(libp->para[0])),(int)G__int(libp->para[1]));
01336       break;
01337    }
01338    return(1 || funcname || hash || result7 || libp) ;
01339 }
01340 
01341 static int G__tapi_cint_178_8_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01342       G__setnull(result7);
01343       ((TApi*)(G__getstructoffset()))->sendTrigger((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01344 ,(unsigned int)G__int(libp->para[2]),*((TTrigger*)G__int(libp->para[3])));
01345    return(1 || funcname || hash || result7 || libp) ;
01346 }
01347 
01348 static int G__tapi_cint_178_9_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01349       G__setnull(result7);
01350       ((TApi*)(G__getstructoffset()))->printABCDModule((int)G__int(libp->para[0]));
01351    return(1 || funcname || hash || result7 || libp) ;
01352 }
01353 
01354 static int G__tapi_cint_178_0_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01355       G__setnull(result7);
01356       ((TApi*)(G__getstructoffset()))->printABCDRodModule((int)G__int(libp->para[0]),(int)G__int(libp->para[1]));
01357    return(1 || funcname || hash || result7 || libp) ;
01358 }
01359 
01360 static int G__tapi_cint_178_1_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01361       G__setnull(result7);
01362       ((TApi*)(G__getstructoffset()))->printBOCSetup((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01363 ,(unsigned int)G__int(libp->para[2]));
01364    return(1 || funcname || hash || result7 || libp) ;
01365 }
01366 
01367 static int G__tapi_cint_178_2_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01368       G__setnull(result7);
01369       ((TApi*)(G__getstructoffset()))->currentBOCSetup((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01370 ,(unsigned int)G__int(libp->para[2]));
01371    return(1 || funcname || hash || result7 || libp) ;
01372 }
01373 
01374 static int G__tapi_cint_178_3_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01375       G__setnull(result7);
01376       ((TApi*)(G__getstructoffset()))->printBOCRegisters((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01377 ,(unsigned int)G__int(libp->para[2]));
01378    return(1 || funcname || hash || result7 || libp) ;
01379 }
01380 
01381 static int G__tapi_cint_178_4_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01382       G__setnull(result7);
01383       ((TApi*)(G__getstructoffset()))->currentBOCRegisters((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01384 ,(unsigned int)G__int(libp->para[2]));
01385    return(1 || funcname || hash || result7 || libp) ;
01386 }
01387 
01388 static int G__tapi_cint_178_5_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01389       G__setnull(result7);
01390       ((TApi*)(G__getstructoffset()))->saveBOCSetup((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01391 ,(unsigned int)G__int(libp->para[2]));
01392    return(1 || funcname || hash || result7 || libp) ;
01393 }
01394 
01395 static int G__tapi_cint_178_6_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01396       G__setnull(result7);
01397       ((TApi*)(G__getstructoffset()))->saveBOCRegisters((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01398 ,(unsigned int)G__int(libp->para[2]));
01399    return(1 || funcname || hash || result7 || libp) ;
01400 }
01401 
01402 static int G__tapi_cint_178_7_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01403       G__setnull(result7);
01404       ((TApi*)(G__getstructoffset()))->restoreBOCSetup((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01405 ,(unsigned int)G__int(libp->para[2]));
01406    return(1 || funcname || hash || result7 || libp) ;
01407 }
01408 
01409 static int G__tapi_cint_178_8_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01410       G__setnull(result7);
01411       ((TApi*)(G__getstructoffset()))->restoreBOCRegisters((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01412 ,(unsigned int)G__int(libp->para[2]));
01413    return(1 || funcname || hash || result7 || libp) ;
01414 }
01415 
01416 static int G__tapi_cint_178_9_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01417    switch(libp->paran) {
01418    case 7:
01419       G__setnull(result7);
01420       ((TApi*)(G__getstructoffset()))->rawData(
01421 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01422 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01423 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5])
01424 ,*((TTrigger*)G__int(libp->para[6])));
01425       break;
01426    case 6:
01427       G__setnull(result7);
01428       ((TApi*)(G__getstructoffset()))->rawData((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01429 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01430 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01431       break;
01432    case 5:
01433       G__setnull(result7);
01434       ((TApi*)(G__getstructoffset()))->rawData((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01435 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01436 ,(int)G__int(libp->para[4]));
01437       break;
01438    }
01439    return(1 || funcname || hash || result7 || libp) ;
01440 }
01441 
01442 static int G__tapi_cint_178_0_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01443    switch(libp->paran) {
01444    case 4:
01445    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probe((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01446 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])));
01447       break;
01448    case 3:
01449    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probe((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01450 ,(unsigned int)G__int(libp->para[2])));
01451       break;
01452    }
01453    return(1 || funcname || hash || result7 || libp) ;
01454 }
01455 
01456 static int G__tapi_cint_178_1_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01457    switch(libp->paran) {
01458    case 5:
01459    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probeWithTrigger((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01460 ,(unsigned int)G__int(libp->para[2]),*((TTrigger*)G__int(libp->para[3]))
01461 ,(int)G__int(libp->para[4])));
01462       break;
01463    case 4:
01464    G__letint(result7,67,(long)((TApi*)(G__getstructoffset()))->probeWithTrigger((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01465 ,(unsigned int)G__int(libp->para[2]),*((TTrigger*)G__int(libp->para[3]))));
01466       break;
01467    }
01468    return(1 || funcname || hash || result7 || libp) ;
01469 }
01470 
01471 static int G__tapi_cint_178_2_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01472    switch(libp->paran) {
01473    case 5:
01474       G__setnull(result7);
01475       ((TApi*)(G__getstructoffset()))->probeScan((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01476 ,(unsigned int)G__int(libp->para[2]),*((TScanDef*)G__int(libp->para[3]))
01477 ,(int)G__int(libp->para[4]));
01478       break;
01479    case 4:
01480       G__setnull(result7);
01481       ((TApi*)(G__getstructoffset()))->probeScan((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01482 ,(unsigned int)G__int(libp->para[2]),*((TScanDef*)G__int(libp->para[3])));
01483       break;
01484    }
01485    return(1 || funcname || hash || result7 || libp) ;
01486 }
01487 
01488 static int G__tapi_cint_178_3_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01489       G__letint(result7,103,(long)((TApi*)(G__getstructoffset()))->checkAllModulesProbe((const char*)G__int(libp->para[0])));
01490    return(1 || funcname || hash || result7 || libp) ;
01491 }
01492 
01493 static int G__tapi_cint_178_4_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01494       G__setnull(result7);
01495       ((TApi*)(G__getstructoffset()))->autoConfigure();
01496    return(1 || funcname || hash || result7 || libp) ;
01497 }
01498 
01499 static int G__tapi_cint_178_5_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01500       G__setnull(result7);
01501       ((TApi*)(G__getstructoffset()))->bocHistogram((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01502 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3])
01503 ,(unsigned int)G__int(libp->para[4]));
01504    return(1 || funcname || hash || result7 || libp) ;
01505 }
01506 
01507 static int G__tapi_cint_178_6_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01508       G__setnull(result7);
01509       ((TApi*)(G__getstructoffset()))->rodMode(
01510 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01511 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01512 ,(int)G__int(libp->para[4]),(int)G__int(libp->para[5])
01513 ,(int)G__int(libp->para[6]),(int)G__int(libp->para[7])
01514 ,(int)G__int(libp->para[8]));
01515    return(1 || funcname || hash || result7 || libp) ;
01516 }
01517 
01518 static int G__tapi_cint_178_7_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01519       G__setnull(result7);
01520       ((TApi*)(G__getstructoffset()))->standardRegisterDump((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01521 ,(unsigned int)G__int(libp->para[2]));
01522    return(1 || funcname || hash || result7 || libp) ;
01523 }
01524 
01525 static int G__tapi_cint_178_8_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01526       G__setnull(result7);
01527       ((TApi*)(G__getstructoffset()))->lasersOff();
01528    return(1 || funcname || hash || result7 || libp) ;
01529 }
01530 
01531 static int G__tapi_cint_178_9_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01532    switch(libp->paran) {
01533    case 6:
01534       G__setnull(result7);
01535       ((TApi*)(G__getstructoffset()))->scanEvents((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01536 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01537 ,(bool)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01538       break;
01539    case 5:
01540       G__setnull(result7);
01541       ((TApi*)(G__getstructoffset()))->scanEvents((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01542 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01543 ,(bool)G__int(libp->para[4]));
01544       break;
01545    case 4:
01546       G__setnull(result7);
01547       ((TApi*)(G__getstructoffset()))->scanEvents((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01548 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3]));
01549       break;
01550    case 3:
01551       G__setnull(result7);
01552       ((TApi*)(G__getstructoffset()))->scanEvents((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01553 ,(unsigned int)G__int(libp->para[2]));
01554       break;
01555    }
01556    return(1 || funcname || hash || result7 || libp) ;
01557 }
01558 
01559 static int G__tapi_cint_178_0_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01560    switch(libp->paran) {
01561    case 7:
01562       G__setnull(result7);
01563       ((TApi*)(G__getstructoffset()))->decodeEvent(
01564 (unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01565 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01566 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5])
01567 ,(bool)G__int(libp->para[6]));
01568       break;
01569    case 6:
01570       G__setnull(result7);
01571       ((TApi*)(G__getstructoffset()))->decodeEvent((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01572 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01573 ,(int)G__int(libp->para[4]),(bool)G__int(libp->para[5]));
01574       break;
01575    case 5:
01576       G__setnull(result7);
01577       ((TApi*)(G__getstructoffset()))->decodeEvent((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01578 ,(unsigned int)G__int(libp->para[2]),(int)G__int(libp->para[3])
01579 ,(int)G__int(libp->para[4]));
01580       break;
01581    }
01582    return(1 || funcname || hash || result7 || libp) ;
01583 }
01584 
01585 static int G__tapi_cint_178_1_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01586    switch(libp->paran) {
01587    case 5:
01588       G__setnull(result7);
01589       ((TApi*)(G__getstructoffset()))->decodeConfig((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01590 ,(unsigned int)G__int(libp->para[2]),(bool)G__int(libp->para[3])
01591 ,(bool)G__int(libp->para[4]));
01592       break;
01593    case 4:
01594       G__setnull(result7);
01595       ((TApi*)(G__getstructoffset()))->decodeConfig((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01596 ,(unsigned int)G__int(libp->para[2]),(bool)G__int(libp->para[3]));
01597       break;
01598    case 3:
01599       G__setnull(result7);
01600       ((TApi*)(G__getstructoffset()))->decodeConfig((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01601 ,(unsigned int)G__int(libp->para[2]));
01602       break;
01603    }
01604    return(1 || funcname || hash || result7 || libp) ;
01605 }
01606 
01607 static int G__tapi_cint_178_2_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01608       G__setnull(result7);
01609       ((TApi*)(G__getstructoffset()))->testLinkOutSelect((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01610 ,(unsigned int)G__int(libp->para[2]),(unsigned int)G__int(libp->para[3]));
01611    return(1 || funcname || hash || result7 || libp) ;
01612 }
01613 
01614 static int G__tapi_cint_178_3_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01615       G__setnull(result7);
01616       ((TApi*)(G__getstructoffset()))->setDebugOption((const char*)G__int(libp->para[0]));
01617    return(1 || funcname || hash || result7 || libp) ;
01618 }
01619 
01620 static int G__tapi_cint_178_4_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01621       G__setnull(result7);
01622       ((TApi*)(G__getstructoffset()))->unsetDebugOption((const char*)G__int(libp->para[0]));
01623    return(1 || funcname || hash || result7 || libp) ;
01624 }
01625 
01626 static int G__tapi_cint_178_5_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01627       G__setnull(result7);
01628       ((TApi*)(G__getstructoffset()))->listEnabledDebugOptions();
01629    return(1 || funcname || hash || result7 || libp) ;
01630 }
01631 
01632 static int G__tapi_cint_178_6_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01633       G__setnull(result7);
01634       ((TApi*)(G__getstructoffset()))->listDebugOptions();
01635    return(1 || funcname || hash || result7 || libp) ;
01636 }
01637 
01638 static int G__tapi_cint_178_7_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01639       G__setnull(result7);
01640       ((TApi*)(G__getstructoffset()))->debugStepHistogram();
01641    return(1 || funcname || hash || result7 || libp) ;
01642 }
01643 
01644 static int G__tapi_cint_178_8_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01645       G__setnull(result7);
01646       ((TApi*)(G__getstructoffset()))->debugContinueHistogram();
01647    return(1 || funcname || hash || result7 || libp) ;
01648 }
01649 
01650 static int G__tapi_cint_178_9_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01651       G__setnull(result7);
01652       ((TApi*)(G__getstructoffset()))->debugAbortHistogram();
01653    return(1 || funcname || hash || result7 || libp) ;
01654 }
01655 
01656 static int G__tapi_cint_178_0_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01657       G__setnull(result7);
01658       ((TApi*)(G__getstructoffset()))->timSetFrequency((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01659 ,(double)G__double(libp->para[2]),(double)G__double(libp->para[3]));
01660    return(1 || funcname || hash || result7 || libp) ;
01661 }
01662 
01663 static int G__tapi_cint_178_1_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01664       G__setnull(result7);
01665       ((TApi*)(G__getstructoffset()))->freeTriggers((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01666    return(1 || funcname || hash || result7 || libp) ;
01667 }
01668 
01669 static int G__tapi_cint_178_2_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01670       G__setnull(result7);
01671       ((TApi*)(G__getstructoffset()))->stopTriggers((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01672    return(1 || funcname || hash || result7 || libp) ;
01673 }
01674 
01675 static int G__tapi_cint_178_3_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01676       G__setnull(result7);
01677       ((TApi*)(G__getstructoffset()))->timL1A((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01678    return(1 || funcname || hash || result7 || libp) ;
01679 }
01680 
01681 static int G__tapi_cint_178_4_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01682       G__setnull(result7);
01683       ((TApi*)(G__getstructoffset()))->timCalL1A((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01684 ,(int)G__int(libp->para[2]));
01685    return(1 || funcname || hash || result7 || libp) ;
01686 }
01687 
01688 static int G__tapi_cint_178_5_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01689       G__setnull(result7);
01690       ((TApi*)(G__getstructoffset()))->timSoftReset((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01691    return(1 || funcname || hash || result7 || libp) ;
01692 }
01693 
01694 static int G__tapi_cint_178_6_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01695       G__setnull(result7);
01696       ((TApi*)(G__getstructoffset()))->timBCReset((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01697    return(1 || funcname || hash || result7 || libp) ;
01698 }
01699 
01700 static int G__tapi_cint_178_7_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01701       G__setnull(result7);
01702       ((TApi*)(G__getstructoffset()))->sendTimBurst((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01703 ,(int)G__int(libp->para[2]));
01704    return(1 || funcname || hash || result7 || libp) ;
01705 }
01706 
01707 static int G__tapi_cint_178_8_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01708       G__setnull(result7);
01709       ((TApi*)(G__getstructoffset()))->timVerbose((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1]));
01710    return(1 || funcname || hash || result7 || libp) ;
01711 }
01712 
01713 static int G__tapi_cint_178_9_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01714       G__setnull(result7);
01715       ((TApi*)(G__getstructoffset()))->timRegLoad((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01716 ,(int)G__int(libp->para[2]),(UINT16)G__int(libp->para[3]));
01717    return(1 || funcname || hash || result7 || libp) ;
01718 }
01719 
01720 static int G__tapi_cint_178_0_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01721       G__letint(result7,114,(long)((TApi*)(G__getstructoffset()))->timReadRegister((unsigned int)G__int(libp->para[0]),(unsigned int)G__int(libp->para[1])
01722 ,(int)G__int(libp->para[2])));
01723    return(1 || funcname || hash || result7 || libp) ;
01724 }
01725 
01726 static int G__tapi_cint_178_1_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01727       G__setnull(result7);
01728       ((TApi*)(G__getstructoffset()))->requestHardReset((UINT32)G__int(libp->para[0]));
01729    return(1 || funcname || hash || result7 || libp) ;
01730 }
01731 
01732 static int G__tapi_cint_178_2_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01733       G__setnull(result7);
01734       ((TApi*)(G__getstructoffset()))->resumePolling();
01735    return(1 || funcname || hash || result7 || libp) ;
01736 }
01737 
01738 static int G__tapi_cint_178_3_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01739       G__setnull(result7);
01740       ((TApi*)(G__getstructoffset()))->stopPolling();
01741    return(1 || funcname || hash || result7 || libp) ;
01742 }
01743 
01744 static int G__tapi_cint_178_6_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01745    G__letint(result7,85,(long)TApi::Class());
01746    return(1 || funcname || hash || result7 || libp) ;
01747 }
01748 
01749 static int G__tapi_cint_178_7_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01750    G__letint(result7,67,(long)TApi::Class_Name());
01751    return(1 || funcname || hash || result7 || libp) ;
01752 }
01753 
01754 static int G__tapi_cint_178_8_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01755       G__letint(result7,115,(long)TApi::Class_Version());
01756    return(1 || funcname || hash || result7 || libp) ;
01757 }
01758 
01759 static int G__tapi_cint_178_9_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01760       G__setnull(result7);
01761       TApi::Dictionary();
01762    return(1 || funcname || hash || result7 || libp) ;
01763 }
01764 
01765 static int G__tapi_cint_178_0_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01766    G__letint(result7,85,(long)((const TApi*)(G__getstructoffset()))->IsA());
01767    return(1 || funcname || hash || result7 || libp) ;
01768 }
01769 
01770 static int G__tapi_cint_178_1_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01771       G__setnull(result7);
01772       ((TApi*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
01773    return(1 || funcname || hash || result7 || libp) ;
01774 }
01775 
01776 static int G__tapi_cint_178_2_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01777       G__setnull(result7);
01778       ((TApi*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
01779    return(1 || funcname || hash || result7 || libp) ;
01780 }
01781 
01782 static int G__tapi_cint_178_3_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01783       G__setnull(result7);
01784       ((TApi*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
01785    return(1 || funcname || hash || result7 || libp) ;
01786 }
01787 
01788 static int G__tapi_cint_178_4_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01789    G__letint(result7,67,(long)TApi::DeclFileName());
01790    return(1 || funcname || hash || result7 || libp) ;
01791 }
01792 
01793 static int G__tapi_cint_178_5_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01794       G__letint(result7,105,(long)TApi::ImplFileLine());
01795    return(1 || funcname || hash || result7 || libp) ;
01796 }
01797 
01798 static int G__tapi_cint_178_6_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01799    G__letint(result7,67,(long)TApi::ImplFileName());
01800    return(1 || funcname || hash || result7 || libp) ;
01801 }
01802 
01803 static int G__tapi_cint_178_7_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01804       G__letint(result7,105,(long)TApi::DeclFileLine());
01805    return(1 || funcname || hash || result7 || libp) ;
01806 }
01807 
01808 // automatic destructor
01809 typedef TApi G__TTApi;
01810 static int G__tapi_cint_178_8_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01811    if(0==G__getstructoffset()) return(1);
01812    if(G__getaryconstruct())
01813      if(G__PVOID==G__getgvp())
01814        delete[] (TApi *)(G__getstructoffset());
01815      else
01816        for(int i=G__getaryconstruct()-1;i>=0;i--)
01817          delete (TApi *)((G__getstructoffset())+sizeof(TApi)*i);
01818    else  delete (TApi *)(G__getstructoffset());
01819       G__setnull(result7);
01820    return(1 || funcname || hash || result7 || libp) ;
01821 }
01822 
01823 
01824 /* TScanDef */
01825 static int G__tapi_cint_179_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01826    TScanDef *p=NULL;
01827    if(G__getaryconstruct()) p=new TScanDef[G__getaryconstruct()];
01828    else p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TScanDef;
01829       result7->obj.i = (long)p;
01830       result7->ref = (long)p;
01831       result7->type = 'u';
01832       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TScanDef);
01833    return(1 || funcname || hash || result7 || libp) ;
01834 }
01835 
01836 static int G__tapi_cint_179_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01837    TScanDef *p=NULL;
01838       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) TScanDef(*(TScanDef*)libp->para[0].ref);
01839       result7->obj.i = (long)p;
01840       result7->ref = (long)p;
01841       result7->type = 'u';
01842       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_TScanDef);
01843    return(1 || funcname || hash || result7 || libp) ;
01844 }
01845 
01846 static int G__tapi_cint_179_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01847       G__setnull(result7);
01848       ((TScanDef*)(G__getstructoffset()))->print();
01849    return(1 || funcname || hash || result7 || libp) ;
01850 }
01851 
01852 static int G__tapi_cint_179_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01853       G__setnull(result7);
01854       ((TScanDef*)(G__getstructoffset()))->configure((UINT16)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1])
01855 ,(FLOAT32)G__double(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
01856    return(1 || funcname || hash || result7 || libp) ;
01857 }
01858 
01859 static int G__tapi_cint_179_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01860       G__setnull(result7);
01861       ((TScanDef*)(G__getstructoffset()))->configure2((UINT16)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1])
01862 ,(FLOAT32)G__double(libp->para[2]),(FLOAT32)G__double(libp->para[3]));
01863    return(1 || funcname || hash || result7 || libp) ;
01864 }
01865 
01866 static int G__tapi_cint_179_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01867       G__setnull(result7);
01868       ((TScanDef*)(G__getstructoffset()))->setScanPoint((int)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1]));
01869    return(1 || funcname || hash || result7 || libp) ;
01870 }
01871 
01872 static int G__tapi_cint_179_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01873       G__setnull(result7);
01874       ((TScanDef*)(G__getstructoffset()))->setScanPoint2((int)G__int(libp->para[0]),(FLOAT32)G__double(libp->para[1]));
01875    return(1 || funcname || hash || result7 || libp) ;
01876 }
01877 
01878 static int G__tapi_cint_179_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01879       G__setnull(result7);
01880       ((TScanDef*)(G__getstructoffset()))->setTriggersPoint((int)G__int(libp->para[0]),(UINT32)G__int(libp->para[1]));
01881    return(1 || funcname || hash || result7 || libp) ;
01882 }
01883 
01884 static int G__tapi_cint_179_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01885    G__letint(result7,85,(long)TScanDef::Class());
01886    return(1 || funcname || hash || result7 || libp) ;
01887 }
01888 
01889 static int G__tapi_cint_179_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01890    G__letint(result7,67,(long)TScanDef::Class_Name());
01891    return(1 || funcname || hash || result7 || libp) ;
01892 }
01893 
01894 static int G__tapi_cint_179_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01895       G__letint(result7,115,(long)TScanDef::Class_Version());
01896    return(1 || funcname || hash || result7 || libp) ;
01897 }
01898 
01899 static int G__tapi_cint_179_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01900       G__setnull(result7);
01901       TScanDef::Dictionary();
01902    return(1 || funcname || hash || result7 || libp) ;
01903 }
01904 
01905 static int G__tapi_cint_179_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01906    G__letint(result7,85,(long)((const TScanDef*)(G__getstructoffset()))->IsA());
01907    return(1 || funcname || hash || result7 || libp) ;
01908 }
01909 
01910 static int G__tapi_cint_179_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01911       G__setnull(result7);
01912       ((TScanDef*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
01913    return(1 || funcname || hash || result7 || libp) ;
01914 }
01915 
01916 static int G__tapi_cint_179_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01917       G__setnull(result7);
01918       ((TScanDef*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
01919    return(1 || funcname || hash || result7 || libp) ;
01920 }
01921 
01922 static int G__tapi_cint_179_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01923       G__setnull(result7);
01924       ((TScanDef*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
01925    return(1 || funcname || hash || result7 || libp) ;
01926 }
01927 
01928 static int G__tapi_cint_179_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01929    G__letint(result7,67,(long)TScanDef::DeclFileName());
01930    return(1 || funcname || hash || result7 || libp) ;
01931 }
01932 
01933 static int G__tapi_cint_179_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01934       G__letint(result7,105,(long)TScanDef::ImplFileLine());
01935    return(1 || funcname || hash || result7 || libp) ;
01936 }
01937 
01938 static int G__tapi_cint_179_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01939    G__letint(result7,67,(long)TScanDef::ImplFileName());
01940    return(1 || funcname || hash || result7 || libp) ;
01941 }
01942 
01943 static int G__tapi_cint_179_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01944       G__letint(result7,105,(long)TScanDef::DeclFileLine());
01945    return(1 || funcname || hash || result7 || libp) ;
01946 }
01947 
01948 // automatic destructor
01949 typedef TScanDef G__TTScanDef;
01950 static int G__tapi_cint_179_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01951    if(0==G__getstructoffset()) return(1);
01952    if(G__getaryconstruct())
01953      if(G__PVOID==G__getgvp())
01954        delete[] (TScanDef *)(G__getstructoffset());
01955      else
01956        for(int i=G__getaryconstruct()-1;i>=0;i--)
01957          ((TScanDef *)((G__getstructoffset())+sizeof(TScanDef)*i))->~G__TTScanDef();
01958    else {
01959      long G__Xtmp=G__getgvp();
01960      G__setgvp(G__PVOID);
01961      ((TScanDef *)(G__getstructoffset()))->~G__TTScanDef();
01962      G__setgvp(G__Xtmp);
01963      G__operator_delete((void*)G__getstructoffset());
01964    }
01965       G__setnull(result7);
01966    return(1 || funcname || hash || result7 || libp) ;
01967 }
01968 
01969 
01970 /* list<SctApi::RodLabel,allocator<SctApi::RodLabel> > */
01971 static int G__tapi_cint_181_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01972    list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p=NULL;
01973    if(G__getaryconstruct()) p=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >[G__getaryconstruct()];
01974    else p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) list<SctApi::RodLabel,allocator<SctApi::RodLabel> >;
01975       result7->obj.i = (long)p;
01976       result7->ref = (long)p;
01977       result7->type = 'u';
01978       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
01979    return(1 || funcname || hash || result7 || libp) ;
01980 }
01981 
01982 static int G__tapi_cint_181_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01983       {
01984         list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator *pobj,xobj=((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->begin();
01985         pobj=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator(xobj);
01986         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
01987         G__store_tempobject(*result7);
01988       }
01989    return(1 || funcname || hash || result7 || libp) ;
01990 }
01991 
01992 static int G__tapi_cint_181_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01993       {
01994         list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator *pobj,xobj=((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->end();
01995         pobj=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator(xobj);
01996         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
01997         G__store_tempobject(*result7);
01998       }
01999    return(1 || funcname || hash || result7 || libp) ;
02000 }
02001 
02002 static int G__tapi_cint_181_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02003       {
02004         list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::reverse_iterator *pobj,xobj=((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->rbegin();
02005         pobj=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::reverse_iterator(xobj);
02006         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
02007         G__store_tempobject(*result7);
02008       }
02009    return(1 || funcname || hash || result7 || libp) ;
02010 }
02011 
02012 static int G__tapi_cint_181_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02013       {
02014         list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::reverse_iterator *pobj,xobj=((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->rend();
02015         pobj=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::reverse_iterator(xobj);
02016         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
02017         G__store_tempobject(*result7);
02018       }
02019    return(1 || funcname || hash || result7 || libp) ;
02020 }
02021 
02022 static int G__tapi_cint_181_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02023       G__letint(result7,103,(long)((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->empty());
02024    return(1 || funcname || hash || result7 || libp) ;
02025 }
02026 
02027 static int G__tapi_cint_181_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02028       G__letint(result7,104,(long)((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->size());
02029    return(1 || funcname || hash || result7 || libp) ;
02030 }
02031 
02032 static int G__tapi_cint_181_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02033       G__letint(result7,104,(long)((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->max_size());
02034    return(1 || funcname || hash || result7 || libp) ;
02035 }
02036 
02037 static int G__tapi_cint_181_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02038       {
02039         const SctApi::RodLabel& obj=((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->front();
02040          result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
02041       }
02042    return(1 || funcname || hash || result7 || libp) ;
02043 }
02044 
02045 static int G__tapi_cint_181_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02046       {
02047         const SctApi::RodLabel& obj=((const list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->back();
02048          result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
02049       }
02050    return(1 || funcname || hash || result7 || libp) ;
02051 }
02052 
02053 static int G__tapi_cint_181_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02054       G__setnull(result7);
02055       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->swap(*(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)libp->para[0].ref);
02056    return(1 || funcname || hash || result7 || libp) ;
02057 }
02058 
02059 static int G__tapi_cint_181_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02060       {
02061         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);
02062         pobj=new list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator(xobj);
02063         result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
02064         G__store_tempobject(*result7);
02065       }
02066    return(1 || funcname || hash || result7 || libp) ;
02067 }
02068 
02069 static int G__tapi_cint_181_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02070       G__setnull(result7);
02071       ((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])
02072 ,(SctApi::RodLabel*)G__int(libp->para[2]));
02073    return(1 || funcname || hash || result7 || libp) ;
02074 }
02075 
02076 static int G__tapi_cint_181_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02077       G__setnull(result7);
02078       ((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]))
02079 ,*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[2])));
02080    return(1 || funcname || hash || result7 || libp) ;
02081 }
02082 
02083 static int G__tapi_cint_181_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02084       G__setnull(result7);
02085       ((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])
02086 ,*(SctApi::RodLabel*)libp->para[2].ref);
02087    return(1 || funcname || hash || result7 || libp) ;
02088 }
02089 
02090 static int G__tapi_cint_181_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02091       G__setnull(result7);
02092       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->push_front(*(SctApi::RodLabel*)libp->para[0].ref);
02093    return(1 || funcname || hash || result7 || libp) ;
02094 }
02095 
02096 static int G__tapi_cint_181_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02097       G__setnull(result7);
02098       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->push_back(*(SctApi::RodLabel*)libp->para[0].ref);
02099    return(1 || funcname || hash || result7 || libp) ;
02100 }
02101 
02102 static int G__tapi_cint_181_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02103       G__setnull(result7);
02104       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->erase(*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[0])));
02105    return(1 || funcname || hash || result7 || libp) ;
02106 }
02107 
02108 static int G__tapi_cint_181_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02109       G__setnull(result7);
02110       ((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])));
02111    return(1 || funcname || hash || result7 || libp) ;
02112 }
02113 
02114 static int G__tapi_cint_181_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02115       G__setnull(result7);
02116       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->clear();
02117    return(1 || funcname || hash || result7 || libp) ;
02118 }
02119 
02120 static int G__tapi_cint_181_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02121       G__setnull(result7);
02122       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->pop_front();
02123    return(1 || funcname || hash || result7 || libp) ;
02124 }
02125 
02126 static int G__tapi_cint_181_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02127       G__setnull(result7);
02128       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->pop_back();
02129    return(1 || funcname || hash || result7 || libp) ;
02130 }
02131 
02132 static int G__tapi_cint_181_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02133    list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p=NULL;
02134    switch(libp->paran) {
02135    case 2:
02136       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);
02137       break;
02138    case 1:
02139       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]));
02140       break;
02141    }
02142       result7->obj.i = (long)p;
02143       result7->ref = (long)p;
02144       result7->type = 'u';
02145       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
02146    return(1 || funcname || hash || result7 || libp) ;
02147 }
02148 
02149 static int G__tapi_cint_181_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02150    list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p=NULL;
02151       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]));
02152       result7->obj.i = (long)p;
02153       result7->ref = (long)p;
02154       result7->type = 'u';
02155       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
02156    return(1 || funcname || hash || result7 || libp) ;
02157 }
02158 
02159 static int G__tapi_cint_181_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02160    list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p=NULL;
02161       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])));
02162       result7->obj.i = (long)p;
02163       result7->ref = (long)p;
02164       result7->type = 'u';
02165       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
02166    return(1 || funcname || hash || result7 || libp) ;
02167 }
02168 
02169 static int G__tapi_cint_181_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02170    list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p=NULL;
02171       p=::new((G__tapi_cintdOcpp_tag*)G__getgvp()) list<SctApi::RodLabel,allocator<SctApi::RodLabel> >(*(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)libp->para[0].ref);
02172       result7->obj.i = (long)p;
02173       result7->ref = (long)p;
02174       result7->type = 'u';
02175       result7->tagnum = G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR);
02176    return(1 || funcname || hash || result7 || libp) ;
02177 }
02178 
02179 static int G__tapi_cint_181_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02180       {
02181         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);
02182          result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
02183       }
02184    return(1 || funcname || hash || result7 || libp) ;
02185 }
02186 
02187 static int G__tapi_cint_181_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02188       G__setnull(result7);
02189       ((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);
02190    return(1 || funcname || hash || result7 || libp) ;
02191 }
02192 
02193 static int G__tapi_cint_181_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02194       G__setnull(result7);
02195       ((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
02196 ,*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[2])));
02197    return(1 || funcname || hash || result7 || libp) ;
02198 }
02199 
02200 static int G__tapi_cint_181_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02201       G__setnull(result7);
02202       ((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
02203 ,*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[2])),*((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator*)G__int(libp->para[3])));
02204    return(1 || funcname || hash || result7 || libp) ;
02205 }
02206 
02207 static int G__tapi_cint_181_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02208       G__setnull(result7);
02209       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->remove(*(SctApi::RodLabel*)libp->para[0].ref);
02210    return(1 || funcname || hash || result7 || libp) ;
02211 }
02212 
02213 static int G__tapi_cint_181_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02214       G__setnull(result7);
02215       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->unique();
02216    return(1 || funcname || hash || result7 || libp) ;
02217 }
02218 
02219 static int G__tapi_cint_181_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02220       G__setnull(result7);
02221       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->merge(*(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)libp->para[0].ref);
02222    return(1 || funcname || hash || result7 || libp) ;
02223 }
02224 
02225 static int G__tapi_cint_181_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02226       G__setnull(result7);
02227       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->reverse();
02228    return(1 || funcname || hash || result7 || libp) ;
02229 }
02230 
02231 static int G__tapi_cint_181_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02232       G__setnull(result7);
02233       ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)(G__getstructoffset()))->sort();
02234    return(1 || funcname || hash || result7 || libp) ;
02235 }
02236 
02237 // automatic destructor
02238 typedef list<SctApi::RodLabel,allocator<SctApi::RodLabel> > G__TlistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR;
02239 static int G__tapi_cint_181_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02240    if(0==G__getstructoffset()) return(1);
02241    if(G__getaryconstruct())
02242      if(G__PVOID==G__getgvp())
02243        delete[] (list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *)(G__getstructoffset());
02244      else
02245        for(int i=G__getaryconstruct()-1;i>=0;i--)
02246          ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *)((G__getstructoffset())+sizeof(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >)*i))->~G__TlistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR();
02247    else {
02248      long G__Xtmp=G__getgvp();
02249      G__setgvp(G__PVOID);
02250      ((list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *)(G__getstructoffset()))->~G__TlistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR();
02251      G__setgvp(G__Xtmp);
02252      G__operator_delete((void*)G__getstructoffset());
02253    }
02254       G__setnull(result7);
02255    return(1 || funcname || hash || result7 || libp) ;
02256 }
02257 
02258 
02259 /* Setting up global function */
02260 
02261 /*********************************************************
02262 * Member function Stub
02263 *********************************************************/
02264 
02265 /* SctApi */
02266 
02267 /* SctApi::RodLabel */
02268 
02269 /* TTrigger */
02270 
02271 /* TApi */
02272 
02273 /* TScanDef */
02274 
02275 /* list<SctApi::RodLabel,allocator<SctApi::RodLabel> > */
02276 
02277 /*********************************************************
02278 * Global function Stub
02279 *********************************************************/
02280 
02281 /*********************************************************
02282 * Get size of pointer to member function
02283 *********************************************************/
02284 class G__Sizep2memfunctapi_cint {
02285  public:
02286   G__Sizep2memfunctapi_cint() {p=&G__Sizep2memfunctapi_cint::sizep2memfunc;}
02287     size_t sizep2memfunc() { return(sizeof(p)); }
02288   private:
02289     size_t (G__Sizep2memfunctapi_cint::*p)();
02290 };
02291 
02292 size_t G__get_sizep2memfunctapi_cint()
02293 {
02294   G__Sizep2memfunctapi_cint a;
02295   G__setsizep2memfunc((int)a.sizep2memfunc());
02296   return((size_t)a.sizep2memfunc());
02297 }
02298 
02299 
02300 /*********************************************************
02301 * virtual base class offset calculation interface
02302 *********************************************************/
02303 
02304    /* Setting up class inheritance */
02305 
02306 /*********************************************************
02307 * Inheritance information setup/
02308 *********************************************************/
02309 extern "C" void G__cpp_setup_inheritancetapi_cint() {
02310 
02311    /* Setting up class inheritance */
02312    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger))) {
02313      TTrigger *G__Lderived;
02314      G__Lderived=(TTrigger*)0x1000;
02315      {
02316        TriggerWrapper *G__Lpbase=(TriggerWrapper*)G__Lderived;
02317        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);
02318      }
02319    }
02320    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__tapi_cintLN_TApi))) {
02321      TApi *G__Lderived;
02322      G__Lderived=(TApi*)0x1000;
02323      {
02324        TObject *G__Lpbase=(TObject*)G__Lderived;
02325        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);
02326      }
02327    }
02328    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef))) {
02329      TScanDef *G__Lderived;
02330      G__Lderived=(TScanDef*)0x1000;
02331      {
02332        ScanDefWrapper *G__Lpbase=(ScanDefWrapper*)G__Lderived;
02333        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);
02334      }
02335    }
02336 }
02337 
02338 /*********************************************************
02339 * typedef information setup/
02340 *********************************************************/
02341 extern "C" void G__cpp_setup_typetabletapi_cint() {
02342 
02343    /* Setting up typedef entry */
02344    G__search_typename2("Int_t",105,-1,0,
02345 -1);
02346    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
02347    G__search_typename2("Version_t",115,-1,0,
02348 -1);
02349    G__setnewtype(-1,"Class version identifier (short)",0);
02350    G__search_typename2("INT32",105,-1,0,
02351 -1);
02352    G__setnewtype(-1,NULL,0);
02353    G__search_typename2("UINT8",98,-1,0,
02354 -1);
02355    G__setnewtype(-1,NULL,0);
02356    G__search_typename2("UINT16",114,-1,0,
02357 -1);
02358    G__setnewtype(-1,NULL,0);
02359    G__search_typename2("UINT32",104,-1,0,
02360 -1);
02361    G__setnewtype(-1,NULL,0);
02362    G__search_typename2("FLOAT32",102,-1,0,
02363 -1);
02364    G__setnewtype(-1,NULL,0);
02365    G__search_typename2("list<SctApi::RodLabel>",117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),0,-1);
02366    G__setnewtype(-1,"// @(#)root/base:$Name:  $:$Id: TROOT.h,v 1.33 2003/06/25 18:06:44 rdm Exp $",0);
02367    G__search_typename2("size_type",104,-1,0,
02368 G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR));
02369    G__setnewtype(-1,NULL,0);
02370    G__search_typename2("const_iterator",117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator),256,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR));
02371    G__setnewtype(-1,NULL,0);
02372 }
02373 
02374 /*********************************************************
02375 * Data Member information setup/
02376 *********************************************************/
02377 
02378    /* Setting up class,struct,union tag member variable */
02379 
02380    /* SctApi */
02381 static void G__setup_memvarSctApi(void) {
02382    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi));
02383    {
02384    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);
02385    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);
02386    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);
02387    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);
02388    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);
02389    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);
02390    }
02391    G__tag_memvar_reset();
02392 }
02393 
02394 
02395    /* SctApi::RodLabel */
02396 static void G__setup_memvarSctApicLcLRodLabel(void) {
02397    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel));
02398    { SctApi::RodLabel *p; p=(SctApi::RodLabel*)0x1000; if (p) { }
02399    G__memvar_setup((void*)((long)(&p->partition)-(long)(p)),104,0,0,-1,-1,-1,1,"partition=",0,(char*)NULL);
02400    G__memvar_setup((void*)((long)(&p->crate)-(long)(p)),104,0,0,-1,-1,-1,1,"crate=",0,(char*)NULL);
02401    G__memvar_setup((void*)((long)(&p->rod)-(long)(p)),104,0,0,-1,-1,-1,1,"rod=",0,(char*)NULL);
02402    }
02403    G__tag_memvar_reset();
02404 }
02405 
02406 
02407    /* TTrigger */
02408 static void G__setup_memvarTTrigger(void) {
02409    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger));
02410    { TTrigger *p; p=(TTrigger*)0x1000; if (p) { }
02411    G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
02412    G__memvar_setup((void*)((long)(&p->incCmd)-(long)(p)),105,0,0,-1,-1,-1,1,"incCmd=",0,(char*)NULL);
02413    G__memvar_setup((void*)((long)(&p->incData)-(long)(p)),105,0,0,-1,-1,-1,1,"incData=",0,(char*)NULL);
02414    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
02415    }
02416    G__tag_memvar_reset();
02417 }
02418 
02419 
02420    /* TApi */
02421 static void G__setup_memvarTApi(void) {
02422    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi));
02423    { TApi *p; p=(TApi*)0x1000; if (p) { }
02424    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLSctApi),-1,-1,4,"worker=",0,(char*)NULL);
02425    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
02426    }
02427    G__tag_memvar_reset();
02428 }
02429 
02430 
02431    /* TScanDef */
02432 static void G__setup_memvarTScanDef(void) {
02433    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef));
02434    { TScanDef *p; p=(TScanDef*)0x1000; if (p) { }
02435    G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
02436    G__memvar_setup((void*)((long)(&p->trigsPerBurst)-(long)(p)),108,0,0,-1,-1,-1,1,"trigsPerBurst=",0,(char*)NULL);
02437    G__memvar_setup((void*)((long)(&p->scanVariable)-(long)(p)),105,0,0,-1,-1,-1,1,"scanVariable=",0,(char*)NULL);
02438    G__memvar_setup((void*)((long)(&p->scanVariable2)-(long)(p)),105,0,0,-1,-1,-1,1,"scanVariable2=",0,(char*)NULL);
02439    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);
02440    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);
02441    G__memvar_setup((void*)((long)(&p->full)-(long)(p)),105,0,0,-1,-1,-1,1,"full=",0,(char*)NULL);
02442    G__memvar_setup((void*)((long)(&p->bits32)-(long)(p)),105,0,0,-1,-1,-1,1,"bits32=",0,(char*)NULL);
02443    G__memvar_setup((void*)((long)(&p->loopCalLine)-(long)(p)),105,0,0,-1,-1,-1,1,"loopCalLine=",0,(char*)NULL);
02444    G__memvar_setup((void*)((long)(&p->distSlave)-(long)(p)),105,0,0,-1,-1,-1,1,"distSlave=",0,(char*)NULL);
02445    G__memvar_setup((void*)((long)(&p->debug)-(long)(p)),105,0,0,-1,-1,-1,1,"debug=",0,(char*)NULL);
02446    G__memvar_setup((void*)((long)(&p->tim)-(long)(p)),105,0,0,-1,-1,-1,1,"tim=",0,(char*)NULL);
02447    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
02448    }
02449    G__tag_memvar_reset();
02450 }
02451 
02452 
02453    /* list<SctApi::RodLabel,allocator<SctApi::RodLabel> > */
02454 static void G__setup_memvarlistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void) {
02455    G__tag_memvar_setup(G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR));
02456    { list<SctApi::RodLabel,allocator<SctApi::RodLabel> > *p; p=(list<SctApi::RodLabel,allocator<SctApi::RodLabel> >*)0x1000; if (p) { }
02457    }
02458    G__tag_memvar_reset();
02459 }
02460 
02461 extern "C" void G__cpp_setup_memvartapi_cint() {
02462 }
02463 /***********************************************************
02464 ************************************************************
02465 ************************************************************
02466 ************************************************************
02467 ************************************************************
02468 ************************************************************
02469 ************************************************************
02470 ***********************************************************/
02471 
02472 /*********************************************************
02473 * Member function information setup for each class
02474 *********************************************************/
02475 static void G__setup_memfuncSctApi(void) {
02476    /* SctApi */
02477    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi));
02478    G__tag_memfunc_reset();
02479 }
02480 
02481 static void G__setup_memfuncSctApicLcLRodLabel(void) {
02482    /* SctApi::RodLabel */
02483    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel));
02484    G__memfunc_setup("RodLabel",773,G__tapi_cint_172_0_0,105,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel),-1,0,3,1,1,0,
02485 "h - - 0 - partition h - - 0 - crate "
02486 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02487    G__memfunc_setup("RodLabel",773,G__tapi_cint_172_1_0,105,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02488    G__memfunc_setup("operator==",998,G__tapi_cint_172_2_0,103,-1,-1,0,1,1,1,8,"u 'SctApi::RodLabel' - 11 - -",(char*)NULL,(void*)NULL,0);
02489    G__memfunc_setup("operator<",936,G__tapi_cint_172_3_0,103,-1,-1,0,1,1,1,8,"u 'SctApi::RodLabel' - 11 - -",(char*)NULL,(void*)NULL,0);
02490    // automatic copy constructor
02491    G__memfunc_setup("RodLabel",773,G__tapi_cint_172_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);
02492    // automatic destructor
02493    G__memfunc_setup("~RodLabel",899,G__tapi_cint_172_5_0,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02494    G__tag_memfunc_reset();
02495 }
02496 
02497 static void G__setup_memfuncTTrigger(void) {
02498    /* TTrigger */
02499    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger));
02500    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);
02501    G__memfunc_setup("TTrigger",808,G__tapi_cint_177_1_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02502    G__memfunc_setup("TTrigger",808,G__tapi_cint_177_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);
02503    G__memfunc_setup("singleL1A",832,G__tapi_cint_177_4_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02504    G__memfunc_setup("doubleL1A",825,G__tapi_cint_177_5_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02505    G__memfunc_setup("delayedL1A",918,G__tapi_cint_177_6_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02506    G__memfunc_setup("calL1A",494,G__tapi_cint_177_7_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02507    G__memfunc_setup("pulseL1A",743,G__tapi_cint_177_8_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02508    G__memfunc_setup("softL1A",634,G__tapi_cint_177_9_0,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02509    G__memfunc_setup("softCalL1A",906,G__tapi_cint_177_0_1,121,-1,-1,0,2,1,1,0,
02510 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
02511    G__memfunc_setup("softPulseL1A",1155,G__tapi_cint_177_1_1,121,-1,-1,0,2,1,1,0,
02512 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
02513    G__memfunc_setup("bcL1A",387,G__tapi_cint_177_2_1,121,-1,-1,0,1,1,1,0,"i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02514    G__memfunc_setup("bcCalL1A",659,G__tapi_cint_177_3_1,121,-1,-1,0,2,1,1,0,
02515 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
02516    G__memfunc_setup("bcPulseL1A",908,G__tapi_cint_177_4_1,121,-1,-1,0,2,1,1,0,
02517 "i - - 0 - delay i - - 0 - delay2",(char*)NULL,(void*)NULL,0);
02518    G__memfunc_setup("update",643,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0);
02519    G__memfunc_setup("Class",502,G__tapi_cint_177_6_1,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02520    G__memfunc_setup("Class_Name",982,G__tapi_cint_177_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02521    G__memfunc_setup("Class_Version",1339,G__tapi_cint_177_8_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02522    G__memfunc_setup("Dictionary",1046,G__tapi_cint_177_9_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02523    G__memfunc_setup("IsA",253,G__tapi_cint_177_0_2,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
02524    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_177_1_2,121,-1,-1,0,2,1,1,0,
02525 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
02526    G__memfunc_setup("Streamer",835,G__tapi_cint_177_2_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
02527    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_177_3_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
02528    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_177_4_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02529    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_177_5_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02530    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_177_6_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02531    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_177_7_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02532    // automatic destructor
02533    G__memfunc_setup("~TTrigger",934,G__tapi_cint_177_8_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
02534    G__tag_memfunc_reset();
02535 }
02536 
02537 static void G__setup_memfuncTApi(void) {
02538    /* TApi */
02539    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi));
02540    G__memfunc_setup("TApi",366,G__tapi_cint_178_0_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TApi),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02541    G__memfunc_setup("initialiseAll",1348,G__tapi_cint_178_2_0,121,-1,-1,0,1,1,1,0,"i - - 0 - runNumber",(char*)NULL,(void*)NULL,0);
02542    G__memfunc_setup("shutdownAll",1173,G__tapi_cint_178_3_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02543    G__memfunc_setup("setRunNumber",1258,G__tapi_cint_178_4_0,121,-1,-1,0,1,1,1,0,"i - - 0 - newRun",(char*)NULL,(void*)NULL,0);
02544    G__memfunc_setup("setScanNumber",1338,G__tapi_cint_178_5_0,121,-1,-1,0,1,1,1,0,"i - - 0 - newScan",(char*)NULL,(void*)NULL,0);
02545    G__memfunc_setup("echo",415,G__tapi_cint_178_6_0,121,-1,-1,0,5,1,1,0,
02546 "h - - 0 - partition h - - 0 - crate "
02547 "h - - 0 - rod h - - 0 - length "
02548 "K - - 0 - data",(char*)NULL,(void*)NULL,0);
02549    G__memfunc_setup("echoAll",696,G__tapi_cint_178_7_0,121,-1,-1,0,2,1,1,0,
02550 "h - - 0 - length K - - 0 - data",(char*)NULL,(void*)NULL,0);
02551    G__memfunc_setup("echoSlave",922,G__tapi_cint_178_8_0,121,-1,-1,0,6,1,1,0,
02552 "h - - 0 - partition h - - 0 - crate "
02553 "h - - 0 - rod h - - 0 - slave "
02554 "h - - 0 - length K - - 0 - data",(char*)NULL,(void*)NULL,0);
02555    G__memfunc_setup("loadConfiguration",1784,G__tapi_cint_178_9_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02556    G__memfunc_setup("loadModuleConfigurations",2513,G__tapi_cint_178_0_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02557    G__memfunc_setup("configureBOC",1174,G__tapi_cint_178_1_1,121,-1,-1,0,3,1,1,0,
02558 "h - - 0 - partition h - - 0 - crate "
02559 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02560    G__memfunc_setup("awaitResponse",1381,G__tapi_cint_178_2_1,121,-1,-1,0,4,1,1,0,
02561 "h - - 0 - partition h - - 0 - crate "
02562 "h - - 0 - rod i - - 0 5 timeout",(char*)NULL,(void*)NULL,0);
02563    G__memfunc_setup("getResponse",1167,G__tapi_cint_178_3_1,75,-1,-1,0,3,1,1,0,
02564 "h - - 0 - partition h - - 0 - crate "
02565 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02566    G__memfunc_setup("getResponse",1167,G__tapi_cint_178_4_1,75,-1,-1,0,4,1,1,0,
02567 "h - - 0 - partition h - - 0 - crate "
02568 "h - - 0 - rod K - - 0 - length",(char*)NULL,(void*)NULL,0);
02569    G__memfunc_setup("getRodMessage",1322,G__tapi_cint_178_5_1,103,-1,-1,0,5,1,1,0,
02570 "h - - 0 - partition h - - 0 - crate "
02571 "h - - 0 - rod C - - 0 - buffer "
02572 "k - - 1 - length",(char*)NULL,(void*)NULL,0);
02573    G__memfunc_setup("flashLED",739,G__tapi_cint_178_6_1,121,-1,-1,0,6,1,1,0,
02574 "h - - 0 - partition h - - 0 - crate "
02575 "h - - 0 - rod l - - 0 - slaveNumber "
02576 "l - - 0 1000 period l - - 0 10 flashes",(char*)NULL,(void*)NULL,0);
02577    G__memfunc_setup("status",676,G__tapi_cint_178_7_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02578    G__memfunc_setup("dspBlockDump",1224,G__tapi_cint_178_8_1,105,-1,G__defined_typename("Int_t"),0,7,1,1,0,
02579 "h - - 0 - partition h - - 0 - crate "
02580 "h - - 0 - rod l - - 0 - dspStart "
02581 "l - - 0 - numWords l - - 0 - dspNumber "
02582 "g - - 0 true usePrimitive",(char*)NULL,(void*)NULL,0);
02583    G__memfunc_setup("dspBlockDumpFile",1608,G__tapi_cint_178_9_1,105,-1,G__defined_typename("Int_t"),0,8,1,1,0,
02584 "h - - 0 - partition h - - 0 - crate "
02585 "h - - 0 - rod l - - 0 - dspStart "
02586 "l - - 0 - numWords l - - 0 - dspNumber "
02587 "C - - 10 - filename g - - 0 true usePrimitive",(char*)NULL,(void*)NULL,0);
02588    G__memfunc_setup("dspBlockRead",1198,G__tapi_cint_178_0_2,75,-1,-1,0,8,1,1,0,
02589 "h - - 0 - partition h - - 0 - crate "
02590 "h - - 0 - rod l - - 0 - dspStart "
02591 "l - - 0 - numWords l - - 0 - dspNumber "
02592 "K - - 0 - length g - - 0 true usePrimitive",(char*)NULL,(void*)NULL,0);
02593    G__memfunc_setup("dspBlockWrite",1341,G__tapi_cint_178_1_2,105,-1,-1,0,8,1,1,0,
02594 "h - - 0 - partition h - - 0 - crate "
02595 "h - - 0 - rod K - - 0 - buffer "
02596 "k - - 0 - dspAddress l - - 0 - numWords "
02597 "l - - 0 - dspNumber g - - 0 true usePrimitive",(char*)NULL,(void*)NULL,0);
02598    G__memfunc_setup("readRodStatusReg",1635,G__tapi_cint_178_2_2,107,-1,-1,0,4,1,1,0,
02599 "h - - 0 - partition h - - 0 - crate "
02600 "h - - 0 - rod l - - 0 - regNumber",(char*)NULL,(void*)NULL,0);
02601    G__memfunc_setup("readRodCommandReg",1694,G__tapi_cint_178_3_2,107,-1,-1,0,4,1,1,0,
02602 "h - - 0 - partition h - - 0 - crate "
02603 "h - - 0 - rod l - - 0 - regNumber",(char*)NULL,(void*)NULL,0);
02604    G__memfunc_setup("dspSingleRead",1317,G__tapi_cint_178_4_2,107,-1,-1,0,5,1,1,0,
02605 "h - - 0 - partition h - - 0 - crate "
02606 "h - - 0 - rod k - - 10 - dspAddr "
02607 "l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
02608    G__memfunc_setup("dspSingleWrite",1460,G__tapi_cint_178_5_2,121,-1,-1,0,6,1,1,0,
02609 "h - - 0 - partition h - - 0 - crate "
02610 "h - - 0 - rod k - - 0 - dspAddr "
02611 "k - - 0 - value l - - 0 - dspNumber",(char*)NULL,(void*)NULL,0);
02612    G__memfunc_setup("createDebugPrimList",1935,G__tapi_cint_178_6_2,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02613    G__memfunc_setup("addDebugPrimList",1604,G__tapi_cint_178_7_2,121,-1,-1,0,5,1,1,0,
02614 "k - - 0 - length l - - 0 - index "
02615 "l - - 0 - id l - - 0 - version "
02616 "K - - 0 - body",(char*)NULL,(void*)NULL,0);
02617    G__memfunc_setup("sendDebugPrimList",1733,G__tapi_cint_178_8_2,121,-1,-1,0,3,1,1,0,
02618 "h - - 0 - partition h - - 0 - crate "
02619 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02620    G__memfunc_setup("sendDebugPrimListAll",2014,G__tapi_cint_178_9_2,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02621    G__memfunc_setup("sendDebugSlavePrimList",2240,G__tapi_cint_178_0_3,121,-1,-1,0,6,1,1,0,
02622 "h - - 0 - partition h - - 0 - crate "
02623 "h - - 0 - rod h - - 0 - slave "
02624 "g - - 0 - await g - - 0 - response",(char*)NULL,(void*)NULL,0);
02625    G__memfunc_setup("debugPrimListFromFile",2127,G__tapi_cint_178_1_3,121,-1,-1,0,1,1,1,0,"C - - 10 - fileName",(char*)NULL,(void*)NULL,0);
02626    G__memfunc_setup("dumpDebugPrimList",1745,G__tapi_cint_178_2_3,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02627    G__memfunc_setup("listRods",852,G__tapi_cint_178_3_3,117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),G__defined_typename("list<SctApi::RodLabel>"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02628    G__memfunc_setup("retrieveModule",1484,G__tapi_cint_178_4_3,75,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - mid",(char*)NULL,(void*)NULL,0);
02629    G__memfunc_setup("findModule",1031,G__tapi_cint_178_5_3,104,-1,G__defined_typename("UINT32"),0,1,1,1,0,"C - - 10 - sn",(char*)NULL,(void*)NULL,0);
02630    G__memfunc_setup("findModule",1031,G__tapi_cint_178_6_3,104,-1,G__defined_typename("UINT32"),0,2,1,1,0,
02631 "i - 'INT32' 0 - mur i - 'INT32' 0 - module",(char*)NULL,(void*)NULL,0);
02632    G__memfunc_setup("findBarrelModule",1631,G__tapi_cint_178_7_3,104,-1,G__defined_typename("UINT32"),0,3,1,1,0,
02633 "i - 'INT32' 0 - barrel i - 'INT32' 0 - row "
02634 "i - 'INT32' 0 - number",(char*)NULL,(void*)NULL,0);
02635    G__memfunc_setup("findEndcapModule",1618,G__tapi_cint_178_8_3,104,-1,G__defined_typename("UINT32"),0,3,1,1,0,
02636 "i - 'INT32' 0 - disk i - 'INT32' 0 - ring "
02637 "i - 'INT32' 0 - number",(char*)NULL,(void*)NULL,0);
02638    G__memfunc_setup("getABCDModules",1315,G__tapi_cint_178_9_3,121,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02639    G__memfunc_setup("getABCDModule",1200,G__tapi_cint_178_0_4,121,-1,-1,0,2,1,1,0,
02640 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02641    G__memfunc_setup("setABCDModules",1327,G__tapi_cint_178_1_4,121,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02642    G__memfunc_setup("setABCDModule",1212,G__tapi_cint_178_2_4,121,-1,-1,0,2,1,1,0,
02643 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02644    G__memfunc_setup("sendABCDModule",1306,G__tapi_cint_178_3_4,121,-1,-1,0,3,1,1,0,
02645 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - bank "
02646 "h - 'UINT32' 0 2 type",(char*)NULL,(void*)NULL,0);
02647    G__memfunc_setup("sendABCDModules",1421,G__tapi_cint_178_4_4,121,-1,-1,0,2,1,1,0,
02648 "h - 'UINT32' 0 - bank h - 'UINT32' 0 2 type",(char*)NULL,(void*)NULL,0);
02649    G__memfunc_setup("modifyABCDMask",1310,G__tapi_cint_178_5_4,121,-1,-1,0,2,1,1,0,
02650 "h - 'UINT32' 0 - mid H - 'UINT32' 0 - mask",(char*)NULL,(void*)NULL,0);
02651    G__memfunc_setup("modifyABCDTrims",1441,G__tapi_cint_178_6_4,121,-1,-1,0,2,1,1,0,
02652 "h - 'UINT32' 0 - mid B - 'UINT8' 0 - trims",(char*)NULL,(void*)NULL,0);
02653    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_178_7_4,121,-1,-1,0,2,1,1,0,
02654 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
02655    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_178_8_4,121,-1,-1,0,3,1,1,0,
02656 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - typ "
02657 "f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
02658    G__memfunc_setup("modifyABCDVar",1211,G__tapi_cint_178_9_4,121,-1,-1,0,4,1,1,0,
02659 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - c "
02660 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var",(char*)NULL,(void*)NULL,0);
02661    G__memfunc_setup("modifyABCDVarROD",1440,G__tapi_cint_178_0_5,121,-1,-1,0,5,1,1,0,
02662 "h - 'UINT32' 0 - mid h - 'UINT32' 0 - chip "
02663 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var "
02664 "h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02665    G__memfunc_setup("modifyABCDVarROD",1440,G__tapi_cint_178_1_5,121,-1,-1,0,3,1,1,0,
02666 "h - 'UINT32' 0 - typ f - 'FLOAT32' 0 - var "
02667 "h - 'UINT32' 0 - bank",(char*)NULL,(void*)NULL,0);
02668    G__memfunc_setup("modifyBOCParam",1357,G__tapi_cint_178_2_5,121,-1,-1,0,6,1,1,0,
02669 "h - - 0 - partition h - - 0 - crate "
02670 "h - - 0 - rod h - - 0 - channel "
02671 "h - - 0 - type h - - 0 - val",(char*)NULL,(void*)NULL,0);
02672    G__memfunc_setup("defaultScan",1130,G__tapi_cint_178_3_5,121,-1,-1,0,1,1,1,0,"i - - 0 - type",(char*)NULL,(void*)NULL,0);
02673    G__memfunc_setup("tidyHistogramming",1811,G__tapi_cint_178_4_5,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02674    G__memfunc_setup("doScan",600,G__tapi_cint_178_5_5,121,-1,-1,0,1,1,1,0,"u 'TScanDef' - 0 - scan",(char*)NULL,(void*)NULL,0);
02675    G__memfunc_setup("awaitScan",923,G__tapi_cint_178_6_5,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02676    G__memfunc_setup("doRawScan",898,G__tapi_cint_178_7_5,121,-1,-1,0,4,1,1,0,
02677 "u 'TScanDef' - 0 - scan i - - 0 - delay "
02678 "g - - 0 true configure g - - 0 false clkBy2",(char*)NULL,(void*)NULL,0);
02679    G__memfunc_setup("sendTrigger",1150,G__tapi_cint_178_8_5,121,-1,-1,0,4,1,1,0,
02680 "h - - 0 - partition h - - 0 - crate "
02681 "h - - 0 - rod u 'TTrigger' - 0 - trig",(char*)NULL,(void*)NULL,0);
02682    G__memfunc_setup("printABCDModule",1437,G__tapi_cint_178_9_5,121,-1,-1,0,1,1,1,0,"i - - 0 - mid",(char*)NULL,(void*)NULL,0);
02683    G__memfunc_setup("printABCDRodModule",1730,G__tapi_cint_178_0_6,121,-1,-1,0,2,1,1,0,
02684 "i - - 0 - mid i - - 0 - bank",(char*)NULL,(void*)NULL,0);
02685    G__memfunc_setup("printBOCSetup",1298,G__tapi_cint_178_1_6,121,-1,-1,0,3,1,1,0,
02686 "h - - 0 - partition h - - 0 - crate "
02687 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02688    G__memfunc_setup("currentBOCSetup",1512,G__tapi_cint_178_2_6,121,-1,-1,0,3,1,1,0,
02689 "h - - 0 - partition h - - 0 - crate "
02690 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02691    G__memfunc_setup("printBOCRegisters",1721,G__tapi_cint_178_3_6,121,-1,-1,0,3,1,1,0,
02692 "h - - 0 - partition h - - 0 - crate "
02693 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02694    G__memfunc_setup("currentBOCRegisters",1935,G__tapi_cint_178_4_6,121,-1,-1,0,3,1,1,0,
02695 "h - - 0 - partition h - - 0 - crate "
02696 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02697    G__memfunc_setup("saveBOCSetup",1172,G__tapi_cint_178_5_6,121,-1,-1,0,3,1,1,0,
02698 "h - - 0 - partition h - - 0 - crate "
02699 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02700    G__memfunc_setup("saveBOCRegisters",1595,G__tapi_cint_178_6_6,121,-1,-1,0,3,1,1,0,
02701 "h - - 0 - partition h - - 0 - crate "
02702 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02703    G__memfunc_setup("restoreBOCSetup",1513,G__tapi_cint_178_7_6,121,-1,-1,0,3,1,1,0,
02704 "h - - 0 - partition h - - 0 - crate "
02705 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02706    G__memfunc_setup("restoreBOCRegisters",1936,G__tapi_cint_178_8_6,121,-1,-1,0,3,1,1,0,
02707 "h - - 0 - partition h - - 0 - crate "
02708 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02709    G__memfunc_setup("rawData",708,G__tapi_cint_178_9_6,121,-1,-1,0,7,1,1,0,
02710 "h - - 0 - partition h - - 0 - crate "
02711 "h - - 0 - rod i - - 0 - delay "
02712 "i - - 0 - units g - - 0 true setMask "
02713 "u 'TTrigger' - 0 TTrigger() trig",(char*)NULL,(void*)NULL,0);
02714    G__memfunc_setup("probe",536,G__tapi_cint_178_0_7,67,-1,-1,0,4,1,1,0,
02715 "h - - 0 - partition h - - 0 - crate "
02716 "h - - 0 - rod i - - 0 -1 harness",(char*)NULL,(void*)NULL,0);
02717    G__memfunc_setup("probeWithTrigger",1672,G__tapi_cint_178_1_7,67,-1,-1,0,5,1,1,0,
02718 "h - - 0 - partition h - - 0 - crate "
02719 "h - - 0 - rod u 'TTrigger' - 0 - trig "
02720 "i - - 0 -1 harness",(char*)NULL,(void*)NULL,0);
02721    G__memfunc_setup("probeScan",925,G__tapi_cint_178_2_7,121,-1,-1,0,5,1,1,0,
02722 "h - - 0 - partition h - - 0 - crate "
02723 "h - - 0 - rod u 'TScanDef' - 0 - scan "
02724 "i - - 0 -1 harness",(char*)NULL,(void*)NULL,0);
02725    G__memfunc_setup("checkAllModulesProbe",2024,G__tapi_cint_178_3_7,103,-1,-1,0,1,1,1,0,"C - - 10 - value",(char*)NULL,(void*)NULL,0);
02726    G__memfunc_setup("autoConfigure",1371,G__tapi_cint_178_4_7,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02727    G__memfunc_setup("bocHistogram",1250,G__tapi_cint_178_5_7,121,-1,-1,0,5,1,1,0,
02728 "h - - 0 - partition h - - 0 - crate "
02729 "h - - 0 - rod h - - 0 - samples "
02730 "h - - 0 - numLoops",(char*)NULL,(void*)NULL,0);
02731    G__memfunc_setup("rodMode",714,G__tapi_cint_178_6_7,121,-1,-1,0,9,1,1,0,
02732 "h - - 0 - partition h - - 0 - crate "
02733 "h - - 0 - rod i - - 0 - mode "
02734 "i - - 0 - flag i - - 0 - fifoSetup "
02735 "i - - 0 - nBins i - - 0 - delay "
02736 "i - - 0 - message",(char*)NULL,(void*)NULL,0);
02737    G__memfunc_setup("standardRegisterDump",2092,G__tapi_cint_178_7_7,121,-1,-1,0,3,1,1,0,
02738 "h - - 0 - partition h - - 0 - crate "
02739 "h - - 0 - rod",(char*)NULL,(void*)NULL,0);
02740    G__memfunc_setup("lasersOff",933,G__tapi_cint_178_8_7,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02741    G__memfunc_setup("scanEvents",1050,G__tapi_cint_178_9_7,121,-1,-1,0,6,1,1,0,
02742 "h - - 0 - partition h - - 0 - crate "
02743 "h - - 0 - rod i - - 0 -1 sl "
02744 "g - - 0 false extFlag g - - 0 false errorType",(char*)NULL,(void*)NULL,0);
02745    G__memfunc_setup("decodeEvent",1126,G__tapi_cint_178_0_8,121,-1,-1,0,7,1,1,0,
02746 "h - - 0 - partition h - - 0 - crate "
02747 "h - - 0 - rod i - - 0 - sl "
02748 "i - - 0 - index g - - 0 false extFlag "
02749 "g - - 0 false errorType",(char*)NULL,(void*)NULL,0);
02750    G__memfunc_setup("decodeConfig",1210,G__tapi_cint_178_1_8,121,-1,-1,0,5,1,1,0,
02751 "h - - 0 - partition h - - 0 - crate "
02752 "h - - 0 - rod g - - 0 false skipTrim "
02753 "g - - 0 false bypass",(char*)NULL,(void*)NULL,0);
02754    G__memfunc_setup("testLinkOutSelect",1766,G__tapi_cint_178_2_8,121,-1,-1,0,4,1,1,0,
02755 "h - - 0 - partition h - - 0 - crate "
02756 "h - - 0 - rod h - - 0 - link",(char*)NULL,(void*)NULL,0);
02757    G__memfunc_setup("setDebugOption",1452,G__tapi_cint_178_3_8,121,-1,-1,0,1,1,1,0,"C - - 10 - opt",(char*)NULL,(void*)NULL,0);
02758    G__memfunc_setup("unsetDebugOption",1679,G__tapi_cint_178_4_8,121,-1,-1,0,1,1,1,0,"C - - 10 - opt",(char*)NULL,(void*)NULL,0);
02759    G__memfunc_setup("listEnabledDebugOptions",2362,G__tapi_cint_178_5_8,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02760    G__memfunc_setup("listDebugOptions",1679,G__tapi_cint_178_6_8,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02761    G__memfunc_setup("debugStepHistogram",1873,G__tapi_cint_178_7_8,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02762    G__memfunc_setup("debugContinueHistogram",2298,G__tapi_cint_178_8_8,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02763    G__memfunc_setup("debugAbortHistogram",1965,G__tapi_cint_178_9_8,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02764    G__memfunc_setup("timSetFrequency",1576,G__tapi_cint_178_0_9,121,-1,-1,0,4,1,1,0,
02765 "h - - 0 - partition h - - 0 - crate "
02766 "d - - 0 - trigFreq d - - 0 - rstFreq",(char*)NULL,(void*)NULL,0);
02767    G__memfunc_setup("freeTriggers",1257,G__tapi_cint_178_1_9,121,-1,-1,0,2,1,1,0,
02768 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02769    G__memfunc_setup("stopTriggers",1293,G__tapi_cint_178_2_9,121,-1,-1,0,2,1,1,0,
02770 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02771    G__memfunc_setup("timL1A",520,G__tapi_cint_178_3_9,121,-1,-1,0,2,1,1,0,
02772 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02773    G__memfunc_setup("timCalL1A",792,G__tapi_cint_178_4_9,121,-1,-1,0,3,1,1,0,
02774 "h - - 0 - partition h - - 0 - crate "
02775 "i - - 0 - delay",(char*)NULL,(void*)NULL,0);
02776    G__memfunc_setup("timSoftReset",1257,G__tapi_cint_178_5_9,121,-1,-1,0,2,1,1,0,
02777 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02778    G__memfunc_setup("timBCReset",978,G__tapi_cint_178_6_9,121,-1,-1,0,2,1,1,0,
02779 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02780    G__memfunc_setup("sendTimBurst",1252,G__tapi_cint_178_7_9,121,-1,-1,0,3,1,1,0,
02781 "h - - 0 - partition h - - 0 - crate "
02782 "i - - 0 - count",(char*)NULL,(void*)NULL,0);
02783    G__memfunc_setup("timVerbose",1056,G__tapi_cint_178_8_9,121,-1,-1,0,2,1,1,0,
02784 "h - - 0 - partition h - - 0 - crate",(char*)NULL,(void*)NULL,0);
02785    G__memfunc_setup("timRegLoad",1000,G__tapi_cint_178_9_9,121,-1,-1,0,4,1,1,0,
02786 "h - - 0 - partition h - - 0 - crate "
02787 "i - - 0 - reg r - 'UINT16' 0 - val",(char*)NULL,(void*)NULL,0);
02788    G__memfunc_setup("timReadRegister",1547,G__tapi_cint_178_0_10,114,-1,G__defined_typename("UINT16"),0,3,1,1,0,
02789 "h - - 0 - partition h - - 0 - crate "
02790 "i - - 0 - reg",(char*)NULL,(void*)NULL,0);
02791    G__memfunc_setup("requestHardReset",1675,G__tapi_cint_178_1_10,121,-1,-1,0,1,1,1,0,"h - 'UINT32' 0 - mid",(char*)NULL,(void*)NULL,0);
02792    G__memfunc_setup("resumePolling",1382,G__tapi_cint_178_2_10,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02793    G__memfunc_setup("stopPolling",1179,G__tapi_cint_178_3_10,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02794    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);
02795    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);
02796    G__memfunc_setup("Class",502,G__tapi_cint_178_6_10,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02797    G__memfunc_setup("Class_Name",982,G__tapi_cint_178_7_10,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02798    G__memfunc_setup("Class_Version",1339,G__tapi_cint_178_8_10,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02799    G__memfunc_setup("Dictionary",1046,G__tapi_cint_178_9_10,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02800    G__memfunc_setup("IsA",253,G__tapi_cint_178_0_11,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
02801    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_178_1_11,121,-1,-1,0,2,1,1,0,
02802 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
02803    G__memfunc_setup("Streamer",835,G__tapi_cint_178_2_11,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
02804    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_178_3_11,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
02805    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_178_4_11,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02806    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_178_5_11,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02807    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_178_6_11,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02808    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_178_7_11,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02809    // automatic destructor
02810    G__memfunc_setup("~TApi",492,G__tapi_cint_178_8_11,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
02811    G__tag_memfunc_reset();
02812 }
02813 
02814 static void G__setup_memfuncTScanDef(void) {
02815    /* TScanDef */
02816    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef));
02817    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);
02818    G__memfunc_setup("TScanDef",744,G__tapi_cint_179_1_0,105,G__get_linked_tagnum(&G__tapi_cintLN_TScanDef),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02819    G__memfunc_setup("TScanDef",744,G__tapi_cint_179_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);
02820    G__memfunc_setup("print",557,G__tapi_cint_179_4_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02821    G__memfunc_setup("configure",962,G__tapi_cint_179_5_0,121,-1,-1,0,4,1,1,0,
02822 "r - 'UINT16' 0 - type f - 'FLOAT32' 0 - start "
02823 "f - 'FLOAT32' 0 - stop f - 'FLOAT32' 0 - step",(char*)NULL,(void*)NULL,0);
02824    G__memfunc_setup("configure2",1012,G__tapi_cint_179_6_0,121,-1,-1,0,4,1,1,0,
02825 "r - 'UINT16' 0 - type f - 'FLOAT32' 0 - start "
02826 "f - 'FLOAT32' 0 - stop f - 'FLOAT32' 0 - step",(char*)NULL,(void*)NULL,0);
02827    G__memfunc_setup("setScanPoint",1243,G__tapi_cint_179_7_0,121,-1,-1,0,2,1,1,0,
02828 "i - - 0 - index f - 'FLOAT32' 0 - value",(char*)NULL,(void*)NULL,0);
02829    G__memfunc_setup("setScanPoint2",1293,G__tapi_cint_179_8_0,121,-1,-1,0,2,1,1,0,
02830 "i - - 0 - index f - 'FLOAT32' 0 - value",(char*)NULL,(void*)NULL,0);
02831    G__memfunc_setup("setTriggersPoint",1693,G__tapi_cint_179_9_0,121,-1,-1,0,2,1,1,0,
02832 "i - - 0 - index h - 'UINT32' 0 - ntrigs",(char*)NULL,(void*)NULL,0);
02833    G__memfunc_setup("update",643,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0);
02834    G__memfunc_setup("Class",502,G__tapi_cint_179_1_1,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02835    G__memfunc_setup("Class_Name",982,G__tapi_cint_179_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02836    G__memfunc_setup("Class_Version",1339,G__tapi_cint_179_3_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02837    G__memfunc_setup("Dictionary",1046,G__tapi_cint_179_4_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02838    G__memfunc_setup("IsA",253,G__tapi_cint_179_5_1,85,G__get_linked_tagnum(&G__tapi_cintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
02839    G__memfunc_setup("ShowMembers",1132,G__tapi_cint_179_6_1,121,-1,-1,0,2,1,1,0,
02840 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
02841    G__memfunc_setup("Streamer",835,G__tapi_cint_179_7_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
02842    G__memfunc_setup("StreamerNVirtual",1656,G__tapi_cint_179_8_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
02843    G__memfunc_setup("DeclFileName",1145,G__tapi_cint_179_9_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02844    G__memfunc_setup("ImplFileLine",1178,G__tapi_cint_179_0_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02845    G__memfunc_setup("ImplFileName",1171,G__tapi_cint_179_1_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
02846    G__memfunc_setup("DeclFileLine",1152,G__tapi_cint_179_2_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
02847    // automatic destructor
02848    G__memfunc_setup("~TScanDef",870,G__tapi_cint_179_3_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
02849    G__tag_memfunc_reset();
02850 }
02851 
02852 static void G__setup_memfunclistlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR(void) {
02853    /* list<SctApi::RodLabel,allocator<SctApi::RodLabel> > */
02854    G__tag_memfunc_setup(G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR));
02855    G__memfunc_setup("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4663,G__tapi_cint_181_0_0,105,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02856    G__memfunc_setup("begin",517,G__tapi_cint_181_1_0,117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02857    G__memfunc_setup("end",311,G__tapi_cint_181_2_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("rbegin",631,G__tapi_cint_181_3_0,117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLreverse_iterator),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02859    G__memfunc_setup("rend",425,G__tapi_cint_181_4_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("empty",559,G__tapi_cint_181_5_0,103,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
02861    G__memfunc_setup("size",443,G__tapi_cint_181_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);
02862    G__memfunc_setup("max_size",864,G__tapi_cint_181_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);
02863    G__memfunc_setup("front",553,G__tapi_cint_181_8_0,117,G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel),-1,1,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
02864    G__memfunc_setup("back",401,G__tapi_cint_181_9_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("swap",443,G__tapi_cint_181_0_1,121,-1,-1,0,1,1,1,0,"u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 1 - x",(char*)NULL,(void*)NULL,0);
02866    G__memfunc_setup("insert",661,G__tapi_cint_181_1_1,117,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator),-1,0,2,1,1,0,
02867 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position u 'SctApi::RodLabel' - 11 - x",(char*)NULL,(void*)NULL,0);
02868    G__memfunc_setup("insert",661,G__tapi_cint_181_2_1,121,-1,-1,0,3,1,1,0,
02869 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position U 'SctApi::RodLabel' - 0 - first "
02870 "U 'SctApi::RodLabel' - 0 - last",(char*)NULL,(void*)NULL,0);
02871    G__memfunc_setup("insert",661,G__tapi_cint_181_3_1,121,-1,-1,0,3,1,1,0,
02872 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - first "
02873 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - last",(char*)NULL,(void*)NULL,0);
02874    G__memfunc_setup("insert",661,G__tapi_cint_181_4_1,121,-1,-1,0,3,1,1,0,
02875 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position h - 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::size_type' 0 - n "
02876 "u 'SctApi::RodLabel' - 11 - x",(char*)NULL,(void*)NULL,0);
02877    G__memfunc_setup("push_front",1096,G__tapi_cint_181_5_1,121,-1,-1,0,1,1,1,0,"u 'SctApi::RodLabel' - 11 - x",(char*)NULL,(void*)NULL,0);
02878    G__memfunc_setup("push_back",944,G__tapi_cint_181_6_1,121,-1,-1,0,1,1,1,0,"u 'SctApi::RodLabel' - 11 - x",(char*)NULL,(void*)NULL,0);
02879    G__memfunc_setup("erase",528,G__tapi_cint_181_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);
02880    G__memfunc_setup("erase",528,G__tapi_cint_181_8_1,121,-1,-1,0,2,1,1,0,
02881 "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);
02882    G__memfunc_setup("clear",519,G__tapi_cint_181_9_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02883    G__memfunc_setup("pop_front",983,G__tapi_cint_181_0_2,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02884    G__memfunc_setup("pop_back",831,G__tapi_cint_181_1_2,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02885    G__memfunc_setup("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4663,G__tapi_cint_181_2_2,105,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),-1,0,2,1,1,0,
02886 "h - 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::size_type' 0 - n u 'SctApi::RodLabel' - 11 SctApi::RodLabel() value",(char*)NULL,(void*)NULL,0);
02887    G__memfunc_setup("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4663,G__tapi_cint_181_3_2,105,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),-1,0,2,1,1,0,
02888 "U 'SctApi::RodLabel' - 10 - first U 'SctApi::RodLabel' - 10 - last",(char*)NULL,(void*)NULL,0);
02889    G__memfunc_setup("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4663,G__tapi_cint_181_4_2,105,G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR),-1,0,2,1,1,0,
02890 "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);
02891    G__memfunc_setup("list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4663,G__tapi_cint_181_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);
02892    G__memfunc_setup("operator=",937,G__tapi_cint_181_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);
02893    G__memfunc_setup("splice",640,G__tapi_cint_181_8_2,121,-1,-1,0,2,1,1,0,
02894 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 1 - x",(char*)NULL,(void*)NULL,0);
02895    G__memfunc_setup("splice",640,G__tapi_cint_181_9_2,121,-1,-1,0,3,1,1,0,
02896 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 1 - x "
02897 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - i",(char*)NULL,(void*)NULL,0);
02898    G__memfunc_setup("splice",640,G__tapi_cint_181_0_3,121,-1,-1,0,4,1,1,0,
02899 "u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator' - 0 - position u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 1 - x "
02900 "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);
02901    G__memfunc_setup("remove",654,G__tapi_cint_181_1_3,121,-1,-1,0,1,1,1,0,"u 'SctApi::RodLabel' - 11 - value",(char*)NULL,(void*)NULL,0);
02902    G__memfunc_setup("unique",663,G__tapi_cint_181_2_3,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02903    G__memfunc_setup("merge",528,G__tapi_cint_181_3_3,121,-1,-1,0,1,1,1,0,"u 'list<SctApi::RodLabel,allocator<SctApi::RodLabel> >' - 1 - x",(char*)NULL,(void*)NULL,0);
02904    G__memfunc_setup("reverse",764,G__tapi_cint_181_4_3,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02905    G__memfunc_setup("sort",456,G__tapi_cint_181_5_3,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02906    // automatic destructor
02907    G__memfunc_setup("~list<SctApi::RodLabel,allocator<SctApi::RodLabel> >",4789,G__tapi_cint_181_6_3,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
02908    G__tag_memfunc_reset();
02909 }
02910 
02911 
02912 /*********************************************************
02913 * Member function information setup
02914 *********************************************************/
02915 extern "C" void G__cpp_setup_memfunctapi_cint() {
02916 }
02917 
02918 /*********************************************************
02919 * Global variable information setup for each class
02920 *********************************************************/
02921 static void G__cpp_setup_global0() {
02922 
02923    /* Setting up global variables */
02924    G__resetplocal();
02925 
02926 }
02927 
02928 static void G__cpp_setup_global1() {
02929 
02930    G__resetglobalenv();
02931 }
02932 extern "C" void G__cpp_setup_globaltapi_cint() {
02933   G__cpp_setup_global0();
02934   G__cpp_setup_global1();
02935 }
02936 
02937 /*********************************************************
02938 * Global function information setup for each class
02939 *********************************************************/
02940 static void G__cpp_setup_func0() {
02941    G__lastifuncposition();
02942 
02943 }
02944 
02945 static void G__cpp_setup_func1() {
02946 }
02947 
02948 static void G__cpp_setup_func2() {
02949 }
02950 
02951 static void G__cpp_setup_func3() {
02952 }
02953 
02954 static void G__cpp_setup_func4() {
02955 }
02956 
02957 static void G__cpp_setup_func5() {
02958 }
02959 
02960 static void G__cpp_setup_func6() {
02961 }
02962 
02963 static void G__cpp_setup_func7() {
02964 
02965    G__resetifuncposition();
02966 }
02967 
02968 extern "C" void G__cpp_setup_functapi_cint() {
02969   G__cpp_setup_func0();
02970   G__cpp_setup_func1();
02971   G__cpp_setup_func2();
02972   G__cpp_setup_func3();
02973   G__cpp_setup_func4();
02974   G__cpp_setup_func5();
02975   G__cpp_setup_func6();
02976   G__cpp_setup_func7();
02977 }
02978 
02979 /*********************************************************
02980 * Class,struct,union,enum tag information setup
02981 *********************************************************/
02982 /* Setup class/struct taginfo */
02983 G__linked_taginfo G__tapi_cintLN_TClass = { "TClass" , 99 , -1 };
02984 G__linked_taginfo G__tapi_cintLN_TBuffer = { "TBuffer" , 99 , -1 };
02985 G__linked_taginfo G__tapi_cintLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
02986 G__linked_taginfo G__tapi_cintLN_TObject = { "TObject" , 99 , -1 };
02987 G__linked_taginfo G__tapi_cintLN_SctApi = { "SctApi" , 110 , -1 };
02988 G__linked_taginfo G__tapi_cintLN_SctApicLcLSctApi = { "SctApi::SctApi" , 99 , -1 };
02989 G__linked_taginfo G__tapi_cintLN_SctApicLcLBankType = { "SctApi::BankType" , 101 , -1 };
02990 G__linked_taginfo G__tapi_cintLN_SctApicLcLConfigType = { "SctApi::ConfigType" , 101 , -1 };
02991 G__linked_taginfo G__tapi_cintLN_SctApicLcLRodLabel = { "SctApi::RodLabel" , 115 , -1 };
02992 G__linked_taginfo G__tapi_cintLN_TriggerWrapper = { "TriggerWrapper" , 99 , -1 };
02993 G__linked_taginfo G__tapi_cintLN_ScanDefWrapper = { "ScanDefWrapper" , 99 , -1 };
02994 G__linked_taginfo G__tapi_cintLN_TTrigger = { "TTrigger" , 99 , -1 };
02995 G__linked_taginfo G__tapi_cintLN_TApi = { "TApi" , 99 , -1 };
02996 G__linked_taginfo G__tapi_cintLN_TScanDef = { "TScanDef" , 99 , -1 };
02997 G__linked_taginfo G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR = { "list<SctApi::RodLabel,allocator<SctApi::RodLabel> >" , 99 , -1 };
02998 G__linked_taginfo G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator = { "list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::iterator" , 99 , -1 };
02999 G__linked_taginfo G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLreverse_iterator = { "list<SctApi::RodLabel,allocator<SctApi::RodLabel> >::reverse_iterator" , 99 , -1 };
03000 
03001 /* Reset class/struct taginfo */
03002 extern "C" void G__cpp_reset_tagtabletapi_cint() {
03003   G__tapi_cintLN_TClass.tagnum = -1 ;
03004   G__tapi_cintLN_TBuffer.tagnum = -1 ;
03005   G__tapi_cintLN_TMemberInspector.tagnum = -1 ;
03006   G__tapi_cintLN_TObject.tagnum = -1 ;
03007   G__tapi_cintLN_SctApi.tagnum = -1 ;
03008   G__tapi_cintLN_SctApicLcLSctApi.tagnum = -1 ;
03009   G__tapi_cintLN_SctApicLcLBankType.tagnum = -1 ;
03010   G__tapi_cintLN_SctApicLcLConfigType.tagnum = -1 ;
03011   G__tapi_cintLN_SctApicLcLRodLabel.tagnum = -1 ;
03012   G__tapi_cintLN_TriggerWrapper.tagnum = -1 ;
03013   G__tapi_cintLN_ScanDefWrapper.tagnum = -1 ;
03014   G__tapi_cintLN_TTrigger.tagnum = -1 ;
03015   G__tapi_cintLN_TApi.tagnum = -1 ;
03016   G__tapi_cintLN_TScanDef.tagnum = -1 ;
03017   G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgR.tagnum = -1 ;
03018   G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator.tagnum = -1 ;
03019   G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLreverse_iterator.tagnum = -1 ;
03020 }
03021 
03022 
03023 extern "C" void G__cpp_setup_tagtabletapi_cint() {
03024 
03025    /* Setting up class,struct,union tag entry */
03026    G__get_linked_tagnum(&G__tapi_cintLN_TClass);
03027    G__get_linked_tagnum(&G__tapi_cintLN_TBuffer);
03028    G__get_linked_tagnum(&G__tapi_cintLN_TMemberInspector);
03029    G__get_linked_tagnum(&G__tapi_cintLN_TObject);
03030    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApi),0,-1,0,(char*)NULL,G__setup_memvarSctApi,G__setup_memfuncSctApi);
03031    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLSctApi);
03032    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLBankType);
03033    G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLConfigType);
03034    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_SctApicLcLRodLabel),sizeof(SctApi::RodLabel),-1,295168,(char*)NULL,G__setup_memvarSctApicLcLRodLabel,G__setup_memfuncSctApicLcLRodLabel);
03035    G__get_linked_tagnum(&G__tapi_cintLN_TriggerWrapper);
03036    G__get_linked_tagnum(&G__tapi_cintLN_ScanDefWrapper);
03037    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TTrigger),sizeof(TTrigger),-1,265984,(char*)NULL,G__setup_memvarTTrigger,G__setup_memfuncTTrigger);
03038    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TApi),sizeof(TApi),-1,294656,(char*)NULL,G__setup_memvarTApi,G__setup_memfuncTApi);
03039    G__tagtable_setup(G__get_linked_tagnum(&G__tapi_cintLN_TScanDef),sizeof(TScanDef),-1,265984,(char*)NULL,G__setup_memvarTScanDef,G__setup_memfuncTScanDef);
03040    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);
03041    G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLiterator);
03042    G__get_linked_tagnum(&G__tapi_cintLN_listlESctApicLcLRodLabelcOallocatorlESctApicLcLRodLabelgRsPgRcLcLreverse_iterator);
03043 }
03044 extern "C" void G__cpp_setuptapi_cint(void) {
03045   G__check_setup_version(30051515,"G__cpp_setuptapi_cint()");
03046   G__set_cpp_environmenttapi_cint();
03047   G__cpp_setup_tagtabletapi_cint();
03048 
03049   G__cpp_setup_inheritancetapi_cint();
03050 
03051   G__cpp_setup_typetabletapi_cint();
03052 
03053   G__cpp_setup_memvartapi_cint();
03054 
03055   G__cpp_setup_memfunctapi_cint();
03056   G__cpp_setup_globaltapi_cint();
03057   G__cpp_setup_functapi_cint();
03058 
03059    if(0==G__getsizep2memfunc()) G__get_sizep2memfunctapi_cint();
03060   return;
03061 }
03062 class G__cpp_setup_inittapi_cint {
03063   public:
03064     G__cpp_setup_inittapi_cint() { G__add_setup_func("tapi_cint",(G__incsetup)(&G__cpp_setuptapi_cint)); G__call_setup_funcs(); }
03065    ~G__cpp_setup_inittapi_cint() { G__remove_setup_func("tapi_cint"); }
03066 };
03067 G__cpp_setup_inittapi_cint G__cpp_setup_initializertapi_cint;
03068 

Generated on Thu Jul 15 09:50:59 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5