BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
BesVisClient_rootcint.cxx
Go to the documentation of this file.
1//
2// File generated by /cvmfs/bes3.ihep.ac.cn/bes3sw/ExternalLib/SLC6/ExternalLib/external/ROOT/5.34.09/x86_64-slc6-gcc46-opt/root/bin/rootcint at Tue Jan 4 15:41:15 2022
3
4// Do NOT change. Changes will be lost next time file is generated
5//
6
7#define R__DICTIONARY_FILENAME dOdOdIBesVisClientdIBesVisClient_rootcint
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.
16namespace std {} using namespace std;
18
19#include "TCollectionProxyInfo.h"
20#include "TClass.h"
21#include "TBuffer.h"
22#include "TMemberInspector.h"
23#include "TError.h"
24
25#ifndef G__ROOT
26#define G__ROOT
27#endif
28
29#include "RtypesImp.h"
30#include "TIsAProxy.h"
31#include "TFileMergeInfo.h"
32
33// START OF SHADOWS
34
35namespace ROOT {
36 namespace Shadow {
37 #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
39 #else
40 class BesGeoSelector {
41 public:
42 //friend XX;
43 vector< ::GeomFileInfo > fgeom; //
44 };
45 #endif
46
47 } // of namespace Shadow
48} // of namespace ROOT
49// END OF SHADOWS
50
51namespace ROOT {
52 void BesAboutHelp_ShowMembers(void *obj, TMemberInspector &R__insp);
53 static void delete_BesAboutHelp(void *p);
54 static void deleteArray_BesAboutHelp(void *p);
55 static void destruct_BesAboutHelp(void *p);
56
57 // Function generating the singleton type initializer
58 static TGenericClassInfo *GenerateInitInstanceLocal(const ::BesAboutHelp*)
59 {
60 ::BesAboutHelp *ptr = 0;
61 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::BesAboutHelp >(0);
62 static ::ROOT::TGenericClassInfo
63 instance("BesAboutHelp", ::BesAboutHelp::Class_Version(), "./../BesVisClient/BesAboutHelp.h", 26,
64 typeid(::BesAboutHelp), DefineBehavior(ptr, ptr),
65 &::BesAboutHelp::Dictionary, isa_proxy, 4,
66 sizeof(::BesAboutHelp) );
67 instance.SetDelete(&delete_BesAboutHelp);
68 instance.SetDeleteArray(&deleteArray_BesAboutHelp);
69 instance.SetDestructor(&destruct_BesAboutHelp);
70 return &instance;
71 }
72 TGenericClassInfo *GenerateInitInstance(const ::BesAboutHelp*)
73 {
74 return GenerateInitInstanceLocal((::BesAboutHelp*)0);
75 }
76 // Static variable to force the class initialization
77 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::BesAboutHelp*)0x0); R__UseDummy(_R__UNIQUE_(Init));
78} // end of namespace ROOT
79
80namespace ROOT {
81 void BesMdcPalette_ShowMembers(void *obj, TMemberInspector &R__insp);
82 static void delete_BesMdcPalette(void *p);
83 static void deleteArray_BesMdcPalette(void *p);
84 static void destruct_BesMdcPalette(void *p);
85
86 // Function generating the singleton type initializer
87 static TGenericClassInfo *GenerateInitInstanceLocal(const ::BesMdcPalette*)
88 {
89 ::BesMdcPalette *ptr = 0;
90 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::BesMdcPalette >(0);
91 static ::ROOT::TGenericClassInfo
92 instance("BesMdcPalette", ::BesMdcPalette::Class_Version(), "./../BesVisClient/BesMdcPalette.h", 26,
93 typeid(::BesMdcPalette), DefineBehavior(ptr, ptr),
94 &::BesMdcPalette::Dictionary, isa_proxy, 4,
95 sizeof(::BesMdcPalette) );
96 instance.SetDelete(&delete_BesMdcPalette);
97 instance.SetDeleteArray(&deleteArray_BesMdcPalette);
98 instance.SetDestructor(&destruct_BesMdcPalette);
99 return &instance;
100 }
101 TGenericClassInfo *GenerateInitInstance(const ::BesMdcPalette*)
102 {
103 return GenerateInitInstanceLocal((::BesMdcPalette*)0);
104 }
105 // Static variable to force the class initialization
106 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::BesMdcPalette*)0x0); R__UseDummy(_R__UNIQUE_(Init));
107} // end of namespace ROOT
108
109namespace ROOT {
110 void BesGeoSelector_ShowMembers(void *obj, TMemberInspector &R__insp);
111 static void BesGeoSelector_Dictionary();
112 static void *new_BesGeoSelector(void *p = 0);
113 static void *newArray_BesGeoSelector(Long_t size, void *p);
114 static void delete_BesGeoSelector(void *p);
115 static void deleteArray_BesGeoSelector(void *p);
116 static void destruct_BesGeoSelector(void *p);
117
118 // Function generating the singleton type initializer
119 static TGenericClassInfo *GenerateInitInstanceLocal(const ::BesGeoSelector*)
120 {
121 // Make sure the shadow class has the right sizeof
122 R__ASSERT(sizeof(::BesGeoSelector) == sizeof(::ROOT::Shadow::BesGeoSelector));
123 ::BesGeoSelector *ptr = 0;
124 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::BesGeoSelector),0);
125 static ::ROOT::TGenericClassInfo
126 instance("BesGeoSelector", "./../BesVisClient/BesGeoSelector.h", 30,
127 typeid(::BesGeoSelector), DefineBehavior(ptr, ptr),
128 &BesGeoSelector_ShowMembers, &BesGeoSelector_Dictionary, isa_proxy, 4,
129 sizeof(::BesGeoSelector) );
130 instance.SetNew(&new_BesGeoSelector);
131 instance.SetNewArray(&newArray_BesGeoSelector);
132 instance.SetDelete(&delete_BesGeoSelector);
133 instance.SetDeleteArray(&deleteArray_BesGeoSelector);
134 instance.SetDestructor(&destruct_BesGeoSelector);
135 return &instance;
136 }
137 TGenericClassInfo *GenerateInitInstance(const ::BesGeoSelector*)
138 {
139 return GenerateInitInstanceLocal((::BesGeoSelector*)0);
140 }
141 // Static variable to force the class initialization
142 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::BesGeoSelector*)0x0); R__UseDummy(_R__UNIQUE_(Init));
143
144 // Dictionary for non-ClassDef classes
145 static void BesGeoSelector_Dictionary() {
146 ::ROOT::GenerateInitInstanceLocal((const ::BesGeoSelector*)0x0)->GetClass();
147 }
148
149} // end of namespace ROOT
150
151namespace ROOT {
152 void BesClient_ShowMembers(void *obj, TMemberInspector &R__insp);
153 static void delete_BesClient(void *p);
154 static void deleteArray_BesClient(void *p);
155 static void destruct_BesClient(void *p);
156
157 // Function generating the singleton type initializer
158 static TGenericClassInfo *GenerateInitInstanceLocal(const ::BesClient*)
159 {
160 ::BesClient *ptr = 0;
161 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::BesClient >(0);
162 static ::ROOT::TGenericClassInfo
163 instance("BesClient", ::BesClient::Class_Version(), "./../BesVisClient/BesClient.h", 287,
164 typeid(::BesClient), DefineBehavior(ptr, ptr),
165 &::BesClient::Dictionary, isa_proxy, 4,
166 sizeof(::BesClient) );
167 instance.SetDelete(&delete_BesClient);
168 instance.SetDeleteArray(&deleteArray_BesClient);
169 instance.SetDestructor(&destruct_BesClient);
170 return &instance;
171 }
172 TGenericClassInfo *GenerateInitInstance(const ::BesClient*)
173 {
174 return GenerateInitInstanceLocal((::BesClient*)0);
175 }
176 // Static variable to force the class initialization
177 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::BesClient*)0x0); R__UseDummy(_R__UNIQUE_(Init));
178} // end of namespace ROOT
179
180//______________________________________________________________________________
181TClass *BesAboutHelp::fgIsA = 0; // static to hold class pointer
182
183//______________________________________________________________________________
184const char *BesAboutHelp::Class_Name()
185{
186 return "BesAboutHelp";
187}
188
189//______________________________________________________________________________
190const char *BesAboutHelp::ImplFileName()
191{
192 return ::ROOT::GenerateInitInstanceLocal((const ::BesAboutHelp*)0x0)->GetImplFileName();
193}
194
195//______________________________________________________________________________
196int BesAboutHelp::ImplFileLine()
197{
198 return ::ROOT::GenerateInitInstanceLocal((const ::BesAboutHelp*)0x0)->GetImplFileLine();
199}
200
201//______________________________________________________________________________
202void BesAboutHelp::Dictionary()
203{
204 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::BesAboutHelp*)0x0)->GetClass();
205}
206
207//______________________________________________________________________________
208TClass *BesAboutHelp::Class()
209{
210 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::BesAboutHelp*)0x0)->GetClass();
211 return fgIsA;
212}
213
214//______________________________________________________________________________
215TClass *BesMdcPalette::fgIsA = 0; // static to hold class pointer
216
217//______________________________________________________________________________
218const char *BesMdcPalette::Class_Name()
219{
220 return "BesMdcPalette";
221}
222
223//______________________________________________________________________________
224const char *BesMdcPalette::ImplFileName()
225{
226 return ::ROOT::GenerateInitInstanceLocal((const ::BesMdcPalette*)0x0)->GetImplFileName();
227}
228
229//______________________________________________________________________________
230int BesMdcPalette::ImplFileLine()
231{
232 return ::ROOT::GenerateInitInstanceLocal((const ::BesMdcPalette*)0x0)->GetImplFileLine();
233}
234
235//______________________________________________________________________________
236void BesMdcPalette::Dictionary()
237{
238 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::BesMdcPalette*)0x0)->GetClass();
239}
240
241//______________________________________________________________________________
242TClass *BesMdcPalette::Class()
243{
244 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::BesMdcPalette*)0x0)->GetClass();
245 return fgIsA;
246}
247
248//______________________________________________________________________________
249TClass *BesClient::fgIsA = 0; // static to hold class pointer
250
251//______________________________________________________________________________
252const char *BesClient::Class_Name()
253{
254 return "BesClient";
255}
256
257//______________________________________________________________________________
258const char *BesClient::ImplFileName()
259{
260 return ::ROOT::GenerateInitInstanceLocal((const ::BesClient*)0x0)->GetImplFileName();
261}
262
263//______________________________________________________________________________
264int BesClient::ImplFileLine()
265{
266 return ::ROOT::GenerateInitInstanceLocal((const ::BesClient*)0x0)->GetImplFileLine();
267}
268
269//______________________________________________________________________________
270void BesClient::Dictionary()
271{
272 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::BesClient*)0x0)->GetClass();
273}
274
275//______________________________________________________________________________
276TClass *BesClient::Class()
277{
278 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::BesClient*)0x0)->GetClass();
279 return fgIsA;
280}
281
282//______________________________________________________________________________
283void BesAboutHelp::Streamer(TBuffer &R__b)
284{
285 // Stream an object of class BesAboutHelp.
286
287 if (R__b.IsReading()) {
288 R__b.ReadClassBuffer(BesAboutHelp::Class(),this);
289 } else {
290 R__b.WriteClassBuffer(BesAboutHelp::Class(),this);
291 }
292}
293
294//______________________________________________________________________________
295void BesAboutHelp::ShowMembers(TMemberInspector &R__insp)
296{
297 // Inspect the data members of an object of class BesAboutHelp.
298 TClass *R__cl = ::BesAboutHelp::IsA();
299 if (R__cl || R__insp.IsA()) { }
300 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTitleFrame", &fTitleFrame);
301 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTitle", &fTitle);
302 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIcon", &fIcon);
303 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMain", &fMain);
304 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAbout", &fAbout);
305 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVersion", &fVersion);
306 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDescription1", &fDescription1);
307 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDescription2", &fDescription2);
308 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDescription3", &fDescription3);
309 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDescription4", &fDescription4);
310 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBottomFrame", &fBottomFrame);
311 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCloseBtn", &fCloseBtn);
312 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWidgets", &fWidgets);
313 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLayout", &fLayout);
314 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMdcPaletteFrame", &fMdcPaletteFrame);
315 TGTransientFrame::ShowMembers(R__insp);
316}
317
318namespace ROOT {
319 // Wrapper around operator delete
320 static void delete_BesAboutHelp(void *p) {
321 delete ((::BesAboutHelp*)p);
322 }
323 static void deleteArray_BesAboutHelp(void *p) {
324 delete [] ((::BesAboutHelp*)p);
325 }
326 static void destruct_BesAboutHelp(void *p) {
327 typedef ::BesAboutHelp current_t;
328 ((current_t*)p)->~current_t();
329 }
330} // end of namespace ROOT for class ::BesAboutHelp
331
332//______________________________________________________________________________
333void BesMdcPalette::Streamer(TBuffer &R__b)
334{
335 // Stream an object of class BesMdcPalette.
336
337 if (R__b.IsReading()) {
338 R__b.ReadClassBuffer(BesMdcPalette::Class(),this);
339 } else {
340 R__b.WriteClassBuffer(BesMdcPalette::Class(),this);
341 }
342}
343
344//______________________________________________________________________________
345void BesMdcPalette::ShowMembers(TMemberInspector &R__insp)
346{
347 // Inspect the data members of an object of class BesMdcPalette.
348 TClass *R__cl = ::BesMdcPalette::IsA();
349 if (R__cl || R__insp.IsA()) { }
350 TGTransientFrame::ShowMembers(R__insp);
351}
352
353namespace ROOT {
354 // Wrapper around operator delete
355 static void delete_BesMdcPalette(void *p) {
356 delete ((::BesMdcPalette*)p);
357 }
358 static void deleteArray_BesMdcPalette(void *p) {
359 delete [] ((::BesMdcPalette*)p);
360 }
361 static void destruct_BesMdcPalette(void *p) {
362 typedef ::BesMdcPalette current_t;
363 ((current_t*)p)->~current_t();
364 }
365} // end of namespace ROOT for class ::BesMdcPalette
366
367//______________________________________________________________________________
368void BesClient::Streamer(TBuffer &R__b)
369{
370 // Stream an object of class BesClient.
371
372 if (R__b.IsReading()) {
373 R__b.ReadClassBuffer(BesClient::Class(),this);
374 } else {
375 R__b.WriteClassBuffer(BesClient::Class(),this);
376 }
377}
378
379//______________________________________________________________________________
380void BesClient::ShowMembers(TMemberInspector &R__insp)
381{
382 // Inspect the data members of an object of class BesClient.
383 TClass *R__cl = ::BesClient::IsA();
384 if (R__cl || R__insp.IsA()) { }
385 R__insp.Inspect(R__cl, R__insp.GetParent(), "f_runStatus", &f_runStatus);
386 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGeometry", &fGeometry);
387 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGeoFile", &fGeoFile);
388 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventFile", &fEventFile);
389 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventTree", &fEventTree);
390 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEvent", &fEvent);
391 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEvtHeader", &fEvtHeader);
392 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRecEvTime", &fRecEvTime);
393 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDigiEvent", &fDigiEvent);
394 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRecEvent_1", &fRecEvent_1);
395 R__insp.Inspect(R__cl, R__insp.GetParent(), "*recTrack1", &recTrack1);
396 R__insp.Inspect(R__cl, R__insp.GetParent(), "*muctrk", &muctrk);
397 R__insp.Inspect(R__cl, R__insp.GetParent(), "*tofTrack", &tofTrack);
398 R__insp.Inspect(R__cl, R__insp.GetParent(), "*mdchit", &mdchit);
399 R__insp.Inspect(R__cl, R__insp.GetParent(), "*emcshower", &emcshower);
400 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDstEvent", &fDstEvent);
401 R__insp.Inspect(R__cl, R__insp.GetParent(), "isRecEvent", &isRecEvent);
402 R__insp.Inspect(R__cl, R__insp.GetParent(), "NCluster", &NCluster);
403 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarLayout", &fMenuBarLayout);
404 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarFirstItemLayout", &fMenuBarFirstItemLayout);
405 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarItemLayout", &fMenuBarItemLayout);
406 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarLastItemLayout", &fMenuBarLastItemLayout);
407 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fECLayout", &fECLayout);
408 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBar", &fMenuBar);
409 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuFile", &fMenuFile);
410 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuEdit", &fMenuEdit);
411 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuView", &fMenuView);
412 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuHelp", &fMenuHelp);
413 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionHeader", &fMenuViewOptionHeader);
414 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionMdc", &fMenuViewOptionMdc);
415 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionTof", &fMenuViewOptionTof);
416 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionEmc", &fMenuViewOptionEmc);
417 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionMuc", &fMenuViewOptionMuc);
418 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionFull3D", &fMenuViewOptionFull3D);
419 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionOthers", &fMenuViewOptionOthers);
420 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionMdcHits", &fMenuViewOptionMdcHits);
421 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionTofHits", &fMenuViewOptionTofHits);
422 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionEmcHits", &fMenuViewOptionEmcHits);
423 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionMucHits", &fMenuViewOptionMucHits);
424 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionTracks", &fMenuViewOptionTracks);
425 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpButtonBarFirstItemLayout", &fUpButtonBarFirstItemLayout);
426 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpButtonBarItemLayout", &fUpButtonBarItemLayout);
427 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpButtonBarLastItemLayout", &fUpButtonBarLastItemLayout);
428 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpButtonBarFrame", &fUpButtonBarFrame);
429 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpButtonSplitter[4]", &fUpButtonSplitter);
430 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLoadGeoFileButton", &fLoadGeoFileButton);
431 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOpenEventFileButton", &fOpenEventFileButton);
432 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSaveGeoAsButton", &fSaveGeoAsButton);
433 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSavePicAsButton", &fSavePicAsButton);
434 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSavePicAsPSButton", &fSavePicAsPSButton);
435 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRefreshButton", &fRefreshButton);
436 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResetCurrentButton", &fResetCurrentButton);
437 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResetAllButton", &fResetAllButton);
438 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCursorButton[2]", &fCursorButton);
439 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZoomInButton", &fZoomInButton);
440 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZoomOutButton", &fZoomOutButton);
441 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZoomRatioNumber", &fZoomRatioNumber);
442 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZoomRatioPercentButton", &fZoomRatioPercentButton);
443 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSwitchDisplayModeButton", &fSwitchDisplayModeButton);
444 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSetHomeButton", &fSetHomeButton);
445 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGoHomeButton", &fGoHomeButton);
446 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSaveMyConfigButton", &fSaveMyConfigButton);
447 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLoadMyConfigButton", &fLoadMyConfigButton);
448 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPaletteButton", &fPaletteButton);
449 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHelpButton", &fHelpButton);
450 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplayModeBarItemLayout", &fDisplayModeBarItemLayout);
451 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplayModeBarFrame", &fDisplayModeBarFrame);
452 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplayModeButton[5]", &fDisplayModeButton);
453 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarFirstItemLayout", &fToolBarFirstItemLayout);
454 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarItemLayout", &fToolBarItemLayout);
455 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarLastItemLayout", &fToolBarLastItemLayout);
456 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarFrame", &fToolBarFrame);
457 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolButtonSplitter[4]", &fToolButtonSplitter);
458 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSwitchPadButton", &fSwitchPadButton);
459 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fShowInfoButton", &fShowInfoButton);
460 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fShowAxisButton", &fShowAxisButton);
461 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFishEyeViewButton", &fFishEyeViewButton);
462 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParallelViewButton", &fParallelViewButton);
463 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPerspectiveViewButton", &fPerspectiveViewButton);
464 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fX3DButton", &fX3DButton);
465 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOpenGLButton", &fOpenGLButton);
466 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListView", &fEventListView);
467 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEmbeddedCanvas", &fEmbeddedCanvas);
468 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCanvas", &fCanvas);
469 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplay", &fDisplay);
470 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV1", &fV1);
471 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTabs", &fTabs);
472 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListTree", &fEventListTree);
473 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fItem", &fItem);
474 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRunItem", &fRunItem);
475 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventDownFrame", &fEventDownFrame);
476 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventControlFrame", &fEventControlFrame);
477 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventControlTextFrame", &fEventControlTextFrame);
478 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventNavFrame", &fEventNavFrame);
479 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlayTextFrame", &fEventPlayTextFrame);
480 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlayButtonFrame", &fEventPlayButtonFrame);
481 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlaySpeedFrame", &fEventPlaySpeedFrame);
482 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListFrame", &fEventListFrame);
483 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListTextFrame", &fEventListTextFrame);
484 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListContentFrame", &fEventListContentFrame);
485 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoFrame", &fAutoFrame);
486 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoTextFrame", &fAutoTextFrame);
487 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewFrame", &fViewFrame);
488 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewTextFrame", &fViewTextFrame);
489 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewContentFrame", &fViewContentFrame);
490 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewContent1Frame", &fViewContent1Frame);
491 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewContent2Frame", &fViewContent2Frame);
492 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewContent3Frame", &fViewContent3Frame);
493 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleFrame", &fViewAngleFrame);
494 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaFrame", &fViewAngleThetaFrame);
495 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiFrame", &fViewAnglePhiFrame);
496 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiFrame", &fViewAnglePsiFrame);
497 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryRunNo", &fNumEntryRunNo);
498 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryEventNo", &fNumEntryEventNo);
499 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryEventPlaySpeed", &fNumEntryEventPlaySpeed);
500 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventControlTextLabel", &fEventControlTextLabel);
501 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBesLabelRun", &fBesLabelRun);
502 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBesLabelEvent", &fBesLabelEvent);
503 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlayTextLabel", &fEventPlayTextLabel);
504 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlaySpeedLabel", &fEventPlaySpeedLabel);
505 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListTextLabel", &fEventListTextLabel);
506 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewTextLabel", &fViewTextLabel);
507 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoTextLabel", &fAutoTextLabel);
508 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlaySlider", &fEventPlaySlider);
509 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPrevEventButton", &fPrevEventButton);
510 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNextEventButton", &fNextEventButton);
511 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPlayEventButton", &fPlayEventButton);
512 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirstEventButton", &fFirstEventButton);
513 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewResetAngleButton", &fViewResetAngleButton);
514 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewCounterClockWiseButton", &fViewCounterClockWiseButton);
515 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewClockWiseButton", &fViewClockWiseButton);
516 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMoveUpButton", &fViewMoveUpButton);
517 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMoveLeftButton", &fViewMoveLeftButton);
518 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMoveRightButton", &fViewMoveRightButton);
519 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMoveDownButton", &fViewMoveDownButton);
520 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMoveCenterButton", &fViewMoveCenterButton);
521 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaPlusButton", &fViewAngleThetaPlusButton);
522 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaMinusButton", &fViewAngleThetaMinusButton);
523 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaSlider", &fViewAngleThetaSlider);
524 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaNumber", &fViewAngleThetaNumber);
525 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaLabel", &fViewAngleThetaLabel);
526 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiPlusButton", &fViewAnglePhiPlusButton);
527 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiMinusButton", &fViewAnglePhiMinusButton);
528 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiSlider", &fViewAnglePhiSlider);
529 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiNumber", &fViewAnglePhiNumber);
530 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiLabel", &fViewAnglePhiLabel);
531 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiPlusButton", &fViewAnglePsiPlusButton);
532 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiMinusButton", &fViewAnglePsiMinusButton);
533 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiSlider", &fViewAnglePsiSlider);
534 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiNumber", &fViewAnglePsiNumber);
535 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiLabel", &fViewAnglePsiLabel);
536 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateStepFrame", &fRotateStepFrame);
537 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateStepLabel", &fRotateStepLabel);
538 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryRotateStep", &fNumEntryRotateStep);
539 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateStepUnitLabel", &fRotateStepUnitLabel);
540 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameAutoRotate", &fFrameAutoRotate);
541 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnAutoRotate", &fChkBtnAutoRotate);
542 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateSpeedFrame", &fRotateSpeedFrame);
543 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryRotateSpeed", &fNumEntryRotateSpeed);
544 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateSpeedLabel", &fRotateSpeedLabel);
545 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateFPSFrame", &fRotateFPSFrame);
546 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryRotateFPS", &fNumEntryRotateFPS);
547 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateFPSLabel", &fRotateFPSLabel);
548 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatusBar", &fStatusBar);
549 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameHeader", &fFrameHeader);
550 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameHits", &fFrameHits);
551 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameTracks", &fFrameTracks);
552 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameSubDetector", &fFrameSubDetector);
553 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameOthers", &fFrameOthers);
554 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameMdcMatch", &fFrameMdcMatch);
555 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameTofMatch", &fFrameTofMatch);
556 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameMagnetic", &fFrameMagnetic);
557 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTitleFrame", &fTitleFrame);
558 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMainFrame", &fMainFrame);
559 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBesRunFrame", &fBesRunFrame);
560 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBesEventFrame", &fBesEventFrame);
561 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnHeaderGlobal", &fChkBtnHeaderGlobal);
562 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcHitsGlobal", &fChkBtnMdcHitsGlobal);
563 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofHitsGlobal", &fChkBtnTofHitsGlobal);
564 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofHitsEast", &fChkBtnTofHitsEast);
565 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofHitsBarrel", &fChkBtnTofHitsBarrel);
566 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofHitsWest", &fChkBtnTofHitsWest);
567 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcHitsGlobal", &fChkBtnEmcHitsGlobal);
568 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcHitsEast", &fChkBtnEmcHitsEast);
569 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcHitsBarrel", &fChkBtnEmcHitsBarrel);
570 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcHitsWest", &fChkBtnEmcHitsWest);
571 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcHitsSide", &fChkBtnEmcHitsSide);
572 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucHitsGlobal", &fChkBtnMucHitsGlobal);
573 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucHitsEast", &fChkBtnMucHitsEast);
574 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucHitsBarrel", &fChkBtnMucHitsBarrel);
575 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucHitsWest", &fChkBtnMucHitsWest);
576 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksGlobal", &fChkBtnTracksGlobal);
577 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksMdc", &fChkBtnTracksMdc);
578 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksTof", &fChkBtnTracksTof);
579 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksEmc", &fChkBtnTracksEmc);
580 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksMuc", &fChkBtnTracksMuc);
581 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksExt", &fChkBtnTracksExt);
582 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcGlobal", &fChkBtnMdcGlobal);
583 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcTubes", &fChkBtnMdcTubes);
584 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcWires", &fChkBtnMdcWires);
585 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofGlobal", &fChkBtnTofGlobal);
586 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofEast", &fChkBtnTofEast);
587 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofBarrel", &fChkBtnTofBarrel);
588 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofWest", &fChkBtnTofWest);
589 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcGlobal", &fChkBtnEmcGlobal);
590 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcEast", &fChkBtnEmcEast);
591 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcBarrel", &fChkBtnEmcBarrel);
592 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcWest", &fChkBtnEmcWest);
593 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcSide", &fChkBtnEmcSide);
594 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucGlobal", &fChkBtnMucGlobal);
595 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucEast", &fChkBtnMucEast);
596 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucBarrel", &fChkBtnMucBarrel);
597 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucWest", &fChkBtnMucWest);
598 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucStrips", &fChkBtnMucStrips);
599 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnBeamPipe", &fChkBtnBeamPipe);
600 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnZRPlaneOnXY", &fChkBtnZRPlaneOnXY);
601 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnAxis", &fChkBtnAxis);
602 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcTOverflowGlobal", &fChkBtnMdcTOverflowGlobal);
603 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcQOverflowGlobal", &fChkBtnMdcQOverflowGlobal);
604 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcTMatchGlobal", &fChkBtnMdcTMatchGlobal);
605 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcQMatchGlobal", &fChkBtnMdcQMatchGlobal);
606 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcColorfulWireGlobal", &fChkBtnMdcColorfulWireGlobal);
607 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcTimeSubEvTimeGlobal", &fChkBtnMdcTimeSubEvTimeGlobal);
608 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofTMatchGlobal", &fChkBtnTofTMatchGlobal);
609 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofQMatchGlobal", &fChkBtnTofQMatchGlobal);
610 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryMagnetic", &fNumEntryMagnetic);
611 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBesVisPath", &fBesVisPath);
612 R__insp.InspectMember(fBesVisPath, "fBesVisPath.");
613 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBesRunNo", &fBesRunNo);
614 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBesEventNo", &fBesEventNo);
615 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrentEvent", &fCurrentEvent);
616 R__insp.Inspect(R__cl, R__insp.GetParent(), "fEventPlaySpeed", &fEventPlaySpeed);
617 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoDisplayEvent", &fAutoDisplayEvent);
618 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoDisplayEventTimer", &fAutoDisplayEventTimer);
619 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMoveFactor", &fMoveFactor);
620 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRotateStep", &fRotateStep);
621 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRotateFPS", &fRotateFPS);
622 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRotateSpeed", &fRotateSpeed);
623 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoRotate", &fAutoRotate);
624 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoRotateTimer", &fAutoRotateTimer);
625 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoRotateClockWise", &fAutoRotateClockWise);
626 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoRotateTheta", &fAutoRotateTheta);
627 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoRotatePhi", &fAutoRotatePhi);
628 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoRotatePsi", &fAutoRotatePsi);
629 R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewer3DMode", &fViewer3DMode);
630 R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewThetaPreStep", &fViewThetaPreStep);
631 R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewPhiPreStep", &fViewPhiPreStep);
632 R__insp.Inspect(R__cl, R__insp.GetParent(), "fHomeX[3]", fHomeX);
633 R__insp.Inspect(R__cl, R__insp.GetParent(), "fHomeY[3]", fHomeY);
634 R__insp.Inspect(R__cl, R__insp.GetParent(), "fWindowWidth", &fWindowWidth);
635 R__insp.Inspect(R__cl, R__insp.GetParent(), "fWindowHeight", &fWindowHeight);
636 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWidgets", &fWidgets);
637 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLayout", &fLayout);
638 R__insp.Inspect(R__cl, R__insp.GetParent(), "f_evtFile", &f_evtFile);
639 R__insp.InspectMember(f_evtFile, "f_evtFile.");
640 R__insp.Inspect(R__cl, R__insp.GetParent(), "f_geoFile", &f_geoFile);
641 R__insp.InspectMember(f_geoFile, "f_geoFile.");
642 R__insp.Inspect(R__cl, R__insp.GetParent(), "f_bossMode", &f_bossMode);
643 R__insp.Inspect(R__cl, R__insp.GetParent(), "f_pid", &f_pid);
644 R__insp.Inspect(R__cl, R__insp.GetParent(), "f_HelpText", (void*)&f_HelpText);
645 R__insp.InspectMember("string", (void*)&f_HelpText, "f_HelpText.", false);
646 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelector", (void*)&fSelector);
647 R__insp.InspectMember("BesGeoSelector", (void*)&fSelector, "fSelector.", false);
648 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurGeom", &fCurGeom);
649 R__insp.InspectMember(fCurGeom, "fCurGeom.");
650 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoGeom", &fAutoGeom);
651 TGMainFrame::ShowMembers(R__insp);
652}
653
654namespace ROOT {
655 // Wrapper around operator delete
656 static void delete_BesClient(void *p) {
657 delete ((::BesClient*)p);
658 }
659 static void deleteArray_BesClient(void *p) {
660 delete [] ((::BesClient*)p);
661 }
662 static void destruct_BesClient(void *p) {
663 typedef ::BesClient current_t;
664 ((current_t*)p)->~current_t();
665 }
666} // end of namespace ROOT for class ::BesClient
667
668//______________________________________________________________________________
669namespace ROOT {
670 void BesGeoSelector_ShowMembers(void *obj, TMemberInspector &R__insp)
671 {
672 // Inspect the data members of an object of class BesGeoSelector.
673 typedef ::ROOT::Shadow::BesGeoSelector ShadowClass;
674 ShadowClass *sobj = (ShadowClass*)obj;
675 if (sobj) { } // Dummy usage just in case there is no datamember.
676
677 TClass *R__cl = ::ROOT::GenerateInitInstanceLocal((const ::BesGeoSelector*)0x0)->GetClass();
678 if (R__cl || R__insp.IsA()) { }
679 R__insp.Inspect(R__cl, R__insp.GetParent(), "fgeom", (void*)&sobj->fgeom);
680 R__insp.InspectMember("vector<GeomFileInfo>", (void*)&sobj->fgeom, "fgeom.", false);
681 }
682
683}
684
685namespace ROOT {
686 // Wrappers around operator new
687 static void *new_BesGeoSelector(void *p) {
688 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::BesGeoSelector : new ::BesGeoSelector;
689 }
690 static void *newArray_BesGeoSelector(Long_t nElements, void *p) {
691 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::BesGeoSelector[nElements] : new ::BesGeoSelector[nElements];
692 }
693 // Wrapper around operator delete
694 static void delete_BesGeoSelector(void *p) {
695 delete ((::BesGeoSelector*)p);
696 }
697 static void deleteArray_BesGeoSelector(void *p) {
698 delete [] ((::BesGeoSelector*)p);
699 }
700 static void destruct_BesGeoSelector(void *p) {
701 typedef ::BesGeoSelector current_t;
702 ((current_t*)p)->~current_t();
703 }
704} // end of namespace ROOT for class ::BesGeoSelector
705
706namespace ROOT {
707 void vectorlEGeomFileInfogR_ShowMembers(void *obj, TMemberInspector &R__insp);
708 static void vectorlEGeomFileInfogR_Dictionary();
709 static void *new_vectorlEGeomFileInfogR(void *p = 0);
710 static void *newArray_vectorlEGeomFileInfogR(Long_t size, void *p);
711 static void delete_vectorlEGeomFileInfogR(void *p);
712 static void deleteArray_vectorlEGeomFileInfogR(void *p);
713 static void destruct_vectorlEGeomFileInfogR(void *p);
714
715 // Function generating the singleton type initializer
716 static TGenericClassInfo *GenerateInitInstanceLocal(const vector<GeomFileInfo>*)
717 {
718 vector<GeomFileInfo> *ptr = 0;
719 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<GeomFileInfo>),0);
720 static ::ROOT::TGenericClassInfo
721 instance("vector<GeomFileInfo>", -2, "prec_stl/vector", 49,
722 typeid(vector<GeomFileInfo>), DefineBehavior(ptr, ptr),
723 0, &vectorlEGeomFileInfogR_Dictionary, isa_proxy, 0,
724 sizeof(vector<GeomFileInfo>) );
725 instance.SetNew(&new_vectorlEGeomFileInfogR);
726 instance.SetNewArray(&newArray_vectorlEGeomFileInfogR);
727 instance.SetDelete(&delete_vectorlEGeomFileInfogR);
728 instance.SetDeleteArray(&deleteArray_vectorlEGeomFileInfogR);
729 instance.SetDestructor(&destruct_vectorlEGeomFileInfogR);
730 instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<GeomFileInfo> >()));
731 return &instance;
732 }
733 // Static variable to force the class initialization
734 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<GeomFileInfo>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
735
736 // Dictionary for non-ClassDef classes
737 static void vectorlEGeomFileInfogR_Dictionary() {
738 ::ROOT::GenerateInitInstanceLocal((const vector<GeomFileInfo>*)0x0)->GetClass();
739 }
740
741} // end of namespace ROOT
742
743namespace ROOT {
744 // Wrappers around operator new
745 static void *new_vectorlEGeomFileInfogR(void *p) {
746 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<GeomFileInfo> : new vector<GeomFileInfo>;
747 }
748 static void *newArray_vectorlEGeomFileInfogR(Long_t nElements, void *p) {
749 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<GeomFileInfo>[nElements] : new vector<GeomFileInfo>[nElements];
750 }
751 // Wrapper around operator delete
752 static void delete_vectorlEGeomFileInfogR(void *p) {
753 delete ((vector<GeomFileInfo>*)p);
754 }
755 static void deleteArray_vectorlEGeomFileInfogR(void *p) {
756 delete [] ((vector<GeomFileInfo>*)p);
757 }
758 static void destruct_vectorlEGeomFileInfogR(void *p) {
759 typedef vector<GeomFileInfo> current_t;
760 ((current_t*)p)->~current_t();
761 }
762} // end of namespace ROOT for class vector<GeomFileInfo>
763
764/********************************************************
765* ../BesVisClient/BesVisClient_rootcint.cxx
766* CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
767* FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
768* CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
769********************************************************/
770
771#ifdef G__MEMTEST
772#undef malloc
773#undef free
774#endif
775
776#if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
777#pragma GCC diagnostic ignored "-Wstrict-aliasing"
778#endif
779
781
783 G__add_compiledheader("TObject.h");
784 G__add_compiledheader("TMemberInspector.h");
785 G__add_compiledheader("../BesVisClient/BesAboutHelp.h");
786 G__add_compiledheader("../BesVisClient/BesMdcPalette.h");
787 G__add_compiledheader("../BesVisClient/BesClient.h");
788 G__add_compiledheader("../BesVisClient/BesGeoSelector.h");
790}
791#include <new>
792extern "C" int G__cpp_dllrevBesVisClient_rootcint() { return(30051515); }
793
794/*********************************************************
795* Member function Interface Method
796*********************************************************/
797
798/* BesAboutHelp */
799static int G__BesVisClient_rootcint_305_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
800{
801 BesAboutHelp* p = NULL;
802 char* gvp = (char*) G__getgvp();
803 //m: 2
804 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
805 p = new BesAboutHelp((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
806 } else {
807 p = new((void*) gvp) BesAboutHelp((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
808 }
809 result7->obj.i = (long) p;
810 result7->ref = (long) p;
811 G__set_tagnum(result7,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp));
812 return(1 || funcname || hash || result7 || libp) ;
813}
814
815static int G__BesVisClient_rootcint_305_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
816{
817 G__letint(result7, 107, (long) ((BesAboutHelp*) G__getstructoffset())->GetPic((const char*) G__int(libp->para[0])));
818 return(1 || funcname || hash || result7 || libp) ;
819}
820
821static int G__BesVisClient_rootcint_305_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
822{
823 G__letint(result7, 85, (long) BesAboutHelp::Class());
824 return(1 || funcname || hash || result7 || libp) ;
825}
826
827static int G__BesVisClient_rootcint_305_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
828{
829 G__letint(result7, 67, (long) BesAboutHelp::Class_Name());
830 return(1 || funcname || hash || result7 || libp) ;
831}
832
833static int G__BesVisClient_rootcint_305_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
834{
835 G__letint(result7, 115, (long) BesAboutHelp::Class_Version());
836 return(1 || funcname || hash || result7 || libp) ;
837}
838
839static int G__BesVisClient_rootcint_305_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
840{
841 BesAboutHelp::Dictionary();
842 G__setnull(result7);
843 return(1 || funcname || hash || result7 || libp) ;
844}
845
846static int G__BesVisClient_rootcint_305_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
847{
848 ((BesAboutHelp*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
849 G__setnull(result7);
850 return(1 || funcname || hash || result7 || libp) ;
851}
852
853static int G__BesVisClient_rootcint_305_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
854{
855 G__letint(result7, 67, (long) BesAboutHelp::DeclFileName());
856 return(1 || funcname || hash || result7 || libp) ;
857}
858
859static int G__BesVisClient_rootcint_305_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
860{
861 G__letint(result7, 105, (long) BesAboutHelp::ImplFileLine());
862 return(1 || funcname || hash || result7 || libp) ;
863}
864
865static int G__BesVisClient_rootcint_305_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
866{
867 G__letint(result7, 67, (long) BesAboutHelp::ImplFileName());
868 return(1 || funcname || hash || result7 || libp) ;
869}
870
871static int G__BesVisClient_rootcint_305_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
872{
873 G__letint(result7, 105, (long) BesAboutHelp::DeclFileLine());
874 return(1 || funcname || hash || result7 || libp) ;
875}
876
877// automatic destructor
879static int G__BesVisClient_rootcint_305_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
880{
881 char* gvp = (char*) G__getgvp();
882 long soff = G__getstructoffset();
883 int n = G__getaryconstruct();
884 //
885 //has_a_delete: 1
886 //has_own_delete1arg: 0
887 //has_own_delete2arg: 0
888 //
889 if (!soff) {
890 return(1);
891 }
892 if (n) {
893 if (gvp == (char*)G__PVOID) {
894 delete[] (BesAboutHelp*) soff;
895 } else {
896 G__setgvp((long) G__PVOID);
897 for (int i = n - 1; i >= 0; --i) {
898 ((BesAboutHelp*) (soff+(sizeof(BesAboutHelp)*i)))->~G__TBesAboutHelp();
899 }
900 G__setgvp((long)gvp);
901 }
902 } else {
903 if (gvp == (char*)G__PVOID) {
904 delete (BesAboutHelp*) soff;
905 } else {
906 G__setgvp((long) G__PVOID);
907 ((BesAboutHelp*) (soff))->~G__TBesAboutHelp();
908 G__setgvp((long)gvp);
909 }
910 }
911 G__setnull(result7);
912 return(1 || funcname || hash || result7 || libp) ;
913}
914
915
916/* BesMdcPalette */
917static int G__BesVisClient_rootcint_306_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
918{
919 BesMdcPalette* p = NULL;
920 char* gvp = (char*) G__getgvp();
921 //m: 2
922 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
923 p = new BesMdcPalette((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
924 } else {
925 p = new((void*) gvp) BesMdcPalette((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
926 }
927 result7->obj.i = (long) p;
928 result7->ref = (long) p;
929 G__set_tagnum(result7,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette));
930 return(1 || funcname || hash || result7 || libp) ;
931}
932
933static int G__BesVisClient_rootcint_306_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
934{
935 G__letint(result7, 85, (long) BesMdcPalette::Class());
936 return(1 || funcname || hash || result7 || libp) ;
937}
938
939static int G__BesVisClient_rootcint_306_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
940{
941 G__letint(result7, 67, (long) BesMdcPalette::Class_Name());
942 return(1 || funcname || hash || result7 || libp) ;
943}
944
945static int G__BesVisClient_rootcint_306_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
946{
947 G__letint(result7, 115, (long) BesMdcPalette::Class_Version());
948 return(1 || funcname || hash || result7 || libp) ;
949}
950
951static int G__BesVisClient_rootcint_306_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
952{
953 BesMdcPalette::Dictionary();
954 G__setnull(result7);
955 return(1 || funcname || hash || result7 || libp) ;
956}
957
958static int G__BesVisClient_rootcint_306_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
959{
960 ((BesMdcPalette*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
961 G__setnull(result7);
962 return(1 || funcname || hash || result7 || libp) ;
963}
964
965static int G__BesVisClient_rootcint_306_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
966{
967 G__letint(result7, 67, (long) BesMdcPalette::DeclFileName());
968 return(1 || funcname || hash || result7 || libp) ;
969}
970
971static int G__BesVisClient_rootcint_306_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
972{
973 G__letint(result7, 105, (long) BesMdcPalette::ImplFileLine());
974 return(1 || funcname || hash || result7 || libp) ;
975}
976
977static int G__BesVisClient_rootcint_306_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
978{
979 G__letint(result7, 67, (long) BesMdcPalette::ImplFileName());
980 return(1 || funcname || hash || result7 || libp) ;
981}
982
983static int G__BesVisClient_rootcint_306_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
984{
985 G__letint(result7, 105, (long) BesMdcPalette::DeclFileLine());
986 return(1 || funcname || hash || result7 || libp) ;
987}
988
989// automatic destructor
991static int G__BesVisClient_rootcint_306_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
992{
993 char* gvp = (char*) G__getgvp();
994 long soff = G__getstructoffset();
995 int n = G__getaryconstruct();
996 //
997 //has_a_delete: 1
998 //has_own_delete1arg: 0
999 //has_own_delete2arg: 0
1000 //
1001 if (!soff) {
1002 return(1);
1003 }
1004 if (n) {
1005 if (gvp == (char*)G__PVOID) {
1006 delete[] (BesMdcPalette*) soff;
1007 } else {
1008 G__setgvp((long) G__PVOID);
1009 for (int i = n - 1; i >= 0; --i) {
1010 ((BesMdcPalette*) (soff+(sizeof(BesMdcPalette)*i)))->~G__TBesMdcPalette();
1011 }
1012 G__setgvp((long)gvp);
1013 }
1014 } else {
1015 if (gvp == (char*)G__PVOID) {
1016 delete (BesMdcPalette*) soff;
1017 } else {
1018 G__setgvp((long) G__PVOID);
1019 ((BesMdcPalette*) (soff))->~G__TBesMdcPalette();
1020 G__setgvp((long)gvp);
1021 }
1022 }
1023 G__setnull(result7);
1024 return(1 || funcname || hash || result7 || libp) ;
1025}
1026
1027
1028/* BesGeoSelector */
1029static int G__BesVisClient_rootcint_414_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1030{
1031 BesGeoSelector* p = NULL;
1032 char* gvp = (char*) G__getgvp();
1033 int n = G__getaryconstruct();
1034 if (n) {
1035 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1036 p = new BesGeoSelector[n];
1037 } else {
1038 p = new((void*) gvp) BesGeoSelector[n];
1039 }
1040 } else {
1041 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1042 p = new BesGeoSelector;
1043 } else {
1044 p = new((void*) gvp) BesGeoSelector;
1045 }
1046 }
1047 result7->obj.i = (long) p;
1048 result7->ref = (long) p;
1049 G__set_tagnum(result7,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector));
1050 return(1 || funcname || hash || result7 || libp) ;
1051}
1052
1053static int G__BesVisClient_rootcint_414_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1054{
1055 ((BesGeoSelector*) G__getstructoffset())->addGeomFile((const char*) G__int(libp->para[0]), (int) G__int(libp->para[1]));
1056 G__setnull(result7);
1057 return(1 || funcname || hash || result7 || libp) ;
1058}
1059
1060static int G__BesVisClient_rootcint_414_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1061{
1062 ((BesGeoSelector*) G__getstructoffset())->clear();
1063 G__setnull(result7);
1064 return(1 || funcname || hash || result7 || libp) ;
1065}
1066
1067static int G__BesVisClient_rootcint_414_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1068{
1069 G__letint(result7, 67, (long) ((BesGeoSelector*) G__getstructoffset())->getGeomFileNameFromRunNo((int) G__int(libp->para[0])));
1070 return(1 || funcname || hash || result7 || libp) ;
1071}
1072
1073static int G__BesVisClient_rootcint_414_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1074{
1075 G__letint(result7, 103, (long) ((BesGeoSelector*) G__getstructoffset())->hasGeomFile((const char*) G__int(libp->para[0])));
1076 return(1 || funcname || hash || result7 || libp) ;
1077}
1078
1079// automatic copy constructor
1080static int G__BesVisClient_rootcint_414_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1081
1082{
1083 BesGeoSelector* p;
1084 void* tmp = (void*) G__int(libp->para[0]);
1085 p = new BesGeoSelector(*(BesGeoSelector*) tmp);
1086 result7->obj.i = (long) p;
1087 result7->ref = (long) p;
1088 G__set_tagnum(result7,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector));
1089 return(1 || funcname || hash || result7 || libp) ;
1090}
1091
1092// automatic destructor
1094static int G__BesVisClient_rootcint_414_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1095{
1096 char* gvp = (char*) G__getgvp();
1097 long soff = G__getstructoffset();
1098 int n = G__getaryconstruct();
1099 //
1100 //has_a_delete: 0
1101 //has_own_delete1arg: 0
1102 //has_own_delete2arg: 0
1103 //
1104 if (!soff) {
1105 return(1);
1106 }
1107 if (n) {
1108 if (gvp == (char*)G__PVOID) {
1109 delete[] (BesGeoSelector*) soff;
1110 } else {
1111 G__setgvp((long) G__PVOID);
1112 for (int i = n - 1; i >= 0; --i) {
1113 ((BesGeoSelector*) (soff+(sizeof(BesGeoSelector)*i)))->~G__TBesGeoSelector();
1114 }
1115 G__setgvp((long)gvp);
1116 }
1117 } else {
1118 if (gvp == (char*)G__PVOID) {
1119 delete (BesGeoSelector*) soff;
1120 } else {
1121 G__setgvp((long) G__PVOID);
1122 ((BesGeoSelector*) (soff))->~G__TBesGeoSelector();
1123 G__setgvp((long)gvp);
1124 }
1125 }
1126 G__setnull(result7);
1127 return(1 || funcname || hash || result7 || libp) ;
1128}
1129
1130// automatic assignment operator
1131static int G__BesVisClient_rootcint_414_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1132{
1133 BesGeoSelector* dest = (BesGeoSelector*) G__getstructoffset();
1134 *dest = *(BesGeoSelector*) libp->para[0].ref;
1135 const BesGeoSelector& obj = *dest;
1136 result7->ref = (long) (&obj);
1137 result7->obj.i = (long) (&obj);
1138 return(1 || funcname || hash || result7 || libp) ;
1139}
1140
1141
1142/* BesClient */
1143static int G__BesVisClient_rootcint_1064_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1144{
1145 BesClient* p = NULL;
1146 char* gvp = (char*) G__getgvp();
1147 switch (libp->paran) {
1148 case 7:
1149 //m: 7
1150 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1151 p = new BesClient(
1152(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1153, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
1154, (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
1155, (char**) G__int(libp->para[6]));
1156 } else {
1157 p = new((void*) gvp) BesClient(
1158(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1159, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
1160, (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
1161, (char**) G__int(libp->para[6]));
1162 }
1163 break;
1164 case 6:
1165 //m: 6
1166 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1167 p = new BesClient(
1168(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1169, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
1170, (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
1171 } else {
1172 p = new((void*) gvp) BesClient(
1173(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1174, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
1175, (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
1176 }
1177 break;
1178 case 5:
1179 //m: 5
1180 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1181 p = new BesClient(
1182(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1183, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
1184, (Option_t*) G__int(libp->para[4]));
1185 } else {
1186 p = new((void*) gvp) BesClient(
1187(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1188, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
1189, (Option_t*) G__int(libp->para[4]));
1190 }
1191 break;
1192 case 4:
1193 //m: 4
1194 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1195 p = new BesClient(
1196(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1197, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
1198 } else {
1199 p = new((void*) gvp) BesClient(
1200(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1201, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
1202 }
1203 break;
1204 }
1205 result7->obj.i = (long) p;
1206 result7->ref = (long) p;
1207 G__set_tagnum(result7,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient));
1208 return(1 || funcname || hash || result7 || libp) ;
1209}
1210
1211static int G__BesVisClient_rootcint_1064_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1212{
1213 ((BesClient*) G__getstructoffset())->InitLocal();
1214 G__setnull(result7);
1215 return(1 || funcname || hash || result7 || libp) ;
1216}
1217
1218static int G__BesVisClient_rootcint_1064_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1219{
1220 ((BesClient*) G__getstructoffset())->InitParameter();
1221 G__setnull(result7);
1222 return(1 || funcname || hash || result7 || libp) ;
1223}
1224
1225static int G__BesVisClient_rootcint_1064_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1226{
1227 ((BesClient*) G__getstructoffset())->InitConnections();
1228 G__setnull(result7);
1229 return(1 || funcname || hash || result7 || libp) ;
1230}
1231
1232static int G__BesVisClient_rootcint_1064_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1233{
1234 ((BesClient*) G__getstructoffset())->InitGeoSelector((const char*) G__int(libp->para[0]));
1235 G__setnull(result7);
1236 return(1 || funcname || hash || result7 || libp) ;
1237}
1238
1239static int G__BesVisClient_rootcint_1064_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1240{
1241 ((BesClient*) G__getstructoffset())->CreateWidget((const char*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
1242, (UInt_t) G__int(libp->para[2]));
1243 G__setnull(result7);
1244 return(1 || funcname || hash || result7 || libp) ;
1245}
1246
1247static int G__BesVisClient_rootcint_1064_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1248{
1249 ((BesClient*) G__getstructoffset())->CreateHorizontalRuler();
1250 G__setnull(result7);
1251 return(1 || funcname || hash || result7 || libp) ;
1252}
1253
1254static int G__BesVisClient_rootcint_1064_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1255{
1256 ((BesClient*) G__getstructoffset())->CreateMenuBar();
1257 G__setnull(result7);
1258 return(1 || funcname || hash || result7 || libp) ;
1259}
1260
1261static int G__BesVisClient_rootcint_1064_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1262{
1263 ((BesClient*) G__getstructoffset())->CreateUpButtonBar();
1264 G__setnull(result7);
1265 return(1 || funcname || hash || result7 || libp) ;
1266}
1267
1268static int G__BesVisClient_rootcint_1064_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1269{
1270 ((BesClient*) G__getstructoffset())->CreateDisplayModeBar();
1271 G__setnull(result7);
1272 return(1 || funcname || hash || result7 || libp) ;
1273}
1274
1275static int G__BesVisClient_rootcint_1064_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1276{
1277 ((BesClient*) G__getstructoffset())->CreateToolBar();
1278 G__setnull(result7);
1279 return(1 || funcname || hash || result7 || libp) ;
1280}
1281
1282static int G__BesVisClient_rootcint_1064_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1283{
1284 ((BesClient*) G__getstructoffset())->CreateTitleBar();
1285 G__setnull(result7);
1286 return(1 || funcname || hash || result7 || libp) ;
1287}
1288
1289static int G__BesVisClient_rootcint_1064_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1290{
1291 ((BesClient*) G__getstructoffset())->CreateStatusBar();
1292 G__setnull(result7);
1293 return(1 || funcname || hash || result7 || libp) ;
1294}
1295
1296static int G__BesVisClient_rootcint_1064_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1297{
1298 ((BesClient*) G__getstructoffset())->CreateMainFrame();
1299 G__setnull(result7);
1300 return(1 || funcname || hash || result7 || libp) ;
1301}
1302
1303static int G__BesVisClient_rootcint_1064_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1304{
1305 ((BesClient*) G__getstructoffset())->CreateCanvas();
1306 G__setnull(result7);
1307 return(1 || funcname || hash || result7 || libp) ;
1308}
1309
1310static int G__BesVisClient_rootcint_1064_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1311{
1312 ((BesClient*) G__getstructoffset())->CreateTabs();
1313 G__setnull(result7);
1314 return(1 || funcname || hash || result7 || libp) ;
1315}
1316
1317static int G__BesVisClient_rootcint_1064_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1318{
1319 ((BesClient*) G__getstructoffset())->HandleMenu((Int_t) G__int(libp->para[0]));
1320 G__setnull(result7);
1321 return(1 || funcname || hash || result7 || libp) ;
1322}
1323
1324static int G__BesVisClient_rootcint_1064_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1325{
1326 ((BesClient*) G__getstructoffset())->HandleViewOptionMenu((Int_t) G__int(libp->para[0]));
1327 G__setnull(result7);
1328 return(1 || funcname || hash || result7 || libp) ;
1329}
1330
1331static int G__BesVisClient_rootcint_1064_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1332{
1333 ((BesClient*) G__getstructoffset())->HandleError((const char*) G__int(libp->para[0]));
1334 G__setnull(result7);
1335 return(1 || funcname || hash || result7 || libp) ;
1336}
1337
1338static int G__BesVisClient_rootcint_1064_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1339{
1340 ((BesClient*) G__getstructoffset())->HandleInfoBar((const char*) G__int(libp->para[0]));
1341 G__setnull(result7);
1342 return(1 || funcname || hash || result7 || libp) ;
1343}
1344
1345static int G__BesVisClient_rootcint_1064_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1346{
1347 ((BesClient*) G__getstructoffset())->HandleStatusBar((const char*) G__int(libp->para[0]));
1348 G__setnull(result7);
1349 return(1 || funcname || hash || result7 || libp) ;
1350}
1351
1352static int G__BesVisClient_rootcint_1064_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1353{
1354 switch (libp->paran) {
1355 case 1:
1356 ((BesClient*) G__getstructoffset())->HandleButtons((Int_t) G__int(libp->para[0]));
1357 G__setnull(result7);
1358 break;
1359 case 0:
1360 ((BesClient*) G__getstructoffset())->HandleButtons();
1361 G__setnull(result7);
1362 break;
1363 }
1364 return(1 || funcname || hash || result7 || libp) ;
1365}
1366
1367static int G__BesVisClient_rootcint_1064_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1368{
1369 ((BesClient*) G__getstructoffset())->HandleSliders((Int_t) G__int(libp->para[0]));
1370 G__setnull(result7);
1371 return(1 || funcname || hash || result7 || libp) ;
1372}
1373
1374static int G__BesVisClient_rootcint_1064_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1375{
1376 ((BesClient*) G__getstructoffset())->HandleEventList((TGListTreeItem*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
1377 G__setnull(result7);
1378 return(1 || funcname || hash || result7 || libp) ;
1379}
1380
1381static int G__BesVisClient_rootcint_1064_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1382{
1383 ((BesClient*) G__getstructoffset())->UpdateBesInputFields();
1384 G__setnull(result7);
1385 return(1 || funcname || hash || result7 || libp) ;
1386}
1387
1388static int G__BesVisClient_rootcint_1064_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1389{
1390 ((BesClient*) G__getstructoffset())->LoadGeoFile();
1391 G__setnull(result7);
1392 return(1 || funcname || hash || result7 || libp) ;
1393}
1394
1395static int G__BesVisClient_rootcint_1064_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1396{
1397 ((BesClient*) G__getstructoffset())->OpenGeoFile(*((TString*) G__int(libp->para[0])));
1398 G__setnull(result7);
1399 return(1 || funcname || hash || result7 || libp) ;
1400}
1401
1402static int G__BesVisClient_rootcint_1064_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1403{
1404 ((BesClient*) G__getstructoffset())->SaveGeoAs();
1405 G__setnull(result7);
1406 return(1 || funcname || hash || result7 || libp) ;
1407}
1408
1409static int G__BesVisClient_rootcint_1064_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1410{
1411 ((BesClient*) G__getstructoffset())->OpenEventFile();
1412 G__setnull(result7);
1413 return(1 || funcname || hash || result7 || libp) ;
1414}
1415
1416static int G__BesVisClient_rootcint_1064_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1417{
1418 switch (libp->paran) {
1419 case 2:
1420 ((BesClient*) G__getstructoffset())->OpenEventFile(*((TString*) G__int(libp->para[0])), (bool) G__int(libp->para[1]));
1421 G__setnull(result7);
1422 break;
1423 case 1:
1424 ((BesClient*) G__getstructoffset())->OpenEventFile(*((TString*) G__int(libp->para[0])));
1425 G__setnull(result7);
1426 break;
1427 }
1428 return(1 || funcname || hash || result7 || libp) ;
1429}
1430
1431static int G__BesVisClient_rootcint_1064_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1432{
1433 ((BesClient*) G__getstructoffset())->SavePicAs();
1434 G__setnull(result7);
1435 return(1 || funcname || hash || result7 || libp) ;
1436}
1437
1438static int G__BesVisClient_rootcint_1064_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1439{
1440 ((BesClient*) G__getstructoffset())->SavePicAsPS();
1441 G__setnull(result7);
1442 return(1 || funcname || hash || result7 || libp) ;
1443}
1444
1445static int G__BesVisClient_rootcint_1064_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1446{
1447 ((BesClient*) G__getstructoffset())->SetHome();
1448 G__setnull(result7);
1449 return(1 || funcname || hash || result7 || libp) ;
1450}
1451
1452static int G__BesVisClient_rootcint_1064_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1453{
1454 ((BesClient*) G__getstructoffset())->GoHome();
1455 G__setnull(result7);
1456 return(1 || funcname || hash || result7 || libp) ;
1457}
1458
1459static int G__BesVisClient_rootcint_1064_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1460{
1461 ((BesClient*) G__getstructoffset())->SaveMyConfig();
1462 G__setnull(result7);
1463 return(1 || funcname || hash || result7 || libp) ;
1464}
1465
1466static int G__BesVisClient_rootcint_1064_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1467{
1468 ((BesClient*) G__getstructoffset())->LoadMyConfig();
1469 G__setnull(result7);
1470 return(1 || funcname || hash || result7 || libp) ;
1471}
1472
1473static int G__BesVisClient_rootcint_1064_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1474{
1475 ((BesClient*) G__getstructoffset())->LoadMdcPalette();
1476 G__setnull(result7);
1477 return(1 || funcname || hash || result7 || libp) ;
1478}
1479
1480static int G__BesVisClient_rootcint_1064_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1481{
1482 ((BesClient*) G__getstructoffset())->Help();
1483 G__setnull(result7);
1484 return(1 || funcname || hash || result7 || libp) ;
1485}
1486
1487static int G__BesVisClient_rootcint_1064_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1488{
1489 ((BesClient*) G__getstructoffset())->SetAllDisplayModeButtonUnHL();
1490 G__setnull(result7);
1491 return(1 || funcname || hash || result7 || libp) ;
1492}
1493
1494static int G__BesVisClient_rootcint_1064_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1495{
1496 ((BesClient*) G__getstructoffset())->X3D();
1497 G__setnull(result7);
1498 return(1 || funcname || hash || result7 || libp) ;
1499}
1500
1501static int G__BesVisClient_rootcint_1064_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1502{
1503 ((BesClient*) G__getstructoffset())->OpenGL();
1504 G__setnull(result7);
1505 return(1 || funcname || hash || result7 || libp) ;
1506}
1507
1508static int G__BesVisClient_rootcint_1064_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1509{
1510 ((BesClient*) G__getstructoffset())->Show();
1511 G__setnull(result7);
1512 return(1 || funcname || hash || result7 || libp) ;
1513}
1514
1515static int G__BesVisClient_rootcint_1064_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1516{
1517 switch (libp->paran) {
1518 case 3:
1519 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->GetEvent((Long64_t) G__Longlong(libp->para[0]), (bool) G__int(libp->para[1])
1520, (bool) G__int(libp->para[2])));
1521 break;
1522 case 2:
1523 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->GetEvent((Long64_t) G__Longlong(libp->para[0]), (bool) G__int(libp->para[1])));
1524 break;
1525 case 1:
1526 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->GetEvent((Long64_t) G__Longlong(libp->para[0])));
1527 break;
1528 }
1529 return(1 || funcname || hash || result7 || libp) ;
1530}
1531
1532static int G__BesVisClient_rootcint_1064_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1533{
1534 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->GetRecEvent());
1535 return(1 || funcname || hash || result7 || libp) ;
1536}
1537
1538static int G__BesVisClient_rootcint_1064_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1539{
1540 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->NextEvent());
1541 return(1 || funcname || hash || result7 || libp) ;
1542}
1543
1544static int G__BesVisClient_rootcint_1064_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1545{
1546 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->PrevEvent());
1547 return(1 || funcname || hash || result7 || libp) ;
1548}
1549
1550static int G__BesVisClient_rootcint_1064_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1551{
1552 ((BesClient*) G__getstructoffset())->AutoDisplayEvent();
1553 G__setnull(result7);
1554 return(1 || funcname || hash || result7 || libp) ;
1555}
1556
1557static int G__BesVisClient_rootcint_1064_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1558{
1559 ((BesClient*) G__getstructoffset())->AutoDisplayEventCommand();
1560 G__setnull(result7);
1561 return(1 || funcname || hash || result7 || libp) ;
1562}
1563
1564static int G__BesVisClient_rootcint_1064_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1565{
1566 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->FirstEvent());
1567 return(1 || funcname || hash || result7 || libp) ;
1568}
1569
1570static int G__BesVisClient_rootcint_1064_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1571{
1572 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->LastEvent());
1573 return(1 || funcname || hash || result7 || libp) ;
1574}
1575
1576static int G__BesVisClient_rootcint_1064_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1577{
1578 ((BesClient*) G__getstructoffset())->RotateClockWise((int) G__int(libp->para[0]));
1579 G__setnull(result7);
1580 return(1 || funcname || hash || result7 || libp) ;
1581}
1582
1583static int G__BesVisClient_rootcint_1064_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1584{
1585 ((BesClient*) G__getstructoffset())->RotateTheta((int) G__int(libp->para[0]));
1586 G__setnull(result7);
1587 return(1 || funcname || hash || result7 || libp) ;
1588}
1589
1590static int G__BesVisClient_rootcint_1064_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1591{
1592 ((BesClient*) G__getstructoffset())->RotatePhi((int) G__int(libp->para[0]));
1593 G__setnull(result7);
1594 return(1 || funcname || hash || result7 || libp) ;
1595}
1596
1597static int G__BesVisClient_rootcint_1064_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1598{
1599 ((BesClient*) G__getstructoffset())->RotatePsi((int) G__int(libp->para[0]));
1600 G__setnull(result7);
1601 return(1 || funcname || hash || result7 || libp) ;
1602}
1603
1604static int G__BesVisClient_rootcint_1064_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1605{
1606 ((BesClient*) G__getstructoffset())->AutoRotate();
1607 G__setnull(result7);
1608 return(1 || funcname || hash || result7 || libp) ;
1609}
1610
1611static int G__BesVisClient_rootcint_1064_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1612{
1613 ((BesClient*) G__getstructoffset())->AutoRotateCommand();
1614 G__setnull(result7);
1615 return(1 || funcname || hash || result7 || libp) ;
1616}
1617
1618static int G__BesVisClient_rootcint_1064_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1619{
1620 ((BesClient*) G__getstructoffset())->ExecuteEvent((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
1621, (Int_t) G__int(libp->para[2]), (TObject*) G__int(libp->para[3]));
1622 G__setnull(result7);
1623 return(1 || funcname || hash || result7 || libp) ;
1624}
1625
1626static int G__BesVisClient_rootcint_1064_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1627{
1628 switch (libp->paran) {
1629 case 1:
1630 ((BesClient*) G__getstructoffset())->SetState((Int_t) G__int(libp->para[0]));
1631 G__setnull(result7);
1632 break;
1633 case 0:
1634 ((BesClient*) G__getstructoffset())->SetState();
1635 G__setnull(result7);
1636 break;
1637 }
1638 return(1 || funcname || hash || result7 || libp) ;
1639}
1640
1641static int G__BesVisClient_rootcint_1064_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1642{
1643 ((BesClient*) G__getstructoffset())->UpdateStatus();
1644 G__setnull(result7);
1645 return(1 || funcname || hash || result7 || libp) ;
1646}
1647
1648static int G__BesVisClient_rootcint_1064_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1649{
1650 ((BesClient*) G__getstructoffset())->UpdateAllView();
1651 G__setnull(result7);
1652 return(1 || funcname || hash || result7 || libp) ;
1653}
1654
1655static int G__BesVisClient_rootcint_1064_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1656{
1657 ((BesClient*) G__getstructoffset())->UpdateCurrentPad();
1658 G__setnull(result7);
1659 return(1 || funcname || hash || result7 || libp) ;
1660}
1661
1662static int G__BesVisClient_rootcint_1064_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1663{
1664 ((BesClient*) G__getstructoffset())->ChangeFocus();
1665 G__setnull(result7);
1666 return(1 || funcname || hash || result7 || libp) ;
1667}
1668
1669static int G__BesVisClient_rootcint_1064_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1670{
1671 ((BesClient*) G__getstructoffset())->ExecuteReturn();
1672 G__setnull(result7);
1673 return(1 || funcname || hash || result7 || libp) ;
1674}
1675
1676static int G__BesVisClient_rootcint_1064_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1677{
1678 G__letint(result7, 107, (long) ((BesClient*) G__getstructoffset())->GetPic((const char*) G__int(libp->para[0])));
1679 return(1 || funcname || hash || result7 || libp) ;
1680}
1681
1682static int G__BesVisClient_rootcint_1064_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1683{
1684 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->FileExists(*((TString*) G__int(libp->para[0]))));
1685 return(1 || funcname || hash || result7 || libp) ;
1686}
1687
1688static int G__BesVisClient_rootcint_1064_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1689{
1690 ((BesClient*) G__getstructoffset())->SetRange(*(Double_t*) G__Doubleref(&libp->para[0]), (Double_t) G__double(libp->para[1])
1691, (Double_t) G__double(libp->para[2]));
1692 G__setnull(result7);
1693 return(1 || funcname || hash || result7 || libp) ;
1694}
1695
1696static int G__BesVisClient_rootcint_1064_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1697{
1698 G__letint(result7, 67, (long) ((BesClient*) G__getstructoffset())->GetCurrentPadString());
1699 return(1 || funcname || hash || result7 || libp) ;
1700}
1701
1702static int G__BesVisClient_rootcint_1064_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1703{
1704 G__letLonglong(result7, 110, (G__int64) ((BesClient*) G__getstructoffset())->GetBesRunNo());
1705 return(1 || funcname || hash || result7 || libp) ;
1706}
1707
1708static int G__BesVisClient_rootcint_1064_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1709{
1710 G__letLonglong(result7, 110, (G__int64) ((BesClient*) G__getstructoffset())->GetBesEventNo());
1711 return(1 || funcname || hash || result7 || libp) ;
1712}
1713
1714static int G__BesVisClient_rootcint_1064_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1715{
1716 G__letint(result7, 105, (long) ((BesClient*) G__getstructoffset())->GetEventPlaySpeed());
1717 return(1 || funcname || hash || result7 || libp) ;
1718}
1719
1720static int G__BesVisClient_rootcint_1064_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1721{
1722 G__letint(result7, 105, (long) ((BesClient*) G__getstructoffset())->GetRotateFPS());
1723 return(1 || funcname || hash || result7 || libp) ;
1724}
1725
1726static int G__BesVisClient_rootcint_1064_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1727{
1728 G__letdouble(result7, 100, (double) ((BesClient*) G__getstructoffset())->GetRotateSpeed());
1729 return(1 || funcname || hash || result7 || libp) ;
1730}
1731
1732static int G__BesVisClient_rootcint_1064_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1733{
1734 G__letdouble(result7, 100, (double) ((BesClient*) G__getstructoffset())->GetRotateStep());
1735 return(1 || funcname || hash || result7 || libp) ;
1736}
1737
1738static int G__BesVisClient_rootcint_1064_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1739{
1740 ((BesClient*) G__getstructoffset())->SetRotateSpeed();
1741 G__setnull(result7);
1742 return(1 || funcname || hash || result7 || libp) ;
1743}
1744
1745static int G__BesVisClient_rootcint_1064_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1746{
1747 ((BesClient*) G__getstructoffset())->SetRotateStep();
1748 G__setnull(result7);
1749 return(1 || funcname || hash || result7 || libp) ;
1750}
1751
1752static int G__BesVisClient_rootcint_1064_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1753{
1754 G__letint(result7, 85, (long) BesClient::Class());
1755 return(1 || funcname || hash || result7 || libp) ;
1756}
1757
1758static int G__BesVisClient_rootcint_1064_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1759{
1760 G__letint(result7, 67, (long) BesClient::Class_Name());
1761 return(1 || funcname || hash || result7 || libp) ;
1762}
1763
1764static int G__BesVisClient_rootcint_1064_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1765{
1766 G__letint(result7, 115, (long) BesClient::Class_Version());
1767 return(1 || funcname || hash || result7 || libp) ;
1768}
1769
1770static int G__BesVisClient_rootcint_1064_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1771{
1772 BesClient::Dictionary();
1773 G__setnull(result7);
1774 return(1 || funcname || hash || result7 || libp) ;
1775}
1776
1777static int G__BesVisClient_rootcint_1064_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1778{
1779 ((BesClient*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
1780 G__setnull(result7);
1781 return(1 || funcname || hash || result7 || libp) ;
1782}
1783
1784static int G__BesVisClient_rootcint_1064_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1785{
1786 G__letint(result7, 67, (long) BesClient::DeclFileName());
1787 return(1 || funcname || hash || result7 || libp) ;
1788}
1789
1790static int G__BesVisClient_rootcint_1064_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1791{
1792 G__letint(result7, 105, (long) BesClient::ImplFileLine());
1793 return(1 || funcname || hash || result7 || libp) ;
1794}
1795
1796static int G__BesVisClient_rootcint_1064_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1797{
1798 G__letint(result7, 67, (long) BesClient::ImplFileName());
1799 return(1 || funcname || hash || result7 || libp) ;
1800}
1801
1802static int G__BesVisClient_rootcint_1064_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1803{
1804 G__letint(result7, 105, (long) BesClient::DeclFileLine());
1805 return(1 || funcname || hash || result7 || libp) ;
1806}
1807
1808// automatic destructor
1810static int G__BesVisClient_rootcint_1064_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1811{
1812 char* gvp = (char*) G__getgvp();
1813 long soff = G__getstructoffset();
1814 int n = G__getaryconstruct();
1815 //
1816 //has_a_delete: 1
1817 //has_own_delete1arg: 0
1818 //has_own_delete2arg: 0
1819 //
1820 if (!soff) {
1821 return(1);
1822 }
1823 if (n) {
1824 if (gvp == (char*)G__PVOID) {
1825 delete[] (BesClient*) soff;
1826 } else {
1827 G__setgvp((long) G__PVOID);
1828 for (int i = n - 1; i >= 0; --i) {
1829 ((BesClient*) (soff+(sizeof(BesClient)*i)))->~G__TBesClient();
1830 }
1831 G__setgvp((long)gvp);
1832 }
1833 } else {
1834 if (gvp == (char*)G__PVOID) {
1835 delete (BesClient*) soff;
1836 } else {
1837 G__setgvp((long) G__PVOID);
1838 ((BesClient*) (soff))->~G__TBesClient();
1839 G__setgvp((long)gvp);
1840 }
1841 }
1842 G__setnull(result7);
1843 return(1 || funcname || hash || result7 || libp) ;
1844}
1845
1846
1847/* Setting up global function */
1848
1849/*********************************************************
1850* Member function Stub
1851*********************************************************/
1852
1853/* BesAboutHelp */
1854
1855/* BesMdcPalette */
1856
1857/* BesGeoSelector */
1858
1859/* BesClient */
1860
1861/*********************************************************
1862* Global function Stub
1863*********************************************************/
1864
1865/*********************************************************
1866* Get size of pointer to member function
1867*********************************************************/
1869 public:
1871 size_t sizep2memfunc() { return(sizeof(p)); }
1872 private:
1874};
1875
1877{
1879 G__setsizep2memfunc((int)a.sizep2memfunc());
1880 return((size_t)a.sizep2memfunc());
1881}
1882
1883
1884/*********************************************************
1885* virtual base class offset calculation interface
1886*********************************************************/
1887
1888 /* Setting up class inheritance */
1889
1890/*********************************************************
1891* Inheritance information setup/
1892*********************************************************/
1894
1895 /* Setting up class inheritance */
1896 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp))) {
1897 BesAboutHelp *G__Lderived;
1898 G__Lderived=(BesAboutHelp*)0x1000;
1899 {
1900 TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived;
1901 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGTransientFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
1902 }
1903 {
1904 TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
1905 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
1906 }
1907 {
1908 TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
1909 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
1910 }
1911 {
1912 TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
1913 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
1914 }
1915 {
1916 TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
1917 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
1918 }
1919 {
1920 TGObject *G__Lpbase=(TGObject*)G__Lderived;
1921 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
1922 }
1923 {
1924 TObject *G__Lpbase=(TObject*)G__Lderived;
1925 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
1926 }
1927 {
1928 TQObject *G__Lpbase=(TQObject*)G__Lderived;
1929 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
1930 }
1931 }
1932 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette))) {
1933 BesMdcPalette *G__Lderived;
1934 G__Lderived=(BesMdcPalette*)0x1000;
1935 {
1936 TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived;
1937 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGTransientFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
1938 }
1939 {
1940 TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
1941 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
1942 }
1943 {
1944 TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
1945 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
1946 }
1947 {
1948 TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
1949 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
1950 }
1951 {
1952 TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
1953 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
1954 }
1955 {
1956 TGObject *G__Lpbase=(TGObject*)G__Lderived;
1957 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
1958 }
1959 {
1960 TObject *G__Lpbase=(TObject*)G__Lderived;
1961 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
1962 }
1963 {
1964 TQObject *G__Lpbase=(TQObject*)G__Lderived;
1965 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
1966 }
1967 }
1968 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient))) {
1969 BesClient *G__Lderived;
1970 G__Lderived=(BesClient*)0x1000;
1971 {
1972 TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
1973 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
1974 }
1975 {
1976 TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
1977 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
1978 }
1979 {
1980 TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
1981 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
1982 }
1983 {
1984 TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
1985 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
1986 }
1987 {
1988 TGObject *G__Lpbase=(TGObject*)G__Lderived;
1989 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
1990 }
1991 {
1992 TObject *G__Lpbase=(TObject*)G__Lderived;
1993 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
1994 }
1995 {
1996 TQObject *G__Lpbase=(TQObject*)G__Lderived;
1997 G__inheritance_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient),G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
1998 }
1999 }
2000}
2001
2002/*********************************************************
2003* typedef information setup/
2004*********************************************************/
2006
2007 /* Setting up typedef entry */
2008 G__search_typename2("Int_t",105,-1,0,-1);
2009 G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
2010 G__search_typename2("UInt_t",104,-1,0,-1);
2011 G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
2012 G__search_typename2("Double_t",100,-1,0,-1);
2013 G__setnewtype(-1,"Double 8 bytes",0);
2014 G__search_typename2("Bool_t",103,-1,0,-1);
2015 G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
2016 G__search_typename2("Version_t",115,-1,0,-1);
2017 G__setnewtype(-1,"Class version identifier (short)",0);
2018 G__search_typename2("Option_t",99,-1,256,-1);
2019 G__setnewtype(-1,"Option string (const char)",0);
2020 G__search_typename2("Long64_t",110,-1,0,-1);
2021 G__setnewtype(-1,"Portable signed long integer 8 bytes",0);
2022 G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
2023 G__setnewtype(-1,NULL,0);
2025 G__setnewtype(-1,NULL,0);
2027 G__setnewtype(-1,NULL,0);
2028 G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
2029 G__setnewtype(-1,NULL,0);
2031 G__setnewtype(-1,NULL,0);
2033 G__setnewtype(-1,NULL,0);
2034 G__search_typename2("Pixmap_t",107,-1,0,-1);
2035 G__setnewtype(-1,"Pixmap handle",0);
2036 G__search_typename2("pair<UInt_t,Int_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_pairlEunsignedsPintcOintgR),0,-1);
2037 G__setnewtype(-1,NULL,0);
2038 G__search_typename2("vector<std::pair<UInt_t,Int_t> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1);
2039 G__setnewtype(-1,NULL,0);
2040 G__search_typename2("vector<pair<UInt_t,Int_t> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1);
2041 G__setnewtype(-1,NULL,0);
2043 G__setnewtype(-1,NULL,0);
2045 G__setnewtype(-1,NULL,0);
2046 G__search_typename2("vector<pair<unsigned int,int> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1);
2047 G__setnewtype(-1,NULL,0);
2048 G__search_typename2("iterator<std::bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
2049 G__setnewtype(-1,NULL,0);
2050 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
2051 G__setnewtype(-1,NULL,0);
2052 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
2053 G__setnewtype(-1,NULL,0);
2054 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
2055 G__setnewtype(-1,NULL,0);
2056 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
2057 G__setnewtype(-1,NULL,0);
2058 G__search_typename2("vector<UInt_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
2059 G__setnewtype(-1,NULL,0);
2060 G__search_typename2("vector<TString>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlETStringcOallocatorlETStringgRsPgR),0,-1);
2061 G__setnewtype(-1,NULL,0);
2062 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlETStringcOallocatorlETStringgRsPgR));
2063 G__setnewtype(-1,NULL,0);
2065 G__setnewtype(-1,NULL,0);
2066 G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TVectorTlEdoublegR),0,-1);
2067 G__setnewtype(-1,NULL,0);
2068 G__search_typename2("vector<GeomFileInfo>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEGeomFileInfocOallocatorlEGeomFileInfogRsPgR),0,-1);
2069 G__setnewtype(-1,NULL,0);
2071 G__setnewtype(-1,NULL,0);
2073 G__setnewtype(-1,NULL,0);
2074 G__search_typename2("map<Int_t,TGeoElementRN*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR),0,-1);
2075 G__setnewtype(-1,NULL,0);
2076 G__search_typename2("map<int,TGeoElementRN*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR),0,-1);
2077 G__setnewtype(-1,NULL,0);
2078 G__search_typename2("map<int,TGeoElementRN*,less<int> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR),0,-1);
2079 G__setnewtype(-1,NULL,0);
2080 G__search_typename2("vector<ThreadData_t*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlETGeoVolumeAssemblycLcLThreadData_tmUcOallocatorlETGeoVolumeAssemblycLcLThreadData_tmUgRsPgR),0,-1);
2081 G__setnewtype(-1,NULL,0);
2083 G__setnewtype(-1,NULL,0);
2085 G__setnewtype(-1,NULL,0);
2086 G__search_typename2("vector<TGeoVolumeAssembly::ThreadData_t*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlETGeoVolumeAssemblycLcLThreadData_tmUcOallocatorlETGeoVolumeAssemblycLcLThreadData_tmUgRsPgR),0,-1);
2087 G__setnewtype(-1,NULL,0);
2088 G__search_typename2("vector<ContentItem>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEContentGroupcLcLContentItemcOallocatorlEContentGroupcLcLContentItemgRsPgR),0,-1);
2089 G__setnewtype(-1,NULL,0);
2091 G__setnewtype(-1,NULL,0);
2093 G__setnewtype(-1,NULL,0);
2094 G__search_typename2("vector<ContentGroup::ContentItem>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEContentGroupcLcLContentItemcOallocatorlEContentGroupcLcLContentItemgRsPgR),0,-1);
2095 G__setnewtype(-1,NULL,0);
2096 G__search_typename2("vector<ContentChoice*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEContentChoicemUcOallocatorlEContentChoicemUgRsPgR),0,-1);
2097 G__setnewtype(-1,NULL,0);
2099 G__setnewtype(-1,NULL,0);
2101 G__setnewtype(-1,NULL,0);
2102 G__search_typename2("map<std::string,define::constant>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLconstantcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLconstantgRsPgRsPgR),0,-1);
2103 G__setnewtype(-1,NULL,0);
2104 G__search_typename2("map<string,define::constant>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLconstantcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLconstantgRsPgRsPgR),0,-1);
2105 G__setnewtype(-1,NULL,0);
2106 G__search_typename2("map<string,define::constant>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLconstantcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLconstantgRsPgRsPgR),0,-1);
2107 G__setnewtype(-1,NULL,0);
2108 G__search_typename2("map<string,define::constant,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLconstantcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLconstantgRsPgRsPgR),0,-1);
2109 G__setnewtype(-1,NULL,0);
2110 G__search_typename2("map<std::string,define::quantity>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLquantitycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLquantitygRsPgRsPgR),0,-1);
2111 G__setnewtype(-1,NULL,0);
2112 G__search_typename2("map<string,define::quantity>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLquantitycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLquantitygRsPgRsPgR),0,-1);
2113 G__setnewtype(-1,NULL,0);
2114 G__search_typename2("map<string,define::quantity>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLquantitycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLquantitygRsPgRsPgR),0,-1);
2115 G__setnewtype(-1,NULL,0);
2116 G__search_typename2("map<string,define::quantity,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLquantitycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLquantitygRsPgRsPgR),0,-1);
2117 G__setnewtype(-1,NULL,0);
2118 G__search_typename2("map<std::string,define::expression>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLexpressioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLexpressiongRsPgRsPgR),0,-1);
2119 G__setnewtype(-1,NULL,0);
2121 G__setnewtype(-1,NULL,0);
2123 G__setnewtype(-1,NULL,0);
2124 G__search_typename2("map<string,define::expression,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLexpressioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLexpressiongRsPgRsPgR),0,-1);
2125 G__setnewtype(-1,NULL,0);
2126 G__search_typename2("map<std::string,define::position>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLpositioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLpositiongRsPgRsPgR),0,-1);
2127 G__setnewtype(-1,NULL,0);
2128 G__search_typename2("map<string,define::position>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLpositioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLpositiongRsPgRsPgR),0,-1);
2129 G__setnewtype(-1,NULL,0);
2130 G__search_typename2("map<string,define::position>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLpositioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLpositiongRsPgRsPgR),0,-1);
2131 G__setnewtype(-1,NULL,0);
2132 G__search_typename2("map<string,define::position,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLpositioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLpositiongRsPgRsPgR),0,-1);
2133 G__setnewtype(-1,NULL,0);
2134 G__search_typename2("map<std::string,define::rotation>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLrotationcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLrotationgRsPgRsPgR),0,-1);
2135 G__setnewtype(-1,NULL,0);
2136 G__search_typename2("map<string,define::rotation>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLrotationcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLrotationgRsPgRsPgR),0,-1);
2137 G__setnewtype(-1,NULL,0);
2138 G__search_typename2("map<string,define::rotation>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLrotationcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLrotationgRsPgRsPgR),0,-1);
2139 G__setnewtype(-1,NULL,0);
2140 G__search_typename2("map<string,define::rotation,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLrotationcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLrotationgRsPgRsPgR),0,-1);
2141 G__setnewtype(-1,NULL,0);
2142 G__search_typename2("map<std::string,TGeoTranslation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR),0,-1);
2143 G__setnewtype(-1,NULL,0);
2144 G__search_typename2("map<string,TGeoTranslation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR),0,-1);
2145 G__setnewtype(-1,NULL,0);
2146 G__search_typename2("map<string,TGeoTranslation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR),0,-1);
2147 G__setnewtype(-1,NULL,0);
2148 G__search_typename2("map<string,TGeoTranslation*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR),0,-1);
2149 G__setnewtype(-1,NULL,0);
2150 G__search_typename2("map<std::string,TGeoRotation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoRotationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoRotationmUgRsPgRsPgR),0,-1);
2151 G__setnewtype(-1,NULL,0);
2152 G__search_typename2("map<string,TGeoRotation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoRotationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoRotationmUgRsPgRsPgR),0,-1);
2153 G__setnewtype(-1,NULL,0);
2154 G__search_typename2("map<string,TGeoRotation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoRotationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoRotationmUgRsPgRsPgR),0,-1);
2155 G__setnewtype(-1,NULL,0);
2156 G__search_typename2("map<string,TGeoRotation*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoRotationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoRotationmUgRsPgRsPgR),0,-1);
2157 G__setnewtype(-1,NULL,0);
2158 G__search_typename2("map<std::string,TGeoShape*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoShapemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoShapemUgRsPgRsPgR),0,-1);
2159 G__setnewtype(-1,NULL,0);
2160 G__search_typename2("map<string,TGeoShape*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoShapemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoShapemUgRsPgRsPgR),0,-1);
2161 G__setnewtype(-1,NULL,0);
2162 G__search_typename2("map<string,TGeoShape*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoShapemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoShapemUgRsPgRsPgR),0,-1);
2163 G__setnewtype(-1,NULL,0);
2164 G__search_typename2("map<string,TGeoShape*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoShapemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoShapemUgRsPgRsPgR),0,-1);
2165 G__setnewtype(-1,NULL,0);
2166 G__search_typename2("map<std::string,TGeoVolume*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR),0,-1);
2167 G__setnewtype(-1,NULL,0);
2168 G__search_typename2("map<string,TGeoVolume*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR),0,-1);
2169 G__setnewtype(-1,NULL,0);
2170 G__search_typename2("map<string,TGeoVolume*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR),0,-1);
2171 G__setnewtype(-1,NULL,0);
2172 G__search_typename2("map<string,TGeoVolume*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR),0,-1);
2173 G__setnewtype(-1,NULL,0);
2174 G__search_typename2("map<std::string,TGeoVolumeAssembly*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumeAssemblymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumeAssemblymUgRsPgRsPgR),0,-1);
2175 G__setnewtype(-1,NULL,0);
2176 G__search_typename2("map<string,TGeoVolumeAssembly*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumeAssemblymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumeAssemblymUgRsPgRsPgR),0,-1);
2177 G__setnewtype(-1,NULL,0);
2178 G__search_typename2("map<string,TGeoVolumeAssembly*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumeAssemblymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumeAssemblymUgRsPgRsPgR),0,-1);
2179 G__setnewtype(-1,NULL,0);
2180 G__search_typename2("map<string,TGeoVolumeAssembly*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumeAssemblymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumeAssemblymUgRsPgRsPgR),0,-1);
2181 G__setnewtype(-1,NULL,0);
2182 G__search_typename2("map<std::string,TGeoNode*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoNodemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoNodemUgRsPgRsPgR),0,-1);
2183 G__setnewtype(-1,NULL,0);
2184 G__search_typename2("map<string,TGeoNode*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoNodemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoNodemUgRsPgRsPgR),0,-1);
2185 G__setnewtype(-1,NULL,0);
2186 G__search_typename2("map<string,TGeoNode*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoNodemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoNodemUgRsPgRsPgR),0,-1);
2187 G__setnewtype(-1,NULL,0);
2188 G__search_typename2("map<string,TGeoNode*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoNodemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoNodemUgRsPgRsPgR),0,-1);
2189 G__setnewtype(-1,NULL,0);
2190 G__search_typename2("TMatrixTBase<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTBaselEfloatgR),0,-1);
2191 G__setnewtype(-1,NULL,0);
2192 G__search_typename2("TMatrixTBase<Double_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTBaselEdoublegR),0,-1);
2193 G__setnewtype(-1,NULL,0);
2194 G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TVectorTlEfloatgR),0,-1);
2195 G__setnewtype(-1,NULL,0);
2196 G__search_typename2("TMatrixT<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTlEfloatgR),0,-1);
2197 G__setnewtype(-1,NULL,0);
2198 G__search_typename2("TMatrixTRow_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTRow_constlEfloatgR),0,-1);
2199 G__setnewtype(-1,NULL,0);
2200 G__search_typename2("TMatrixTColumn_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTColumn_constlEfloatgR),0,-1);
2201 G__setnewtype(-1,NULL,0);
2202 G__search_typename2("TMatrixTDiag_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTDiag_constlEfloatgR),0,-1);
2203 G__setnewtype(-1,NULL,0);
2204 G__search_typename2("TMatrixTFlat_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTFlat_constlEfloatgR),0,-1);
2205 G__setnewtype(-1,NULL,0);
2206 G__search_typename2("TMatrixTSub_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSub_constlEfloatgR),0,-1);
2207 G__setnewtype(-1,NULL,0);
2208 G__search_typename2("TMatrixTSparseRow_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSparseRow_constlEfloatgR),0,-1);
2209 G__setnewtype(-1,NULL,0);
2210 G__search_typename2("TMatrixTSparseDiag_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSparseDiag_constlEfloatgR),0,-1);
2211 G__setnewtype(-1,NULL,0);
2212 G__search_typename2("TMatrixTRow<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTRowlEfloatgR),0,-1);
2213 G__setnewtype(-1,NULL,0);
2214 G__search_typename2("TMatrixTColumn<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTColumnlEfloatgR),0,-1);
2215 G__setnewtype(-1,NULL,0);
2216 G__search_typename2("TMatrixTDiag<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTDiaglEfloatgR),0,-1);
2217 G__setnewtype(-1,NULL,0);
2218 G__search_typename2("TMatrixTFlat<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTFlatlEfloatgR),0,-1);
2219 G__setnewtype(-1,NULL,0);
2220 G__search_typename2("TMatrixTSub<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSublEfloatgR),0,-1);
2221 G__setnewtype(-1,NULL,0);
2222 G__search_typename2("TMatrixTSparseRow<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSparseRowlEfloatgR),0,-1);
2223 G__setnewtype(-1,NULL,0);
2224 G__search_typename2("TMatrixTSparseDiag<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSparseDiaglEfloatgR),0,-1);
2225 G__setnewtype(-1,NULL,0);
2226 G__search_typename2("TElementActionT<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TElementActionTlEfloatgR),0,-1);
2227 G__setnewtype(-1,NULL,0);
2228 G__search_typename2("TElementPosActionT<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TElementPosActionTlEfloatgR),0,-1);
2229 G__setnewtype(-1,NULL,0);
2230 G__search_typename2("vector<Int_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEintcOallocatorlEintgRsPgR),0,-1);
2231 G__setnewtype(-1,NULL,0);
2232 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEintcOallocatorlEintgRsPgR));
2233 G__setnewtype(-1,NULL,0);
2234 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEintcOallocatorlEintgRsPgR));
2235 G__setnewtype(-1,NULL,0);
2236 G__search_typename2("vector<int>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEintcOallocatorlEintgRsPgR),0,-1);
2237 G__setnewtype(-1,NULL,0);
2238 G__search_typename2("map<Int_t,Double_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOdoublecOlesslEintgRcOallocatorlEpairlEconstsPintcOdoublegRsPgRsPgR),0,-1);
2239 G__setnewtype(-1,NULL,0);
2240 G__search_typename2("map<int,double>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOdoublecOlesslEintgRcOallocatorlEpairlEconstsPintcOdoublegRsPgRsPgR),0,-1);
2241 G__setnewtype(-1,NULL,0);
2242 G__search_typename2("map<int,double,less<int> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOdoublecOlesslEintgRcOallocatorlEpairlEconstsPintcOdoublegRsPgRsPgR),0,-1);
2243 G__setnewtype(-1,NULL,0);
2244 G__search_typename2("vector<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEfloatcOallocatorlEfloatgRsPgR),0,-1);
2245 G__setnewtype(-1,NULL,0);
2246 G__search_typename2("vector<Double_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEdoublecOallocatorlEdoublegRsPgR),0,-1);
2247 G__setnewtype(-1,NULL,0);
2249 G__setnewtype(-1,NULL,0);
2251 G__setnewtype(-1,NULL,0);
2253 G__setnewtype(-1,NULL,0);
2254 G__search_typename2("vector<vector<double,allocator<double> > >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEvectorlEdoublecOallocatorlEdoublegRsPgRcOallocatorlEvectorlEdoublecOallocatorlEdoublegRsPgRsPgRsPgR),0,-1);
2255 G__setnewtype(-1,NULL,0);
2256 G__search_typename2("pair<Int_t,Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_pairlEintcOfloatgR),0,-1);
2257 G__setnewtype(-1,NULL,0);
2258 G__search_typename2("vector<std::pair<Int_t,Float_t> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgR),0,-1);
2259 G__setnewtype(-1,NULL,0);
2260 G__search_typename2("vector<pair<Int_t,Float_t> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgR),0,-1);
2261 G__setnewtype(-1,NULL,0);
2263 G__setnewtype(-1,NULL,0);
2265 G__setnewtype(-1,NULL,0);
2266 G__search_typename2("vector<pair<int,float> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgR),0,-1);
2267 G__setnewtype(-1,NULL,0);
2268}
2269
2270/*********************************************************
2271* Data Member information setup/
2272*********************************************************/
2273
2274 /* Setting up class,struct,union tag member variable */
2275
2276 /* BesAboutHelp */
2277static void G__setup_memvarBesAboutHelp(void) {
2278 G__tag_memvar_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp));
2279 { BesAboutHelp *p; p=(BesAboutHelp*)0x1000; if (p) { }
2280 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGHorizontalFrame),-1,-1,4,"fTitleFrame=",0,"Title frame");
2281 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fTitle=",0,"Title");
2282 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGIcon),-1,-1,4,"fIcon=",0,"Icon");
2283 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGTab),-1,-1,4,"fMain=",0,"Main tab frame");
2284 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVerticalFrame),-1,-1,4,"fAbout=",0,"1st tab");
2285 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGListBox),-1,-1,4,"fVersion=",0,"2nd tab");
2286 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fDescription1=",0,"Line 1 of description");
2287 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fDescription2=",0,"Line 2 of description");
2288 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fDescription3=",0,"Line 3 of description");
2289 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fDescription4=",0,"Line 4 of description");
2290 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGHorizontalFrame),-1,-1,4,"fBottomFrame=",0,"Bottom frame");
2291 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGTextButton),-1,-1,4,"fCloseBtn=",0,"Close button");
2292 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TList),-1,-1,4,"fWidgets=",0,"list for widgets to be destroyed by destructor");
2293 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fLayout=",0,"dummy for TGlayouts to add to fWidgets");
2294 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVerticalFrame),-1,-1,4,"fMdcPaletteFrame=",0,"1st tab");
2295 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
2296 }
2297 G__tag_memvar_reset();
2298}
2299
2300
2301 /* BesMdcPalette */
2302static void G__setup_memvarBesMdcPalette(void) {
2303 G__tag_memvar_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette));
2304 { BesMdcPalette *p; p=(BesMdcPalette*)0x1000; if (p) { }
2305 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
2306 }
2307 G__tag_memvar_reset();
2308}
2309
2310
2311 /* BesGeoSelector */
2312static void G__setup_memvarBesGeoSelector(void) {
2313 G__tag_memvar_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector));
2314 { BesGeoSelector *p; p=(BesGeoSelector*)0x1000; if (p) { }
2315 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEGeomFileInfocOallocatorlEGeomFileInfogRsPgR),G__defined_typename("vector<GeomFileInfo>"),-1,4,"fgeom=",0,(char*)NULL);
2316 }
2317 G__tag_memvar_reset();
2318}
2319
2320
2321 /* BesClient */
2322static void G__setup_memvarBesClient(void) {
2323 G__tag_memvar_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient));
2324 { BesClient *p; p=(BesClient*)0x1000; if (p) { }
2325 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_runStatus),-1,-1,4,"f_runStatus=",0,(char*)NULL);
2326 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGeometry),-1,-1,4,"fGeometry=",0,"Bes geometry");
2327 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TFile),-1,-1,4,"fGeoFile=",0,"ROOT geometry file contains volBes");
2328 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TFile),-1,-1,4,"fEventFile=",0,"Current event file");
2329 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TTree),-1,-1,4,"fEventTree=",0,"Current event tree");
2330 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesEvent),-1,-1,4,"fEvent=",0,"Current Bes event");
2331 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TEvtHeader),-1,-1,4,"fEvtHeader=",0,(char*)NULL);
2332 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecEvTime),-1,-1,4,"fRecEvTime=",0,(char*)NULL);
2333 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TDigiEvent),-1,-1,4,"fDigiEvent=",0,(char*)NULL);
2334 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecTrackEvent),-1,-1,4,"fRecEvent_1=",0,(char*)NULL);
2335 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecMdcTrack),-1,-1,4,"recTrack1=",0,(char*)NULL);
2336 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecMucTrack),-1,-1,4,"muctrk=",0,(char*)NULL);
2337 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecTofTrack),-1,-1,4,"tofTrack=",0,(char*)NULL);
2338 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecMdcHit),-1,-1,4,"mdchit=",0,(char*)NULL);
2339 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecEmcShower),-1,-1,4,"emcshower=",0,(char*)NULL);
2340 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TDstEvent),-1,-1,4,"fDstEvent=",0,"Long Peixun's update: for tracks from dst file");
2341 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"isRecEvent=",0,"Long Peixun's update: is this event rec event?");
2342 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"NCluster=",0,"...");
2343 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fMenuBarLayout=",0,"Menu bar layout");
2344 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fMenuBarFirstItemLayout=",0,"First Item popup menu layout");
2345 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fMenuBarItemLayout=",0,"Item popup menu layout");
2346 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fMenuBarLastItemLayout=",0,"Last Item popup menu layout");
2347 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fECLayout=",0,"Embedded canvas layout");
2348 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGMenuBar),-1,-1,4,"fMenuBar=",0,"Menu bar");
2349 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuFile=",0,"File menu");
2350 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuEdit=",0,"Edit menu");
2351 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuView=",0,"View menu");
2352 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuHelp=",0,"Help menu");
2353 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionHeader=",0,(char*)NULL);
2354 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionMdc=",0,(char*)NULL);
2355 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionTof=",0,(char*)NULL);
2356 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionEmc=",0,(char*)NULL);
2357 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionMuc=",0,(char*)NULL);
2358 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionFull3D=",0,(char*)NULL);
2359 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionOthers=",0,(char*)NULL);
2360 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionMdcHits=",0,(char*)NULL);
2361 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionTofHits=",0,(char*)NULL);
2362 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionEmcHits=",0,(char*)NULL);
2363 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionMucHits=",0,(char*)NULL);
2364 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionTracks=",0,(char*)NULL);
2365 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fUpButtonBarFirstItemLayout=",0,"Up button bar first button layout");
2366 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fUpButtonBarItemLayout=",0,"Up button bar button layout");
2367 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fUpButtonBarLastItemLayout=",0,"Up button bar last button layout");
2368 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fUpButtonBarFrame=",0,"Up button bar frame");
2369 G__memvar_setup((void*)G__PVOID,105,0,1,-1,-1,-2,4,"kNUpSplitter=4LL",0,(char*)NULL);
2370 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fUpButtonSplitter[4]=",0,"Up button bar splitter");
2371 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fLoadGeoFileButton=",0,"load geometry file");
2372 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fOpenEventFileButton=",0,"open event file");
2373 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fSaveGeoAsButton=",0,"save geometry as root file");
2374 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fSavePicAsButton=",0,"save picture as");
2375 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fSavePicAsPSButton=",0,"save picture as pdf");
2376 G__memvar_setup((void*)G__PVOID,105,0,1,-1,-1,-2,4,"kNCursorState=2LL",0,(char*)NULL);
2377 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fRefreshButton=",0,"Refresh");
2378 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fResetCurrentButton=",0,"Reset current pad");
2379 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fResetAllButton=",0,"Reset all pad");
2380 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fCursorButton[2]=",0,"cursor state, pick or hand");
2381 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fZoomInButton=",0,"ZoomIn");
2382 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fZoomOutButton=",0,"ZoomOut");
2383 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntryField),-1,-1,4,"fZoomRatioNumber=",0,"ZoomRatio number");
2384 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fZoomRatioPercentButton=",0,"\"%\" picture");
2385 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fSwitchDisplayModeButton=",0,"button to switch among display modes");
2386 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fSetHomeButton=",0,"Set home position");
2387 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fGoHomeButton=",0,"Go to home position");
2388 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fSaveMyConfigButton=",0,"Save my style");
2389 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fLoadMyConfigButton=",0,"Load my style");
2390 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fPaletteButton=",0,"Display palette axis");
2391 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fHelpButton=",0,"Help");
2392 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fDisplayModeBarItemLayout=",0,"Display mode bar button layout");
2393 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fDisplayModeBarFrame=",0,"Display mode bar frame");
2394 G__memvar_setup((void*)G__PVOID,105,0,1,-1,-1,-2,4,"kNDisplayMode=5LL",0,(char*)NULL);
2395 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fDisplayModeButton[5]=",0,"button to switch among display modes");
2396 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fToolBarFirstItemLayout=",0,"Tool bar first button layout");
2397 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fToolBarItemLayout=",0,"Tool bar button layout");
2398 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fToolBarLastItemLayout=",0,"Tool bar last button layout");
2399 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fToolBarFrame=",0,"Tool bar frame");
2400 G__memvar_setup((void*)G__PVOID,105,0,1,-1,-1,-2,4,"kNToolSplitter=4LL",0,(char*)NULL);
2401 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fToolButtonSplitter[4]=",0,"Tool button bar splitter");
2402 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fSwitchPadButton=",0,"button to switch among pads");
2403 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fShowInfoButton=",0,"Show info or not");
2404 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fShowAxisButton=",0,"Show axis or not");
2405 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fFishEyeViewButton=",0,"FishEye view");
2406 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fParallelViewButton=",0,"Parallel view");
2407 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fPerspectiveViewButton=",0,"Perspective view");
2408 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fX3DButton=",0,"X3D view");
2409 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fOpenGLButton=",0,"OpenGL view");
2410 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCanvas),-1,-1,4,"fEventListView=",0,"Canvas for event list tree");
2411 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRootEmbeddedCanvas),-1,-1,4,"fEmbeddedCanvas=",0,"Embedded Canvas");
2412 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TCanvas),-1,-1,4,"fCanvas=",0,(char*)NULL);
2413 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesVisDisplay),-1,-1,4,"fDisplay=",0,(char*)NULL);
2414 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVerticalFrame),-1,-1,4,"fV1=",0,"Splitter for tabs");
2415 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGTab),-1,-1,4,"fTabs=",0,"Tabs for event");
2416 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGListTree),-1,-1,4,"fEventListTree=",0,"Event list tree");
2417 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGListTreeItem),-1,-1,4,"fItem=",0,"Active event list tree item");
2418 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGListTreeItem),-1,-1,4,"fRunItem=",0,"Active run list tree item");
2419 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fEventDownFrame=",0,"tab fame for download mode");
2420 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fEventControlFrame=",0,"Frame for event control");
2421 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fEventControlTextFrame=",0,"Frame for label \"Event Control\"");
2422 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fEventNavFrame=",0,"Frame for Event navigation ");
2423 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fEventPlayTextFrame=",0,"Frame for label \"Event Play\"");
2424 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fEventPlayButtonFrame=",0,"Frame for buttons \"prev, next, play, stop\"");
2425 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fEventPlaySpeedFrame=",0,"Frame for set event play speed");
2426 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fEventListFrame=",0,"Frame for event list browser");
2427 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fEventListTextFrame=",0,"Frame for label \"Event file list\"");
2428 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fEventListContentFrame=",0,"Frame for event list content");
2429 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fAutoFrame=",0,"Frame for auto control");
2430 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fAutoTextFrame=",0,"Frame for label \"Auto Control\"");
2431 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fViewFrame=",0,"Frame for view control");
2432 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fViewTextFrame=",0,"Frame for label \"View Control\"");
2433 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fViewContentFrame=",0,"Frame for view content");
2434 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fViewContent1Frame=",0,"Frame for view content first line");
2435 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fViewContent2Frame=",0,"Frame for view content seconde line");
2436 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fViewContent3Frame=",0,"Frame for view content third line");
2437 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fViewAngleFrame=",0,"Frame for view angles");
2438 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fViewAngleThetaFrame=",0,"Frame for view theta");
2439 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fViewAnglePhiFrame=",0,"Frame for view phi");
2440 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fViewAnglePsiFrame=",0,"Frame for view psi");
2441 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntry),-1,-1,4,"fNumEntryRunNo=",0,"Bes input of run number");
2442 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntry),-1,-1,4,"fNumEntryEventNo=",0,"Bes input of event number");
2443 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntry),-1,-1,4,"fNumEntryEventPlaySpeed=",0,"event play speed number");
2444 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fEventControlTextLabel=",0,"Label \"Event control\"");
2445 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fBesLabelRun=",0,"Label \"Run : \"");
2446 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fBesLabelEvent=",0,"Label \"Event : \"");
2447 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fEventPlayTextLabel=",0,"Label \"Event Play\"");
2448 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fEventPlaySpeedLabel=",0,"Label \"Play Speed : \"");
2449 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fEventListTextLabel=",0,"Label \"Event file list\"");
2450 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fViewTextLabel=",0,"Label \"View control\"");
2451 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fAutoTextLabel=",0,"Label \"Auto control\"");
2452 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGHSlider),-1,-1,4,"fEventPlaySlider=",0,"slider for event play");
2453 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fPrevEventButton=",0,"next event button");
2454 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fNextEventButton=",0,"prev event button");
2455 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fPlayEventButton=",0,"next event button");
2456 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fFirstEventButton=",0,"prev event button");
2457 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewResetAngleButton=",0,"View reset angle button");
2458 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewCounterClockWiseButton=",0,"View CounterClockWise button");
2459 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewClockWiseButton=",0,"View ClockWise button");
2460 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewMoveUpButton=",0,"View MoveUp button");
2461 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewMoveLeftButton=",0,"View MoveLeft button");
2462 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewMoveRightButton=",0,"View MoveRight button");
2463 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewMoveDownButton=",0,"View MoveDown button");
2464 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewMoveCenterButton=",0,"View MoveCenter button");
2465 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAngleThetaPlusButton=",0,"View AngleTheta + button");
2466 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAngleThetaMinusButton=",0,"View AngleTheta - button");
2467 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVSlider),-1,-1,4,"fViewAngleThetaSlider=",0,"View AngleTheta slider");
2468 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntryField),-1,-1,4,"fViewAngleThetaNumber=",0,"View AngleTheta number");
2469 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fViewAngleThetaLabel=",0,"Label \"Theta\"");
2470 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAnglePhiPlusButton=",0,"View AnglePhi + button");
2471 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAnglePhiMinusButton=",0,"View AnglePhi - button");
2472 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVSlider),-1,-1,4,"fViewAnglePhiSlider=",0,"View AnglePhi slider");
2473 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntryField),-1,-1,4,"fViewAnglePhiNumber=",0,"View AnglePhi number");
2474 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fViewAnglePhiLabel=",0,"Label \"Phi\"");
2475 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAnglePsiPlusButton=",0,"View AnglePsi + button");
2476 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAnglePsiMinusButton=",0,"View AnglePsi - button");
2477 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVSlider),-1,-1,4,"fViewAnglePsiSlider=",0,"View AnglePsi slider");
2478 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntryField),-1,-1,4,"fViewAnglePsiNumber=",0,"View AnglePsi number");
2479 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fViewAnglePsiLabel=",0,"Label \"Psi\"");
2480 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fRotateStepFrame=",0,"Frame for RotateStep");
2481 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fRotateStepLabel=",0,"Label \"Deg\"");
2482 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntryField),-1,-1,4,"fNumEntryRotateStep=",0,"Rotate step");
2483 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fRotateStepUnitLabel=",0,"Label \"Deg\"");
2484 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameAutoRotate=",0,"Frame for AutoRotate");
2485 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnAutoRotate=",0,"CheckButton AutoRotate;");
2486 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fRotateSpeedFrame=",0,"Frame for RotateSpeed");
2487 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntryField),-1,-1,4,"fNumEntryRotateSpeed=",0,"Auto Rotate speed number");
2488 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fRotateSpeedLabel=",0,"Label \"Deg/Sec\"");
2489 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fRotateFPSFrame=",0,"Frame for RotateFPS");
2490 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntry),-1,-1,4,"fNumEntryRotateFPS=",0,"Auto Rotate fps number");
2491 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fRotateFPSLabel=",0,"Label \"fps\"");
2492 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGStatusBar),-1,-1,4,"fStatusBar=",0,"Status bar");
2493 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameHeader=",0,"Frame for Header");
2494 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameHits=",0,"Frame for Hits");
2495 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameTracks=",0,"Frame for Tracks");
2496 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameSubDetector=",0,(char*)NULL);
2497 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameOthers=",0,(char*)NULL);
2498 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameMdcMatch=",0,"Frame for TQMatch");
2499 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameTofMatch=",0,"Frame for TQMatch");
2500 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameMagnetic=",0,"Frame for magnetic field");
2501 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGHorizontalFrame),-1,-1,4,"fTitleFrame=",0,"Title frame");
2502 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGHorizontalFrame),-1,-1,4,"fMainFrame=",0,"Main frame");
2503 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGHorizontalFrame),-1,-1,4,"fBesRunFrame=",0,"Bes Run nr input frame");
2504 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGHorizontalFrame),-1,-1,4,"fBesEventFrame=",0,"Bes Event nr input frame");
2505 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnHeaderGlobal=",0,(char*)NULL);
2506 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcHitsGlobal=",0,(char*)NULL);
2507 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofHitsGlobal=",0,(char*)NULL);
2508 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofHitsEast=",0,(char*)NULL);
2509 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofHitsBarrel=",0,(char*)NULL);
2510 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofHitsWest=",0,(char*)NULL);
2511 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcHitsGlobal=",0,(char*)NULL);
2512 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcHitsEast=",0,(char*)NULL);
2513 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcHitsBarrel=",0,(char*)NULL);
2514 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcHitsWest=",0,(char*)NULL);
2515 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcHitsSide=",0,(char*)NULL);
2516 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucHitsGlobal=",0,(char*)NULL);
2517 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucHitsEast=",0,(char*)NULL);
2518 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucHitsBarrel=",0,(char*)NULL);
2519 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucHitsWest=",0,(char*)NULL);
2520 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksGlobal=",0,(char*)NULL);
2521 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksMdc=",0,(char*)NULL);
2522 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksTof=",0,(char*)NULL);
2523 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksEmc=",0,(char*)NULL);
2524 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksMuc=",0,(char*)NULL);
2525 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksExt=",0,(char*)NULL);
2526 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcGlobal=",0,(char*)NULL);
2527 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcTubes=",0,(char*)NULL);
2528 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcWires=",0,(char*)NULL);
2529 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofGlobal=",0,(char*)NULL);
2530 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofEast=",0,(char*)NULL);
2531 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofBarrel=",0,(char*)NULL);
2532 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofWest=",0,(char*)NULL);
2533 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcGlobal=",0,(char*)NULL);
2534 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcEast=",0,(char*)NULL);
2535 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcBarrel=",0,(char*)NULL);
2536 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcWest=",0,(char*)NULL);
2537 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcSide=",0,(char*)NULL);
2538 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucGlobal=",0,(char*)NULL);
2539 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucEast=",0,(char*)NULL);
2540 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucBarrel=",0,(char*)NULL);
2541 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucWest=",0,(char*)NULL);
2542 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucStrips=",0,(char*)NULL);
2543 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnBeamPipe=",0,(char*)NULL);
2544 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnZRPlaneOnXY=",0,(char*)NULL);
2545 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnAxis=",0,(char*)NULL);
2546 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcTOverflowGlobal=",0,(char*)NULL);
2547 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcQOverflowGlobal=",0,(char*)NULL);
2548 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcTMatchGlobal=",0,(char*)NULL);
2549 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcQMatchGlobal=",0,(char*)NULL);
2550 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcColorfulWireGlobal=",0,(char*)NULL);
2551 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcTimeSubEvTimeGlobal=",0,(char*)NULL);
2552 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofTMatchGlobal=",0,(char*)NULL);
2553 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofQMatchGlobal=",0,(char*)NULL);
2554 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntry),-1,-1,4,"fNumEntryMagnetic=",0,"magnetic number");
2555 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TString),-1,-1,4,"fBesVisPath=",0,(char*)NULL);
2556 G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,4,"fBesRunNo=",0,"run number of BES request");
2557 G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,4,"fBesEventNo=",0,"event number of BES request");
2558 G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,4,"fCurrentEvent=",0,(char*)NULL);
2559 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fEventPlaySpeed=",0,"event play speed ");
2560 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fAutoDisplayEvent=",0,"auto display event ");
2561 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TTimer),-1,-1,4,"fAutoDisplayEventTimer=",0,(char*)NULL);
2562 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fMoveFactor=",0,"factor of move");
2563 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fRotateStep=",0,"rotate angle in each step ");
2564 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fRotateFPS=",0,"rotae fps, frame per second, 24? 10?");
2565 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fRotateSpeed=",0,"rotate angle per second, deg/sec");
2566 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fAutoRotate=",0,"auto rotate flag");
2567 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TTimer),-1,-1,4,"fAutoRotateTimer=",0,"auto rotate timer");
2568 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fAutoRotateClockWise=",0,"auto rotate clockwise flag");
2569 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fAutoRotateTheta=",0,"auto rotate theta flag");
2570 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fAutoRotatePhi=",0,"auto rotate phi flag");
2571 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fAutoRotatePsi=",0,"auto rotate psi flag");
2572 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fViewer3DMode=",0,"Mode of Viewer3D, 1:x3d, 2:OpenGL");
2573 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fViewThetaPreStep=",0,(char*)NULL);
2574 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fViewPhiPreStep=",0,(char*)NULL);
2575 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fHomeX[3]=",0,(char*)NULL);
2576 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fHomeY[3]=",0,"Home position of three pads");
2577 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fWindowWidth=",0,"zevis window width");
2578 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fWindowHeight=",0,"zevis window height");
2579 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TList),-1,-1,4,"fWidgets=",0,"list to hold TGLayoutHints for destruction");
2580 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fLayout=",0,"dummy TGLayoutHints;");
2581 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TString),-1,-1,4,"f_evtFile=",0,(char*)NULL);
2582 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TString),-1,-1,4,"f_geoFile=",0,(char*)NULL);
2583 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"f_bossMode=",0,(char*)NULL);
2584 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"f_pid=",0,(char*)NULL);
2585 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_string),-1,-1,4,"f_HelpText=",0,(char*)NULL);
2586 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector),-1,-1,4,"fSelector=",0,(char*)NULL);
2587 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TString),-1,-1,4,"fCurGeom=",0,(char*)NULL);
2588 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fAutoGeom=",0,(char*)NULL);
2589 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
2590 }
2591 G__tag_memvar_reset();
2592}
2593
2595}
2596/***********************************************************
2597************************************************************
2598************************************************************
2599************************************************************
2600************************************************************
2601************************************************************
2602************************************************************
2603***********************************************************/
2604
2605/*********************************************************
2606* Member function information setup for each class
2607*********************************************************/
2608static void G__setup_memfuncBesAboutHelp(void) {
2609 /* BesAboutHelp */
2610 G__tag_memfunc_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp));
2611 G__memfunc_setup("BesAboutHelp",1182,G__BesVisClient_rootcint_305_0_1, 105, G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp), -1, 0, 2, 1, 1, 0,
2612"U 'TGWindow' - 10 - p U 'TGWindow' - 10 - main", (char*)NULL, (void*) NULL, 0);
2613 G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0,
2614"l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm "
2615"l - 'Long_t' 0 - -", (char*)NULL, (void*) NULL, 1);
2616 G__memfunc_setup("GetPic",572,G__BesVisClient_rootcint_305_0_3, 107, -1, G__defined_typename("Pixmap_t"), 0, 1, 1, 1, 0, "C - - 10 - file", (char*)NULL, (void*) NULL, 1);
2617 G__memfunc_setup("Class",502,G__BesVisClient_rootcint_305_0_4, 85, G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&BesAboutHelp::Class) ), 0);
2618 G__memfunc_setup("Class_Name",982,G__BesVisClient_rootcint_305_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesAboutHelp::Class_Name) ), 0);
2619 G__memfunc_setup("Class_Version",1339,G__BesVisClient_rootcint_305_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&BesAboutHelp::Class_Version) ), 0);
2620 G__memfunc_setup("Dictionary",1046,G__BesVisClient_rootcint_305_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&BesAboutHelp::Dictionary) ), 0);
2621 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
2622 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
2623 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
2624 G__memfunc_setup("StreamerNVirtual",1656,G__BesVisClient_rootcint_305_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
2625 G__memfunc_setup("DeclFileName",1145,G__BesVisClient_rootcint_305_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesAboutHelp::DeclFileName) ), 0);
2626 G__memfunc_setup("ImplFileLine",1178,G__BesVisClient_rootcint_305_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&BesAboutHelp::ImplFileLine) ), 0);
2627 G__memfunc_setup("ImplFileName",1171,G__BesVisClient_rootcint_305_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesAboutHelp::ImplFileName) ), 0);
2628 G__memfunc_setup("DeclFileLine",1152,G__BesVisClient_rootcint_305_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&BesAboutHelp::DeclFileLine) ), 0);
2629 // automatic destructor
2630 G__memfunc_setup("~BesAboutHelp", 1308, G__BesVisClient_rootcint_305_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
2631 G__tag_memfunc_reset();
2632}
2633
2634static void G__setup_memfuncBesMdcPalette(void) {
2635 /* BesMdcPalette */
2636 G__tag_memfunc_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette));
2637 G__memfunc_setup("BesMdcPalette",1277,G__BesVisClient_rootcint_306_0_1, 105, G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette), -1, 0, 2, 1, 1, 0,
2638"U 'TGWindow' - 10 - p U 'TGWindow' - 10 - main", (char*)NULL, (void*) NULL, 0);
2639 G__memfunc_setup("Class",502,G__BesVisClient_rootcint_306_0_2, 85, G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&BesMdcPalette::Class) ), 0);
2640 G__memfunc_setup("Class_Name",982,G__BesVisClient_rootcint_306_0_3, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesMdcPalette::Class_Name) ), 0);
2641 G__memfunc_setup("Class_Version",1339,G__BesVisClient_rootcint_306_0_4, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&BesMdcPalette::Class_Version) ), 0);
2642 G__memfunc_setup("Dictionary",1046,G__BesVisClient_rootcint_306_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&BesMdcPalette::Dictionary) ), 0);
2643 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
2644 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
2645 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
2646 G__memfunc_setup("StreamerNVirtual",1656,G__BesVisClient_rootcint_306_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
2647 G__memfunc_setup("DeclFileName",1145,G__BesVisClient_rootcint_306_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesMdcPalette::DeclFileName) ), 0);
2648 G__memfunc_setup("ImplFileLine",1178,G__BesVisClient_rootcint_306_0_11, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&BesMdcPalette::ImplFileLine) ), 0);
2649 G__memfunc_setup("ImplFileName",1171,G__BesVisClient_rootcint_306_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesMdcPalette::ImplFileName) ), 0);
2650 G__memfunc_setup("DeclFileLine",1152,G__BesVisClient_rootcint_306_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&BesMdcPalette::DeclFileLine) ), 0);
2651 // automatic destructor
2652 G__memfunc_setup("~BesMdcPalette", 1403, G__BesVisClient_rootcint_306_0_14, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
2653 G__tag_memfunc_reset();
2654}
2655
2656static void G__setup_memfuncBesGeoSelector(void) {
2657 /* BesGeoSelector */
2658 G__tag_memfunc_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector));
2659 G__memfunc_setup("BesGeoSelector",1398,G__BesVisClient_rootcint_414_0_1, 105, G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2660 G__memfunc_setup("addGeomFile",1073,G__BesVisClient_rootcint_414_0_2, 121, -1, -1, 0, 2, 1, 1, 0,
2661"C - - 10 - fname i - - 0 - startno", (char*)NULL, (void*) NULL, 0);
2662 G__memfunc_setup("clear",519,G__BesVisClient_rootcint_414_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2663 G__memfunc_setup("getGeomFileNameFromRunNo",2383,G__BesVisClient_rootcint_414_0_4, 67, -1, -1, 0, 1, 1, 1, 1, "i - - 0 - run_no", (char*)NULL, (void*) NULL, 0);
2664 G__memfunc_setup("hasGeomFile",1092,G__BesVisClient_rootcint_414_0_5, 103, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - fname", (char*)NULL, (void*) NULL, 0);
2665 // automatic copy constructor
2666 G__memfunc_setup("BesGeoSelector", 1398, G__BesVisClient_rootcint_414_0_6, (int) ('i'), G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector), -1, 0, 1, 1, 1, 0, "u 'BesGeoSelector' - 11 - -", (char*) NULL, (void*) NULL, 0);
2667 // automatic destructor
2668 G__memfunc_setup("~BesGeoSelector", 1524, G__BesVisClient_rootcint_414_0_7, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
2669 // automatic assignment operator
2670 G__memfunc_setup("operator=", 937, G__BesVisClient_rootcint_414_0_8, (int) ('u'), G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector), -1, 1, 1, 1, 1, 0, "u 'BesGeoSelector' - 11 - -", (char*) NULL, (void*) NULL, 0);
2671 G__tag_memfunc_reset();
2672}
2673
2674static void G__setup_memfuncBesClient(void) {
2675 /* BesClient */
2676 G__tag_memfunc_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient));
2677 G__memfunc_setup("SetMdcQNotOverflow",1814,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - 'Bool_t' 0 - input", (char*)NULL, (void*) NULL, 0);
2678 G__memfunc_setup("SetMdcTFire",1050,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - 'Bool_t' 0 - input", (char*)NULL, (void*) NULL, 0);
2679 G__memfunc_setup("SetMdcQFire",1047,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - 'Bool_t' 0 - input", (char*)NULL, (void*) NULL, 0);
2680 G__memfunc_setup("SetMdcColorfulWire",1821,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - 'Bool_t' 0 - input", (char*)NULL, (void*) NULL, 0);
2681 G__memfunc_setup("SetMdcTimeSubEvTime",1859,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - 'Bool_t' 0 - input", (char*)NULL, (void*) NULL, 0);
2682 G__memfunc_setup("SetTofTMatch",1174,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - 'Bool_t' 0 - input", (char*)NULL, (void*) NULL, 0);
2683 G__memfunc_setup("SetTofQMatch",1171,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - 'Bool_t' 0 - input", (char*)NULL, (void*) NULL, 0);
2684 G__memfunc_setup("BesClient",889,G__BesVisClient_rootcint_1064_0_8, 105, G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient), -1, 0, 7, 1, 1, 0,
2685"U 'TGWindow' - 10 - p C - - 10 - title "
2686"h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
2687"C - 'Option_t' 10 '\"\"' option i - 'Int_t' 0 '0' argc "
2688"C - - 2 '0' argv", (char*)NULL, (void*) NULL, 0);
2689 G__memfunc_setup("InitLocal",895,G__BesVisClient_rootcint_1064_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2690 G__memfunc_setup("InitParameter",1333,G__BesVisClient_rootcint_1064_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2691 G__memfunc_setup("InitConnections",1559,G__BesVisClient_rootcint_1064_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2692 G__memfunc_setup("InitGeoSelector",1520,G__BesVisClient_rootcint_1064_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - geomsel_file", (char*)NULL, (void*) NULL, 1);
2693 G__memfunc_setup("CreateWidget",1208,G__BesVisClient_rootcint_1064_0_13, 121, -1, -1, 0, 3, 1, 1, 0,
2694"C - - 10 - title h - 'UInt_t' 0 - width "
2695"h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
2696 G__memfunc_setup("CreateHorizontalRuler",2184,G__BesVisClient_rootcint_1064_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2697 G__memfunc_setup("CreateMenuBar",1278,G__BesVisClient_rootcint_1064_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2698 G__memfunc_setup("CreateUpButtonBar",1706,G__BesVisClient_rootcint_1064_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2699 G__memfunc_setup("CreateDisplayModeBar",1988,G__BesVisClient_rootcint_1064_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2700 G__memfunc_setup("CreateToolBar",1287,G__BesVisClient_rootcint_1064_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2701 G__memfunc_setup("CreateTitleBar",1387,G__BesVisClient_rootcint_1064_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2702 G__memfunc_setup("CreateStatusBar",1517,G__BesVisClient_rootcint_1064_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2703 G__memfunc_setup("CreateMainFrame",1476,G__BesVisClient_rootcint_1064_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2704 G__memfunc_setup("CreateCanvas",1200,G__BesVisClient_rootcint_1064_0_22, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2705 G__memfunc_setup("CreateTabs",990,G__BesVisClient_rootcint_1064_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2706 G__memfunc_setup("HandleMenu",993,G__BesVisClient_rootcint_1064_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 1);
2707 G__memfunc_setup("HandleViewOptionMenu",2037,G__BesVisClient_rootcint_1064_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 1);
2708 G__memfunc_setup("HandleError",1110,G__BesVisClient_rootcint_1064_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - msg", (char*)NULL, (void*) NULL, 1);
2709 G__memfunc_setup("HandleInfoBar",1261,G__BesVisClient_rootcint_1064_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - msg", (char*)NULL, (void*) NULL, 1);
2710 G__memfunc_setup("HandleStatusBar",1509,G__BesVisClient_rootcint_1064_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - msg", (char*)NULL, (void*) NULL, 1);
2711 G__memfunc_setup("HandleButtons",1339,G__BesVisClient_rootcint_1064_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' id", (char*)NULL, (void*) NULL, 1);
2712 G__memfunc_setup("HandleSliders",1314,G__BesVisClient_rootcint_1064_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 1);
2713 G__memfunc_setup("HandleEventList",1514,G__BesVisClient_rootcint_1064_0_31, 121, -1, -1, 0, 2, 1, 1, 0,
2714"U 'TGListTreeItem' - 0 - entry i - 'Int_t' 0 - btn", (char*)NULL, (void*) NULL, 1);
2715 G__memfunc_setup("UpdateBesInputFields",2020,G__BesVisClient_rootcint_1064_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2716 G__memfunc_setup("LoadGeoFile",1051,G__BesVisClient_rootcint_1064_0_33, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2717 G__memfunc_setup("OpenGeoFile",1069,G__BesVisClient_rootcint_1064_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 0 - filename", (char*)NULL, (void*) NULL, 1);
2718 G__memfunc_setup("SaveGeoAs",862,G__BesVisClient_rootcint_1064_0_35, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2719 G__memfunc_setup("OpenEventFile",1300,G__BesVisClient_rootcint_1064_0_36, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2720 G__memfunc_setup("OpenEventFile",1300,G__BesVisClient_rootcint_1064_0_37, 121, -1, -1, 0, 2, 1, 1, 0,
2721"u 'TString' - 0 - filename g - - 0 'false' auto_sel_geom", (char*)NULL, (void*) NULL, 1);
2722 G__memfunc_setup("SavePicAs",863,G__BesVisClient_rootcint_1064_0_38, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2723 G__memfunc_setup("SavePicAsPS",1026,G__BesVisClient_rootcint_1064_0_39, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2724 G__memfunc_setup("SetHome",693,G__BesVisClient_rootcint_1064_0_40, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2725 G__memfunc_setup("GoHome",575,G__BesVisClient_rootcint_1064_0_41, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2726 G__memfunc_setup("SaveMyConfig",1195,G__BesVisClient_rootcint_1064_0_42, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2727 G__memfunc_setup("LoadMyConfig",1180,G__BesVisClient_rootcint_1064_0_43, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2728 G__memfunc_setup("LoadMdcPalette",1379,G__BesVisClient_rootcint_1064_0_44, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2729 G__memfunc_setup("Help",393,G__BesVisClient_rootcint_1064_0_45, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2730 G__memfunc_setup("SetAllDisplayModeButtonUnHL",2675,G__BesVisClient_rootcint_1064_0_46, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2731 G__memfunc_setup("X3D",207,G__BesVisClient_rootcint_1064_0_47, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2732 G__memfunc_setup("OpenGL",549,G__BesVisClient_rootcint_1064_0_48, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2733 G__memfunc_setup("Show",417,G__BesVisClient_rootcint_1064_0_49, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2734 G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2735 G__memfunc_setup("GetEvent",802,G__BesVisClient_rootcint_1064_0_51, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0,
2736"n - 'Long64_t' 0 - i g - - 0 'false' openfile "
2737"g - - 0 'false' sel_geom", (char*)NULL, (void*) NULL, 1);
2738 G__memfunc_setup("GetRecEvent",1084,G__BesVisClient_rootcint_1064_0_52, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2739 G__memfunc_setup("NextEvent",929,G__BesVisClient_rootcint_1064_0_53, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2740 G__memfunc_setup("PrevEvent",927,G__BesVisClient_rootcint_1064_0_54, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2741 G__memfunc_setup("AutoDisplayEvent",1649,G__BesVisClient_rootcint_1064_0_55, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2742 G__memfunc_setup("AutoDisplayEventCommand",2352,G__BesVisClient_rootcint_1064_0_56, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2743 G__memfunc_setup("FirstEvent",1034,G__BesVisClient_rootcint_1064_0_57, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2744 G__memfunc_setup("LastEvent",918,G__BesVisClient_rootcint_1064_0_58, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", "Long Peixun's update: Get last event", (void*) NULL, 1);
2745 G__memfunc_setup("RotateClockWise",1523,G__BesVisClient_rootcint_1064_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - clockwise", (char*)NULL, (void*) NULL, 1);
2746 G__memfunc_setup("RotateTheta",1125,G__BesVisClient_rootcint_1064_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - pn", (char*)NULL, (void*) NULL, 1);
2747 G__memfunc_setup("RotatePhi",912,G__BesVisClient_rootcint_1064_0_61, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - pn", (char*)NULL, (void*) NULL, 1);
2748 G__memfunc_setup("RotatePsi",923,G__BesVisClient_rootcint_1064_0_62, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - pn", (char*)NULL, (void*) NULL, 1);
2749 G__memfunc_setup("AutoRotate",1032,G__BesVisClient_rootcint_1064_0_63, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2750 G__memfunc_setup("AutoRotateCommand",1735,G__BesVisClient_rootcint_1064_0_64, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2751 G__memfunc_setup("ExecuteEvent",1237,G__BesVisClient_rootcint_1064_0_65, 121, -1, -1, 0, 4, 1, 1, 0,
2752"i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
2753"i - 'Int_t' 0 - py U 'TObject' - 0 - sel", (char*)NULL, (void*) NULL, 1);
2754 G__memfunc_setup("SetState",813,G__BesVisClient_rootcint_1064_0_66, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' id", (char*)NULL, (void*) NULL, 1);
2755 G__memfunc_setup("UpdateStatus",1255,G__BesVisClient_rootcint_1064_0_67, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2756 G__memfunc_setup("UpdateAllView",1303,G__BesVisClient_rootcint_1064_0_68, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2757 G__memfunc_setup("UpdateCurrentPad",1627,G__BesVisClient_rootcint_1064_0_69, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2758 G__memfunc_setup("ChangeFocus",1094,G__BesVisClient_rootcint_1064_0_70, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2759 G__memfunc_setup("ExecuteReturn",1363,G__BesVisClient_rootcint_1064_0_71, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2760 G__memfunc_setup("GetPic",572,G__BesVisClient_rootcint_1064_0_72, 107, -1, G__defined_typename("Pixmap_t"), 0, 1, 1, 1, 0, "C - - 10 - file", (char*)NULL, (void*) NULL, 1);
2761 G__memfunc_setup("FileExists",1024,G__BesVisClient_rootcint_1064_0_73, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TString' - 0 - fname", (char*)NULL, (void*) NULL, 1);
2762 G__memfunc_setup("SetRange",793,G__BesVisClient_rootcint_1064_0_74, 121, -1, -1, 0, 3, 1, 1, 0,
2763"d - 'Double_t' 1 - input d - 'Double_t' 0 - min "
2764"d - 'Double_t' 0 - max", (char*)NULL, (void*) NULL, 1);
2765 G__memfunc_setup("GetCurrentPadString",1935,G__BesVisClient_rootcint_1064_0_75, 67, -1, -1, 0, 0, 1, 1, 1, "", "Long Peixun's update: Return current pad hint string", (void*) NULL, 1);
2766 G__memfunc_setup("GetBesRunNo",1068,G__BesVisClient_rootcint_1064_0_76, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2767 G__memfunc_setup("GetBesEventNo",1273,G__BesVisClient_rootcint_1064_0_77, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2768 G__memfunc_setup("GetEventPlaySpeed",1705,G__BesVisClient_rootcint_1064_0_78, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2769 G__memfunc_setup("GetRotateFPS",1144,G__BesVisClient_rootcint_1064_0_79, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2770 G__memfunc_setup("GetRotateSpeed",1408,G__BesVisClient_rootcint_1064_0_80, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2771 G__memfunc_setup("GetRotateStep",1323,G__BesVisClient_rootcint_1064_0_81, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2772 G__memfunc_setup("SetRotateSpeed",1420,G__BesVisClient_rootcint_1064_0_82, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2773 G__memfunc_setup("SetRotateStep",1335,G__BesVisClient_rootcint_1064_0_83, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2774 G__memfunc_setup("Class",502,G__BesVisClient_rootcint_1064_0_84, 85, G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&BesClient::Class) ), 0);
2775 G__memfunc_setup("Class_Name",982,G__BesVisClient_rootcint_1064_0_85, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesClient::Class_Name) ), 0);
2776 G__memfunc_setup("Class_Version",1339,G__BesVisClient_rootcint_1064_0_86, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&BesClient::Class_Version) ), 0);
2777 G__memfunc_setup("Dictionary",1046,G__BesVisClient_rootcint_1064_0_87, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&BesClient::Dictionary) ), 0);
2778 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
2779 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
2780 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
2781 G__memfunc_setup("StreamerNVirtual",1656,G__BesVisClient_rootcint_1064_0_91, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
2782 G__memfunc_setup("DeclFileName",1145,G__BesVisClient_rootcint_1064_0_92, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesClient::DeclFileName) ), 0);
2783 G__memfunc_setup("ImplFileLine",1178,G__BesVisClient_rootcint_1064_0_93, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&BesClient::ImplFileLine) ), 0);
2784 G__memfunc_setup("ImplFileName",1171,G__BesVisClient_rootcint_1064_0_94, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesClient::ImplFileName) ), 0);
2785 G__memfunc_setup("DeclFileLine",1152,G__BesVisClient_rootcint_1064_0_95, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&BesClient::DeclFileLine) ), 0);
2786 // automatic destructor
2787 G__memfunc_setup("~BesClient", 1015, G__BesVisClient_rootcint_1064_0_96, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
2788 G__tag_memfunc_reset();
2789}
2790
2791
2792/*********************************************************
2793* Member function information setup
2794*********************************************************/
2796}
2797
2798/*********************************************************
2799* Global variable information setup for each class
2800*********************************************************/
2801static void G__cpp_setup_global0() {
2802
2803 /* Setting up global variables */
2804 G__resetplocal();
2805
2806}
2807
2808static void G__cpp_setup_global1() {
2809}
2810
2811static void G__cpp_setup_global2() {
2812}
2813
2814static void G__cpp_setup_global3() {
2815}
2816
2817static void G__cpp_setup_global4() {
2818}
2819
2820static void G__cpp_setup_global5() {
2821}
2822
2823static void G__cpp_setup_global6() {
2824}
2825
2826static void G__cpp_setup_global7() {
2827}
2828
2829static void G__cpp_setup_global8() {
2830}
2831
2832static void G__cpp_setup_global9() {
2833}
2834
2835static void G__cpp_setup_global10() {
2836}
2837
2838static void G__cpp_setup_global11() {
2839
2840 G__resetglobalenv();
2841}
2843 G__cpp_setup_global0();
2844 G__cpp_setup_global1();
2845 G__cpp_setup_global2();
2846 G__cpp_setup_global3();
2847 G__cpp_setup_global4();
2848 G__cpp_setup_global5();
2849 G__cpp_setup_global6();
2850 G__cpp_setup_global7();
2851 G__cpp_setup_global8();
2852 G__cpp_setup_global9();
2853 G__cpp_setup_global10();
2854 G__cpp_setup_global11();
2855}
2856
2857/*********************************************************
2858* Global function information setup for each class
2859*********************************************************/
2860static void G__cpp_setup_func0() {
2861 G__lastifuncposition();
2862
2863}
2864
2865static void G__cpp_setup_func1() {
2866}
2867
2868static void G__cpp_setup_func2() {
2869}
2870
2871static void G__cpp_setup_func3() {
2872}
2873
2874static void G__cpp_setup_func4() {
2875}
2876
2877static void G__cpp_setup_func5() {
2878}
2879
2880static void G__cpp_setup_func6() {
2881}
2882
2883static void G__cpp_setup_func7() {
2884}
2885
2886static void G__cpp_setup_func8() {
2887}
2888
2889static void G__cpp_setup_func9() {
2890}
2891
2892static void G__cpp_setup_func10() {
2893}
2894
2895static void G__cpp_setup_func11() {
2896}
2897
2898static void G__cpp_setup_func12() {
2899}
2900
2901static void G__cpp_setup_func13() {
2902}
2903
2904static void G__cpp_setup_func14() {
2905}
2906
2907static void G__cpp_setup_func15() {
2908}
2909
2910static void G__cpp_setup_func16() {
2911}
2912
2913static void G__cpp_setup_func17() {
2914}
2915
2916static void G__cpp_setup_func18() {
2917}
2918
2919static void G__cpp_setup_func19() {
2920}
2921
2922static void G__cpp_setup_func20() {
2923}
2924
2925static void G__cpp_setup_func21() {
2926}
2927
2928static void G__cpp_setup_func22() {
2929}
2930
2931static void G__cpp_setup_func23() {
2932}
2933
2934static void G__cpp_setup_func24() {
2935}
2936
2937static void G__cpp_setup_func25() {
2938
2939 G__resetifuncposition();
2940}
2941
2943 G__cpp_setup_func0();
2944 G__cpp_setup_func1();
2945 G__cpp_setup_func2();
2946 G__cpp_setup_func3();
2947 G__cpp_setup_func4();
2948 G__cpp_setup_func5();
2949 G__cpp_setup_func6();
2950 G__cpp_setup_func7();
2951 G__cpp_setup_func8();
2952 G__cpp_setup_func9();
2953 G__cpp_setup_func10();
2954 G__cpp_setup_func11();
2955 G__cpp_setup_func12();
2956 G__cpp_setup_func13();
2957 G__cpp_setup_func14();
2958 G__cpp_setup_func15();
2959 G__cpp_setup_func16();
2960 G__cpp_setup_func17();
2961 G__cpp_setup_func18();
2962 G__cpp_setup_func19();
2963 G__cpp_setup_func20();
2964 G__cpp_setup_func21();
2965 G__cpp_setup_func22();
2966 G__cpp_setup_func23();
2967 G__cpp_setup_func24();
2968 G__cpp_setup_func25();
2969}
2970
2971/*********************************************************
2972* Class,struct,union,enum tag information setup
2973*********************************************************/
2974/* Setup class/struct taginfo */
2975G__linked_taginfo G__BesVisClient_rootcintLN_TClass = { "TClass" , 99 , -1 };
2976G__linked_taginfo G__BesVisClient_rootcintLN_TBuffer = { "TBuffer" , 99 , -1 };
2977G__linked_taginfo G__BesVisClient_rootcintLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
2978G__linked_taginfo G__BesVisClient_rootcintLN_TObject = { "TObject" , 99 , -1 };
2979G__linked_taginfo G__BesVisClient_rootcintLN_TString = { "TString" , 99 , -1 };
2980G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector<unsigned int,allocator<unsigned int> >" , 99 , -1 };
2981G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEfloatcOallocatorlEfloatgRsPgR = { "vector<float,allocator<float> >" , 99 , -1 };
2982G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEdoublecOallocatorlEdoublegRsPgR = { "vector<double,allocator<double> >" , 99 , -1 };
2983G__linked_taginfo G__BesVisClient_rootcintLN_string = { "string" , 99 , -1 };
2984G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
2985G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
2986G__linked_taginfo G__BesVisClient_rootcintLN_TList = { "TList" , 99 , -1 };
2987G__linked_taginfo G__BesVisClient_rootcintLN_TTimer = { "TTimer" , 99 , -1 };
2988G__linked_taginfo G__BesVisClient_rootcintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
2989G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
2990G__linked_taginfo G__BesVisClient_rootcintLN_TGObject = { "TGObject" , 99 , -1 };
2991G__linked_taginfo G__BesVisClient_rootcintLN_TQObject = { "TQObject" , 99 , -1 };
2992G__linked_taginfo G__BesVisClient_rootcintLN_TGWindow = { "TGWindow" , 99 , -1 };
2993G__linked_taginfo G__BesVisClient_rootcintLN_pairlEunsignedsPintcOintgR = { "pair<unsigned int,int>" , 115 , -1 };
2994G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR = { "vector<pair<unsigned int,int>,allocator<pair<unsigned int,int> > >" , 99 , -1 };
2995G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<unsigned int,int>,allocator<pair<unsigned int,int> > >::iterator>" , 99 , -1 };
2996G__linked_taginfo G__BesVisClient_rootcintLN_TGFrame = { "TGFrame" , 99 , -1 };
2997G__linked_taginfo G__BesVisClient_rootcintLN_TGCompositeFrame = { "TGCompositeFrame" , 99 , -1 };
2998G__linked_taginfo G__BesVisClient_rootcintLN_TGLayoutHints = { "TGLayoutHints" , 99 , -1 };
2999G__linked_taginfo G__BesVisClient_rootcintLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
3000G__linked_taginfo G__BesVisClient_rootcintLN_TGTextButton = { "TGTextButton" , 99 , -1 };
3001G__linked_taginfo G__BesVisClient_rootcintLN_TGVerticalFrame = { "TGVerticalFrame" , 99 , -1 };
3002G__linked_taginfo G__BesVisClient_rootcintLN_TGHorizontalFrame = { "TGHorizontalFrame" , 99 , -1 };
3003G__linked_taginfo G__BesVisClient_rootcintLN_TGMainFrame = { "TGMainFrame" , 99 , -1 };
3004G__linked_taginfo G__BesVisClient_rootcintLN_TGTransientFrame = { "TGTransientFrame" , 99 , -1 };
3005G__linked_taginfo G__BesVisClient_rootcintLN_TGGroupFrame = { "TGGroupFrame" , 99 , -1 };
3006G__linked_taginfo G__BesVisClient_rootcintLN_TGLabel = { "TGLabel" , 99 , -1 };
3007G__linked_taginfo G__BesVisClient_rootcintLN_TGTab = { "TGTab" , 99 , -1 };
3008G__linked_taginfo G__BesVisClient_rootcintLN_TGListBox = { "TGListBox" , 99 , -1 };
3009G__linked_taginfo G__BesVisClient_rootcintLN_TGIcon = { "TGIcon" , 99 , -1 };
3010G__linked_taginfo G__BesVisClient_rootcintLN_BesAboutHelp = { "BesAboutHelp" , 99 , -1 };
3011G__linked_taginfo G__BesVisClient_rootcintLN_BesMdcPalette = { "BesMdcPalette" , 99 , -1 };
3012G__linked_taginfo G__BesVisClient_rootcintLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector<TString,allocator<TString> >" , 99 , -1 };
3013G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TString,allocator<TString> >::iterator>" , 99 , -1 };
3014G__linked_taginfo G__BesVisClient_rootcintLN_TGeometry = { "TGeometry" , 99 , -1 };
3015G__linked_taginfo G__BesVisClient_rootcintLN_TGPopupMenu = { "TGPopupMenu" , 99 , -1 };
3016G__linked_taginfo G__BesVisClient_rootcintLN_TGCheckButton = { "TGCheckButton" , 99 , -1 };
3017G__linked_taginfo G__BesVisClient_rootcintLN_TGNumberEntryField = { "TGNumberEntryField" , 99 , -1 };
3018G__linked_taginfo G__BesVisClient_rootcintLN_TGNumberEntry = { "TGNumberEntry" , 99 , -1 };
3019G__linked_taginfo G__BesVisClient_rootcintLN_TGCanvas = { "TGCanvas" , 99 , -1 };
3020G__linked_taginfo G__BesVisClient_rootcintLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
3021G__linked_taginfo G__BesVisClient_rootcintLN_BesGeoSelector = { "BesGeoSelector" , 99 , -1 };
3022G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEGeomFileInfocOallocatorlEGeomFileInfogRsPgR = { "vector<GeomFileInfo,allocator<GeomFileInfo> >" , 99 , -1 };
3023G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEGeomFileInfocOallocatorlEGeomFileInfogRsPgRcLcLiteratorgR = { "reverse_iterator<vector<GeomFileInfo,allocator<GeomFileInfo> >::iterator>" , 99 , -1 };
3024G__linked_taginfo G__BesVisClient_rootcintLN_BesGMenuBar = { "BesGMenuBar" , 99 , -1 };
3025G__linked_taginfo G__BesVisClient_rootcintLN_BesGPictureButton = { "BesGPictureButton" , 99 , -1 };
3026G__linked_taginfo G__BesVisClient_rootcintLN_TCanvas = { "TCanvas" , 99 , -1 };
3027G__linked_taginfo G__BesVisClient_rootcintLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR = { "map<int,TGeoElementRN*,less<int>,allocator<pair<const int,TGeoElementRN*> > >" , 99 , -1 };
3028G__linked_taginfo G__BesVisClient_rootcintLN_vectorlETGeoVolumeAssemblycLcLThreadData_tmUcOallocatorlETGeoVolumeAssemblycLcLThreadData_tmUgRsPgR = { "vector<TGeoVolumeAssembly::ThreadData_t*,allocator<TGeoVolumeAssembly::ThreadData_t*> >" , 99 , -1 };
3029G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlETGeoVolumeAssemblycLcLThreadData_tmUcOallocatorlETGeoVolumeAssemblycLcLThreadData_tmUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TGeoVolumeAssembly::ThreadData_t*,allocator<TGeoVolumeAssembly::ThreadData_t*> >::iterator>" , 99 , -1 };
3030G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEContentGroupcLcLContentItemcOallocatorlEContentGroupcLcLContentItemgRsPgR = { "vector<ContentGroup::ContentItem,allocator<ContentGroup::ContentItem> >" , 99 , -1 };
3031G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEContentGroupcLcLContentItemcOallocatorlEContentGroupcLcLContentItemgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ContentGroup::ContentItem,allocator<ContentGroup::ContentItem> >::iterator>" , 99 , -1 };
3032G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEContentChoicemUcOallocatorlEContentChoicemUgRsPgR = { "vector<ContentChoice*,allocator<ContentChoice*> >" , 99 , -1 };
3033G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEContentChoicemUcOallocatorlEContentChoicemUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ContentChoice*,allocator<ContentChoice*> >::iterator>" , 99 , -1 };
3034G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLconstantcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLconstantgRsPgRsPgR = { "map<string,define::constant,less<string>,allocator<pair<const string,define::constant> > >" , 99 , -1 };
3035G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLquantitycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLquantitygRsPgRsPgR = { "map<string,define::quantity,less<string>,allocator<pair<const string,define::quantity> > >" , 99 , -1 };
3036G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLexpressioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLexpressiongRsPgRsPgR = { "map<string,define::expression,less<string>,allocator<pair<const string,define::expression> > >" , 99 , -1 };
3037G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLpositioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLpositiongRsPgRsPgR = { "map<string,define::position,less<string>,allocator<pair<const string,define::position> > >" , 99 , -1 };
3038G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLrotationcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLrotationgRsPgRsPgR = { "map<string,define::rotation,less<string>,allocator<pair<const string,define::rotation> > >" , 99 , -1 };
3039G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR = { "map<string,TGeoTranslation*,less<string>,allocator<pair<const string,TGeoTranslation*> > >" , 99 , -1 };
3040G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoRotationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoRotationmUgRsPgRsPgR = { "map<string,TGeoRotation*,less<string>,allocator<pair<const string,TGeoRotation*> > >" , 99 , -1 };
3041G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoShapemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoShapemUgRsPgRsPgR = { "map<string,TGeoShape*,less<string>,allocator<pair<const string,TGeoShape*> > >" , 99 , -1 };
3042G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR = { "map<string,TGeoVolume*,less<string>,allocator<pair<const string,TGeoVolume*> > >" , 99 , -1 };
3043G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumeAssemblymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumeAssemblymUgRsPgRsPgR = { "map<string,TGeoVolumeAssembly*,less<string>,allocator<pair<const string,TGeoVolumeAssembly*> > >" , 99 , -1 };
3044G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoNodemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoNodemUgRsPgRsPgR = { "map<string,TGeoNode*,less<string>,allocator<pair<const string,TGeoNode*> > >" , 99 , -1 };
3045G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTBaselEfloatgR = { "TMatrixTBase<float>" , 99 , -1 };
3046G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTBaselEdoublegR = { "TMatrixTBase<double>" , 99 , -1 };
3047G__linked_taginfo G__BesVisClient_rootcintLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
3048G__linked_taginfo G__BesVisClient_rootcintLN_TElementActionTlEfloatgR = { "TElementActionT<float>" , 99 , -1 };
3049G__linked_taginfo G__BesVisClient_rootcintLN_TElementPosActionTlEfloatgR = { "TElementPosActionT<float>" , 99 , -1 };
3050G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTlEfloatgR = { "TMatrixT<float>" , 99 , -1 };
3051G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTRow_constlEfloatgR = { "TMatrixTRow_const<float>" , 99 , -1 };
3052G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTRowlEfloatgR = { "TMatrixTRow<float>" , 99 , -1 };
3053G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTDiag_constlEfloatgR = { "TMatrixTDiag_const<float>" , 99 , -1 };
3054G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTColumn_constlEfloatgR = { "TMatrixTColumn_const<float>" , 99 , -1 };
3055G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTFlat_constlEfloatgR = { "TMatrixTFlat_const<float>" , 99 , -1 };
3056G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSub_constlEfloatgR = { "TMatrixTSub_const<float>" , 99 , -1 };
3057G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseRow_constlEfloatgR = { "TMatrixTSparseRow_const<float>" , 99 , -1 };
3058G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseDiag_constlEfloatgR = { "TMatrixTSparseDiag_const<float>" , 99 , -1 };
3059G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTColumnlEfloatgR = { "TMatrixTColumn<float>" , 99 , -1 };
3060G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTDiaglEfloatgR = { "TMatrixTDiag<float>" , 99 , -1 };
3061G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTFlatlEfloatgR = { "TMatrixTFlat<float>" , 99 , -1 };
3062G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSublEfloatgR = { "TMatrixTSub<float>" , 99 , -1 };
3063G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseRowlEfloatgR = { "TMatrixTSparseRow<float>" , 99 , -1 };
3064G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseDiaglEfloatgR = { "TMatrixTSparseDiag<float>" , 99 , -1 };
3065G__linked_taginfo G__BesVisClient_rootcintLN_BesVisDisplay = { "BesVisDisplay" , 99 , -1 };
3066G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEintcOallocatorlEintgRsPgR = { "vector<int,allocator<int> >" , 99 , -1 };
3067G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<int,allocator<int> >::iterator>" , 99 , -1 };
3068G__linked_taginfo G__BesVisClient_rootcintLN_TDigiEvent = { "TDigiEvent" , 99 , -1 };
3069G__linked_taginfo G__BesVisClient_rootcintLN_TRecMdcTrack = { "TRecMdcTrack" , 99 , -1 };
3070G__linked_taginfo G__BesVisClient_rootcintLN_TRecMdcHit = { "TRecMdcHit" , 99 , -1 };
3071G__linked_taginfo G__BesVisClient_rootcintLN_TRecTofTrack = { "TRecTofTrack" , 99 , -1 };
3072G__linked_taginfo G__BesVisClient_rootcintLN_TRecEmcShower = { "TRecEmcShower" , 99 , -1 };
3073G__linked_taginfo G__BesVisClient_rootcintLN_maplEintcOdoublecOlesslEintgRcOallocatorlEpairlEconstsPintcOdoublegRsPgRsPgR = { "map<int,double,less<int>,allocator<pair<const int,double> > >" , 99 , -1 };
3074G__linked_taginfo G__BesVisClient_rootcintLN_TRecMucTrack = { "TRecMucTrack" , 99 , -1 };
3075G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEvectorlEdoublecOallocatorlEdoublegRsPgRcOallocatorlEvectorlEdoublecOallocatorlEdoublegRsPgRsPgRsPgR = { "vector<vector<double,allocator<double> >,allocator<vector<double,allocator<double> > > >" , 99 , -1 };
3076G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEvectorlEdoublecOallocatorlEdoublegRsPgRcOallocatorlEvectorlEdoublecOallocatorlEdoublegRsPgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<vector<double,allocator<double> >,allocator<vector<double,allocator<double> > > >::iterator>" , 99 , -1 };
3077G__linked_taginfo G__BesVisClient_rootcintLN_TRecEvTime = { "TRecEvTime" , 99 , -1 };
3078G__linked_taginfo G__BesVisClient_rootcintLN_pairlEintcOfloatgR = { "pair<int,float>" , 115 , -1 };
3079G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgR = { "vector<pair<int,float>,allocator<pair<int,float> > >" , 99 , -1 };
3080G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<int,float>,allocator<pair<int,float> > >::iterator>" , 99 , -1 };
3081G__linked_taginfo G__BesVisClient_rootcintLN_TRecTrackEvent = { "TRecTrackEvent" , 99 , -1 };
3082G__linked_taginfo G__BesVisClient_rootcintLN_TEvtHeader = { "TEvtHeader" , 99 , -1 };
3083G__linked_taginfo G__BesVisClient_rootcintLN_BesEvent = { "BesEvent" , 99 , -1 };
3084G__linked_taginfo G__BesVisClient_rootcintLN_TDstEvent = { "TDstEvent" , 99 , -1 };
3085G__linked_taginfo G__BesVisClient_rootcintLN_runStatus = { "runStatus" , 101 , -1 };
3086G__linked_taginfo G__BesVisClient_rootcintLN_TRootEmbeddedCanvas = { "TRootEmbeddedCanvas" , 99 , -1 };
3087G__linked_taginfo G__BesVisClient_rootcintLN_TFile = { "TFile" , 99 , -1 };
3088G__linked_taginfo G__BesVisClient_rootcintLN_TTree = { "TTree" , 99 , -1 };
3089G__linked_taginfo G__BesVisClient_rootcintLN_TGStatusBar = { "TGStatusBar" , 99 , -1 };
3090G__linked_taginfo G__BesVisClient_rootcintLN_TGListTree = { "TGListTree" , 99 , -1 };
3091G__linked_taginfo G__BesVisClient_rootcintLN_TGListTreeItem = { "TGListTreeItem" , 99 , -1 };
3092G__linked_taginfo G__BesVisClient_rootcintLN_TGHSlider = { "TGHSlider" , 99 , -1 };
3093G__linked_taginfo G__BesVisClient_rootcintLN_TGVSlider = { "TGVSlider" , 99 , -1 };
3094G__linked_taginfo G__BesVisClient_rootcintLN_BesClient = { "BesClient" , 99 , -1 };
3095
3096/* Reset class/struct taginfo */
3218}
3219
3220
3222
3223 /* Setting up class,struct,union tag entry */
3224 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TClass);
3225 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TBuffer);
3226 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMemberInspector);
3227 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TObject);
3228 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TString);
3232 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_string);
3235 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TList);
3236 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TTimer);
3239 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGObject);
3240 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TQObject);
3241 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGWindow);
3245 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGFrame);
3246 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGCompositeFrame);
3247 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGLayoutHints);
3249 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGTextButton);
3250 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGVerticalFrame);
3251 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGHorizontalFrame);
3252 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGMainFrame);
3253 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGTransientFrame);
3254 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGGroupFrame);
3255 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGLabel);
3256 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGTab);
3257 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGListBox);
3258 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGIcon);
3259 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesAboutHelp),sizeof(BesAboutHelp),-1,324608,"Info box about the Bes Vis client",G__setup_memvarBesAboutHelp,G__setup_memfuncBesAboutHelp);
3260 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesMdcPalette),sizeof(BesMdcPalette),-1,323584,"Info box about the Bes Vis client",G__setup_memvarBesMdcPalette,G__setup_memfuncBesMdcPalette);
3263 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGeometry);
3264 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGPopupMenu);
3265 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGCheckButton);
3266 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGNumberEntryField);
3267 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGNumberEntry);
3268 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGCanvas);
3269 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TVectorTlEdoublegR);
3270 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesGeoSelector),sizeof(BesGeoSelector),-1,262400,(char*)NULL,G__setup_memvarBesGeoSelector,G__setup_memfuncBesGeoSelector);
3273 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesGMenuBar);
3274 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesGPictureButton);
3275 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TCanvas);
3294 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTBaselEfloatgR);
3295 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTBaselEdoublegR);
3296 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TVectorTlEfloatgR);
3297 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TElementActionTlEfloatgR);
3299 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTlEfloatgR);
3301 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTRowlEfloatgR);
3308 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTColumnlEfloatgR);
3309 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTDiaglEfloatgR);
3310 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTFlatlEfloatgR);
3311 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTSublEfloatgR);
3314 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesVisDisplay);
3317 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TDigiEvent);
3318 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecMdcTrack);
3319 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecMdcHit);
3320 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecTofTrack);
3321 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecEmcShower);
3323 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecMucTrack);
3326 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecEvTime);
3327 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_pairlEintcOfloatgR);
3330 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecTrackEvent);
3331 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TEvtHeader);
3332 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesEvent);
3333 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TDstEvent);
3334 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_runStatus);
3335 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRootEmbeddedCanvas);
3336 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TFile);
3337 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TTree);
3338 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGStatusBar);
3339 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGListTree);
3340 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGListTreeItem);
3341 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGHSlider);
3342 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGVSlider);
3343 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesClient),sizeof(BesClient),-1,324608,"Bes client",G__setup_memvarBesClient,G__setup_memfuncBesClient);
3344}
3346 G__check_setup_version(30051515,"G__cpp_setupBesVisClient_rootcint()");
3349
3351
3353
3355
3359
3360 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncBesVisClient_rootcint();
3361 return;
3362}
3364 public:
3365 G__cpp_setup_initBesVisClient_rootcint() { G__add_setup_func("BesVisClient_rootcint",(G__incsetup)(&G__cpp_setupBesVisClient_rootcint)); G__call_setup_funcs(); }
3366 ~G__cpp_setup_initBesVisClient_rootcint() { G__remove_setup_func("BesVisClient_rootcint"); }
3367};
3369
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseDiag_constlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEintcOallocatorlEintgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGMainFrame
G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLpositioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLpositiongRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTColumnlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_TTimer
G__linked_taginfo G__BesVisClient_rootcintLN_TMemberInspector
G__linked_taginfo G__BesVisClient_rootcintLN_pairlEunsignedsPintcOintgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGGroupFrame
G__linked_taginfo G__BesVisClient_rootcintLN_TTree
G__linked_taginfo G__BesVisClient_rootcintLN_TRecMdcTrack
G__linked_taginfo G__BesVisClient_rootcintLN_BesVisDisplay
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEfloatcOallocatorlEfloatgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSub_constlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEvectorlEdoublecOallocatorlEdoublegRsPgRcOallocatorlEvectorlEdoublecOallocatorlEdoublegRsPgRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TClass
G__linked_taginfo G__BesVisClient_rootcintLN_TGHSlider
G__linked_taginfo G__BesVisClient_rootcintLN_TRecMdcHit
G__linked_taginfo G__BesVisClient_rootcintLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGListTreeItem
G__linked_taginfo G__BesVisClient_rootcintLN_TGNumberEntryField
G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoRotationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoRotationmUgRsPgRsPgR
void G__cpp_setup_funcBesVisClient_rootcint()
G__linked_taginfo G__BesVisClient_rootcintLN_TRootEmbeddedCanvas
G__linked_taginfo G__BesVisClient_rootcintLN_TVectorTlEfloatgR
G__cpp_setup_initBesVisClient_rootcint G__cpp_setup_initializerBesVisClient_rootcint
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTFlat_constlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_TRecMucTrack
G__linked_taginfo G__BesVisClient_rootcintLN_BesEvent
G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoShapemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoShapemUgRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGObject
G__linked_taginfo G__BesVisClient_rootcintLN_TElementPosActionTlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_maplEintcOdoublecOlesslEintgRcOallocatorlEpairlEconstsPintcOdoublegRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGHorizontalFrame
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgR
BesMdcPalette G__TBesMdcPalette
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSublEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTRowlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGCanvas
void G__cpp_setup_memvarBesVisClient_rootcint()
G__linked_taginfo G__BesVisClient_rootcintLN_TList
G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgRcLcLiteratorgR
BesGeoSelector G__TBesGeoSelector
G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlETGeoVolumeAssemblycLcLThreadData_tmUcOallocatorlETGeoVolumeAssemblycLcLThreadData_tmUgRsPgRcLcLiteratorgR
G__linked_taginfo G__BesVisClient_rootcintLN_TString
G__linked_taginfo G__BesVisClient_rootcintLN_TGTab
G__linked_taginfo G__BesVisClient_rootcintLN_TDigiEvent
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTBaselEdoublegR
G__linked_taginfo G__BesVisClient_rootcintLN_BesGMenuBar
G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGListBox
G__linked_taginfo G__BesVisClient_rootcintLN_TGVerticalFrame
G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoNodemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoNodemUgRsPgRsPgR
void G__cpp_setup_memfuncBesVisClient_rootcint()
G__linked_taginfo G__BesVisClient_rootcintLN_TQObject
G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEContentChoicemUcOallocatorlEContentChoicemUgRsPgRcLcLiteratorgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGVSlider
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseRow_constlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTDiaglEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR
G__linked_taginfo G__BesVisClient_rootcintLN_BesClient
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEGeomFileInfocOallocatorlEGeomFileInfogRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLrotationcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLrotationgRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTRow_constlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_TRecEmcShower
BesAboutHelp G__TBesAboutHelp
G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEGeomFileInfocOallocatorlEGeomFileInfogRsPgRcLcLiteratorgR
G__linked_taginfo G__BesVisClient_rootcintLN_string
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEdoublecOallocatorlEdoublegRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumeAssemblymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumeAssemblymUgRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TVectorTlEdoublegR
G__linked_taginfo G__BesVisClient_rootcintLN_TBuffer
G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR
G__linked_taginfo G__BesVisClient_rootcintLN_TEvtHeader
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEContentGroupcLcLContentItemcOallocatorlEContentGroupcLcLContentItemgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLexpressioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLexpressiongRsPgRsPgR
void G__cpp_reset_tagtableBesVisClient_rootcint()
G__linked_taginfo G__BesVisClient_rootcintLN_BesAboutHelp
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTColumn_constlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_pairlEintcOfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TRecTofTrack
G__linked_taginfo G__BesVisClient_rootcintLN_TCanvas
G__linked_taginfo G__BesVisClient_rootcintLN_TGNumberEntry
void G__cpp_setupBesVisClient_rootcint(void)
void G__set_cpp_environmentBesVisClient_rootcint()
G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEContentGroupcLcLContentItemcOallocatorlEContentGroupcLcLContentItemgRsPgRcLcLiteratorgR
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlETStringcOallocatorlETStringgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTDiag_constlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseRowlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_TFile
G__linked_taginfo G__BesVisClient_rootcintLN_runStatus
G__linked_taginfo G__BesVisClient_rootcintLN_TGListTree
G__linked_taginfo G__BesVisClient_rootcintLN_TGCompositeFrame
G__linked_taginfo G__BesVisClient_rootcintLN_TGTextButton
G__linked_taginfo G__BesVisClient_rootcintLN_TGIcon
void G__cpp_setup_tagtableBesVisClient_rootcint()
G__linked_taginfo G__BesVisClient_rootcintLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGeometry
G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLquantitycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLquantitygRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TDstEvent
G__linked_taginfo G__BesVisClient_rootcintLN_BesMdcPalette
G__linked_taginfo G__BesVisClient_rootcintLN_TElementActionTlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTFlatlEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlETGeoVolumeAssemblycLcLThreadData_tmUcOallocatorlETGeoVolumeAssemblycLcLThreadData_tmUgRsPgR
size_t G__get_sizep2memfuncBesVisClient_rootcint()
G__linked_taginfo G__BesVisClient_rootcintLN_TGWindow
G__linked_taginfo G__BesVisClient_rootcintLN_BesGeoSelector
G__linked_taginfo G__BesVisClient_rootcintLN_TObject
G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEvectorlEdoublecOallocatorlEdoublegRsPgRcOallocatorlEvectorlEdoublecOallocatorlEdoublegRsPgRsPgRsPgRcLcLiteratorgR
G__linked_taginfo G__BesVisClient_rootcintLN_BesGPictureButton
G__linked_taginfo G__BesVisClient_rootcintLN_TGFrame
G__linked_taginfo G__BesVisClient_rootcintLN_TRecEvTime
BesClient G__TBesClient
G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGLayoutHints
G__linked_taginfo G__BesVisClient_rootcintLN_TGPopupMenu
G__linked_taginfo G__BesVisClient_rootcintLN_TRecTrackEvent
void G__cpp_setup_typetableBesVisClient_rootcint()
void G__cpp_setup_inheritanceBesVisClient_rootcint()
int G__cpp_dllrevBesVisClient_rootcint()
G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGStatusBar
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTBaselEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGTransientFrame
G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseDiaglEfloatgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGCheckButton
G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEContentChoicemUcOallocatorlEContentChoicemUgRsPgR
void G__cpp_setup_globalBesVisClient_rootcint()
G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLconstantcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLconstantgRsPgRsPgR
G__linked_taginfo G__BesVisClient_rootcintLN_TGLabel
const Int_t n
#define NULL
::BesGeoSelector BesGeoSelector
void BesMdcPalette_ShowMembers(void *obj, TMemberInspector &R__insp)
void vectorlEGeomFileInfogR_ShowMembers(void *obj, TMemberInspector &R__insp)
void BesClient_ShowMembers(void *obj, TMemberInspector &R__insp)
void BesAboutHelp_ShowMembers(void *obj, TMemberInspector &R__insp)
void BesGeoSelector_ShowMembers(void *obj, TMemberInspector &R__insp)
TGenericClassInfo * GenerateInitInstance(const ::TJobInfo *)
R__UseDummy(_R__UNIQUE_(Init))