File indexing completed on 2025-08-03 08:13:39
0001
0002
0003 #define R__DICTIONARY_FILENAME INTTvtxZF4AObjDict
0004 #define R__NO_DEPRECATION
0005
0006
0007 #include <stddef.h>
0008 #include <stdio.h>
0009 #include <stdlib.h>
0010 #include <string.h>
0011 #include <assert.h>
0012 #define G__DICTIONARY
0013 #include "RConfig.h"
0014 #include "TClass.h"
0015 #include "TDictAttributeMap.h"
0016 #include "TInterpreter.h"
0017 #include "TROOT.h"
0018 #include "TBuffer.h"
0019 #include "TMemberInspector.h"
0020 #include "TInterpreter.h"
0021 #include "TVirtualMutex.h"
0022 #include "TError.h"
0023
0024 #ifndef G__ROOT
0025 #define G__ROOT
0026 #endif
0027
0028 #include "RtypesImp.h"
0029 #include "TIsAProxy.h"
0030 #include "TFileMergeInfo.h"
0031 #include <algorithm>
0032 #include "TCollectionProxyInfo.h"
0033
0034
0035 #include "TDataMember.h"
0036
0037
0038 #include "INTTvtxZF4AObj.h"
0039
0040
0041
0042
0043 namespace std {} using namespace std;
0044
0045 namespace ROOT {
0046 static void *new_INTTvtxZF4AObj(void *p = nullptr);
0047 static void *newArray_INTTvtxZF4AObj(Long_t size, void *p);
0048 static void delete_INTTvtxZF4AObj(void *p);
0049 static void deleteArray_INTTvtxZF4AObj(void *p);
0050 static void destruct_INTTvtxZF4AObj(void *p);
0051
0052
0053 static TGenericClassInfo *GenerateInitInstanceLocal(const ::INTTvtxZF4AObj*)
0054 {
0055 ::INTTvtxZF4AObj *ptr = nullptr;
0056 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::INTTvtxZF4AObj >(nullptr);
0057 static ::ROOT::TGenericClassInfo
0058 instance("INTTvtxZF4AObj", ::INTTvtxZF4AObj::Class_Version(), "INTTvtxZF4AObj.h", 10,
0059 typeid(::INTTvtxZF4AObj), ::ROOT::Internal::DefineBehavior(ptr, ptr),
0060 &::INTTvtxZF4AObj::Dictionary, isa_proxy, 4,
0061 sizeof(::INTTvtxZF4AObj) );
0062 instance.SetNew(&new_INTTvtxZF4AObj);
0063 instance.SetNewArray(&newArray_INTTvtxZF4AObj);
0064 instance.SetDelete(&delete_INTTvtxZF4AObj);
0065 instance.SetDeleteArray(&deleteArray_INTTvtxZF4AObj);
0066 instance.SetDestructor(&destruct_INTTvtxZF4AObj);
0067 return &instance;
0068 }
0069 TGenericClassInfo *GenerateInitInstance(const ::INTTvtxZF4AObj*)
0070 {
0071 return GenerateInitInstanceLocal((::INTTvtxZF4AObj*)nullptr);
0072 }
0073
0074 static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal((const ::INTTvtxZF4AObj*)nullptr); R__UseDummy(_R__UNIQUE_DICT_(Init));
0075 }
0076
0077
0078 atomic_TClass_ptr INTTvtxZF4AObj::fgIsA(nullptr);
0079
0080
0081 const char *INTTvtxZF4AObj::Class_Name()
0082 {
0083 return "INTTvtxZF4AObj";
0084 }
0085
0086
0087 const char *INTTvtxZF4AObj::ImplFileName()
0088 {
0089 return ::ROOT::GenerateInitInstanceLocal((const ::INTTvtxZF4AObj*)nullptr)->GetImplFileName();
0090 }
0091
0092
0093 int INTTvtxZF4AObj::ImplFileLine()
0094 {
0095 return ::ROOT::GenerateInitInstanceLocal((const ::INTTvtxZF4AObj*)nullptr)->GetImplFileLine();
0096 }
0097
0098
0099 TClass *INTTvtxZF4AObj::Dictionary()
0100 {
0101 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::INTTvtxZF4AObj*)nullptr)->GetClass();
0102 return fgIsA;
0103 }
0104
0105
0106 TClass *INTTvtxZF4AObj::Class()
0107 {
0108 if (!fgIsA.load()) { R__LOCKGUARD(gInterpreterMutex); fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::INTTvtxZF4AObj*)nullptr)->GetClass(); }
0109 return fgIsA;
0110 }
0111
0112
0113 void INTTvtxZF4AObj::Streamer(TBuffer &R__b)
0114 {
0115
0116
0117 if (R__b.IsReading()) {
0118 R__b.ReadClassBuffer(INTTvtxZF4AObj::Class(),this);
0119 } else {
0120 R__b.WriteClassBuffer(INTTvtxZF4AObj::Class(),this);
0121 }
0122 }
0123
0124 namespace ROOT {
0125
0126 static void *new_INTTvtxZF4AObj(void *p) {
0127 return p ? new(p) ::INTTvtxZF4AObj : new ::INTTvtxZF4AObj;
0128 }
0129 static void *newArray_INTTvtxZF4AObj(Long_t nElements, void *p) {
0130 return p ? new(p) ::INTTvtxZF4AObj[nElements] : new ::INTTvtxZF4AObj[nElements];
0131 }
0132
0133 static void delete_INTTvtxZF4AObj(void *p) {
0134 delete ((::INTTvtxZF4AObj*)p);
0135 }
0136 static void deleteArray_INTTvtxZF4AObj(void *p) {
0137 delete [] ((::INTTvtxZF4AObj*)p);
0138 }
0139 static void destruct_INTTvtxZF4AObj(void *p) {
0140 typedef ::INTTvtxZF4AObj current_t;
0141 ((current_t*)p)->~current_t();
0142 }
0143 }
0144
0145 namespace {
0146 void TriggerDictionaryInitialization_INTTvtxZF4AObjDict_Impl() {
0147 static const char* headers[] = {
0148 "INTTvtxZF4AObj.h",
0149 nullptr
0150 };
0151 static const char* includePaths[] = {
0152 "/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/root-6.26.06.p01/include/",
0153 "/gpfs/mnt/gpfs02/sphenix/user/ChengWei/sPH_analysis_repo/INTTvtxZTrapezoidal/",
0154 nullptr
0155 };
0156 static const char* fwdDeclCode = R"DICTFWDDCLS(
0157 #line 1 "INTTvtxZF4AObjDict dictionary forward declarations' payload"
0158 #pragma clang diagnostic ignored "-Wkeyword-compat"
0159 #pragma clang diagnostic ignored "-Wignored-attributes"
0160 #pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
0161 extern int __Cling_AutoLoading_Map;
0162 class __attribute__((annotate("$clingAutoload$INTTvtxZF4AObj.h"))) INTTvtxZF4AObj;
0163 )DICTFWDDCLS";
0164 static const char* payloadCode = R"DICTPAYLOAD(
0165 #line 1 "INTTvtxZF4AObjDict dictionary payload"
0166
0167
0168 #define _BACKWARD_BACKWARD_WARNING_H
0169 // Inline headers
0170 #include "INTTvtxZF4AObj.h"
0171
0172 #undef _BACKWARD_BACKWARD_WARNING_H
0173 )DICTPAYLOAD";
0174 static const char* classesHeaders[] = {
0175 "INTTvtxZF4AObj", payloadCode, "@",
0176 nullptr
0177 };
0178 static bool isInitialized = false;
0179 if (!isInitialized) {
0180 TROOT::RegisterModule("INTTvtxZF4AObjDict",
0181 headers, includePaths, payloadCode, fwdDeclCode,
0182 TriggerDictionaryInitialization_INTTvtxZF4AObjDict_Impl, {}, classesHeaders, /*hasCxxModule*/false);
0183 isInitialized = true;
0184 }
0185 }
0186 static struct DictInit {
0187 DictInit() {
0188 TriggerDictionaryInitialization_INTTvtxZF4AObjDict_Impl();
0189 }
0190 } __TheDictionaryInitializer;
0191 }
0192 void TriggerDictionaryInitialization_INTTvtxZF4AObjDict() {
0193 TriggerDictionaryInitialization_INTTvtxZF4AObjDict_Impl();
0194 }