File indexing completed on 2025-08-03 08:15:39
0001
0002
0003
0004
0005
0006
0007 #define R__DICTIONARY_FILENAME RecoInfoExport_Dict
0008 #include "RConfig.h" //rootcint 4834
0009 #if !defined(R__ACCESS_IN_SYMBOL)
0010
0011 #define private public
0012 #define protected public
0013 #endif
0014
0015
0016 namespace std {} using namespace std;
0017 #include "RecoInfoExport_Dict.h"
0018
0019 #include "TClass.h"
0020 #include "TBuffer.h"
0021 #include "TMemberInspector.h"
0022 #include "TInterpreter.h"
0023 #include "TVirtualMutex.h"
0024 #include "TError.h"
0025
0026 #ifndef G__ROOT
0027 #define G__ROOT
0028 #endif
0029
0030 #include "RtypesImp.h"
0031 #include "TIsAProxy.h"
0032 #include "TFileMergeInfo.h"
0033
0034
0035 namespace {
0036 static struct DictInit {
0037 DictInit() {
0038 ROOT::RegisterModule();
0039 }
0040 } __TheDictionaryInitializer;
0041 }
0042
0043
0044
0045 namespace ROOTShadow {
0046 namespace Shadow {
0047 }
0048 }
0049
0050
0051 namespace ROOTDict {
0052 void RecoInfoExport_ShowMembers(void *obj, TMemberInspector &R__insp);
0053 static void RecoInfoExport_Dictionary();
0054 static void *new_RecoInfoExport(void *p = 0);
0055 static void *newArray_RecoInfoExport(Long_t size, void *p);
0056 static void delete_RecoInfoExport(void *p);
0057 static void deleteArray_RecoInfoExport(void *p);
0058 static void destruct_RecoInfoExport(void *p);
0059
0060
0061 static ROOT::TGenericClassInfo *GenerateInitInstanceLocal(const ::RecoInfoExport*)
0062 {
0063 ::RecoInfoExport *ptr = 0;
0064 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::RecoInfoExport),0);
0065 static ::ROOT::TGenericClassInfo
0066 instance("RecoInfoExport", "./RecoInfoExport.h", 13,
0067 typeid(::RecoInfoExport), ::ROOT::DefineBehavior(ptr, ptr),
0068 0, &RecoInfoExport_Dictionary, isa_proxy, 1,
0069 sizeof(::RecoInfoExport) );
0070 instance.SetNew(&new_RecoInfoExport);
0071 instance.SetNewArray(&newArray_RecoInfoExport);
0072 instance.SetDelete(&delete_RecoInfoExport);
0073 instance.SetDeleteArray(&deleteArray_RecoInfoExport);
0074 instance.SetDestructor(&destruct_RecoInfoExport);
0075 return &instance;
0076 }
0077 ROOT::TGenericClassInfo *GenerateInitInstance(const ::RecoInfoExport*)
0078 {
0079 return GenerateInitInstanceLocal((::RecoInfoExport*)0);
0080 }
0081
0082 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::RecoInfoExport*)0x0); R__UseDummy(_R__UNIQUE_(Init));
0083
0084
0085 static void RecoInfoExport_Dictionary() {
0086 ::ROOTDict::GenerateInitInstanceLocal((const ::RecoInfoExport*)0x0)->GetClass();
0087 }
0088
0089 }
0090
0091 namespace ROOTDict {
0092
0093 static void *new_RecoInfoExport(void *p) {
0094 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::RecoInfoExport : new ::RecoInfoExport;
0095 }
0096 static void *newArray_RecoInfoExport(Long_t nElements, void *p) {
0097 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::RecoInfoExport[nElements] : new ::RecoInfoExport[nElements];
0098 }
0099
0100 static void delete_RecoInfoExport(void *p) {
0101 delete ((::RecoInfoExport*)p);
0102 }
0103 static void deleteArray_RecoInfoExport(void *p) {
0104 delete [] ((::RecoInfoExport*)p);
0105 }
0106 static void destruct_RecoInfoExport(void *p) {
0107 typedef ::RecoInfoExport current_t;
0108 ((current_t*)p)->~current_t();
0109 }
0110 }
0111
0112
0113
0114
0115
0116
0117
0118
0119 #ifdef G__MEMTEST
0120 #undef malloc
0121 #undef free
0122 #endif
0123
0124 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
0125 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
0126 #endif
0127
0128 extern "C" void G__cpp_reset_tagtableRecoInfoExport_Dict();
0129
0130 extern "C" void G__set_cpp_environmentRecoInfoExport_Dict() {
0131 G__add_compiledheader("TObject.h");
0132 G__add_compiledheader("TMemberInspector.h");
0133 G__add_compiledheader("RecoInfoExport.h");
0134 G__cpp_reset_tagtableRecoInfoExport_Dict();
0135 }
0136 #include <new>
0137 extern "C" int G__cpp_dllrevRecoInfoExport_Dict() { return(30051515); }
0138
0139
0140
0141
0142
0143
0144 static int G__RecoInfoExport_Dict_244_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
0145 {
0146 RecoInfoExport* p = NULL;
0147 char* gvp = (char*) G__getgvp();
0148 switch (libp->paran) {
0149 case 1:
0150
0151 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
0152 p = new RecoInfoExport(*(string*) libp->para[0].ref);
0153 } else {
0154 p = new((void*) gvp) RecoInfoExport(*(string*) libp->para[0].ref);
0155 }
0156 break;
0157 case 0:
0158 int n = G__getaryconstruct();
0159 if (n) {
0160 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
0161 p = new RecoInfoExport[n];
0162 } else {
0163 p = new((void*) gvp) RecoInfoExport[n];
0164 }
0165 } else {
0166 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
0167 p = new RecoInfoExport;
0168 } else {
0169 p = new((void*) gvp) RecoInfoExport;
0170 }
0171 }
0172 break;
0173 }
0174 result7->obj.i = (long) p;
0175 result7->ref = (long) p;
0176 G__set_tagnum(result7,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport));
0177 return(1 || funcname || hash || result7 || libp) ;
0178 }
0179
0180 static int G__RecoInfoExport_Dict_244_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
0181 {
0182 ((RecoInfoExport*) G__getstructoffset())->set_file_prefix(*(string*) libp->para[0].ref);
0183 G__setnull(result7);
0184 return(1 || funcname || hash || result7 || libp) ;
0185 }
0186
0187 static int G__RecoInfoExport_Dict_244_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
0188 {
0189 G__letdouble(result7, 100, (double) ((const RecoInfoExport*) G__getstructoffset())->get_pT_threshold());
0190 return(1 || funcname || hash || result7 || libp) ;
0191 }
0192
0193 static int G__RecoInfoExport_Dict_244_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
0194 {
0195 ((RecoInfoExport*) G__getstructoffset())->set_pT_threshold((double) G__double(libp->para[0]));
0196 G__setnull(result7);
0197 return(1 || funcname || hash || result7 || libp) ;
0198 }
0199
0200 static int G__RecoInfoExport_Dict_244_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
0201 {
0202 G__letdouble(result7, 100, (double) ((const RecoInfoExport*) G__getstructoffset())->get_tower_threshold());
0203 return(1 || funcname || hash || result7 || libp) ;
0204 }
0205
0206 static int G__RecoInfoExport_Dict_244_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
0207 {
0208 ((RecoInfoExport*) G__getstructoffset())->set_tower_threshold((double) G__double(libp->para[0]));
0209 G__setnull(result7);
0210 return(1 || funcname || hash || result7 || libp) ;
0211 }
0212
0213 static int G__RecoInfoExport_Dict_244_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
0214 {
0215 G__letdouble(result7, 100, (double) ((const RecoInfoExport*) G__getstructoffset())->get_min_track_hit_dist());
0216 return(1 || funcname || hash || result7 || libp) ;
0217 }
0218
0219 static int G__RecoInfoExport_Dict_244_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
0220 {
0221 ((RecoInfoExport*) G__getstructoffset())->set_min_track_hit_dist((double) G__double(libp->para[0]));
0222 G__setnull(result7);
0223 return(1 || funcname || hash || result7 || libp) ;
0224 }
0225
0226
0227 static int G__RecoInfoExport_Dict_244_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
0228
0229 {
0230 RecoInfoExport* p;
0231 void* tmp = (void*) G__int(libp->para[0]);
0232 p = new RecoInfoExport(*(RecoInfoExport*) tmp);
0233 result7->obj.i = (long) p;
0234 result7->ref = (long) p;
0235 G__set_tagnum(result7,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport));
0236 return(1 || funcname || hash || result7 || libp) ;
0237 }
0238
0239
0240 typedef RecoInfoExport G__TRecoInfoExport;
0241 static int G__RecoInfoExport_Dict_244_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
0242 {
0243 char* gvp = (char*) G__getgvp();
0244 long soff = G__getstructoffset();
0245 int n = G__getaryconstruct();
0246
0247
0248
0249
0250
0251 if (!soff) {
0252 return(1);
0253 }
0254 if (n) {
0255 if (gvp == (char*)G__PVOID) {
0256 delete[] (RecoInfoExport*) soff;
0257 } else {
0258 G__setgvp((long) G__PVOID);
0259 for (int i = n - 1; i >= 0; --i) {
0260 ((RecoInfoExport*) (soff+(sizeof(RecoInfoExport)*i)))->~G__TRecoInfoExport();
0261 }
0262 G__setgvp((long)gvp);
0263 }
0264 } else {
0265 if (gvp == (char*)G__PVOID) {
0266 delete (RecoInfoExport*) soff;
0267 } else {
0268 G__setgvp((long) G__PVOID);
0269 ((RecoInfoExport*) (soff))->~G__TRecoInfoExport();
0270 G__setgvp((long)gvp);
0271 }
0272 }
0273 G__setnull(result7);
0274 return(1 || funcname || hash || result7 || libp) ;
0275 }
0276
0277
0278 static int G__RecoInfoExport_Dict_244_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
0279 {
0280 RecoInfoExport* dest = (RecoInfoExport*) G__getstructoffset();
0281 *dest = *(RecoInfoExport*) libp->para[0].ref;
0282 const RecoInfoExport& obj = *dest;
0283 result7->ref = (long) (&obj);
0284 result7->obj.i = (long) (&obj);
0285 return(1 || funcname || hash || result7 || libp) ;
0286 }
0287
0288
0289
0290
0291
0292
0293
0294
0295
0296
0297
0298
0299
0300
0301
0302
0303
0304 class G__Sizep2memfuncRecoInfoExport_Dict {
0305 public:
0306 G__Sizep2memfuncRecoInfoExport_Dict(): p(&G__Sizep2memfuncRecoInfoExport_Dict::sizep2memfunc) {}
0307 size_t sizep2memfunc() { return(sizeof(p)); }
0308 private:
0309 size_t (G__Sizep2memfuncRecoInfoExport_Dict::*p)();
0310 };
0311
0312 size_t G__get_sizep2memfuncRecoInfoExport_Dict()
0313 {
0314 G__Sizep2memfuncRecoInfoExport_Dict a;
0315 G__setsizep2memfunc((int)a.sizep2memfunc());
0316 return((size_t)a.sizep2memfunc());
0317 }
0318
0319
0320
0321
0322
0323
0324
0325
0326
0327
0328
0329 extern "C" void G__cpp_setup_inheritanceRecoInfoExport_Dict() {
0330
0331
0332 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport))) {
0333 RecoInfoExport *G__Lderived;
0334 G__Lderived=(RecoInfoExport*)0x1000;
0335 {
0336 SubsysReco *G__Lpbase=(SubsysReco*)G__Lderived;
0337 G__inheritance_setup(G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport),G__get_linked_tagnum(&G__RecoInfoExport_DictLN_SubsysReco),(long)G__Lpbase-(long)G__Lderived,1,1);
0338 }
0339 {
0340 Fun4AllBase *G__Lpbase=(Fun4AllBase*)G__Lderived;
0341 G__inheritance_setup(G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport),G__get_linked_tagnum(&G__RecoInfoExport_DictLN_Fun4AllBase),(long)G__Lpbase-(long)G__Lderived,1,0);
0342 }
0343 }
0344 }
0345
0346
0347
0348
0349 extern "C" void G__cpp_setup_typetableRecoInfoExport_Dict() {
0350
0351
0352 G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
0353 G__setnewtype(-1,NULL,0);
0354 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
0355 G__setnewtype(-1,NULL,0);
0356 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
0357 G__setnewtype(-1,NULL,0);
0358 G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
0359 G__setnewtype(-1,NULL,0);
0360 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
0361 G__setnewtype(-1,NULL,0);
0362 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
0363 G__setnewtype(-1,NULL,0);
0364 G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_TVectorTlEfloatgR),0,-1);
0365 G__setnewtype(-1,NULL,0);
0366 G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_TVectorTlEdoublegR),0,-1);
0367 G__setnewtype(-1,NULL,0);
0368 G__search_typename2("TMatrixTBase<Float_t>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_TMatrixTBaselEfloatgR),0,-1);
0369 G__setnewtype(-1,NULL,0);
0370 G__search_typename2("TMatrixTBase<Double_t>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_TMatrixTBaselEdoublegR),0,-1);
0371 G__setnewtype(-1,NULL,0);
0372 G__search_typename2("vector<std::string>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
0373 G__setnewtype(-1,NULL,0);
0374 G__search_typename2("vector<string>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
0375 G__setnewtype(-1,NULL,0);
0376 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR));
0377 G__setnewtype(-1,NULL,0);
0378 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR));
0379 G__setnewtype(-1,NULL,0);
0380 G__search_typename2("vector<string>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
0381 G__setnewtype(-1,NULL,0);
0382 }
0383
0384
0385
0386
0387
0388
0389
0390
0391 static void G__setup_memvarRecoInfoExport(void) {
0392 G__tag_memvar_setup(G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport));
0393 { RecoInfoExport *p; p=(RecoInfoExport*)0x1000; if (p) { }
0394 G__memvar_setup((void*)0,105,0,0,-1,-1,-1,4,"_event=",0,(char*)NULL);
0395 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_string),-1,-1,4,"_file_prefix=",0,(char*)NULL);
0396 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR),G__defined_typename("vector<std::string>"),-1,4,"_calo_names=",0,(char*)NULL);
0397 G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"_tower_threshold=",0,(char*)NULL);
0398 G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"_pT_threshold=",0,(char*)NULL);
0399 G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"_min_track_hit_dist=",0,(char*)NULL);
0400 }
0401 G__tag_memvar_reset();
0402 }
0403
0404 extern "C" void G__cpp_setup_memvarRecoInfoExport_Dict() {
0405 }
0406
0407
0408
0409
0410
0411
0412
0413
0414
0415
0416
0417
0418 static void G__setup_memfuncRecoInfoExport(void) {
0419
0420 G__tag_memfunc_setup(G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport));
0421 G__memfunc_setup("RecoInfoExport",1431,G__RecoInfoExport_Dict_244_0_1, 105, G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport), -1, 0, 1, 5, 1, 0, "u 'string' - 11 '\"RecoInfoExport\"' name", (char*)NULL, (void*) NULL, 0);
0422 G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 0, "U 'PHCompositeNode' - 0 - topNode", (char*)NULL, (void*) NULL, 1);
0423 G__memfunc_setup("process_event",1408,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 0, "U 'PHCompositeNode' - 0 - topNode", (char*)NULL, (void*) NULL, 1);
0424 G__memfunc_setup("End",279,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 0, "U 'PHCompositeNode' - 0 - topNode", (char*)NULL, (void*) NULL, 1);
0425 G__memfunc_setup("set_file_prefix",1592,G__RecoInfoExport_Dict_244_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "u 'string' - 11 - s", (char*)NULL, (void*) NULL, 0);
0426 G__memfunc_setup("get_pT_threshold",1679,G__RecoInfoExport_Dict_244_0_6, 100, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
0427 G__memfunc_setup("set_pT_threshold",1691,G__RecoInfoExport_Dict_244_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "d - - 0 - tThreshold", (char*)NULL, (void*) NULL, 0);
0428 G__memfunc_setup("get_tower_threshold",2044,G__RecoInfoExport_Dict_244_0_8, 100, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
0429 G__memfunc_setup("set_tower_threshold",2056,G__RecoInfoExport_Dict_244_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "d - - 0 - towerThreshold", (char*)NULL, (void*) NULL, 0);
0430 G__memfunc_setup("get_min_track_hit_dist",2318,G__RecoInfoExport_Dict_244_0_10, 100, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
0431 G__memfunc_setup("set_min_track_hit_dist",2330,G__RecoInfoExport_Dict_244_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "d - - 0 - minTrackHitDist", (char*)NULL, (void*) NULL, 0);
0432
0433 G__memfunc_setup("RecoInfoExport", 1431, G__RecoInfoExport_Dict_244_0_12, (int) ('i'), G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport), -1, 0, 1, 1, 1, 0, "u 'RecoInfoExport' - 11 - -", (char*) NULL, (void*) NULL, 0);
0434
0435 G__memfunc_setup("~RecoInfoExport", 1557, G__RecoInfoExport_Dict_244_0_13, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
0436
0437 G__memfunc_setup("operator=", 937, G__RecoInfoExport_Dict_244_0_14, (int) ('u'), G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport), -1, 1, 1, 1, 1, 0, "u 'RecoInfoExport' - 11 - -", (char*) NULL, (void*) NULL, 0);
0438 G__tag_memfunc_reset();
0439 }
0440
0441
0442
0443
0444
0445 extern "C" void G__cpp_setup_memfuncRecoInfoExport_Dict() {
0446 }
0447
0448
0449
0450
0451 static void G__cpp_setup_global0() {
0452
0453
0454 G__resetplocal();
0455
0456 }
0457
0458 static void G__cpp_setup_global1() {
0459 }
0460
0461 static void G__cpp_setup_global2() {
0462 }
0463
0464 static void G__cpp_setup_global3() {
0465
0466 G__resetglobalenv();
0467 }
0468 extern "C" void G__cpp_setup_globalRecoInfoExport_Dict() {
0469 G__cpp_setup_global0();
0470 G__cpp_setup_global1();
0471 G__cpp_setup_global2();
0472 G__cpp_setup_global3();
0473 }
0474
0475
0476
0477
0478 static void G__cpp_setup_func0() {
0479 G__lastifuncposition();
0480
0481 }
0482
0483 static void G__cpp_setup_func1() {
0484 }
0485
0486 static void G__cpp_setup_func2() {
0487 }
0488
0489 static void G__cpp_setup_func3() {
0490 }
0491
0492 static void G__cpp_setup_func4() {
0493 }
0494
0495 static void G__cpp_setup_func5() {
0496 }
0497
0498 static void G__cpp_setup_func6() {
0499 }
0500
0501 static void G__cpp_setup_func7() {
0502 }
0503
0504 static void G__cpp_setup_func8() {
0505 }
0506
0507 static void G__cpp_setup_func9() {
0508 }
0509
0510 static void G__cpp_setup_func10() {
0511 }
0512
0513 static void G__cpp_setup_func11() {
0514 }
0515
0516 static void G__cpp_setup_func12() {
0517 }
0518
0519 static void G__cpp_setup_func13() {
0520 }
0521
0522 static void G__cpp_setup_func14() {
0523 }
0524
0525 static void G__cpp_setup_func15() {
0526 }
0527
0528 static void G__cpp_setup_func16() {
0529 }
0530
0531 static void G__cpp_setup_func17() {
0532 }
0533
0534 static void G__cpp_setup_func18() {
0535 }
0536
0537 static void G__cpp_setup_func19() {
0538 }
0539
0540 static void G__cpp_setup_func20() {
0541 }
0542
0543 static void G__cpp_setup_func21() {
0544 }
0545
0546 static void G__cpp_setup_func22() {
0547 }
0548
0549 static void G__cpp_setup_func23() {
0550
0551 G__resetifuncposition();
0552 }
0553
0554 extern "C" void G__cpp_setup_funcRecoInfoExport_Dict() {
0555 G__cpp_setup_func0();
0556 G__cpp_setup_func1();
0557 G__cpp_setup_func2();
0558 G__cpp_setup_func3();
0559 G__cpp_setup_func4();
0560 G__cpp_setup_func5();
0561 G__cpp_setup_func6();
0562 G__cpp_setup_func7();
0563 G__cpp_setup_func8();
0564 G__cpp_setup_func9();
0565 G__cpp_setup_func10();
0566 G__cpp_setup_func11();
0567 G__cpp_setup_func12();
0568 G__cpp_setup_func13();
0569 G__cpp_setup_func14();
0570 G__cpp_setup_func15();
0571 G__cpp_setup_func16();
0572 G__cpp_setup_func17();
0573 G__cpp_setup_func18();
0574 G__cpp_setup_func19();
0575 G__cpp_setup_func20();
0576 G__cpp_setup_func21();
0577 G__cpp_setup_func22();
0578 G__cpp_setup_func23();
0579 }
0580
0581
0582
0583
0584
0585 G__linked_taginfo G__RecoInfoExport_DictLN_string = { "string" , 99 , -1 };
0586 G__linked_taginfo G__RecoInfoExport_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
0587 G__linked_taginfo G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
0588 G__linked_taginfo G__RecoInfoExport_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
0589 G__linked_taginfo G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
0590 G__linked_taginfo G__RecoInfoExport_DictLN_Fun4AllBase = { "Fun4AllBase" , 99 , -1 };
0591 G__linked_taginfo G__RecoInfoExport_DictLN_PHCompositeNode = { "PHCompositeNode" , 99 , -1 };
0592 G__linked_taginfo G__RecoInfoExport_DictLN_SubsysReco = { "SubsysReco" , 99 , -1 };
0593 G__linked_taginfo G__RecoInfoExport_DictLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
0594 G__linked_taginfo G__RecoInfoExport_DictLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
0595 G__linked_taginfo G__RecoInfoExport_DictLN_TMatrixTBaselEfloatgR = { "TMatrixTBase<float>" , 99 , -1 };
0596 G__linked_taginfo G__RecoInfoExport_DictLN_TMatrixTBaselEdoublegR = { "TMatrixTBase<double>" , 99 , -1 };
0597 G__linked_taginfo G__RecoInfoExport_DictLN_RecoInfoExport = { "RecoInfoExport" , 99 , -1 };
0598 G__linked_taginfo G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR = { "vector<string,allocator<string> >" , 99 , -1 };
0599 G__linked_taginfo G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<string,allocator<string> >::iterator>" , 99 , -1 };
0600
0601
0602 extern "C" void G__cpp_reset_tagtableRecoInfoExport_Dict() {
0603 G__RecoInfoExport_DictLN_string.tagnum = -1 ;
0604 G__RecoInfoExport_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
0605 G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
0606 G__RecoInfoExport_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
0607 G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
0608 G__RecoInfoExport_DictLN_Fun4AllBase.tagnum = -1 ;
0609 G__RecoInfoExport_DictLN_PHCompositeNode.tagnum = -1 ;
0610 G__RecoInfoExport_DictLN_SubsysReco.tagnum = -1 ;
0611 G__RecoInfoExport_DictLN_TVectorTlEfloatgR.tagnum = -1 ;
0612 G__RecoInfoExport_DictLN_TVectorTlEdoublegR.tagnum = -1 ;
0613 G__RecoInfoExport_DictLN_TMatrixTBaselEfloatgR.tagnum = -1 ;
0614 G__RecoInfoExport_DictLN_TMatrixTBaselEdoublegR.tagnum = -1 ;
0615 G__RecoInfoExport_DictLN_RecoInfoExport.tagnum = -1 ;
0616 G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR.tagnum = -1 ;
0617 G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR.tagnum = -1 ;
0618 }
0619
0620
0621 extern "C" void G__cpp_setup_tagtableRecoInfoExport_Dict() {
0622
0623
0624 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_string);
0625 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
0626 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
0627 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
0628 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
0629 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_Fun4AllBase);
0630 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_PHCompositeNode);
0631 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_SubsysReco);
0632 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_TVectorTlEfloatgR);
0633 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_TVectorTlEdoublegR);
0634 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_TMatrixTBaselEfloatgR);
0635 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_TMatrixTBaselEdoublegR);
0636 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_RecoInfoExport),sizeof(RecoInfoExport),-1,65792,(char*)NULL,G__setup_memvarRecoInfoExport,G__setup_memfuncRecoInfoExport);
0637 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR);
0638 G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR);
0639 }
0640 extern "C" void G__cpp_setupRecoInfoExport_Dict(void) {
0641 G__check_setup_version(30051515,"G__cpp_setupRecoInfoExport_Dict()");
0642 G__set_cpp_environmentRecoInfoExport_Dict();
0643 G__cpp_setup_tagtableRecoInfoExport_Dict();
0644
0645 G__cpp_setup_inheritanceRecoInfoExport_Dict();
0646
0647 G__cpp_setup_typetableRecoInfoExport_Dict();
0648
0649 G__cpp_setup_memvarRecoInfoExport_Dict();
0650
0651 G__cpp_setup_memfuncRecoInfoExport_Dict();
0652 G__cpp_setup_globalRecoInfoExport_Dict();
0653 G__cpp_setup_funcRecoInfoExport_Dict();
0654
0655 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncRecoInfoExport_Dict();
0656 return;
0657 }
0658 class G__cpp_setup_initRecoInfoExport_Dict {
0659 public:
0660 G__cpp_setup_initRecoInfoExport_Dict() { G__add_setup_func("RecoInfoExport_Dict",(G__incsetup)(&G__cpp_setupRecoInfoExport_Dict)); G__call_setup_funcs(); }
0661 ~G__cpp_setup_initRecoInfoExport_Dict() { G__remove_setup_func("RecoInfoExport_Dict"); }
0662 };
0663 G__cpp_setup_initRecoInfoExport_Dict G__cpp_setup_initializerRecoInfoExport_Dict;
0664