3 #define R__DICTIONARY_FILENAME PHAnaDict
14 #include "TDictAttributeMap.h"
15 #include "TInterpreter.h"
18 #include "TMemberInspector.h"
19 #include "TInterpreter.h"
20 #include "TVirtualMutex.h"
27 #include "RtypesImp.h"
28 #include "TIsAProxy.h"
29 #include "TFileMergeInfo.h"
31 #include "TCollectionProxyInfo.h"
34 #include "TDataMember.h"
37 namespace std {}
using namespace std;
40 #include "/sphenix/u/weihuma/analysis/Ana/PHAna.h"
57 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(
typeid(::
PHAna));
58 static ::ROOT::TGenericClassInfo
59 instance(
"PHAna",
"PHAna.h", 16,
60 typeid(::
PHAna), ::ROOT::Internal::DefineBehavior(ptr, ptr),
92 return p ?
new(
p) ::
PHAna : new ::PHAna;
95 return p ?
new(
p) ::
PHAna[nElements] : new ::PHAna[nElements];
105 typedef ::PHAna current_t;
106 ((current_t*)p)->~current_t();
111 void TriggerDictionaryInitialization_PHAnaDict_Impl() {
112 static const char*
headers[] = {
113 "/sphenix/u/weihuma/analysis/Ana/PHAna.h",
116 static const char* includePaths[] = {
117 "/sphenix/u/weihuma/analysis/Ana",
118 "/usr/local/include",
119 "/cvmfs/sphenix.sdcc.bnl.gov/x8664_sl7/release/release_new/new.4/include",
120 "/cvmfs/sphenix.sdcc.bnl.gov/x8664_sl7/opt/sphenix/core/root-6.16.00/include",
121 "/cvmfs/sphenix.sdcc.bnl.gov/x8664_sl7/opt/sphenix/core/root-6.16.00/include",
122 "/direct/sphenix+u/weihuma/analysis/mybuild/",
125 static const char* fwdDeclCode = R
"DICTFWDDCLS(
#line 1 "PHAnaDict dictionary forward declarations' payload"
#pragma clang diagnostic ignored "-Wkeyword-compat"
#pragma clang diagnostic ignored "-Wignored-attributes"
#pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
extern int __Cling_Autoloading_Map;
class __attribute__((annotate("$clingAutoload$/sphenix/u/weihuma/analysis/Ana/PHAna.h"))) PHAna;
)DICTFWDDCLS";
126 static const char* payloadCode = R
"DICTPAYLOAD(
#line 1 "PHAnaDict dictionary payload"
#ifndef G__VECTOR_HAS_CLASS_ITERATOR
#define G__VECTOR_HAS_CLASS_ITERATOR 1
#endif
#ifndef PACKAGE_NAME
#define PACKAGE_NAME "PHAna"
#endif
#ifndef PACKAGE_TARNAME
#define PACKAGE_TARNAME "phana"
#endif
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.00"
#endif
#ifndef PACKAGE_STRING
#define PACKAGE_STRING "PHAna 1.00"
#endif
#ifndef PACKAGE_BUGREPORT
#define PACKAGE_BUGREPORT ""
#endif
#ifndef PACKAGE_URL
#define PACKAGE_URL ""
#endif
#ifndef PACKAGE
#define PACKAGE "phana"
#endif
#ifndef VERSION
#define VERSION "1.00"
#endif
#ifndef STDC_HEADERS
#define STDC_HEADERS 1
#endif
#ifndef HAVE_SYS_TYPES_H
#define HAVE_SYS_TYPES_H 1
#endif
#ifndef HAVE_SYS_STAT_H
#define HAVE_SYS_STAT_H 1
#endif
#ifndef HAVE_STDLIB_H
#define HAVE_STDLIB_H 1
#endif
#ifndef HAVE_STRING_H
#define HAVE_STRING_H 1
#endif
#ifndef HAVE_MEMORY_H
#define HAVE_MEMORY_H 1
#endif
#ifndef HAVE_STRINGS_H
#define HAVE_STRINGS_H 1
#endif
#ifndef HAVE_INTTYPES_H
#define HAVE_INTTYPES_H 1
#endif
#ifndef HAVE_STDINT_H
#define HAVE_STDINT_H 1
#endif
#ifndef HAVE_UNISTD_H
#define HAVE_UNISTD_H 1
#endif
#ifndef HAVE_DLFCN_H
#define HAVE_DLFCN_H 1
#endif
#ifndef LT_OBJDIR
#define LT_OBJDIR ".libs/"
#endif
#define _BACKWARD_BACKWARD_WARNING_H
#include "/sphenix/u/weihuma/analysis/Ana/PHAna.h"
#undef _BACKWARD_BACKWARD_WARNING_H
)DICTPAYLOAD";
127 static const char* classesHeaders[]={
128 "PHAna", payloadCode,
"@",
131 static bool isInitialized =
false;
132 if (!isInitialized) {
133 TROOT::RegisterModule(
"PHAnaDict",
134 headers, includePaths, payloadCode, fwdDeclCode,
135 TriggerDictionaryInitialization_PHAnaDict_Impl, {}, classesHeaders,
false);
136 isInitialized =
true;
139 static struct DictInit {
141 TriggerDictionaryInitialization_PHAnaDict_Impl();
143 } __TheDictionaryInitializer;
146 TriggerDictionaryInitialization_PHAnaDict_Impl();