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

Generated on Sat Jul 31 14:18:15 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5