// // File generated by /vols/comet00/users/bek07/ICEDUST/CernVMFSProject/packages/EXTERNALS/ROOT/Linux-x86_64/root-install/bin/rootcint at Mon Sep 14 04:22:21 2015 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME dOdOdIdictdIICDCDigit_Dict #include "RConfig.h" //rootcint 4834 #if !defined(R__ACCESS_IN_SYMBOL) //Break the privacy of classes -- Disabled for the moment #define private public #define protected public #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "ICDCDigit_Dict.h" #include "TCollectionProxyInfo.h" #include "TClass.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TIsAProxy.h" #include "TFileMergeInfo.h" // Direct notice to TROOT of the dictionary's loading. namespace { static struct DictInit { DictInit() { ROOT::RegisterModule(); } } __TheDictionaryInitializer; } // START OF SHADOWS namespace ROOT { namespace Shadow { } // of namespace Shadow } // of namespace ROOT // END OF SHADOWS namespace ROOT { void COMETcLcLICDCDigit_ShowMembers(void *obj, TMemberInspector &R__insp); static void *new_COMETcLcLICDCDigit(void *p = 0); static void *newArray_COMETcLcLICDCDigit(Long_t size, void *p); static void delete_COMETcLcLICDCDigit(void *p); static void deleteArray_COMETcLcLICDCDigit(void *p); static void destruct_COMETcLcLICDCDigit(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::COMET::ICDCDigit*) { ::COMET::ICDCDigit *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::COMET::ICDCDigit >(0); static ::ROOT::TGenericClassInfo instance("COMET::ICDCDigit", ::COMET::ICDCDigit::Class_Version(), "./../src/ICDCDigit.hxx", 16, typeid(::COMET::ICDCDigit), DefineBehavior(ptr, ptr), &::COMET::ICDCDigit::Dictionary, isa_proxy, 4, sizeof(::COMET::ICDCDigit) ); instance.SetNew(&new_COMETcLcLICDCDigit); instance.SetNewArray(&newArray_COMETcLcLICDCDigit); instance.SetDelete(&delete_COMETcLcLICDCDigit); instance.SetDeleteArray(&deleteArray_COMETcLcLICDCDigit); instance.SetDestructor(&destruct_COMETcLcLICDCDigit); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::COMET::ICDCDigit*) { return GenerateInitInstanceLocal((::COMET::ICDCDigit*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::COMET::ICDCDigit*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace COMET { //______________________________________________________________________________ TClass *ICDCDigit::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *ICDCDigit::Class_Name() { return "COMET::ICDCDigit"; } //______________________________________________________________________________ const char *ICDCDigit::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::ICDCDigit*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int ICDCDigit::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::ICDCDigit*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void ICDCDigit::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::ICDCDigit*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *ICDCDigit::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::ICDCDigit*)0x0)->GetClass(); return fgIsA; } } // namespace COMET namespace COMET { //______________________________________________________________________________ void ICDCDigit::Streamer(TBuffer &R__b) { // Stream an object of class COMET::ICDCDigit. if (R__b.IsReading()) { R__b.ReadClassBuffer(COMET::ICDCDigit::Class(),this); } else { R__b.WriteClassBuffer(COMET::ICDCDigit::Class(),this); } } } // namespace COMET //______________________________________________________________________________ namespace COMET { void ICDCDigit::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class COMET::ICDCDigit. TClass *R__cl = ::COMET::ICDCDigit::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "fFirstTimeSample", &fFirstTimeSample); R__insp.Inspect(R__cl, R__insp.GetParent(), "fADCs", (void*)&fADCs); R__insp.InspectMember("vector", (void*)&fADCs, "fADCs.", false); //This works around a msvc bug and should be harmless on other platforms typedef COMET::IDigit baseClass1; baseClass1::ShowMembers(R__insp); } } // namespace COMET namespace ROOT { // Wrappers around operator new static void *new_COMETcLcLICDCDigit(void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::COMET::ICDCDigit : new ::COMET::ICDCDigit; } static void *newArray_COMETcLcLICDCDigit(Long_t nElements, void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::COMET::ICDCDigit[nElements] : new ::COMET::ICDCDigit[nElements]; } // Wrapper around operator delete static void delete_COMETcLcLICDCDigit(void *p) { delete ((::COMET::ICDCDigit*)p); } static void deleteArray_COMETcLcLICDCDigit(void *p) { delete [] ((::COMET::ICDCDigit*)p); } static void destruct_COMETcLcLICDCDigit(void *p) { typedef ::COMET::ICDCDigit current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::COMET::ICDCDigit namespace ROOT { void vectorlEshortgR_ShowMembers(void *obj, TMemberInspector &R__insp); static void vectorlEshortgR_Dictionary(); static void *new_vectorlEshortgR(void *p = 0); static void *newArray_vectorlEshortgR(Long_t size, void *p); static void delete_vectorlEshortgR(void *p); static void deleteArray_vectorlEshortgR(void *p); static void destruct_vectorlEshortgR(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const vector*) { vector *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector),0); static ::ROOT::TGenericClassInfo instance("vector", -2, "vector.dll", 0, typeid(vector), DefineBehavior(ptr, ptr), 0, &vectorlEshortgR_Dictionary, isa_proxy, 0, sizeof(vector) ); instance.SetNew(&new_vectorlEshortgR); instance.SetNewArray(&newArray_vectorlEshortgR); instance.SetDelete(&delete_vectorlEshortgR); instance.SetDeleteArray(&deleteArray_vectorlEshortgR); instance.SetDestructor(&destruct_vectorlEshortgR); instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector >())); return &instance; } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector*)0x0); R__UseDummy(_R__UNIQUE_(Init)); // Dictionary for non-ClassDef classes static void vectorlEshortgR_Dictionary() { ::ROOT::GenerateInitInstanceLocal((const vector*)0x0)->GetClass(); } } // end of namespace ROOT namespace ROOT { // Wrappers around operator new static void *new_vectorlEshortgR(void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector : new vector; } static void *newArray_vectorlEshortgR(Long_t nElements, void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector[nElements] : new vector[nElements]; } // Wrapper around operator delete static void delete_vectorlEshortgR(void *p) { delete ((vector*)p); } static void deleteArray_vectorlEshortgR(void *p) { delete [] ((vector*)p); } static void destruct_vectorlEshortgR(void *p) { typedef vector current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class vector /******************************************************** * ../dict/ICDCDigit_Dict.cxx * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3)) #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif extern "C" void G__cpp_reset_tagtableICDCDigit_Dict(); extern "C" void G__set_cpp_environmentICDCDigit_Dict() { G__cpp_reset_tagtableICDCDigit_Dict(); } #include extern "C" int G__cpp_dllrevICDCDigit_Dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* COMET::ICDCDigit */ static int G__ICDCDigit_Dict_512_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::ICDCDigit* p = NULL; char* gvp = (char*) G__getgvp(); int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::ICDCDigit[n]; } else { p = new((void*) gvp) COMET::ICDCDigit[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::ICDCDigit; } else { p = new((void*) gvp) COMET::ICDCDigit; } } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit)); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::ICDCDigit* p = NULL; char* gvp = (char*) G__getgvp(); //m: 3 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::ICDCDigit( *((COMET::IChannelId*) G__int(libp->para[0])), (short) G__int(libp->para[1]) , *((vector*) G__int(libp->para[2]))); } else { p = new((void*) gvp) COMET::ICDCDigit( *((COMET::IChannelId*) G__int(libp->para[0])), (short) G__int(libp->para[1]) , *((vector*) G__int(libp->para[2]))); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit)); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const COMET::ICDCDigit*) G__getstructoffset())->GetFirstTimeSample()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const COMET::ICDCDigit*) G__getstructoffset())->GetNumberOfTimeSamples()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const COMET::ICDCDigit*) G__getstructoffset())->GetADC((unsigned int) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const vector* pobj; const vector xobj = ((const COMET::ICDCDigit*) G__getstructoffset())->GetADCs(); pobj = new vector(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) COMET::ICDCDigit::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::ICDCDigit::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) COMET::ICDCDigit::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::ICDCDigit::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::ICDCDigit*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::ICDCDigit::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::ICDCDigit::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::ICDCDigit::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICDCDigit_Dict_512_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::ICDCDigit::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__ICDCDigit_Dict_512_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::ICDCDigit* p; void* tmp = (void*) G__int(libp->para[0]); p = new COMET::ICDCDigit(*(COMET::ICDCDigit*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef COMET::ICDCDigit G__TCOMETcLcLICDCDigit; static int G__ICDCDigit_Dict_512_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 0 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (COMET::ICDCDigit*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((COMET::ICDCDigit*) (soff+(sizeof(COMET::ICDCDigit)*i)))->~G__TCOMETcLcLICDCDigit(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (COMET::ICDCDigit*) soff; } else { G__setgvp((long) G__PVOID); ((COMET::ICDCDigit*) (soff))->~G__TCOMETcLcLICDCDigit(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__ICDCDigit_Dict_512_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::ICDCDigit* dest = (COMET::ICDCDigit*) G__getstructoffset(); *dest = *(COMET::ICDCDigit*) libp->para[0].ref; const COMET::ICDCDigit& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* COMET::ICDCDigit */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncICDCDigit_Dict { public: G__Sizep2memfuncICDCDigit_Dict(): p(&G__Sizep2memfuncICDCDigit_Dict::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncICDCDigit_Dict::*p)(); }; size_t G__get_sizep2memfuncICDCDigit_Dict() { G__Sizep2memfuncICDCDigit_Dict a; G__setsizep2memfunc((int)a.sizep2memfunc()); return((size_t)a.sizep2memfunc()); } /********************************************************* * virtual base class offset calculation interface *********************************************************/ /* Setting up class inheritance */ /********************************************************* * Inheritance information setup/ *********************************************************/ extern "C" void G__cpp_setup_inheritanceICDCDigit_Dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit))) { COMET::ICDCDigit *G__Lderived; G__Lderived=(COMET::ICDCDigit*)0x1000; { COMET::IDigit *G__Lpbase=(COMET::IDigit*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit),G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLIDigit),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableICDCDigit_Dict() { /* Setting up typedef entry */ G__search_typename2("Version_t",115,-1,0,-1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLErrorPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLErrorPrioritygRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLErrorPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLErrorPrioritygRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLErrorPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLErrorPrioritygRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map >",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLErrorPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLErrorPrioritygRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLLogPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLLogPrioritygRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLLogPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLLogPrioritygRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLLogPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLLogPrioritygRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map >",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLLogPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLLogPrioritygRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitmUcOallocatorlECOMETcLcLIDigitmUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDigitmUcOallocatorlECOMETcLcLIDigitmUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitmUcOallocatorlECOMETcLcLIDigitmUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDigitmUcOallocatorlECOMETcLcLIDigitmUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitmUcOallocatorlECOMETcLcLIDigitmUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitHeadermUcOallocatorlECOMETcLcLIDigitHeadermUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDigitHeadermUcOallocatorlECOMETcLcLIDigitHeadermUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitHeadermUcOallocatorlECOMETcLcLIDigitHeadermUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDigitHeadermUcOallocatorlECOMETcLcLIDigitHeadermUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitHeadermUcOallocatorlECOMETcLcLIDigitHeadermUgRsPgR)); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* COMET::ICDCDigit */ static void G__setup_memvarCOMETcLcLICDCDigit(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit)); { COMET::ICDCDigit *p; p=(COMET::ICDCDigit*)0x1000; if (p) { } G__memvar_setup((void*)0,115,0,0,-1,-1,-1,4,"fFirstTimeSample=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlEshortcOallocatorlEshortgRsPgR),G__defined_typename("vector"),-1,4,"fADCs=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__ICDCDigit_DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarICDCDigit_Dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncCOMETcLcLICDCDigit(void) { /* COMET::ICDCDigit */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit)); G__memfunc_setup("ICDCDigit",772,G__ICDCDigit_Dict_512_0_1, 105, G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("ICDCDigit",772,G__ICDCDigit_Dict_512_0_2, 105, G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit), -1, 0, 3, 1, 1, 0, "u 'COMET::IChannelId' - 0 - chan s - - 0 - time " "u 'vector >' 'vector' 0 - adcs", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetFirstTimeSample",1817,G__ICDCDigit_Dict_512_0_3, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetNumberOfTimeSamples",2210,G__ICDCDigit_Dict_512_0_4, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetADC",488,G__ICDCDigit_Dict_512_0_5, 105, -1, -1, 0, 1, 1, 1, 8, "h - - 0 - t", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetADCs",603,G__ICDCDigit_Dict_512_0_6, 117, G__get_linked_tagnum(&G__ICDCDigit_DictLN_vectorlEshortcOallocatorlEshortgRsPgR), G__defined_typename("vector"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("ls",223,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Class",502,G__ICDCDigit_Dict_512_0_8, 85, G__get_linked_tagnum(&G__ICDCDigit_DictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&COMET::ICDCDigit::Class) ), 0); G__memfunc_setup("Class_Name",982,G__ICDCDigit_Dict_512_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::ICDCDigit::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__ICDCDigit_Dict_512_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&COMET::ICDCDigit::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__ICDCDigit_Dict_512_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&COMET::ICDCDigit::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__ICDCDigit_DictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__ICDCDigit_Dict_512_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__ICDCDigit_Dict_512_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::ICDCDigit::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__ICDCDigit_Dict_512_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::ICDCDigit::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__ICDCDigit_Dict_512_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::ICDCDigit::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__ICDCDigit_Dict_512_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::ICDCDigit::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("ICDCDigit", 772, G__ICDCDigit_Dict_512_0_20, (int) ('i'), G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit), -1, 0, 1, 1, 1, 0, "u 'COMET::ICDCDigit' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~ICDCDigit", 898, G__ICDCDigit_Dict_512_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); // automatic assignment operator G__memfunc_setup("operator=", 937, G__ICDCDigit_Dict_512_0_22, (int) ('u'), G__get_linked_tagnum(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit), -1, 1, 1, 1, 1, 0, "u 'COMET::ICDCDigit' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncICDCDigit_Dict() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalICDCDigit_Dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { } static void G__cpp_setup_func12() { } static void G__cpp_setup_func13() { } static void G__cpp_setup_func14() { } static void G__cpp_setup_func15() { } static void G__cpp_setup_func16() { } static void G__cpp_setup_func17() { } static void G__cpp_setup_func18() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcICDCDigit_Dict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); G__cpp_setup_func5(); G__cpp_setup_func6(); G__cpp_setup_func7(); G__cpp_setup_func8(); G__cpp_setup_func9(); G__cpp_setup_func10(); G__cpp_setup_func11(); G__cpp_setup_func12(); G__cpp_setup_func13(); G__cpp_setup_func14(); G__cpp_setup_func15(); G__cpp_setup_func16(); G__cpp_setup_func17(); G__cpp_setup_func18(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__ICDCDigit_DictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_vectorlEshortcOallocatorlEshortgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator" , 115 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_COMET = { "COMET" , 110 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_COMETcLcLIChannelId = { "COMET::IChannelId" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLErrorPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLErrorPrioritygRsPgRsPgR = { "map,allocator > >" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLLogPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLLogPrioritygRsPgRsPgR = { "map,allocator > >" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_COMETcLcLIDigit = { "COMET::IDigit" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitmUcOallocatorlECOMETcLcLIDigitmUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDigitmUcOallocatorlECOMETcLcLIDigitmUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitHeadermUcOallocatorlECOMETcLcLIDigitHeadermUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDigitHeadermUcOallocatorlECOMETcLcLIDigitHeadermUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__ICDCDigit_DictLN_COMETcLcLICDCDigit = { "COMET::ICDCDigit" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableICDCDigit_Dict() { G__ICDCDigit_DictLN_TClass.tagnum = -1 ; G__ICDCDigit_DictLN_TBuffer.tagnum = -1 ; G__ICDCDigit_DictLN_TMemberInspector.tagnum = -1 ; G__ICDCDigit_DictLN_vectorlEshortcOallocatorlEshortgRsPgR.tagnum = -1 ; G__ICDCDigit_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__ICDCDigit_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__ICDCDigit_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__ICDCDigit_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__ICDCDigit_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ; G__ICDCDigit_DictLN_COMET.tagnum = -1 ; G__ICDCDigit_DictLN_COMETcLcLIChannelId.tagnum = -1 ; G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLErrorPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLErrorPrioritygRsPgRsPgR.tagnum = -1 ; G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLLogPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLLogPrioritygRsPgRsPgR.tagnum = -1 ; G__ICDCDigit_DictLN_COMETcLcLIDigit.tagnum = -1 ; G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitmUcOallocatorlECOMETcLcLIDigitmUgRsPgR.tagnum = -1 ; G__ICDCDigit_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDigitmUcOallocatorlECOMETcLcLIDigitmUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitHeadermUcOallocatorlECOMETcLcLIDigitHeadermUgRsPgR.tagnum = -1 ; G__ICDCDigit_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDigitHeadermUcOallocatorlECOMETcLcLIDigitHeadermUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__ICDCDigit_DictLN_COMETcLcLICDCDigit.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableICDCDigit_Dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_TClass); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_TBuffer); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_vectorlEshortcOallocatorlEshortgRsPgR); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_COMET); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_COMETcLcLIChannelId); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLErrorPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLErrorPrioritygRsPgRsPgR); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_maplEstringcOCOMETcLcLICOMETLogcLcLLogPrioritycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOCOMETcLcLICOMETLogcLcLLogPrioritygRsPgRsPgR); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_COMETcLcLIDigit); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitmUcOallocatorlECOMETcLcLIDigitmUgRsPgR); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDigitmUcOallocatorlECOMETcLcLIDigitmUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_vectorlECOMETcLcLIDigitHeadermUcOallocatorlECOMETcLcLIDigitHeadermUgRsPgR); G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDigitHeadermUcOallocatorlECOMETcLcLIDigitHeadermUgRsPgRcLcLiteratorgR); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__ICDCDigit_DictLN_COMETcLcLICDCDigit),sizeof(COMET::ICDCDigit),-1,296192,(char*)NULL,G__setup_memvarCOMETcLcLICDCDigit,G__setup_memfuncCOMETcLcLICDCDigit); } extern "C" void G__cpp_setupICDCDigit_Dict(void) { G__check_setup_version(30051515,"G__cpp_setupICDCDigit_Dict()"); G__set_cpp_environmentICDCDigit_Dict(); G__cpp_setup_tagtableICDCDigit_Dict(); G__cpp_setup_inheritanceICDCDigit_Dict(); G__cpp_setup_typetableICDCDigit_Dict(); G__cpp_setup_memvarICDCDigit_Dict(); G__cpp_setup_memfuncICDCDigit_Dict(); G__cpp_setup_globalICDCDigit_Dict(); G__cpp_setup_funcICDCDigit_Dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncICDCDigit_Dict(); return; } class G__cpp_setup_initICDCDigit_Dict { public: G__cpp_setup_initICDCDigit_Dict() { G__add_setup_func("ICDCDigit_Dict",(G__incsetup)(&G__cpp_setupICDCDigit_Dict)); G__call_setup_funcs(); } ~G__cpp_setup_initICDCDigit_Dict() { G__remove_setup_func("ICDCDigit_Dict"); } }; G__cpp_setup_initICDCDigit_Dict G__cpp_setup_initializerICDCDigit_Dict;