Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RecoInfoExport_Dict.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file RecoInfoExport_Dict.C
1 //
2 // File generated by rootcint at Tue Jul 3 08:34:19 2018
3 
4 // Do NOT change. Changes will be lost next time file is generated
5 //
6 
7 #define R__DICTIONARY_FILENAME RecoInfoExport_Dict
8 #include "RConfig.h" //rootcint 4834
9 #if !defined(R__ACCESS_IN_SYMBOL)
10 //Break the privacy of classes -- Disabled for the moment
11 #define private public
12 #define protected public
13 #endif
14 
15 // Since CINT ignores the std namespace, we need to do so in this file.
16 namespace std {} using namespace std;
17 #include "RecoInfoExport_Dict.h"
18 
19 #include "TClass.h"
20 #include "TBuffer.h"
21 #include "TMemberInspector.h"
22 #include "TInterpreter.h"
23 #include "TVirtualMutex.h"
24 #include "TError.h"
25 
26 #ifndef G__ROOT
27 #define G__ROOT
28 #endif
29 
30 #include "RtypesImp.h"
31 #include "TIsAProxy.h"
32 #include "TFileMergeInfo.h"
33 
34 // Direct notice to TROOT of the dictionary's loading.
35 namespace {
36  static struct DictInit {
37  DictInit() {
38  ROOT::RegisterModule();
39  }
40  } __TheDictionaryInitializer;
41 }
42 
43 // START OF SHADOWS
44 
45 namespace ROOTShadow {
46  namespace Shadow {
47  } // of namespace Shadow
48 } // of namespace ROOTShadow
49 // END OF SHADOWS
50 
51 namespace ROOTDict {
52  void RecoInfoExport_ShowMembers(void *obj, TMemberInspector &R__insp);
53  static void RecoInfoExport_Dictionary();
54  static void *new_RecoInfoExport(void *p = 0);
55  static void *newArray_RecoInfoExport(Long_t size, void *p);
56  static void delete_RecoInfoExport(void *p);
57  static void deleteArray_RecoInfoExport(void *p);
58  static void destruct_RecoInfoExport(void *p);
59 
60  // Function generating the singleton type initializer
61  static ROOT::TGenericClassInfo *GenerateInitInstanceLocal(const ::RecoInfoExport*)
62  {
63  ::RecoInfoExport *ptr = 0;
64  static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::RecoInfoExport),0);
65  static ::ROOT::TGenericClassInfo
66  instance("RecoInfoExport", "./RecoInfoExport.h", 13,
67  typeid(::RecoInfoExport), ::ROOT::DefineBehavior(ptr, ptr),
68  0, &RecoInfoExport_Dictionary, isa_proxy, 1,
69  sizeof(::RecoInfoExport) );
70  instance.SetNew(&new_RecoInfoExport);
71  instance.SetNewArray(&newArray_RecoInfoExport);
72  instance.SetDelete(&delete_RecoInfoExport);
73  instance.SetDeleteArray(&deleteArray_RecoInfoExport);
74  instance.SetDestructor(&destruct_RecoInfoExport);
75  return &instance;
76  }
77  ROOT::TGenericClassInfo *GenerateInitInstance(const ::RecoInfoExport*)
78  {
80  }
81  // Static variable to force the class initialization
82  static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::RecoInfoExport*)0x0); R__UseDummy(_R__UNIQUE_(Init));
83 
84  // Dictionary for non-ClassDef classes
85  static void RecoInfoExport_Dictionary() {
86  ::ROOTDict::GenerateInitInstanceLocal((const ::RecoInfoExport*)0x0)->GetClass();
87  }
88 
89 } // end of namespace ROOTDict
90 
91 namespace ROOTDict {
92  // Wrappers around operator new
93  static void *new_RecoInfoExport(void *p) {
94  return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::RecoInfoExport : new ::RecoInfoExport;
95  }
96  static void *newArray_RecoInfoExport(Long_t nElements, void *p) {
97  return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::RecoInfoExport[nElements] : new ::RecoInfoExport[nElements];
98  }
99  // Wrapper around operator delete
100  static void delete_RecoInfoExport(void *p) {
101  delete ((::RecoInfoExport*)p);
102  }
103  static void deleteArray_RecoInfoExport(void *p) {
104  delete [] ((::RecoInfoExport*)p);
105  }
106  static void destruct_RecoInfoExport(void *p) {
107  typedef ::RecoInfoExport current_t;
108  ((current_t*)p)->~current_t();
109  }
110 } // end of namespace ROOTDict for class ::RecoInfoExport
111 
112 /********************************************************
113 * RecoInfoExport_Dict.C
114 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
115 * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
116 * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
117 ********************************************************/
118 
119 #ifdef G__MEMTEST
120 #undef malloc
121 #undef free
122 #endif
123 
124 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
125 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
126 #endif
127 
129 
131  G__add_compiledheader("TObject.h");
132  G__add_compiledheader("TMemberInspector.h");
133  G__add_compiledheader("RecoInfoExport.h");
135 }
136 #include <new>
137 extern "C" int G__cpp_dllrevRecoInfoExport_Dict() { return(30051515); }
138 
139 /*********************************************************
140 * Member function Interface Method
141 *********************************************************/
142 
143 /* RecoInfoExport */
144 static int G__RecoInfoExport_Dict_244_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
145 {
146  RecoInfoExport* p = NULL;
147  char* gvp = (char*) G__getgvp();
148  switch (libp->paran) {
149  case 1:
150  //m: 1
151  if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
152  p = new RecoInfoExport(*(string*) libp->para[0].ref);
153  } else {
154  p = new((void*) gvp) RecoInfoExport(*(string*) libp->para[0].ref);
155  }
156  break;
157  case 0:
158  int n = G__getaryconstruct();
159  if (n) {
160  if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
161  p = new RecoInfoExport[n];
162  } else {
163  p = new((void*) gvp) RecoInfoExport[n];
164  }
165  } else {
166  if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
167  p = new RecoInfoExport;
168  } else {
169  p = new((void*) gvp) RecoInfoExport;
170  }
171  }
172  break;
173  }
174  result7->obj.i = (long) p;
175  result7->ref = (long) p;
176  G__set_tagnum(result7,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport));
177  return(1 || funcname || hash || result7 || libp) ;
178 }
179 
180 static int G__RecoInfoExport_Dict_244_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
181 {
182  ((RecoInfoExport*) G__getstructoffset())->set_file_prefix(*(string*) libp->para[0].ref);
183  G__setnull(result7);
184  return(1 || funcname || hash || result7 || libp) ;
185 }
186 
187 static int G__RecoInfoExport_Dict_244_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
188 {
189  G__letdouble(result7, 100, (double) ((const RecoInfoExport*) G__getstructoffset())->get_pT_threshold());
190  return(1 || funcname || hash || result7 || libp) ;
191 }
192 
193 static int G__RecoInfoExport_Dict_244_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
194 {
195  ((RecoInfoExport*) G__getstructoffset())->set_pT_threshold((double) G__double(libp->para[0]));
196  G__setnull(result7);
197  return(1 || funcname || hash || result7 || libp) ;
198 }
199 
200 static int G__RecoInfoExport_Dict_244_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
201 {
202  G__letdouble(result7, 100, (double) ((const RecoInfoExport*) G__getstructoffset())->get_tower_threshold());
203  return(1 || funcname || hash || result7 || libp) ;
204 }
205 
206 static int G__RecoInfoExport_Dict_244_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
207 {
208  ((RecoInfoExport*) G__getstructoffset())->set_tower_threshold((double) G__double(libp->para[0]));
209  G__setnull(result7);
210  return(1 || funcname || hash || result7 || libp) ;
211 }
212 
213 static int G__RecoInfoExport_Dict_244_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
214 {
215  G__letdouble(result7, 100, (double) ((const RecoInfoExport*) G__getstructoffset())->get_min_track_hit_dist());
216  return(1 || funcname || hash || result7 || libp) ;
217 }
218 
219 static int G__RecoInfoExport_Dict_244_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
220 {
221  ((RecoInfoExport*) G__getstructoffset())->set_min_track_hit_dist((double) G__double(libp->para[0]));
222  G__setnull(result7);
223  return(1 || funcname || hash || result7 || libp) ;
224 }
225 
226 // automatic copy constructor
227 static int G__RecoInfoExport_Dict_244_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
228 
229 {
230  RecoInfoExport* p;
231  void* tmp = (void*) G__int(libp->para[0]);
232  p = new RecoInfoExport(*(RecoInfoExport*) tmp);
233  result7->obj.i = (long) p;
234  result7->ref = (long) p;
235  G__set_tagnum(result7,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport));
236  return(1 || funcname || hash || result7 || libp) ;
237 }
238 
239 // automatic destructor
241 static int G__RecoInfoExport_Dict_244_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
242 {
243  char* gvp = (char*) G__getgvp();
244  long soff = G__getstructoffset();
245  int n = G__getaryconstruct();
246  //
247  //has_a_delete: 0
248  //has_own_delete1arg: 0
249  //has_own_delete2arg: 0
250  //
251  if (!soff) {
252  return(1);
253  }
254  if (n) {
255  if (gvp == (char*)G__PVOID) {
256  delete[] (RecoInfoExport*) soff;
257  } else {
258  G__setgvp((long) G__PVOID);
259  for (int i = n - 1; i >= 0; --i) {
260  ((RecoInfoExport*) (soff+(sizeof(RecoInfoExport)*i)))->~G__TRecoInfoExport();
261  }
262  G__setgvp((long)gvp);
263  }
264  } else {
265  if (gvp == (char*)G__PVOID) {
266  delete (RecoInfoExport*) soff;
267  } else {
268  G__setgvp((long) G__PVOID);
269  ((RecoInfoExport*) (soff))->~G__TRecoInfoExport();
270  G__setgvp((long)gvp);
271  }
272  }
273  G__setnull(result7);
274  return(1 || funcname || hash || result7 || libp) ;
275 }
276 
277 // automatic assignment operator
278 static int G__RecoInfoExport_Dict_244_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
279 {
280  RecoInfoExport* dest = (RecoInfoExport*) G__getstructoffset();
281  *dest = *(RecoInfoExport*) libp->para[0].ref;
282  const RecoInfoExport& obj = *dest;
283  result7->ref = (long) (&obj);
284  result7->obj.i = (long) (&obj);
285  return(1 || funcname || hash || result7 || libp) ;
286 }
287 
288 
289 /* Setting up global function */
290 
291 /*********************************************************
292 * Member function Stub
293 *********************************************************/
294 
295 /* RecoInfoExport */
296 
297 /*********************************************************
298 * Global function Stub
299 *********************************************************/
300 
301 /*********************************************************
302 * Get size of pointer to member function
303 *********************************************************/
305  public:
307  size_t sizep2memfunc() { return(sizeof(p)); }
308  private:
310 };
311 
313 {
315  G__setsizep2memfunc((int)a.sizep2memfunc());
316  return((size_t)a.sizep2memfunc());
317 }
318 
319 
320 /*********************************************************
321 * virtual base class offset calculation interface
322 *********************************************************/
323 
324  /* Setting up class inheritance */
325 
326 /*********************************************************
327 * Inheritance information setup/
328 *********************************************************/
330 
331  /* Setting up class inheritance */
332  if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport))) {
333  RecoInfoExport *G__Lderived;
334  G__Lderived=(RecoInfoExport*)0x1000;
335  {
336  SubsysReco *G__Lpbase=(SubsysReco*)G__Lderived;
337  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);
338  }
339  {
340  Fun4AllBase *G__Lpbase=(Fun4AllBase*)G__Lderived;
341  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);
342  }
343  }
344 }
345 
346 /*********************************************************
347 * typedef information setup/
348 *********************************************************/
350 
351  /* Setting up typedef entry */
352  G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
353  G__setnewtype(-1,NULL,0);
355  G__setnewtype(-1,NULL,0);
357  G__setnewtype(-1,NULL,0);
358  G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
359  G__setnewtype(-1,NULL,0);
361  G__setnewtype(-1,NULL,0);
363  G__setnewtype(-1,NULL,0);
364  G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_TVectorTlEfloatgR),0,-1);
365  G__setnewtype(-1,NULL,0);
366  G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_TVectorTlEdoublegR),0,-1);
367  G__setnewtype(-1,NULL,0);
368  G__search_typename2("TMatrixTBase<Float_t>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_TMatrixTBaselEfloatgR),0,-1);
369  G__setnewtype(-1,NULL,0);
370  G__search_typename2("TMatrixTBase<Double_t>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_TMatrixTBaselEdoublegR),0,-1);
371  G__setnewtype(-1,NULL,0);
372  G__search_typename2("vector<std::string>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
373  G__setnewtype(-1,NULL,0);
374  G__search_typename2("vector<string>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
375  G__setnewtype(-1,NULL,0);
376  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));
377  G__setnewtype(-1,NULL,0);
378  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));
379  G__setnewtype(-1,NULL,0);
380  G__search_typename2("vector<string>",117,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
381  G__setnewtype(-1,NULL,0);
382 }
383 
384 /*********************************************************
385 * Data Member information setup/
386 *********************************************************/
387 
388  /* Setting up class,struct,union tag member variable */
389 
390  /* RecoInfoExport */
391 static void G__setup_memvarRecoInfoExport(void) {
392  G__tag_memvar_setup(G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport));
393  { RecoInfoExport *p; p=(RecoInfoExport*)0x1000; if (p) { }
394  G__memvar_setup((void*)0,105,0,0,-1,-1,-1,4,"_event=",0,(char*)NULL);
395  G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__RecoInfoExport_DictLN_string),-1,-1,4,"_file_prefix=",0,(char*)NULL);
396  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);
397  G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"_tower_threshold=",0,(char*)NULL);
398  G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"_pT_threshold=",0,(char*)NULL);
399  G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"_min_track_hit_dist=",0,(char*)NULL);
400  }
401  G__tag_memvar_reset();
402 }
403 
405 }
406 /***********************************************************
407 ************************************************************
408 ************************************************************
409 ************************************************************
410 ************************************************************
411 ************************************************************
412 ************************************************************
413 ***********************************************************/
414 
415 /*********************************************************
416 * Member function information setup for each class
417 *********************************************************/
419  /* RecoInfoExport */
420  G__tag_memfunc_setup(G__get_linked_tagnum(&G__RecoInfoExport_DictLN_RecoInfoExport));
421  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);
422  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);
423  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);
424  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);
425  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);
426  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);
427  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);
428  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);
429  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);
430  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);
431  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);
432  // automatic copy constructor
433  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);
434  // automatic destructor
435  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);
436  // automatic assignment operator
437  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);
438  G__tag_memfunc_reset();
439 }
440 
441 
442 /*********************************************************
443 * Member function information setup
444 *********************************************************/
446 }
447 
448 /*********************************************************
449 * Global variable information setup for each class
450 *********************************************************/
451 static void G__cpp_setup_global0() {
452 
453  /* Setting up global variables */
454  G__resetplocal();
455 
456 }
457 
458 static void G__cpp_setup_global1() {
459 }
460 
461 static void G__cpp_setup_global2() {
462 }
463 
464 static void G__cpp_setup_global3() {
465 
466  G__resetglobalenv();
467 }
473 }
474 
475 /*********************************************************
476 * Global function information setup for each class
477 *********************************************************/
478 static void G__cpp_setup_func0() {
479  G__lastifuncposition();
480 
481 }
482 
483 static void G__cpp_setup_func1() {
484 }
485 
486 static void G__cpp_setup_func2() {
487 }
488 
489 static void G__cpp_setup_func3() {
490 }
491 
492 static void G__cpp_setup_func4() {
493 }
494 
495 static void G__cpp_setup_func5() {
496 }
497 
498 static void G__cpp_setup_func6() {
499 }
500 
501 static void G__cpp_setup_func7() {
502 }
503 
504 static void G__cpp_setup_func8() {
505 }
506 
507 static void G__cpp_setup_func9() {
508 }
509 
510 static void G__cpp_setup_func10() {
511 }
512 
513 static void G__cpp_setup_func11() {
514 }
515 
516 static void G__cpp_setup_func12() {
517 }
518 
519 static void G__cpp_setup_func13() {
520 }
521 
522 static void G__cpp_setup_func14() {
523 }
524 
525 static void G__cpp_setup_func15() {
526 }
527 
528 static void G__cpp_setup_func16() {
529 }
530 
531 static void G__cpp_setup_func17() {
532 }
533 
534 static void G__cpp_setup_func18() {
535 }
536 
537 static void G__cpp_setup_func19() {
538 }
539 
540 static void G__cpp_setup_func20() {
541 }
542 
543 static void G__cpp_setup_func21() {
544 }
545 
546 static void G__cpp_setup_func22() {
547 }
548 
549 static void G__cpp_setup_func23() {
550 
551  G__resetifuncposition();
552 }
553 
579 }
580 
581 /*********************************************************
582 * Class,struct,union,enum tag information setup
583 *********************************************************/
584 /* Setup class/struct taginfo */
585 G__linked_taginfo G__RecoInfoExport_DictLN_string = { "string" , 99 , -1 };
586 G__linked_taginfo G__RecoInfoExport_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
587 G__linked_taginfo G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
588 G__linked_taginfo G__RecoInfoExport_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
589 G__linked_taginfo G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
590 G__linked_taginfo G__RecoInfoExport_DictLN_Fun4AllBase = { "Fun4AllBase" , 99 , -1 };
591 G__linked_taginfo G__RecoInfoExport_DictLN_PHCompositeNode = { "PHCompositeNode" , 99 , -1 };
592 G__linked_taginfo G__RecoInfoExport_DictLN_SubsysReco = { "SubsysReco" , 99 , -1 };
593 G__linked_taginfo G__RecoInfoExport_DictLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
594 G__linked_taginfo G__RecoInfoExport_DictLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
595 G__linked_taginfo G__RecoInfoExport_DictLN_TMatrixTBaselEfloatgR = { "TMatrixTBase<float>" , 99 , -1 };
596 G__linked_taginfo G__RecoInfoExport_DictLN_TMatrixTBaselEdoublegR = { "TMatrixTBase<double>" , 99 , -1 };
597 G__linked_taginfo G__RecoInfoExport_DictLN_RecoInfoExport = { "RecoInfoExport" , 99 , -1 };
598 G__linked_taginfo G__RecoInfoExport_DictLN_vectorlEstringcOallocatorlEstringgRsPgR = { "vector<string,allocator<string> >" , 99 , -1 };
599 G__linked_taginfo G__RecoInfoExport_DictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<string,allocator<string> >::iterator>" , 99 , -1 };
600 
601 /* Reset class/struct taginfo */
603  G__RecoInfoExport_DictLN_string.tagnum = -1 ;
618 }
619 
620 
622 
623  /* Setting up class,struct,union tag entry */
624  G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_string);
629  G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_Fun4AllBase);
630  G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_PHCompositeNode);
631  G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_SubsysReco);
632  G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_TVectorTlEfloatgR);
633  G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_TVectorTlEdoublegR);
634  G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_TMatrixTBaselEfloatgR);
635  G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_TMatrixTBaselEdoublegR);
636  G__tagtable_setup(G__get_linked_tagnum_fwd(&G__RecoInfoExport_DictLN_RecoInfoExport),sizeof(RecoInfoExport),-1,65792,(char*)NULL,G__setup_memvarRecoInfoExport,G__setup_memfuncRecoInfoExport);
639 }
640 extern "C" void G__cpp_setupRecoInfoExport_Dict(void) {
641  G__check_setup_version(30051515,"G__cpp_setupRecoInfoExport_Dict()");
644 
646 
648 
650 
654 
655  if(0==G__getsizep2memfunc()) G__get_sizep2memfuncRecoInfoExport_Dict();
656  return;
657 }
659  public:
660  G__cpp_setup_initRecoInfoExport_Dict() { G__add_setup_func("RecoInfoExport_Dict",(G__incsetup)(&G__cpp_setupRecoInfoExport_Dict)); G__call_setup_funcs(); }
661  ~G__cpp_setup_initRecoInfoExport_Dict() { G__remove_setup_func("RecoInfoExport_Dict"); }
662 };
664