// // File generated by /vols/comet00/users/bek07/ICEDUST/CernVMFSProject/packages/EXTERNALS/ROOT/Linux-x86_64/root-install/bin/rootcint at Mon Sep 14 04:23:39 2015 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME dOdOdIdictdIIRawDataHeader_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 "IRawDataHeader_Dict.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 COMETcLcLIRawDataHeader_ShowMembers(void *obj, TMemberInspector &R__insp); static void *new_COMETcLcLIRawDataHeader(void *p = 0); static void *newArray_COMETcLcLIRawDataHeader(Long_t size, void *p); static void delete_COMETcLcLIRawDataHeader(void *p); static void deleteArray_COMETcLcLIRawDataHeader(void *p); static void destruct_COMETcLcLIRawDataHeader(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::COMET::IRawDataHeader*) { ::COMET::IRawDataHeader *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::COMET::IRawDataHeader >(0); static ::ROOT::TGenericClassInfo instance("COMET::IRawDataHeader", ::COMET::IRawDataHeader::Class_Version(), "./../src/IRawDataHeader.hxx", 30, typeid(::COMET::IRawDataHeader), DefineBehavior(ptr, ptr), &::COMET::IRawDataHeader::Dictionary, isa_proxy, 4, sizeof(::COMET::IRawDataHeader) ); instance.SetNew(&new_COMETcLcLIRawDataHeader); instance.SetNewArray(&newArray_COMETcLcLIRawDataHeader); instance.SetDelete(&delete_COMETcLcLIRawDataHeader); instance.SetDeleteArray(&deleteArray_COMETcLcLIRawDataHeader); instance.SetDestructor(&destruct_COMETcLcLIRawDataHeader); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::COMET::IRawDataHeader*) { return GenerateInitInstanceLocal((::COMET::IRawDataHeader*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::COMET::IRawDataHeader*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace COMET { //______________________________________________________________________________ TClass *IRawDataHeader::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *IRawDataHeader::Class_Name() { return "COMET::IRawDataHeader"; } //______________________________________________________________________________ const char *IRawDataHeader::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::IRawDataHeader*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int IRawDataHeader::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::IRawDataHeader*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void IRawDataHeader::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::IRawDataHeader*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *IRawDataHeader::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::IRawDataHeader*)0x0)->GetClass(); return fgIsA; } } // namespace COMET namespace COMET { //______________________________________________________________________________ void IRawDataHeader::Streamer(TBuffer &R__b) { // Stream an object of class COMET::IRawDataHeader. if (R__b.IsReading()) { R__b.ReadClassBuffer(COMET::IRawDataHeader::Class(),this); } else { R__b.WriteClassBuffer(COMET::IRawDataHeader::Class(),this); } } } // namespace COMET //______________________________________________________________________________ namespace COMET { void IRawDataHeader::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class COMET::IRawDataHeader. TClass *R__cl = ::COMET::IRawDataHeader::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "fContext", &fContext); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRecordType", &fRecordType); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRun", &fRun); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSubRun", &fSubRun); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimeStamp", &fTimeStamp); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRunType", &fRunType); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSeqNo", &fSeqNo); R__insp.Inspect(R__cl, R__insp.GetParent(), "fErrorCode", &fErrorCode); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTriggerWord", &fTriggerWord); R__insp.Inspect(R__cl, R__insp.GetParent(), "fMCMSecond", &fMCMSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fMCMSubSecond", &fMCMSubSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fMCMTimeSinceBusy", &fMCMTimeSinceBusy); R__insp.Inspect(R__cl, R__insp.GetParent(), "fP0DSecond", &fP0DSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fP0DSubSecond", &fP0DSubSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fP0DTimeSinceBusy", &fP0DTimeSinceBusy); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTPCSecond", &fTPCSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTPCSubSecond", &fTPCSubSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTPCTimeSinceBusy", &fTPCTimeSinceBusy); R__insp.Inspect(R__cl, R__insp.GetParent(), "fFGDSecond", &fFGDSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fFGDSubSecond", &fFGDSubSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fFGDTimeSinceBusy", &fFGDTimeSinceBusy); R__insp.Inspect(R__cl, R__insp.GetParent(), "fECalSecond", &fECalSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fECalSubSecond", &fECalSubSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fECalTimeSinceBusy", &fECalTimeSinceBusy); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSMRDSecond", &fSMRDSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSMRDSubSecond", &fSMRDSubSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSMRDTimeSinceBusy", &fSMRDTimeSinceBusy); R__insp.Inspect(R__cl, R__insp.GetParent(), "fINGRIDSecond", &fINGRIDSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fINGRIDSubSecond", &fINGRIDSubSecond); R__insp.Inspect(R__cl, R__insp.GetParent(), "fINGRIDTimeSinceBusy", &fINGRIDTimeSinceBusy); R__insp.Inspect(R__cl, R__insp.GetParent(), "fCTMTriggerPattern[3]", fCTMTriggerPattern); R__insp.Inspect(R__cl, R__insp.GetParent(), "fFGDCTMTriggerPattern[3]", fFGDCTMTriggerPattern); } } // namespace COMET namespace ROOT { // Wrappers around operator new static void *new_COMETcLcLIRawDataHeader(void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::COMET::IRawDataHeader : new ::COMET::IRawDataHeader; } static void *newArray_COMETcLcLIRawDataHeader(Long_t nElements, void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::COMET::IRawDataHeader[nElements] : new ::COMET::IRawDataHeader[nElements]; } // Wrapper around operator delete static void delete_COMETcLcLIRawDataHeader(void *p) { delete ((::COMET::IRawDataHeader*)p); } static void deleteArray_COMETcLcLIRawDataHeader(void *p) { delete [] ((::COMET::IRawDataHeader*)p); } static void destruct_COMETcLcLIRawDataHeader(void *p) { typedef ::COMET::IRawDataHeader current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::COMET::IRawDataHeader /******************************************************** * ../dict/IRawDataHeader_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_tagtableIRawDataHeader_Dict(); extern "C" void G__set_cpp_environmentIRawDataHeader_Dict() { G__cpp_reset_tagtableIRawDataHeader_Dict(); } #include extern "C" int G__cpp_dllrevIRawDataHeader_Dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* COMET::IRawDataHeader */ static int G__IRawDataHeader_Dict_170_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IRawDataHeader* p = NULL; char* gvp = (char*) G__getgvp(); int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IRawDataHeader[n]; } else { p = new((void*) gvp) COMET::IRawDataHeader[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IRawDataHeader; } else { p = new((void*) gvp) COMET::IRawDataHeader; } } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeader)); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IRawDataHeader* p = NULL; char* gvp = (char*) G__getgvp(); //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IRawDataHeader(*(COMET::IRawDataHeader*) libp->para[0].ref); } else { p = new((void*) gvp) COMET::IRawDataHeader(*(COMET::IRawDataHeader*) libp->para[0].ref); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeader)); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: ((const COMET::IRawDataHeader*) G__getstructoffset())->Print((Option_t*) G__int(libp->para[0])); G__setnull(result7); break; case 0: ((const COMET::IRawDataHeader*) G__getstructoffset())->Print(); G__setnull(result7); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetContext()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetRun()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetSubRun()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetRunType()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetSeqNo()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetTimeStamp()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetErrorCode()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letULonglong(result7, 109, (G__uint64) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetTriggerWord()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetMCMSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetMCMSubSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetMCMTimeSinceBusy()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetP0DSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetP0DSubSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetP0DTimeSinceBusy()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetTPCSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetTPCSubSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetTPCTimeSinceBusy()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetFGDSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetFGDSubSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetFGDTimeSinceBusy()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetECalSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetECalSubSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetECalTimeSinceBusy()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetSMRDSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetSMRDSubSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetSMRDTimeSinceBusy()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetINGRIDSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetINGRIDSubSecond()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetINGRIDTimeSinceBusy()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letULonglong(result7, 109, (G__uint64) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetCTMTriggerPattern((int) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letULonglong(result7, 109, (G__uint64) ((const COMET::IRawDataHeader*) G__getstructoffset())->GetFGDCTMTriggerPattern((int) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetContext(*(TRawContext*) G__Intref(&libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetRun((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetSubRun((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetRunType((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetSeqNo((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetTimeStamp((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetErrorCode((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetTriggerWord((ULong64_t) G__ULonglong(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetMCMSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetMCMSubSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetMCMTimeSinceBusy((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetP0DSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetP0DSubSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetP0DTimeSinceBusy((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetTPCSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetTPCSubSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetTPCTimeSinceBusy((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetFGDSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetFGDSubSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetFGDTimeSinceBusy((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetECalSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetECalSubSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetECalTimeSinceBusy((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetSMRDSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetSMRDSubSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetSMRDTimeSinceBusy((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetINGRIDSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetINGRIDSubSecond((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetINGRIDTimeSinceBusy((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetCTMTriggerPattern((int) G__int(libp->para[0]), (ULong64_t) G__ULonglong(libp->para[1])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetFGDCTMTriggerPattern((int) G__int(libp->para[0]), (ULong64_t) G__ULonglong(libp->para[1])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->IsBeginRun()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->IsEndRun()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->IsMessage()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->IsData()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->SetRecordType((COMET::IRawDataHeader::RecordTypes) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) COMET::IRawDataHeader::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IRawDataHeader::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) COMET::IRawDataHeader::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IRawDataHeader::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const COMET::IRawDataHeader*) G__getstructoffset())->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IRawDataHeader*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IRawDataHeader::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::IRawDataHeader::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IRawDataHeader::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__IRawDataHeader_Dict_170_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::IRawDataHeader::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef COMET::IRawDataHeader G__TCOMETcLcLIRawDataHeader; static int G__IRawDataHeader_Dict_170_0_84(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::IRawDataHeader*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((COMET::IRawDataHeader*) (soff+(sizeof(COMET::IRawDataHeader)*i)))->~G__TCOMETcLcLIRawDataHeader(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (COMET::IRawDataHeader*) soff; } else { G__setgvp((long) G__PVOID); ((COMET::IRawDataHeader*) (soff))->~G__TCOMETcLcLIRawDataHeader(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__IRawDataHeader_Dict_170_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IRawDataHeader* dest = (COMET::IRawDataHeader*) G__getstructoffset(); *dest = *(COMET::IRawDataHeader*) libp->para[0].ref; const COMET::IRawDataHeader& 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::IRawDataHeader */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncIRawDataHeader_Dict { public: G__Sizep2memfuncIRawDataHeader_Dict(): p(&G__Sizep2memfuncIRawDataHeader_Dict::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncIRawDataHeader_Dict::*p)(); }; size_t G__get_sizep2memfuncIRawDataHeader_Dict() { G__Sizep2memfuncIRawDataHeader_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_inheritanceIRawDataHeader_Dict() { /* Setting up class inheritance */ } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableIRawDataHeader_Dict() { /* Setting up typedef entry */ G__search_typename2("UInt_t",104,-1,0,-1); G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0); G__search_typename2("Bool_t",103,-1,0,-1); G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0); G__search_typename2("Version_t",115,-1,0,-1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("Option_t",99,-1,256,-1); G__setnewtype(-1,"Option string (const char)",0); G__search_typename2("ULong64_t",109,-1,0,-1); G__setnewtype(-1,"Portable unsigned long integer 8 bytes",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("TRawContext",105,-1,0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("RecordTypes",117,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeadercLcLRecordTypes),0,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeader)); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* COMET::IRawDataHeader */ static void G__setup_memvarCOMETcLcLIRawDataHeader(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeader)); { COMET::IRawDataHeader *p; p=(COMET::IRawDataHeader*)0x1000; if (p) { } G__memvar_setup((void*)G__PVOID,104,0,1,-1,-1,-2,1,G__FastAllocString(2048).Format("Invalid=%lluULL",(unsigned long long)COMET::IRawDataHeader::Invalid).data(),0,(char*)NULL); G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeadercLcLRecordTypes),-1,-2,1,G__FastAllocString(2048).Format("BeginRun=%lldLL",(long long)COMET::IRawDataHeader::BeginRun).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeadercLcLRecordTypes),-1,-2,1,G__FastAllocString(2048).Format("EndRun=%lldLL",(long long)COMET::IRawDataHeader::EndRun).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeadercLcLRecordTypes),-1,-2,1,G__FastAllocString(2048).Format("Message=%lldLL",(long long)COMET::IRawDataHeader::Message).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeadercLcLRecordTypes),-1,-2,1,G__FastAllocString(2048).Format("Data=%lldLL",(long long)COMET::IRawDataHeader::Data).data(),0,(char*)NULL); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("TRawContext"),-1,4,"fContext=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fRecordType=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fRun=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fSubRun=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fTimeStamp=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fRunType=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fSeqNo=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fErrorCode=",0,(char*)NULL); G__memvar_setup((void*)0,109,0,0,-1,G__defined_typename("ULong64_t"),-1,4,"fTriggerWord=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fMCMSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fMCMSubSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fMCMTimeSinceBusy=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fP0DSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fP0DSubSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fP0DTimeSinceBusy=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fTPCSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fTPCSubSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fTPCTimeSinceBusy=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fFGDSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fFGDSubSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fFGDTimeSinceBusy=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fECalSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fECalSubSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fECalTimeSinceBusy=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fSMRDSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fSMRDSubSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fSMRDTimeSinceBusy=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fINGRIDSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fINGRIDSubSecond=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fINGRIDTimeSinceBusy=",0,(char*)NULL); G__memvar_setup((void*)0,109,0,0,-1,G__defined_typename("ULong64_t"),-1,4,"fCTMTriggerPattern[3]=",0,(char*)NULL); G__memvar_setup((void*)0,109,0,0,-1,G__defined_typename("ULong64_t"),-1,4,"fFGDCTMTriggerPattern[3]=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__IRawDataHeader_DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarIRawDataHeader_Dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncCOMETcLcLIRawDataHeader(void) { /* COMET::IRawDataHeader */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeader)); G__memfunc_setup("IRawDataHeader",1334,G__IRawDataHeader_Dict_170_0_1, 105, G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeader), -1, 0, 0, 5, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IRawDataHeader",1334,G__IRawDataHeader_Dict_170_0_2, 105, G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeader), -1, 0, 1, 1, 1, 0, "u 'COMET::IRawDataHeader' - 11 - rhs", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Print",525,G__IRawDataHeader_Dict_170_0_3, 121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetContext",1029,G__IRawDataHeader_Dict_170_0_4, 105, -1, G__defined_typename("TRawContext"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetRun",597,G__IRawDataHeader_Dict_170_0_5, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetSubRun",895,G__IRawDataHeader_Dict_170_0_6, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetRunType",1015,G__IRawDataHeader_Dict_170_0_7, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetSeqNo",774,G__IRawDataHeader_Dict_170_0_8, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetTimeStamp",1204,G__IRawDataHeader_Dict_170_0_9, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetErrorCode",1189,G__IRawDataHeader_Dict_170_0_10, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetTriggerWord",1424,G__IRawDataHeader_Dict_170_0_11, 109, -1, G__defined_typename("ULong64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetMCMSecond",1113,G__IRawDataHeader_Dict_170_0_12, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetMCMSubSecond",1411,G__IRawDataHeader_Dict_170_0_13, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetMCMTimeSinceBusy",1825,G__IRawDataHeader_Dict_170_0_14, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetP0DSecond",1088,G__IRawDataHeader_Dict_170_0_15, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetP0DSubSecond",1386,G__IRawDataHeader_Dict_170_0_16, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetP0DTimeSinceBusy",1800,G__IRawDataHeader_Dict_170_0_17, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetTPCSecond",1123,G__IRawDataHeader_Dict_170_0_18, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetTPCSubSecond",1421,G__IRawDataHeader_Dict_170_0_19, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetTPCTimeSinceBusy",1835,G__IRawDataHeader_Dict_170_0_20, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetFGDSecond",1101,G__IRawDataHeader_Dict_170_0_21, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetFGDSubSecond",1399,G__IRawDataHeader_Dict_170_0_22, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetFGDTimeSinceBusy",1813,G__IRawDataHeader_Dict_170_0_23, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetECalSecond",1233,G__IRawDataHeader_Dict_170_0_24, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetECalSubSecond",1531,G__IRawDataHeader_Dict_170_0_25, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetECalTimeSinceBusy",1945,G__IRawDataHeader_Dict_170_0_26, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetSMRDSecond",1202,G__IRawDataHeader_Dict_170_0_27, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetSMRDSubSecond",1500,G__IRawDataHeader_Dict_170_0_28, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetSMRDTimeSinceBusy",1914,G__IRawDataHeader_Dict_170_0_29, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetINGRIDSecond",1337,G__IRawDataHeader_Dict_170_0_30, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetINGRIDSubSecond",1635,G__IRawDataHeader_Dict_170_0_31, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetINGRIDTimeSinceBusy",2049,G__IRawDataHeader_Dict_170_0_32, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetCTMTriggerPattern",1974,G__IRawDataHeader_Dict_170_0_33, 109, -1, G__defined_typename("ULong64_t"), 0, 1, 1, 1, 8, "i - - 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetFGDCTMTriggerPattern",2183,G__IRawDataHeader_Dict_170_0_34, 109, -1, G__defined_typename("ULong64_t"), 0, 1, 1, 1, 8, "i - - 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetContext",1041,G__IRawDataHeader_Dict_170_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'TRawContext' 11 - context", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetRun",609,G__IRawDataHeader_Dict_170_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - run", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetSubRun",907,G__IRawDataHeader_Dict_170_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - sub_run", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetRunType",1027,G__IRawDataHeader_Dict_170_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - run_type", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetSeqNo",786,G__IRawDataHeader_Dict_170_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - seq_no", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetTimeStamp",1216,G__IRawDataHeader_Dict_170_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - time_stamp", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetErrorCode",1201,G__IRawDataHeader_Dict_170_0_41, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - error_code", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetTriggerWord",1436,G__IRawDataHeader_Dict_170_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "m - 'ULong64_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetMCMSecond",1125,G__IRawDataHeader_Dict_170_0_43, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetMCMSubSecond",1423,G__IRawDataHeader_Dict_170_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetMCMTimeSinceBusy",1837,G__IRawDataHeader_Dict_170_0_45, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetP0DSecond",1100,G__IRawDataHeader_Dict_170_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetP0DSubSecond",1398,G__IRawDataHeader_Dict_170_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetP0DTimeSinceBusy",1812,G__IRawDataHeader_Dict_170_0_48, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetTPCSecond",1135,G__IRawDataHeader_Dict_170_0_49, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetTPCSubSecond",1433,G__IRawDataHeader_Dict_170_0_50, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetTPCTimeSinceBusy",1847,G__IRawDataHeader_Dict_170_0_51, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetFGDSecond",1113,G__IRawDataHeader_Dict_170_0_52, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetFGDSubSecond",1411,G__IRawDataHeader_Dict_170_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetFGDTimeSinceBusy",1825,G__IRawDataHeader_Dict_170_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetECalSecond",1245,G__IRawDataHeader_Dict_170_0_55, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetECalSubSecond",1543,G__IRawDataHeader_Dict_170_0_56, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetECalTimeSinceBusy",1957,G__IRawDataHeader_Dict_170_0_57, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetSMRDSecond",1214,G__IRawDataHeader_Dict_170_0_58, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetSMRDSubSecond",1512,G__IRawDataHeader_Dict_170_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetSMRDTimeSinceBusy",1926,G__IRawDataHeader_Dict_170_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetINGRIDSecond",1349,G__IRawDataHeader_Dict_170_0_61, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetINGRIDSubSecond",1647,G__IRawDataHeader_Dict_170_0_62, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetINGRIDTimeSinceBusy",2061,G__IRawDataHeader_Dict_170_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetCTMTriggerPattern",1986,G__IRawDataHeader_Dict_170_0_64, 121, -1, -1, 0, 2, 1, 1, 0, "i - - 0 - i m - 'ULong64_t' 0 - v", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetFGDCTMTriggerPattern",2195,G__IRawDataHeader_Dict_170_0_65, 121, -1, -1, 0, 2, 1, 1, 0, "i - - 0 - i m - 'ULong64_t' 0 - v", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsBeginRun",982,G__IRawDataHeader_Dict_170_0_66, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsEndRun",776,G__IRawDataHeader_Dict_170_0_67, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsMessage",897,G__IRawDataHeader_Dict_170_0_68, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsData",566,G__IRawDataHeader_Dict_170_0_69, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetRecordType",1325,G__IRawDataHeader_Dict_170_0_70, 121, -1, -1, 0, 1, 1, 1, 0, "u 'COMET::IRawDataHeader::RecordTypes' 'COMET::IRawDataHeader::RecordTypes' 0 - recType", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__IRawDataHeader_Dict_170_0_72, 85, G__get_linked_tagnum(&G__IRawDataHeader_DictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&COMET::IRawDataHeader::Class) ), 0); G__memfunc_setup("Class_Name",982,G__IRawDataHeader_Dict_170_0_73, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IRawDataHeader::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__IRawDataHeader_Dict_170_0_74, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&COMET::IRawDataHeader::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__IRawDataHeader_Dict_170_0_75, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&COMET::IRawDataHeader::Dictionary) ), 0); G__memfunc_setup("IsA",253,G__IRawDataHeader_Dict_170_0_76, 85, G__get_linked_tagnum(&G__IRawDataHeader_DictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,G__IRawDataHeader_Dict_170_0_77, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,G__IRawDataHeader_Dict_170_0_78, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__IRawDataHeader_Dict_170_0_79, 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__IRawDataHeader_Dict_170_0_80, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IRawDataHeader::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__IRawDataHeader_Dict_170_0_81, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::IRawDataHeader::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__IRawDataHeader_Dict_170_0_82, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IRawDataHeader::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__IRawDataHeader_Dict_170_0_83, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::IRawDataHeader::DeclFileLine) ), 0); // automatic destructor G__memfunc_setup("~IRawDataHeader", 1460, G__IRawDataHeader_Dict_170_0_84, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); // automatic assignment operator G__memfunc_setup("operator=", 937, G__IRawDataHeader_Dict_170_0_85, (int) ('u'), G__get_linked_tagnum(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeader), -1, 1, 1, 1, 1, 0, "u 'COMET::IRawDataHeader' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncIRawDataHeader_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_globalIRawDataHeader_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() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcIRawDataHeader_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(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__IRawDataHeader_DictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__IRawDataHeader_DictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__IRawDataHeader_DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__IRawDataHeader_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IRawDataHeader_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IRawDataHeader_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IRawDataHeader_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IRawDataHeader_DictLN_COMET = { "COMET" , 110 , -1 }; G__linked_taginfo G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeader = { "COMET::IRawDataHeader" , 99 , -1 }; G__linked_taginfo G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeadercLcLRecordTypes = { "COMET::IRawDataHeader::RecordTypes" , 101 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableIRawDataHeader_Dict() { G__IRawDataHeader_DictLN_TClass.tagnum = -1 ; G__IRawDataHeader_DictLN_TBuffer.tagnum = -1 ; G__IRawDataHeader_DictLN_TMemberInspector.tagnum = -1 ; G__IRawDataHeader_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__IRawDataHeader_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__IRawDataHeader_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__IRawDataHeader_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__IRawDataHeader_DictLN_COMET.tagnum = -1 ; G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeader.tagnum = -1 ; G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeadercLcLRecordTypes.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableIRawDataHeader_Dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__IRawDataHeader_DictLN_TClass); G__get_linked_tagnum_fwd(&G__IRawDataHeader_DictLN_TBuffer); G__get_linked_tagnum_fwd(&G__IRawDataHeader_DictLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__IRawDataHeader_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__IRawDataHeader_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__IRawDataHeader_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__IRawDataHeader_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__IRawDataHeader_DictLN_COMET); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeader),sizeof(COMET::IRawDataHeader),-1,263936,(char*)NULL,G__setup_memvarCOMETcLcLIRawDataHeader,G__setup_memfuncCOMETcLcLIRawDataHeader); G__get_linked_tagnum_fwd(&G__IRawDataHeader_DictLN_COMETcLcLIRawDataHeadercLcLRecordTypes); } extern "C" void G__cpp_setupIRawDataHeader_Dict(void) { G__check_setup_version(30051515,"G__cpp_setupIRawDataHeader_Dict()"); G__set_cpp_environmentIRawDataHeader_Dict(); G__cpp_setup_tagtableIRawDataHeader_Dict(); G__cpp_setup_inheritanceIRawDataHeader_Dict(); G__cpp_setup_typetableIRawDataHeader_Dict(); G__cpp_setup_memvarIRawDataHeader_Dict(); G__cpp_setup_memfuncIRawDataHeader_Dict(); G__cpp_setup_globalIRawDataHeader_Dict(); G__cpp_setup_funcIRawDataHeader_Dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncIRawDataHeader_Dict(); return; } class G__cpp_setup_initIRawDataHeader_Dict { public: G__cpp_setup_initIRawDataHeader_Dict() { G__add_setup_func("IRawDataHeader_Dict",(G__incsetup)(&G__cpp_setupIRawDataHeader_Dict)); G__call_setup_funcs(); } ~G__cpp_setup_initIRawDataHeader_Dict() { G__remove_setup_func("IRawDataHeader_Dict"); } }; G__cpp_setup_initIRawDataHeader_Dict G__cpp_setup_initializerIRawDataHeader_Dict;