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

Generated on Fri Sep 16 18:02:02 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5