// // File generated by /cvmfs/auger.egi.eu/Auger_ape/External/root/5.34.03/bin/rootcint at Wed Oct 15 13:44:35 2014 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME dIcvmfsdIaugerdOegidOeudIAuger_apedIbuilddIcdasdIcdasmIv5r0mIbuilddIIoAugerdIv1r0dIsrcdIAugerEventDictionary #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 "AugerEventDictionary.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" // START OF SHADOWS namespace ROOT { namespace Shadow { } // of namespace Shadow } // of namespace ROOT // END OF SHADOWS namespace ROOT { void AugerEvent_ShowMembers(void *obj, TMemberInspector &R__insp); static void *new_AugerEvent(void *p = 0); static void *newArray_AugerEvent(Long_t size, void *p); static void delete_AugerEvent(void *p); static void deleteArray_AugerEvent(void *p); static void destruct_AugerEvent(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::AugerEvent*) { ::AugerEvent *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::AugerEvent >(0); static ::ROOT::TGenericClassInfo instance("AugerEvent", ::AugerEvent::Class_Version(), "/cvmfs/auger.egi.eu/Auger_ape/build/cdas/cdas-v5r0/IoAuger/v1r0/src/AugerEvent.h", 29, typeid(::AugerEvent), DefineBehavior(ptr, ptr), &::AugerEvent::Dictionary, isa_proxy, 4, sizeof(::AugerEvent) ); instance.SetNew(&new_AugerEvent); instance.SetNewArray(&newArray_AugerEvent); instance.SetDelete(&delete_AugerEvent); instance.SetDeleteArray(&deleteArray_AugerEvent); instance.SetDestructor(&destruct_AugerEvent); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::AugerEvent*) { return GenerateInitInstanceLocal((::AugerEvent*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::AugerEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT //______________________________________________________________________________ TClass *AugerEvent::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *AugerEvent::Class_Name() { return "AugerEvent"; } //______________________________________________________________________________ const char *AugerEvent::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::AugerEvent*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int AugerEvent::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::AugerEvent*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void AugerEvent::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::AugerEvent*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *AugerEvent::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::AugerEvent*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void AugerEvent::Streamer(TBuffer &R__b) { // Stream an object of class AugerEvent. if (R__b.IsReading()) { R__b.ReadClassBuffer(AugerEvent::Class(),this); } else { R__b.WriteClassBuffer(AugerEvent::Class(),this); } } //______________________________________________________________________________ void AugerEvent::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class AugerEvent. TClass *R__cl = ::AugerEvent::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "Type", &Type); R__insp.Inspect(R__cl, R__insp.GetParent(), "EventId", &EventId); R__insp.Inspect(R__cl, R__insp.GetParent(), "*SEvent", &SEvent); R__insp.Inspect(R__cl, R__insp.GetParent(), "Eyes", (void*)&Eyes); R__insp.InspectMember("AugerEvent::EyesContainer", (void*)&Eyes, "Eyes.", false); TObject::ShowMembers(R__insp); } namespace ROOT { // Wrappers around operator new static void *new_AugerEvent(void *p) { return p ? new(p) ::AugerEvent : new ::AugerEvent; } static void *newArray_AugerEvent(Long_t nElements, void *p) { return p ? new(p) ::AugerEvent[nElements] : new ::AugerEvent[nElements]; } // Wrapper around operator delete static void delete_AugerEvent(void *p) { delete ((::AugerEvent*)p); } static void deleteArray_AugerEvent(void *p) { delete [] ((::AugerEvent*)p); } static void destruct_AugerEvent(void *p) { typedef ::AugerEvent current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::AugerEvent namespace ROOT { void vectorlETEyeEventgR_ShowMembers(void *obj, TMemberInspector &R__insp); static void vectorlETEyeEventgR_Dictionary(); static void *new_vectorlETEyeEventgR(void *p = 0); static void *newArray_vectorlETEyeEventgR(Long_t size, void *p); static void delete_vectorlETEyeEventgR(void *p); static void deleteArray_vectorlETEyeEventgR(void *p); static void destruct_vectorlETEyeEventgR(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, "prec_stl/vector", 49, typeid(vector), DefineBehavior(ptr, ptr), 0, &vectorlETEyeEventgR_Dictionary, isa_proxy, 0, sizeof(vector) ); instance.SetNew(&new_vectorlETEyeEventgR); instance.SetNewArray(&newArray_vectorlETEyeEventgR); instance.SetDelete(&delete_vectorlETEyeEventgR); instance.SetDeleteArray(&deleteArray_vectorlETEyeEventgR); instance.SetDestructor(&destruct_vectorlETEyeEventgR); 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 vectorlETEyeEventgR_Dictionary() { ::ROOT::GenerateInitInstanceLocal((const vector*)0x0)->GetClass(); } } // end of namespace ROOT namespace ROOT { // Wrappers around operator new static void *new_vectorlETEyeEventgR(void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector : new vector; } static void *newArray_vectorlETEyeEventgR(Long_t nElements, void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector[nElements] : new vector[nElements]; } // Wrapper around operator delete static void delete_vectorlETEyeEventgR(void *p) { delete ((vector*)p); } static void deleteArray_vectorlETEyeEventgR(void *p) { delete [] ((vector*)p); } static void destruct_vectorlETEyeEventgR(void *p) { typedef vector current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class vector /******************************************************** * /cvmfs/auger.egi.eu/Auger_ape/build/cdas/cdas-v5r0-build/IoAuger/v1r0/src/AugerEventDictionary.cc * 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_tagtableAugerEventDictionary(); extern "C" void G__set_cpp_environmentAugerEventDictionary() { G__add_compiledheader("TObject.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("AugerEvent.h"); G__add_compiledheader("AugerFile.h"); G__add_compiledheader("AugerIoSd.h"); G__add_compiledheader("AugerKey.h"); G__add_compiledheader("IoAuger.h"); G__cpp_reset_tagtableAugerEventDictionary(); } #include extern "C" int G__cpp_dllrevAugerEventDictionary() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* AugerEvent */ static int G__AugerEventDictionary_267_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { AugerEvent* p = NULL; char* gvp = (char*) G__getgvp(); int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new AugerEvent[n]; } else { p = new((void*) gvp) AugerEvent[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new AugerEvent; } else { p = new((void*) gvp) AugerEvent; } } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent)); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { AugerEvent* p = NULL; char* gvp = (char*) G__getgvp(); //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new AugerEvent(*(AugerEvent*) libp->para[0].ref); } else { p = new((void*) gvp) AugerEvent(*(AugerEvent*) libp->para[0].ref); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent)); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const AugerEvent& obj = ((AugerEvent*) G__getstructoffset())->operator=(*(AugerEvent*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letULonglong(result7, 109, (G__uint64) ((const AugerEvent*) G__getstructoffset())->Id()); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const AugerEvent*) G__getstructoffset())->IsHybrid()); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const AugerEvent*) G__getstructoffset())->HasSd()); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const IoSdEvent& obj = ((AugerEvent*) G__getstructoffset())->Sd(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const IoSdEvent& obj = ((const AugerEvent*) G__getstructoffset())->Sd(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { AugerEvent::EyeIterator* pobj; AugerEvent::EyeIterator xobj = ((AugerEvent*) G__getstructoffset())->EyesBegin(); pobj = new AugerEvent::EyeIterator(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__AugerEventDictionary_267_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const AugerEvent::ConstEyeIterator* pobj; const AugerEvent::ConstEyeIterator xobj = ((const AugerEvent*) G__getstructoffset())->EyesBegin(); pobj = new AugerEvent::ConstEyeIterator(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__AugerEventDictionary_267_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { AugerEvent::EyeIterator* pobj; AugerEvent::EyeIterator xobj = ((AugerEvent*) G__getstructoffset())->EyesEnd(); pobj = new AugerEvent::EyeIterator(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__AugerEventDictionary_267_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const AugerEvent::ConstEyeIterator* pobj; const AugerEvent::ConstEyeIterator xobj = ((const AugerEvent*) G__getstructoffset())->EyesEnd(); pobj = new AugerEvent::ConstEyeIterator(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__AugerEventDictionary_267_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TEyeEvent& obj = ((AugerEvent*) G__getstructoffset())->Eye((unsigned int) G__int(libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TEyeEvent& obj = ((const AugerEvent*) G__getstructoffset())->Eye((unsigned int) G__int(libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((AugerEvent*) G__getstructoffset())->PushEvent(*(IoSdEvent*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((AugerEvent*) G__getstructoffset())->PushEvent(*(TEyeEvent*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) AugerEvent::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) AugerEvent::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) AugerEvent::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { AugerEvent::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((AugerEvent*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) AugerEvent::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) AugerEvent::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) AugerEvent::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__AugerEventDictionary_267_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) AugerEvent::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef AugerEvent G__TAugerEvent; static int G__AugerEventDictionary_267_0_29(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: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (AugerEvent*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((AugerEvent*) (soff+(sizeof(AugerEvent)*i)))->~G__TAugerEvent(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (AugerEvent*) soff; } else { G__setgvp((long) G__PVOID); ((AugerEvent*) (soff))->~G__TAugerEvent(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* AugerEvent */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncAugerEventDictionary { public: G__Sizep2memfuncAugerEventDictionary(): p(&G__Sizep2memfuncAugerEventDictionary::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncAugerEventDictionary::*p)(); }; size_t G__get_sizep2memfuncAugerEventDictionary() { G__Sizep2memfuncAugerEventDictionary 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_inheritanceAugerEventDictionary() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent))) { AugerEvent *G__Lderived; G__Lderived=(AugerEvent*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent),G__get_linked_tagnum(&G__AugerEventDictionaryLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableAugerEventDictionary() { /* 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__AugerEventDictionaryLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("AugerEventId",109,-1,0,-1); G__setnewtype(-1,"should be EventId, but we have a name conflict",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("EyesContainer",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent)); G__setnewtype(-1,NULL,0); G__search_typename2("EyeIterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent)); G__setnewtype(-1,NULL,0); G__search_typename2("ConstEyeIterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEstringcOallocatorlEstringgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEstringcOallocatorlEstringgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETFilemUcOallocatorlETFilemUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETFilemUcOallocatorlETFilemUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETFilemUcOallocatorlETFilemUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETFilemUcOallocatorlETFilemUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETFilemUcOallocatorlETFilemUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("TVectorT",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_TVectorTlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TVectorT",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_TVectorTlEdoublegR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdStationcOallocatorlEIoSdStationgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdStationcOallocatorlEIoSdStationgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdStationcOallocatorlEIoSdStationgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdStationcOallocatorlEIoSdStationgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdStationcOallocatorlEIoSdStationgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdT3TriggercOallocatorlEIoSdT3TriggergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdT3TriggercOallocatorlEIoSdT3TriggergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdT3TriggercOallocatorlEIoSdT3TriggergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdT3TriggercOallocatorlEIoSdT3TriggergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdT3TriggercOallocatorlEIoSdT3TriggergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdFilecOallocatorlEIoSdFilegRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdFilecOallocatorlEIoSdFilegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdFilecOallocatorlEIoSdFilegRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdFilecOallocatorlEIoSdFilegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdFilecOallocatorlEIoSdFilegRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdKeycOallocatorlEIoSdKeygRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdKeycOallocatorlEIoSdKeygRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdKeycOallocatorlEIoSdKeygRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdKeycOallocatorlEIoSdKeygRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlEIoSdKeycOallocatorlEIoSdKeygRsPgR)); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* AugerEvent */ static void G__setup_memvarAugerEvent(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent)); { AugerEvent *p; p=(AugerEvent*)0x1000; if (p) { } G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEventcLcLTDataType),-1,-2,1,G__FastAllocString(2048).Format("eReal=%lldLL",(long long)AugerEvent::eReal).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEventcLcLTDataType),-1,-2,1,G__FastAllocString(2048).Format("eCLF=%lldLL",(long long)AugerEvent::eCLF).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEventcLcLTDataType),-1,-2,1,G__FastAllocString(2048).Format("eUnknown=%lldLL",(long long)AugerEvent::eUnknown).data(),0,(char*)NULL); G__memvar_setup((void*)((long)(&p->Type)-(long)(p)),105,0,0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEventcLcLTDataType),-1,-1,1,"Type=",0,"! does not go to file (carried by the AugerKey)"); G__memvar_setup((void*)((long)(&p->EventId)-(long)(p)),109,0,0,-1,G__defined_typename("AugerEventId"),-1,1,"EventId=",0,"! should not go to file. Id is read from the key"); G__memvar_setup((void*)((long)(&p->SEvent)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_IoSdEvent),-1,-1,1,"SEvent=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->Eyes)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgR),G__defined_typename("EyesContainer"),-1,1,"Eyes=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__AugerEventDictionaryLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarAugerEventDictionary() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncAugerEvent(void) { /* AugerEvent */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent)); G__memfunc_setup("AugerEvent",1014,G__AugerEventDictionary_267_0_1, 105, G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("AugerEvent",1014,G__AugerEventDictionary_267_0_2, 105, G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent), -1, 0, 1, 1, 1, 0, "u 'AugerEvent' - 11 - theAugerEvent", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator=",937,G__AugerEventDictionary_267_0_3, 117, G__get_linked_tagnum(&G__AugerEventDictionaryLN_AugerEvent), -1, 1, 1, 1, 1, 0, "u 'AugerEvent' - 11 - theAugerEvent", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Id",173,G__AugerEventDictionary_267_0_4, 109, -1, G__defined_typename("AugerEventId"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsHybrid",798,G__AugerEventDictionary_267_0_5, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("HasSd",467,G__AugerEventDictionary_267_0_6, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Sd",183,G__AugerEventDictionary_267_0_7, 117, G__get_linked_tagnum(&G__AugerEventDictionaryLN_IoSdEvent), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Sd",183,G__AugerEventDictionary_267_0_8, 117, G__get_linked_tagnum(&G__AugerEventDictionaryLN_IoSdEvent), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("EyesBegin",891,G__AugerEventDictionary_267_0_9, 117, G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiterator), G__defined_typename("AugerEvent::EyeIterator"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("EyesBegin",891,G__AugerEventDictionary_267_0_10, 117, G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiterator), G__defined_typename("AugerEvent::ConstEyeIterator"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("EyesEnd",685,G__AugerEventDictionary_267_0_11, 117, G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiterator), G__defined_typename("AugerEvent::EyeIterator"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("EyesEnd",685,G__AugerEventDictionary_267_0_12, 117, G__get_linked_tagnum(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiterator), G__defined_typename("AugerEvent::ConstEyeIterator"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Eye",291,G__AugerEventDictionary_267_0_13, 117, G__get_linked_tagnum(&G__AugerEventDictionaryLN_TEyeEvent), -1, 1, 1, 1, 1, 0, "h - - 0 - pos", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Eye",291,G__AugerEventDictionary_267_0_14, 117, G__get_linked_tagnum(&G__AugerEventDictionaryLN_TEyeEvent), -1, 1, 1, 1, 1, 9, "h - - 0 - pos", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("PushEvent",930,G__AugerEventDictionary_267_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'IoSdEvent' - 11 - sdevent", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("PushEvent",930,G__AugerEventDictionary_267_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TEyeEvent' - 11 - eyeevent", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__AugerEventDictionary_267_0_17, 85, G__get_linked_tagnum(&G__AugerEventDictionaryLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&AugerEvent::Class) ), 0); G__memfunc_setup("Class_Name",982,G__AugerEventDictionary_267_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&AugerEvent::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__AugerEventDictionary_267_0_19, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&AugerEvent::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__AugerEventDictionary_267_0_20, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&AugerEvent::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__AugerEventDictionaryLN_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__AugerEventDictionary_267_0_24, 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__AugerEventDictionary_267_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&AugerEvent::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__AugerEventDictionary_267_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&AugerEvent::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__AugerEventDictionary_267_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&AugerEvent::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__AugerEventDictionary_267_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&AugerEvent::DeclFileLine) ), 0); // automatic destructor G__memfunc_setup("~AugerEvent", 1140, G__AugerEventDictionary_267_0_29, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncAugerEventDictionary() { } /********************************************************* * 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() { } static void G__cpp_setup_global2() { } static void G__cpp_setup_global3() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalAugerEventDictionary() { G__cpp_setup_global0(); G__cpp_setup_global1(); G__cpp_setup_global2(); G__cpp_setup_global3(); } /********************************************************* * 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() { } static void G__cpp_setup_func19() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcAugerEventDictionary() { 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(); G__cpp_setup_func19(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__AugerEventDictionaryLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_vectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_TEyeEvent = { "TEyeEvent" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator" , 115 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_IoSdEvent = { "IoSdEvent" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_AugerEvent = { "AugerEvent" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_AugerEventcLcLTDataType = { "AugerEvent::TDataType" , 101 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiterator = { "vector >::iterator" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_vectorlEstringcOallocatorlEstringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_vectorlETFilemUcOallocatorlETFilemUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETFilemUcOallocatorlETFilemUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_TVectorTlEfloatgR = { "TVectorT" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_TVectorTlEdoublegR = { "TVectorT" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_vectorlEIoSdStationcOallocatorlEIoSdStationgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdStationcOallocatorlEIoSdStationgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_vectorlEIoSdT3TriggercOallocatorlEIoSdT3TriggergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdT3TriggercOallocatorlEIoSdT3TriggergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_vectorlEIoSdFilecOallocatorlEIoSdFilegRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdFilecOallocatorlEIoSdFilegRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_vectorlEIoSdKeycOallocatorlEIoSdKeygRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdKeycOallocatorlEIoSdKeygRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableAugerEventDictionary() { G__AugerEventDictionaryLN_TClass.tagnum = -1 ; G__AugerEventDictionaryLN_TBuffer.tagnum = -1 ; G__AugerEventDictionaryLN_TMemberInspector.tagnum = -1 ; G__AugerEventDictionaryLN_TObject.tagnum = -1 ; G__AugerEventDictionaryLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__AugerEventDictionaryLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__AugerEventDictionaryLN_vectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgR.tagnum = -1 ; G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgRcLcLiteratorgR.tagnum = -1 ; G__AugerEventDictionaryLN_TEyeEvent.tagnum = -1 ; G__AugerEventDictionaryLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ; G__AugerEventDictionaryLN_IoSdEvent.tagnum = -1 ; G__AugerEventDictionaryLN_AugerEvent.tagnum = -1 ; G__AugerEventDictionaryLN_AugerEventcLcLTDataType.tagnum = -1 ; G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgR.tagnum = -1 ; G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiterator.tagnum = -1 ; G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiteratorgR.tagnum = -1 ; G__AugerEventDictionaryLN_vectorlEstringcOallocatorlEstringgRsPgR.tagnum = -1 ; G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__AugerEventDictionaryLN_vectorlETFilemUcOallocatorlETFilemUgRsPgR.tagnum = -1 ; G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETFilemUcOallocatorlETFilemUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__AugerEventDictionaryLN_TVectorTlEfloatgR.tagnum = -1 ; G__AugerEventDictionaryLN_TVectorTlEdoublegR.tagnum = -1 ; G__AugerEventDictionaryLN_vectorlEIoSdStationcOallocatorlEIoSdStationgRsPgR.tagnum = -1 ; G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdStationcOallocatorlEIoSdStationgRsPgRcLcLiteratorgR.tagnum = -1 ; G__AugerEventDictionaryLN_vectorlEIoSdT3TriggercOallocatorlEIoSdT3TriggergRsPgR.tagnum = -1 ; G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdT3TriggercOallocatorlEIoSdT3TriggergRsPgRcLcLiteratorgR.tagnum = -1 ; G__AugerEventDictionaryLN_vectorlEIoSdFilecOallocatorlEIoSdFilegRsPgR.tagnum = -1 ; G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdFilecOallocatorlEIoSdFilegRsPgRcLcLiteratorgR.tagnum = -1 ; G__AugerEventDictionaryLN_vectorlEIoSdKeycOallocatorlEIoSdKeygRsPgR.tagnum = -1 ; G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdKeycOallocatorlEIoSdKeygRsPgRcLcLiteratorgR.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableAugerEventDictionary() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_TClass); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_TBuffer); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_TObject); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_vectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryReccOallocatorlEFdUtilcLcLTimeConvertcLcL_LeapSecondEntryRecgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_TEyeEvent); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_IoSdEvent); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_AugerEvent),sizeof(AugerEvent),-1,294656,(char*)NULL,G__setup_memvarAugerEvent,G__setup_memfuncAugerEvent); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_AugerEventcLcLTDataType); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_vectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiterator); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETEyeEventcOallocatorlETEyeEventgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_vectorlEstringcOallocatorlEstringgRsPgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_vectorlETFilemUcOallocatorlETFilemUgRsPgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlETFilemUcOallocatorlETFilemUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_TVectorTlEfloatgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_TVectorTlEdoublegR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_vectorlEIoSdStationcOallocatorlEIoSdStationgRsPgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdStationcOallocatorlEIoSdStationgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_vectorlEIoSdT3TriggercOallocatorlEIoSdT3TriggergRsPgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdT3TriggercOallocatorlEIoSdT3TriggergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_vectorlEIoSdFilecOallocatorlEIoSdFilegRsPgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdFilecOallocatorlEIoSdFilegRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_vectorlEIoSdKeycOallocatorlEIoSdKeygRsPgR); G__get_linked_tagnum_fwd(&G__AugerEventDictionaryLN_reverse_iteratorlEvectorlEIoSdKeycOallocatorlEIoSdKeygRsPgRcLcLiteratorgR); } extern "C" void G__cpp_setupAugerEventDictionary(void) { G__check_setup_version(30051515,"G__cpp_setupAugerEventDictionary()"); G__set_cpp_environmentAugerEventDictionary(); G__cpp_setup_tagtableAugerEventDictionary(); G__cpp_setup_inheritanceAugerEventDictionary(); G__cpp_setup_typetableAugerEventDictionary(); G__cpp_setup_memvarAugerEventDictionary(); G__cpp_setup_memfuncAugerEventDictionary(); G__cpp_setup_globalAugerEventDictionary(); G__cpp_setup_funcAugerEventDictionary(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncAugerEventDictionary(); return; } class G__cpp_setup_initAugerEventDictionary { public: G__cpp_setup_initAugerEventDictionary() { G__add_setup_func("AugerEventDictionary",(G__incsetup)(&G__cpp_setupAugerEventDictionary)); G__call_setup_funcs(); } ~G__cpp_setup_initAugerEventDictionary() { G__remove_setup_func("AugerEventDictionary"); } }; G__cpp_setup_initAugerEventDictionary G__cpp_setup_initializerAugerEventDictionary;