CGEM BOSS 6.6.5.g
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 Wed Nov 24 09:36:23 2021
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", 303,
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(), "*fMcEvent", &fMcEvent);
403 R__insp.Inspect(R__cl, R__insp.GetParent(), "*cgemCluster", &cgemCluster);
404 R__insp.Inspect(R__cl, R__insp.GetParent(), "NCluster", &NCluster);
405 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarLayout", &fMenuBarLayout);
406 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarFirstItemLayout", &fMenuBarFirstItemLayout);
407 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarItemLayout", &fMenuBarItemLayout);
408 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarLastItemLayout", &fMenuBarLastItemLayout);
409 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fECLayout", &fECLayout);
410 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBar", &fMenuBar);
411 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuFile", &fMenuFile);
412 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuEdit", &fMenuEdit);
413 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuView", &fMenuView);
414 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuHelp", &fMenuHelp);
415 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionHeader", &fMenuViewOptionHeader);
416 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionCgem", &fMenuViewOptionCgem);
417 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionMdc", &fMenuViewOptionMdc);
418 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionTof", &fMenuViewOptionTof);
419 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionEmc", &fMenuViewOptionEmc);
420 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionMuc", &fMenuViewOptionMuc);
421 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionFull3D", &fMenuViewOptionFull3D);
422 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionOthers", &fMenuViewOptionOthers);
423 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionCgemHits", &fMenuViewOptionCgemHits);
424 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionMdcHits", &fMenuViewOptionMdcHits);
425 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionTofHits", &fMenuViewOptionTofHits);
426 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionEmcHits", &fMenuViewOptionEmcHits);
427 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionMucHits", &fMenuViewOptionMucHits);
428 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionTracks", &fMenuViewOptionTracks);
429 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuViewOptionMC", &fMenuViewOptionMC);
430 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpButtonBarFirstItemLayout", &fUpButtonBarFirstItemLayout);
431 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpButtonBarItemLayout", &fUpButtonBarItemLayout);
432 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpButtonBarLastItemLayout", &fUpButtonBarLastItemLayout);
433 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpButtonBarFrame", &fUpButtonBarFrame);
434 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpButtonSplitter[4]", &fUpButtonSplitter);
435 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLoadGeoFileButton", &fLoadGeoFileButton);
436 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOpenEventFileButton", &fOpenEventFileButton);
437 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSaveGeoAsButton", &fSaveGeoAsButton);
438 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSavePicAsButton", &fSavePicAsButton);
439 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSavePicAsPSButton", &fSavePicAsPSButton);
440 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRefreshButton", &fRefreshButton);
441 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResetCurrentButton", &fResetCurrentButton);
442 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResetAllButton", &fResetAllButton);
443 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCursorButton[2]", &fCursorButton);
444 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZoomInButton", &fZoomInButton);
445 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZoomOutButton", &fZoomOutButton);
446 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZoomRatioNumber", &fZoomRatioNumber);
447 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZoomRatioPercentButton", &fZoomRatioPercentButton);
448 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSwitchDisplayModeButton", &fSwitchDisplayModeButton);
449 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSetHomeButton", &fSetHomeButton);
450 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGoHomeButton", &fGoHomeButton);
451 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSaveMyConfigButton", &fSaveMyConfigButton);
452 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLoadMyConfigButton", &fLoadMyConfigButton);
453 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPaletteButton", &fPaletteButton);
454 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHelpButton", &fHelpButton);
455 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplayModeBarItemLayout", &fDisplayModeBarItemLayout);
456 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplayModeBarFrame", &fDisplayModeBarFrame);
457 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplayModeButton[7]", &fDisplayModeButton);
458 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarFirstItemLayout", &fToolBarFirstItemLayout);
459 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarItemLayout", &fToolBarItemLayout);
460 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarLastItemLayout", &fToolBarLastItemLayout);
461 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarFrame", &fToolBarFrame);
462 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolButtonSplitter[4]", &fToolButtonSplitter);
463 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSwitchPadButton", &fSwitchPadButton);
464 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fShowInfoButton", &fShowInfoButton);
465 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fShowAxisButton", &fShowAxisButton);
466 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFishEyeViewButton", &fFishEyeViewButton);
467 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParallelViewButton", &fParallelViewButton);
468 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPerspectiveViewButton", &fPerspectiveViewButton);
469 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fX3DButton", &fX3DButton);
470 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOpenGLButton", &fOpenGLButton);
471 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListView", &fEventListView);
472 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEmbeddedCanvas", &fEmbeddedCanvas);
473 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCanvas", &fCanvas);
474 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplay", &fDisplay);
475 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV1", &fV1);
476 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTabs", &fTabs);
477 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListTree", &fEventListTree);
478 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fItem", &fItem);
479 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRunItem", &fRunItem);
480 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventDownFrame", &fEventDownFrame);
481 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventControlFrame", &fEventControlFrame);
482 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventControlTextFrame", &fEventControlTextFrame);
483 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventNavFrame", &fEventNavFrame);
484 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlayTextFrame", &fEventPlayTextFrame);
485 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlayButtonFrame", &fEventPlayButtonFrame);
486 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlaySpeedFrame", &fEventPlaySpeedFrame);
487 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListFrame", &fEventListFrame);
488 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListTextFrame", &fEventListTextFrame);
489 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListContentFrame", &fEventListContentFrame);
490 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoFrame", &fAutoFrame);
491 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoTextFrame", &fAutoTextFrame);
492 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewFrame", &fViewFrame);
493 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewTextFrame", &fViewTextFrame);
494 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewContentFrame", &fViewContentFrame);
495 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewContent1Frame", &fViewContent1Frame);
496 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewContent2Frame", &fViewContent2Frame);
497 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewContent3Frame", &fViewContent3Frame);
498 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleFrame", &fViewAngleFrame);
499 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaFrame", &fViewAngleThetaFrame);
500 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiFrame", &fViewAnglePhiFrame);
501 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiFrame", &fViewAnglePsiFrame);
502 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryRunNo", &fNumEntryRunNo);
503 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryEventNo", &fNumEntryEventNo);
504 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryEventPlaySpeed", &fNumEntryEventPlaySpeed);
505 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventControlTextLabel", &fEventControlTextLabel);
506 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBesLabelRun", &fBesLabelRun);
507 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBesLabelEvent", &fBesLabelEvent);
508 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlayTextLabel", &fEventPlayTextLabel);
509 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlaySpeedLabel", &fEventPlaySpeedLabel);
510 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventListTextLabel", &fEventListTextLabel);
511 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewTextLabel", &fViewTextLabel);
512 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoTextLabel", &fAutoTextLabel);
513 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventPlaySlider", &fEventPlaySlider);
514 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPrevEventButton", &fPrevEventButton);
515 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNextEventButton", &fNextEventButton);
516 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPlayEventButton", &fPlayEventButton);
517 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirstEventButton", &fFirstEventButton);
518 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewResetAngleButton", &fViewResetAngleButton);
519 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewCounterClockWiseButton", &fViewCounterClockWiseButton);
520 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewClockWiseButton", &fViewClockWiseButton);
521 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMoveUpButton", &fViewMoveUpButton);
522 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMoveLeftButton", &fViewMoveLeftButton);
523 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMoveRightButton", &fViewMoveRightButton);
524 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMoveDownButton", &fViewMoveDownButton);
525 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMoveCenterButton", &fViewMoveCenterButton);
526 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaPlusButton", &fViewAngleThetaPlusButton);
527 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaMinusButton", &fViewAngleThetaMinusButton);
528 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaSlider", &fViewAngleThetaSlider);
529 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaNumber", &fViewAngleThetaNumber);
530 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAngleThetaLabel", &fViewAngleThetaLabel);
531 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiPlusButton", &fViewAnglePhiPlusButton);
532 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiMinusButton", &fViewAnglePhiMinusButton);
533 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiSlider", &fViewAnglePhiSlider);
534 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiNumber", &fViewAnglePhiNumber);
535 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePhiLabel", &fViewAnglePhiLabel);
536 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiPlusButton", &fViewAnglePsiPlusButton);
537 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiMinusButton", &fViewAnglePsiMinusButton);
538 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiSlider", &fViewAnglePsiSlider);
539 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiNumber", &fViewAnglePsiNumber);
540 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewAnglePsiLabel", &fViewAnglePsiLabel);
541 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateStepFrame", &fRotateStepFrame);
542 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateStepLabel", &fRotateStepLabel);
543 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryRotateStep", &fNumEntryRotateStep);
544 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateStepUnitLabel", &fRotateStepUnitLabel);
545 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameAutoRotate", &fFrameAutoRotate);
546 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnAutoRotate", &fChkBtnAutoRotate);
547 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateSpeedFrame", &fRotateSpeedFrame);
548 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryRotateSpeed", &fNumEntryRotateSpeed);
549 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateSpeedLabel", &fRotateSpeedLabel);
550 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateFPSFrame", &fRotateFPSFrame);
551 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryRotateFPS", &fNumEntryRotateFPS);
552 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRotateFPSLabel", &fRotateFPSLabel);
553 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatusBar", &fStatusBar);
554 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameHeader", &fFrameHeader);
555 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameHits", &fFrameHits);
556 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameTracks", &fFrameTracks);
557 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameSubDetector", &fFrameSubDetector);
558 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameOthers", &fFrameOthers);
559 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameMdcMatch", &fFrameMdcMatch);
560 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameTofMatch", &fFrameTofMatch);
561 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameMagnetic", &fFrameMagnetic);
562 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTitleFrame", &fTitleFrame);
563 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMainFrame", &fMainFrame);
564 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBesRunFrame", &fBesRunFrame);
565 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBesEventFrame", &fBesEventFrame);
566 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnHeaderGlobal", &fChkBtnHeaderGlobal);
567 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnCgemHitsGlobal", &fChkBtnCgemHitsGlobal);
568 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnCgemHitsXStrip", &fChkBtnCgemHitsXStrip);
569 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnCgemHitsVStrip", &fChkBtnCgemHitsVStrip);
570 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnCgemHitsClusters", &fChkBtnCgemHitsClusters);
571 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnCgemHitsFiredHL", &fChkBtnCgemHitsFiredHL);
572 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcHitsGlobal", &fChkBtnMdcHitsGlobal);
573 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofHitsGlobal", &fChkBtnTofHitsGlobal);
574 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofHitsEast", &fChkBtnTofHitsEast);
575 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofHitsBarrel", &fChkBtnTofHitsBarrel);
576 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofHitsWest", &fChkBtnTofHitsWest);
577 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcHitsGlobal", &fChkBtnEmcHitsGlobal);
578 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcHitsEast", &fChkBtnEmcHitsEast);
579 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcHitsBarrel", &fChkBtnEmcHitsBarrel);
580 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcHitsWest", &fChkBtnEmcHitsWest);
581 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcHitsSide", &fChkBtnEmcHitsSide);
582 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucHitsGlobal", &fChkBtnMucHitsGlobal);
583 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucHitsEast", &fChkBtnMucHitsEast);
584 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucHitsBarrel", &fChkBtnMucHitsBarrel);
585 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucHitsWest", &fChkBtnMucHitsWest);
586 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksGlobal", &fChkBtnTracksGlobal);
587 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksMdc", &fChkBtnTracksMdc);
588 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksIdeal", &fChkBtnTracksIdeal);
589 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksTof", &fChkBtnTracksTof);
590 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksEmc", &fChkBtnTracksEmc);
591 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksMuc", &fChkBtnTracksMuc);
592 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTracksExt", &fChkBtnTracksExt);
593 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMCTruthTrack", &fChkBtnMCTruthTrack);
594 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnCgemGlobal", &fChkBtnCgemGlobal);
595 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnCgemLayers", &fChkBtnCgemLayers);
596 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnCgemXStrips", &fChkBtnCgemXStrips);
597 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnCgemVStrips", &fChkBtnCgemVStrips);
598 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcGlobal", &fChkBtnMdcGlobal);
599 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcTubes", &fChkBtnMdcTubes);
600 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcWires", &fChkBtnMdcWires);
601 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofGlobal", &fChkBtnTofGlobal);
602 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofEast", &fChkBtnTofEast);
603 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofBarrel", &fChkBtnTofBarrel);
604 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofWest", &fChkBtnTofWest);
605 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcGlobal", &fChkBtnEmcGlobal);
606 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcEast", &fChkBtnEmcEast);
607 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcBarrel", &fChkBtnEmcBarrel);
608 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcWest", &fChkBtnEmcWest);
609 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnEmcSide", &fChkBtnEmcSide);
610 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucGlobal", &fChkBtnMucGlobal);
611 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucEast", &fChkBtnMucEast);
612 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucBarrel", &fChkBtnMucBarrel);
613 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucWest", &fChkBtnMucWest);
614 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMucStrips", &fChkBtnMucStrips);
615 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnBeamPipe", &fChkBtnBeamPipe);
616 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnZRPlaneOnXY", &fChkBtnZRPlaneOnXY);
617 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnAxis", &fChkBtnAxis);
618 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcTOverflowGlobal", &fChkBtnMdcTOverflowGlobal);
619 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcQOverflowGlobal", &fChkBtnMdcQOverflowGlobal);
620 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcTMatchGlobal", &fChkBtnMdcTMatchGlobal);
621 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcQMatchGlobal", &fChkBtnMdcQMatchGlobal);
622 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcColorfulWireGlobal", &fChkBtnMdcColorfulWireGlobal);
623 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnMdcTimeSubEvTimeGlobal", &fChkBtnMdcTimeSubEvTimeGlobal);
624 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofTMatchGlobal", &fChkBtnTofTMatchGlobal);
625 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBtnTofQMatchGlobal", &fChkBtnTofQMatchGlobal);
626 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumEntryMagnetic", &fNumEntryMagnetic);
627 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBesVisPath", &fBesVisPath);
628 R__insp.InspectMember(fBesVisPath, "fBesVisPath.");
629 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBesRunNo", &fBesRunNo);
630 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBesEventNo", &fBesEventNo);
631 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrentEvent", &fCurrentEvent);
632 R__insp.Inspect(R__cl, R__insp.GetParent(), "fEventPlaySpeed", &fEventPlaySpeed);
633 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoDisplayEvent", &fAutoDisplayEvent);
634 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoDisplayEventTimer", &fAutoDisplayEventTimer);
635 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMoveFactor", &fMoveFactor);
636 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRotateStep", &fRotateStep);
637 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRotateFPS", &fRotateFPS);
638 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRotateSpeed", &fRotateSpeed);
639 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoRotate", &fAutoRotate);
640 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoRotateTimer", &fAutoRotateTimer);
641 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoRotateClockWise", &fAutoRotateClockWise);
642 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoRotateTheta", &fAutoRotateTheta);
643 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoRotatePhi", &fAutoRotatePhi);
644 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoRotatePsi", &fAutoRotatePsi);
645 R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewer3DMode", &fViewer3DMode);
646 R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewThetaPreStep", &fViewThetaPreStep);
647 R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewPhiPreStep", &fViewPhiPreStep);
648 R__insp.Inspect(R__cl, R__insp.GetParent(), "fHomeX[3]", fHomeX);
649 R__insp.Inspect(R__cl, R__insp.GetParent(), "fHomeY[3]", fHomeY);
650 R__insp.Inspect(R__cl, R__insp.GetParent(), "fWindowWidth", &fWindowWidth);
651 R__insp.Inspect(R__cl, R__insp.GetParent(), "fWindowHeight", &fWindowHeight);
652 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWidgets", &fWidgets);
653 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLayout", &fLayout);
654 R__insp.Inspect(R__cl, R__insp.GetParent(), "f_evtFile", &f_evtFile);
655 R__insp.InspectMember(f_evtFile, "f_evtFile.");
656 R__insp.Inspect(R__cl, R__insp.GetParent(), "f_geoFile", &f_geoFile);
657 R__insp.InspectMember(f_geoFile, "f_geoFile.");
658 R__insp.Inspect(R__cl, R__insp.GetParent(), "f_bossMode", &f_bossMode);
659 R__insp.Inspect(R__cl, R__insp.GetParent(), "f_pid", &f_pid);
660 R__insp.Inspect(R__cl, R__insp.GetParent(), "f_HelpText", (void*)&f_HelpText);
661 R__insp.InspectMember("string", (void*)&f_HelpText, "f_HelpText.", false);
662 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelector", (void*)&fSelector);
663 R__insp.InspectMember("BesGeoSelector", (void*)&fSelector, "fSelector.", false);
664 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurGeom", &fCurGeom);
665 R__insp.InspectMember(fCurGeom, "fCurGeom.");
666 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoGeom", &fAutoGeom);
667 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleText", &fTitleText);
668 R__insp.InspectMember(fTitleText, "fTitleText.");
669 TGMainFrame::ShowMembers(R__insp);
670}
671
672namespace ROOT {
673 // Wrapper around operator delete
674 static void delete_BesClient(void *p) {
675 delete ((::BesClient*)p);
676 }
677 static void deleteArray_BesClient(void *p) {
678 delete [] ((::BesClient*)p);
679 }
680 static void destruct_BesClient(void *p) {
681 typedef ::BesClient current_t;
682 ((current_t*)p)->~current_t();
683 }
684} // end of namespace ROOT for class ::BesClient
685
686//______________________________________________________________________________
687namespace ROOT {
688 void BesGeoSelector_ShowMembers(void *obj, TMemberInspector &R__insp)
689 {
690 // Inspect the data members of an object of class BesGeoSelector.
691 typedef ::ROOT::Shadow::BesGeoSelector ShadowClass;
692 ShadowClass *sobj = (ShadowClass*)obj;
693 if (sobj) { } // Dummy usage just in case there is no datamember.
694
695 TClass *R__cl = ::ROOT::GenerateInitInstanceLocal((const ::BesGeoSelector*)0x0)->GetClass();
696 if (R__cl || R__insp.IsA()) { }
697 R__insp.Inspect(R__cl, R__insp.GetParent(), "fgeom", (void*)&sobj->fgeom);
698 R__insp.InspectMember("vector<GeomFileInfo>", (void*)&sobj->fgeom, "fgeom.", false);
699 }
700
701}
702
703namespace ROOT {
704 // Wrappers around operator new
705 static void *new_BesGeoSelector(void *p) {
706 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::BesGeoSelector : new ::BesGeoSelector;
707 }
708 static void *newArray_BesGeoSelector(Long_t nElements, void *p) {
709 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::BesGeoSelector[nElements] : new ::BesGeoSelector[nElements];
710 }
711 // Wrapper around operator delete
712 static void delete_BesGeoSelector(void *p) {
713 delete ((::BesGeoSelector*)p);
714 }
715 static void deleteArray_BesGeoSelector(void *p) {
716 delete [] ((::BesGeoSelector*)p);
717 }
718 static void destruct_BesGeoSelector(void *p) {
719 typedef ::BesGeoSelector current_t;
720 ((current_t*)p)->~current_t();
721 }
722} // end of namespace ROOT for class ::BesGeoSelector
723
724namespace ROOT {
725 void vectorlEGeomFileInfogR_ShowMembers(void *obj, TMemberInspector &R__insp);
726 static void vectorlEGeomFileInfogR_Dictionary();
727 static void *new_vectorlEGeomFileInfogR(void *p = 0);
728 static void *newArray_vectorlEGeomFileInfogR(Long_t size, void *p);
729 static void delete_vectorlEGeomFileInfogR(void *p);
730 static void deleteArray_vectorlEGeomFileInfogR(void *p);
731 static void destruct_vectorlEGeomFileInfogR(void *p);
732
733 // Function generating the singleton type initializer
734 static TGenericClassInfo *GenerateInitInstanceLocal(const vector<GeomFileInfo>*)
735 {
736 vector<GeomFileInfo> *ptr = 0;
737 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<GeomFileInfo>),0);
738 static ::ROOT::TGenericClassInfo
739 instance("vector<GeomFileInfo>", -2, "prec_stl/vector", 49,
740 typeid(vector<GeomFileInfo>), DefineBehavior(ptr, ptr),
741 0, &vectorlEGeomFileInfogR_Dictionary, isa_proxy, 0,
742 sizeof(vector<GeomFileInfo>) );
743 instance.SetNew(&new_vectorlEGeomFileInfogR);
744 instance.SetNewArray(&newArray_vectorlEGeomFileInfogR);
745 instance.SetDelete(&delete_vectorlEGeomFileInfogR);
746 instance.SetDeleteArray(&deleteArray_vectorlEGeomFileInfogR);
747 instance.SetDestructor(&destruct_vectorlEGeomFileInfogR);
748 instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<GeomFileInfo> >()));
749 return &instance;
750 }
751 // Static variable to force the class initialization
752 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<GeomFileInfo>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
753
754 // Dictionary for non-ClassDef classes
755 static void vectorlEGeomFileInfogR_Dictionary() {
756 ::ROOT::GenerateInitInstanceLocal((const vector<GeomFileInfo>*)0x0)->GetClass();
757 }
758
759} // end of namespace ROOT
760
761namespace ROOT {
762 // Wrappers around operator new
763 static void *new_vectorlEGeomFileInfogR(void *p) {
764 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<GeomFileInfo> : new vector<GeomFileInfo>;
765 }
766 static void *newArray_vectorlEGeomFileInfogR(Long_t nElements, void *p) {
767 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<GeomFileInfo>[nElements] : new vector<GeomFileInfo>[nElements];
768 }
769 // Wrapper around operator delete
770 static void delete_vectorlEGeomFileInfogR(void *p) {
771 delete ((vector<GeomFileInfo>*)p);
772 }
773 static void deleteArray_vectorlEGeomFileInfogR(void *p) {
774 delete [] ((vector<GeomFileInfo>*)p);
775 }
776 static void destruct_vectorlEGeomFileInfogR(void *p) {
777 typedef vector<GeomFileInfo> current_t;
778 ((current_t*)p)->~current_t();
779 }
780} // end of namespace ROOT for class vector<GeomFileInfo>
781
782/********************************************************
783* ../BesVisClient/BesVisClient_rootcint.cxx
784* CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
785* FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
786* CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
787********************************************************/
788
789#ifdef G__MEMTEST
790#undef malloc
791#undef free
792#endif
793
794#if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
795#pragma GCC diagnostic ignored "-Wstrict-aliasing"
796#endif
797
799
801 G__add_compiledheader("TObject.h");
802 G__add_compiledheader("TMemberInspector.h");
803 G__add_compiledheader("../BesVisClient/BesAboutHelp.h");
804 G__add_compiledheader("../BesVisClient/BesMdcPalette.h");
805 G__add_compiledheader("../BesVisClient/BesClient.h");
806 G__add_compiledheader("../BesVisClient/BesGeoSelector.h");
808}
809#include <new>
810extern "C" int G__cpp_dllrevBesVisClient_rootcint() { return(30051515); }
811
812/*********************************************************
813* Member function Interface Method
814*********************************************************/
815
816/* BesAboutHelp */
817static int G__BesVisClient_rootcint_305_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
818{
819 BesAboutHelp* p = NULL;
820 char* gvp = (char*) G__getgvp();
821 //m: 2
822 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
823 p = new BesAboutHelp((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
824 } else {
825 p = new((void*) gvp) BesAboutHelp((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
826 }
827 result7->obj.i = (long) p;
828 result7->ref = (long) p;
829 G__set_tagnum(result7,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp));
830 return(1 || funcname || hash || result7 || libp) ;
831}
832
833static int G__BesVisClient_rootcint_305_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
834{
835 G__letint(result7, 107, (long) ((BesAboutHelp*) G__getstructoffset())->GetPic((const char*) G__int(libp->para[0])));
836 return(1 || funcname || hash || result7 || libp) ;
837}
838
839static int G__BesVisClient_rootcint_305_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
840{
841 G__letint(result7, 85, (long) BesAboutHelp::Class());
842 return(1 || funcname || hash || result7 || libp) ;
843}
844
845static int G__BesVisClient_rootcint_305_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
846{
847 G__letint(result7, 67, (long) BesAboutHelp::Class_Name());
848 return(1 || funcname || hash || result7 || libp) ;
849}
850
851static int G__BesVisClient_rootcint_305_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
852{
853 G__letint(result7, 115, (long) BesAboutHelp::Class_Version());
854 return(1 || funcname || hash || result7 || libp) ;
855}
856
857static int G__BesVisClient_rootcint_305_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
858{
859 BesAboutHelp::Dictionary();
860 G__setnull(result7);
861 return(1 || funcname || hash || result7 || libp) ;
862}
863
864static int G__BesVisClient_rootcint_305_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
865{
866 ((BesAboutHelp*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
867 G__setnull(result7);
868 return(1 || funcname || hash || result7 || libp) ;
869}
870
871static int G__BesVisClient_rootcint_305_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
872{
873 G__letint(result7, 67, (long) BesAboutHelp::DeclFileName());
874 return(1 || funcname || hash || result7 || libp) ;
875}
876
877static int G__BesVisClient_rootcint_305_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
878{
879 G__letint(result7, 105, (long) BesAboutHelp::ImplFileLine());
880 return(1 || funcname || hash || result7 || libp) ;
881}
882
883static int G__BesVisClient_rootcint_305_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
884{
885 G__letint(result7, 67, (long) BesAboutHelp::ImplFileName());
886 return(1 || funcname || hash || result7 || libp) ;
887}
888
889static int G__BesVisClient_rootcint_305_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
890{
891 G__letint(result7, 105, (long) BesAboutHelp::DeclFileLine());
892 return(1 || funcname || hash || result7 || libp) ;
893}
894
895// automatic destructor
897static int G__BesVisClient_rootcint_305_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
898{
899 char* gvp = (char*) G__getgvp();
900 long soff = G__getstructoffset();
901 int n = G__getaryconstruct();
902 //
903 //has_a_delete: 1
904 //has_own_delete1arg: 0
905 //has_own_delete2arg: 0
906 //
907 if (!soff) {
908 return(1);
909 }
910 if (n) {
911 if (gvp == (char*)G__PVOID) {
912 delete[] (BesAboutHelp*) soff;
913 } else {
914 G__setgvp((long) G__PVOID);
915 for (int i = n - 1; i >= 0; --i) {
916 ((BesAboutHelp*) (soff+(sizeof(BesAboutHelp)*i)))->~G__TBesAboutHelp();
917 }
918 G__setgvp((long)gvp);
919 }
920 } else {
921 if (gvp == (char*)G__PVOID) {
922 delete (BesAboutHelp*) soff;
923 } else {
924 G__setgvp((long) G__PVOID);
925 ((BesAboutHelp*) (soff))->~G__TBesAboutHelp();
926 G__setgvp((long)gvp);
927 }
928 }
929 G__setnull(result7);
930 return(1 || funcname || hash || result7 || libp) ;
931}
932
933
934/* BesMdcPalette */
935static int G__BesVisClient_rootcint_306_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
936{
937 BesMdcPalette* p = NULL;
938 char* gvp = (char*) G__getgvp();
939 //m: 2
940 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
941 p = new BesMdcPalette((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
942 } else {
943 p = new((void*) gvp) BesMdcPalette((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
944 }
945 result7->obj.i = (long) p;
946 result7->ref = (long) p;
947 G__set_tagnum(result7,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette));
948 return(1 || funcname || hash || result7 || libp) ;
949}
950
951static int G__BesVisClient_rootcint_306_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
952{
953 G__letint(result7, 85, (long) BesMdcPalette::Class());
954 return(1 || funcname || hash || result7 || libp) ;
955}
956
957static int G__BesVisClient_rootcint_306_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
958{
959 G__letint(result7, 67, (long) BesMdcPalette::Class_Name());
960 return(1 || funcname || hash || result7 || libp) ;
961}
962
963static int G__BesVisClient_rootcint_306_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
964{
965 G__letint(result7, 115, (long) BesMdcPalette::Class_Version());
966 return(1 || funcname || hash || result7 || libp) ;
967}
968
969static int G__BesVisClient_rootcint_306_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
970{
971 BesMdcPalette::Dictionary();
972 G__setnull(result7);
973 return(1 || funcname || hash || result7 || libp) ;
974}
975
976static int G__BesVisClient_rootcint_306_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
977{
978 ((BesMdcPalette*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
979 G__setnull(result7);
980 return(1 || funcname || hash || result7 || libp) ;
981}
982
983static int G__BesVisClient_rootcint_306_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
984{
985 G__letint(result7, 67, (long) BesMdcPalette::DeclFileName());
986 return(1 || funcname || hash || result7 || libp) ;
987}
988
989static int G__BesVisClient_rootcint_306_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
990{
991 G__letint(result7, 105, (long) BesMdcPalette::ImplFileLine());
992 return(1 || funcname || hash || result7 || libp) ;
993}
994
995static int G__BesVisClient_rootcint_306_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
996{
997 G__letint(result7, 67, (long) BesMdcPalette::ImplFileName());
998 return(1 || funcname || hash || result7 || libp) ;
999}
1000
1001static int G__BesVisClient_rootcint_306_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1002{
1003 G__letint(result7, 105, (long) BesMdcPalette::DeclFileLine());
1004 return(1 || funcname || hash || result7 || libp) ;
1005}
1006
1007// automatic destructor
1009static int G__BesVisClient_rootcint_306_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1010{
1011 char* gvp = (char*) G__getgvp();
1012 long soff = G__getstructoffset();
1013 int n = G__getaryconstruct();
1014 //
1015 //has_a_delete: 1
1016 //has_own_delete1arg: 0
1017 //has_own_delete2arg: 0
1018 //
1019 if (!soff) {
1020 return(1);
1021 }
1022 if (n) {
1023 if (gvp == (char*)G__PVOID) {
1024 delete[] (BesMdcPalette*) soff;
1025 } else {
1026 G__setgvp((long) G__PVOID);
1027 for (int i = n - 1; i >= 0; --i) {
1028 ((BesMdcPalette*) (soff+(sizeof(BesMdcPalette)*i)))->~G__TBesMdcPalette();
1029 }
1030 G__setgvp((long)gvp);
1031 }
1032 } else {
1033 if (gvp == (char*)G__PVOID) {
1034 delete (BesMdcPalette*) soff;
1035 } else {
1036 G__setgvp((long) G__PVOID);
1037 ((BesMdcPalette*) (soff))->~G__TBesMdcPalette();
1038 G__setgvp((long)gvp);
1039 }
1040 }
1041 G__setnull(result7);
1042 return(1 || funcname || hash || result7 || libp) ;
1043}
1044
1045
1046/* BesGeoSelector */
1047static int G__BesVisClient_rootcint_414_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1048{
1049 BesGeoSelector* p = NULL;
1050 char* gvp = (char*) G__getgvp();
1051 int n = G__getaryconstruct();
1052 if (n) {
1053 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1054 p = new BesGeoSelector[n];
1055 } else {
1056 p = new((void*) gvp) BesGeoSelector[n];
1057 }
1058 } else {
1059 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1060 p = new BesGeoSelector;
1061 } else {
1062 p = new((void*) gvp) BesGeoSelector;
1063 }
1064 }
1065 result7->obj.i = (long) p;
1066 result7->ref = (long) p;
1067 G__set_tagnum(result7,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector));
1068 return(1 || funcname || hash || result7 || libp) ;
1069}
1070
1071static int G__BesVisClient_rootcint_414_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1072{
1073 ((BesGeoSelector*) G__getstructoffset())->addGeomFile((const char*) G__int(libp->para[0]), (int) G__int(libp->para[1]));
1074 G__setnull(result7);
1075 return(1 || funcname || hash || result7 || libp) ;
1076}
1077
1078static int G__BesVisClient_rootcint_414_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1079{
1080 ((BesGeoSelector*) G__getstructoffset())->clear();
1081 G__setnull(result7);
1082 return(1 || funcname || hash || result7 || libp) ;
1083}
1084
1085static int G__BesVisClient_rootcint_414_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1086{
1087 G__letint(result7, 67, (long) ((BesGeoSelector*) G__getstructoffset())->getGeomFileNameFromRunNo((int) G__int(libp->para[0])));
1088 return(1 || funcname || hash || result7 || libp) ;
1089}
1090
1091static int G__BesVisClient_rootcint_414_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1092{
1093 G__letint(result7, 103, (long) ((BesGeoSelector*) G__getstructoffset())->hasGeomFile((const char*) G__int(libp->para[0])));
1094 return(1 || funcname || hash || result7 || libp) ;
1095}
1096
1097// automatic copy constructor
1098static int G__BesVisClient_rootcint_414_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1099
1100{
1101 BesGeoSelector* p;
1102 void* tmp = (void*) G__int(libp->para[0]);
1103 p = new BesGeoSelector(*(BesGeoSelector*) tmp);
1104 result7->obj.i = (long) p;
1105 result7->ref = (long) p;
1106 G__set_tagnum(result7,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector));
1107 return(1 || funcname || hash || result7 || libp) ;
1108}
1109
1110// automatic destructor
1112static int G__BesVisClient_rootcint_414_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1113{
1114 char* gvp = (char*) G__getgvp();
1115 long soff = G__getstructoffset();
1116 int n = G__getaryconstruct();
1117 //
1118 //has_a_delete: 0
1119 //has_own_delete1arg: 0
1120 //has_own_delete2arg: 0
1121 //
1122 if (!soff) {
1123 return(1);
1124 }
1125 if (n) {
1126 if (gvp == (char*)G__PVOID) {
1127 delete[] (BesGeoSelector*) soff;
1128 } else {
1129 G__setgvp((long) G__PVOID);
1130 for (int i = n - 1; i >= 0; --i) {
1131 ((BesGeoSelector*) (soff+(sizeof(BesGeoSelector)*i)))->~G__TBesGeoSelector();
1132 }
1133 G__setgvp((long)gvp);
1134 }
1135 } else {
1136 if (gvp == (char*)G__PVOID) {
1137 delete (BesGeoSelector*) soff;
1138 } else {
1139 G__setgvp((long) G__PVOID);
1140 ((BesGeoSelector*) (soff))->~G__TBesGeoSelector();
1141 G__setgvp((long)gvp);
1142 }
1143 }
1144 G__setnull(result7);
1145 return(1 || funcname || hash || result7 || libp) ;
1146}
1147
1148// automatic assignment operator
1149static int G__BesVisClient_rootcint_414_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1150{
1151 BesGeoSelector* dest = (BesGeoSelector*) G__getstructoffset();
1152 *dest = *(BesGeoSelector*) libp->para[0].ref;
1153 const BesGeoSelector& obj = *dest;
1154 result7->ref = (long) (&obj);
1155 result7->obj.i = (long) (&obj);
1156 return(1 || funcname || hash || result7 || libp) ;
1157}
1158
1159
1160/* BesClient */
1161static int G__BesVisClient_rootcint_1100_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1162{
1163 BesClient* p = NULL;
1164 char* gvp = (char*) G__getgvp();
1165 switch (libp->paran) {
1166 case 7:
1167 //m: 7
1168 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1169 p = new BesClient(
1170(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1171, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
1172, (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
1173, (char**) G__int(libp->para[6]));
1174 } else {
1175 p = new((void*) gvp) BesClient(
1176(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1177, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
1178, (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
1179, (char**) G__int(libp->para[6]));
1180 }
1181 break;
1182 case 6:
1183 //m: 6
1184 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1185 p = new BesClient(
1186(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1187, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
1188, (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
1189 } else {
1190 p = new((void*) gvp) BesClient(
1191(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1192, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
1193, (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
1194 }
1195 break;
1196 case 5:
1197 //m: 5
1198 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1199 p = new 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, (Option_t*) G__int(libp->para[4]));
1203 } else {
1204 p = new((void*) gvp) BesClient(
1205(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1206, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
1207, (Option_t*) G__int(libp->para[4]));
1208 }
1209 break;
1210 case 4:
1211 //m: 4
1212 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
1213 p = new BesClient(
1214(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1215, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
1216 } else {
1217 p = new((void*) gvp) BesClient(
1218(TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
1219, (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
1220 }
1221 break;
1222 }
1223 result7->obj.i = (long) p;
1224 result7->ref = (long) p;
1225 G__set_tagnum(result7,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient));
1226 return(1 || funcname || hash || result7 || libp) ;
1227}
1228
1229static int G__BesVisClient_rootcint_1100_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1230{
1231 ((BesClient*) G__getstructoffset())->InitLocal();
1232 G__setnull(result7);
1233 return(1 || funcname || hash || result7 || libp) ;
1234}
1235
1236static int G__BesVisClient_rootcint_1100_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1237{
1238 ((BesClient*) G__getstructoffset())->InitParameter();
1239 G__setnull(result7);
1240 return(1 || funcname || hash || result7 || libp) ;
1241}
1242
1243static int G__BesVisClient_rootcint_1100_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1244{
1245 ((BesClient*) G__getstructoffset())->InitConnections();
1246 G__setnull(result7);
1247 return(1 || funcname || hash || result7 || libp) ;
1248}
1249
1250static int G__BesVisClient_rootcint_1100_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1251{
1252 ((BesClient*) G__getstructoffset())->InitGeoSelector((const char*) G__int(libp->para[0]));
1253 G__setnull(result7);
1254 return(1 || funcname || hash || result7 || libp) ;
1255}
1256
1257static int G__BesVisClient_rootcint_1100_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1258{
1259 ((BesClient*) G__getstructoffset())->CreateWidget((const char*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
1260, (UInt_t) G__int(libp->para[2]));
1261 G__setnull(result7);
1262 return(1 || funcname || hash || result7 || libp) ;
1263}
1264
1265static int G__BesVisClient_rootcint_1100_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1266{
1267 ((BesClient*) G__getstructoffset())->CreateHorizontalRuler();
1268 G__setnull(result7);
1269 return(1 || funcname || hash || result7 || libp) ;
1270}
1271
1272static int G__BesVisClient_rootcint_1100_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1273{
1274 ((BesClient*) G__getstructoffset())->CreateMenuBar();
1275 G__setnull(result7);
1276 return(1 || funcname || hash || result7 || libp) ;
1277}
1278
1279static int G__BesVisClient_rootcint_1100_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1280{
1281 ((BesClient*) G__getstructoffset())->CreateUpButtonBar();
1282 G__setnull(result7);
1283 return(1 || funcname || hash || result7 || libp) ;
1284}
1285
1286static int G__BesVisClient_rootcint_1100_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1287{
1288 ((BesClient*) G__getstructoffset())->CreateDisplayModeBar();
1289 G__setnull(result7);
1290 return(1 || funcname || hash || result7 || libp) ;
1291}
1292
1293static int G__BesVisClient_rootcint_1100_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1294{
1295 ((BesClient*) G__getstructoffset())->CreateToolBar();
1296 G__setnull(result7);
1297 return(1 || funcname || hash || result7 || libp) ;
1298}
1299
1300static int G__BesVisClient_rootcint_1100_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1301{
1302 ((BesClient*) G__getstructoffset())->CreateTitleBar();
1303 G__setnull(result7);
1304 return(1 || funcname || hash || result7 || libp) ;
1305}
1306
1307static int G__BesVisClient_rootcint_1100_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1308{
1309 ((BesClient*) G__getstructoffset())->CreateStatusBar();
1310 G__setnull(result7);
1311 return(1 || funcname || hash || result7 || libp) ;
1312}
1313
1314static int G__BesVisClient_rootcint_1100_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1315{
1316 ((BesClient*) G__getstructoffset())->CreateMainFrame();
1317 G__setnull(result7);
1318 return(1 || funcname || hash || result7 || libp) ;
1319}
1320
1321static int G__BesVisClient_rootcint_1100_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1322{
1323 ((BesClient*) G__getstructoffset())->CreateCanvas();
1324 G__setnull(result7);
1325 return(1 || funcname || hash || result7 || libp) ;
1326}
1327
1328static int G__BesVisClient_rootcint_1100_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1329{
1330 ((BesClient*) G__getstructoffset())->CreateTabs();
1331 G__setnull(result7);
1332 return(1 || funcname || hash || result7 || libp) ;
1333}
1334
1335static int G__BesVisClient_rootcint_1100_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1336{
1337 ((BesClient*) G__getstructoffset())->HandleMenu((Int_t) G__int(libp->para[0]));
1338 G__setnull(result7);
1339 return(1 || funcname || hash || result7 || libp) ;
1340}
1341
1342static int G__BesVisClient_rootcint_1100_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1343{
1344 ((BesClient*) G__getstructoffset())->HandleViewOptionMenu((Int_t) G__int(libp->para[0]));
1345 G__setnull(result7);
1346 return(1 || funcname || hash || result7 || libp) ;
1347}
1348
1349static int G__BesVisClient_rootcint_1100_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1350{
1351 ((BesClient*) G__getstructoffset())->HandleError((const char*) G__int(libp->para[0]));
1352 G__setnull(result7);
1353 return(1 || funcname || hash || result7 || libp) ;
1354}
1355
1356static int G__BesVisClient_rootcint_1100_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1357{
1358 ((BesClient*) G__getstructoffset())->HandleInfoBar((const char*) G__int(libp->para[0]));
1359 G__setnull(result7);
1360 return(1 || funcname || hash || result7 || libp) ;
1361}
1362
1363static int G__BesVisClient_rootcint_1100_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1364{
1365 ((BesClient*) G__getstructoffset())->HandleStatusBar((const char*) G__int(libp->para[0]));
1366 G__setnull(result7);
1367 return(1 || funcname || hash || result7 || libp) ;
1368}
1369
1370static int G__BesVisClient_rootcint_1100_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1371{
1372 switch (libp->paran) {
1373 case 1:
1374 ((BesClient*) G__getstructoffset())->HandleButtons((Int_t) G__int(libp->para[0]));
1375 G__setnull(result7);
1376 break;
1377 case 0:
1378 ((BesClient*) G__getstructoffset())->HandleButtons();
1379 G__setnull(result7);
1380 break;
1381 }
1382 return(1 || funcname || hash || result7 || libp) ;
1383}
1384
1385static int G__BesVisClient_rootcint_1100_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1386{
1387 ((BesClient*) G__getstructoffset())->HandleSliders((Int_t) G__int(libp->para[0]));
1388 G__setnull(result7);
1389 return(1 || funcname || hash || result7 || libp) ;
1390}
1391
1392static int G__BesVisClient_rootcint_1100_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1393{
1394 ((BesClient*) G__getstructoffset())->HandleEventList((TGListTreeItem*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
1395 G__setnull(result7);
1396 return(1 || funcname || hash || result7 || libp) ;
1397}
1398
1399static int G__BesVisClient_rootcint_1100_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1400{
1401 ((BesClient*) G__getstructoffset())->UpdateBesInputFields();
1402 G__setnull(result7);
1403 return(1 || funcname || hash || result7 || libp) ;
1404}
1405
1406static int G__BesVisClient_rootcint_1100_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1407{
1408 ((BesClient*) G__getstructoffset())->LoadGeoFile();
1409 G__setnull(result7);
1410 return(1 || funcname || hash || result7 || libp) ;
1411}
1412
1413static int G__BesVisClient_rootcint_1100_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1414{
1415 ((BesClient*) G__getstructoffset())->OpenGeoFile(*((TString*) G__int(libp->para[0])));
1416 G__setnull(result7);
1417 return(1 || funcname || hash || result7 || libp) ;
1418}
1419
1420static int G__BesVisClient_rootcint_1100_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1421{
1422 ((BesClient*) G__getstructoffset())->SaveGeoAs();
1423 G__setnull(result7);
1424 return(1 || funcname || hash || result7 || libp) ;
1425}
1426
1427static int G__BesVisClient_rootcint_1100_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1428{
1429 ((BesClient*) G__getstructoffset())->OpenEventFile();
1430 G__setnull(result7);
1431 return(1 || funcname || hash || result7 || libp) ;
1432}
1433
1434static int G__BesVisClient_rootcint_1100_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1435{
1436 switch (libp->paran) {
1437 case 2:
1438 ((BesClient*) G__getstructoffset())->OpenEventFile(*((TString*) G__int(libp->para[0])), (bool) G__int(libp->para[1]));
1439 G__setnull(result7);
1440 break;
1441 case 1:
1442 ((BesClient*) G__getstructoffset())->OpenEventFile(*((TString*) G__int(libp->para[0])));
1443 G__setnull(result7);
1444 break;
1445 }
1446 return(1 || funcname || hash || result7 || libp) ;
1447}
1448
1449static int G__BesVisClient_rootcint_1100_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1450{
1451 ((BesClient*) G__getstructoffset())->SavePicAs();
1452 G__setnull(result7);
1453 return(1 || funcname || hash || result7 || libp) ;
1454}
1455
1456static int G__BesVisClient_rootcint_1100_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1457{
1458 ((BesClient*) G__getstructoffset())->SavePicAsPS();
1459 G__setnull(result7);
1460 return(1 || funcname || hash || result7 || libp) ;
1461}
1462
1463static int G__BesVisClient_rootcint_1100_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1464{
1465 ((BesClient*) G__getstructoffset())->SetHome();
1466 G__setnull(result7);
1467 return(1 || funcname || hash || result7 || libp) ;
1468}
1469
1470static int G__BesVisClient_rootcint_1100_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1471{
1472 ((BesClient*) G__getstructoffset())->GoHome();
1473 G__setnull(result7);
1474 return(1 || funcname || hash || result7 || libp) ;
1475}
1476
1477static int G__BesVisClient_rootcint_1100_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1478{
1479 ((BesClient*) G__getstructoffset())->SaveMyConfig();
1480 G__setnull(result7);
1481 return(1 || funcname || hash || result7 || libp) ;
1482}
1483
1484static int G__BesVisClient_rootcint_1100_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1485{
1486 ((BesClient*) G__getstructoffset())->LoadMyConfig();
1487 G__setnull(result7);
1488 return(1 || funcname || hash || result7 || libp) ;
1489}
1490
1491static int G__BesVisClient_rootcint_1100_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1492{
1493 ((BesClient*) G__getstructoffset())->LoadMdcPalette();
1494 G__setnull(result7);
1495 return(1 || funcname || hash || result7 || libp) ;
1496}
1497
1498static int G__BesVisClient_rootcint_1100_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1499{
1500 ((BesClient*) G__getstructoffset())->Help();
1501 G__setnull(result7);
1502 return(1 || funcname || hash || result7 || libp) ;
1503}
1504
1505static int G__BesVisClient_rootcint_1100_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1506{
1507 ((BesClient*) G__getstructoffset())->SetAllDisplayModeButtonUnHL();
1508 G__setnull(result7);
1509 return(1 || funcname || hash || result7 || libp) ;
1510}
1511
1512static int G__BesVisClient_rootcint_1100_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1513{
1514 ((BesClient*) G__getstructoffset())->X3D();
1515 G__setnull(result7);
1516 return(1 || funcname || hash || result7 || libp) ;
1517}
1518
1519static int G__BesVisClient_rootcint_1100_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1520{
1521 ((BesClient*) G__getstructoffset())->OpenGL();
1522 G__setnull(result7);
1523 return(1 || funcname || hash || result7 || libp) ;
1524}
1525
1526static int G__BesVisClient_rootcint_1100_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1527{
1528 ((BesClient*) G__getstructoffset())->Show();
1529 G__setnull(result7);
1530 return(1 || funcname || hash || result7 || libp) ;
1531}
1532
1533static int G__BesVisClient_rootcint_1100_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1534{
1535 switch (libp->paran) {
1536 case 3:
1537 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->GetEvent((Long64_t) G__Longlong(libp->para[0]), (bool) G__int(libp->para[1])
1538, (bool) G__int(libp->para[2])));
1539 break;
1540 case 2:
1541 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->GetEvent((Long64_t) G__Longlong(libp->para[0]), (bool) G__int(libp->para[1])));
1542 break;
1543 case 1:
1544 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->GetEvent((Long64_t) G__Longlong(libp->para[0])));
1545 break;
1546 }
1547 return(1 || funcname || hash || result7 || libp) ;
1548}
1549
1550static int G__BesVisClient_rootcint_1100_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1551{
1552 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->GetRecEvent());
1553 return(1 || funcname || hash || result7 || libp) ;
1554}
1555
1556static int G__BesVisClient_rootcint_1100_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1557{
1558 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->NextEvent());
1559 return(1 || funcname || hash || result7 || libp) ;
1560}
1561
1562static int G__BesVisClient_rootcint_1100_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1563{
1564 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->PrevEvent());
1565 return(1 || funcname || hash || result7 || libp) ;
1566}
1567
1568static int G__BesVisClient_rootcint_1100_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1569{
1570 ((BesClient*) G__getstructoffset())->AutoDisplayEvent();
1571 G__setnull(result7);
1572 return(1 || funcname || hash || result7 || libp) ;
1573}
1574
1575static int G__BesVisClient_rootcint_1100_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1576{
1577 ((BesClient*) G__getstructoffset())->AutoDisplayEventCommand();
1578 G__setnull(result7);
1579 return(1 || funcname || hash || result7 || libp) ;
1580}
1581
1582static int G__BesVisClient_rootcint_1100_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1583{
1584 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->FirstEvent());
1585 return(1 || funcname || hash || result7 || libp) ;
1586}
1587
1588static int G__BesVisClient_rootcint_1100_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1589{
1590 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->LastEvent());
1591 return(1 || funcname || hash || result7 || libp) ;
1592}
1593
1594static int G__BesVisClient_rootcint_1100_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1595{
1596 ((BesClient*) G__getstructoffset())->RotateClockWise((int) G__int(libp->para[0]));
1597 G__setnull(result7);
1598 return(1 || funcname || hash || result7 || libp) ;
1599}
1600
1601static int G__BesVisClient_rootcint_1100_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1602{
1603 ((BesClient*) G__getstructoffset())->RotateTheta((int) G__int(libp->para[0]));
1604 G__setnull(result7);
1605 return(1 || funcname || hash || result7 || libp) ;
1606}
1607
1608static int G__BesVisClient_rootcint_1100_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1609{
1610 ((BesClient*) G__getstructoffset())->RotatePhi((int) G__int(libp->para[0]));
1611 G__setnull(result7);
1612 return(1 || funcname || hash || result7 || libp) ;
1613}
1614
1615static int G__BesVisClient_rootcint_1100_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1616{
1617 ((BesClient*) G__getstructoffset())->RotatePsi((int) G__int(libp->para[0]));
1618 G__setnull(result7);
1619 return(1 || funcname || hash || result7 || libp) ;
1620}
1621
1622static int G__BesVisClient_rootcint_1100_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1623{
1624 ((BesClient*) G__getstructoffset())->AutoRotate();
1625 G__setnull(result7);
1626 return(1 || funcname || hash || result7 || libp) ;
1627}
1628
1629static int G__BesVisClient_rootcint_1100_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1630{
1631 ((BesClient*) G__getstructoffset())->AutoRotateCommand();
1632 G__setnull(result7);
1633 return(1 || funcname || hash || result7 || libp) ;
1634}
1635
1636static int G__BesVisClient_rootcint_1100_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1637{
1638 ((BesClient*) G__getstructoffset())->ExecuteEvent((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
1639, (Int_t) G__int(libp->para[2]), (TObject*) G__int(libp->para[3]));
1640 G__setnull(result7);
1641 return(1 || funcname || hash || result7 || libp) ;
1642}
1643
1644static int G__BesVisClient_rootcint_1100_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1645{
1646 switch (libp->paran) {
1647 case 1:
1648 ((BesClient*) G__getstructoffset())->SetState((Int_t) G__int(libp->para[0]));
1649 G__setnull(result7);
1650 break;
1651 case 0:
1652 ((BesClient*) G__getstructoffset())->SetState();
1653 G__setnull(result7);
1654 break;
1655 }
1656 return(1 || funcname || hash || result7 || libp) ;
1657}
1658
1659static int G__BesVisClient_rootcint_1100_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1660{
1661 ((BesClient*) G__getstructoffset())->UpdateStatus();
1662 G__setnull(result7);
1663 return(1 || funcname || hash || result7 || libp) ;
1664}
1665
1666static int G__BesVisClient_rootcint_1100_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1667{
1668 ((BesClient*) G__getstructoffset())->UpdateAllView();
1669 G__setnull(result7);
1670 return(1 || funcname || hash || result7 || libp) ;
1671}
1672
1673static int G__BesVisClient_rootcint_1100_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1674{
1675 ((BesClient*) G__getstructoffset())->UpdateCurrentPad();
1676 G__setnull(result7);
1677 return(1 || funcname || hash || result7 || libp) ;
1678}
1679
1680static int G__BesVisClient_rootcint_1100_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1681{
1682 ((BesClient*) G__getstructoffset())->ChangeFocus();
1683 G__setnull(result7);
1684 return(1 || funcname || hash || result7 || libp) ;
1685}
1686
1687static int G__BesVisClient_rootcint_1100_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1688{
1689 ((BesClient*) G__getstructoffset())->ExecuteReturn();
1690 G__setnull(result7);
1691 return(1 || funcname || hash || result7 || libp) ;
1692}
1693
1694static int G__BesVisClient_rootcint_1100_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1695{
1696 G__letint(result7, 107, (long) ((BesClient*) G__getstructoffset())->GetPic((const char*) G__int(libp->para[0])));
1697 return(1 || funcname || hash || result7 || libp) ;
1698}
1699
1700static int G__BesVisClient_rootcint_1100_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1701{
1702 G__letint(result7, 103, (long) ((BesClient*) G__getstructoffset())->FileExists(*((TString*) G__int(libp->para[0]))));
1703 return(1 || funcname || hash || result7 || libp) ;
1704}
1705
1706static int G__BesVisClient_rootcint_1100_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1707{
1708 ((BesClient*) G__getstructoffset())->SetRange(*(Double_t*) G__Doubleref(&libp->para[0]), (Double_t) G__double(libp->para[1])
1709, (Double_t) G__double(libp->para[2]));
1710 G__setnull(result7);
1711 return(1 || funcname || hash || result7 || libp) ;
1712}
1713
1714static int G__BesVisClient_rootcint_1100_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1715{
1716 G__letint(result7, 67, (long) ((BesClient*) G__getstructoffset())->GetCurrentPadString());
1717 return(1 || funcname || hash || result7 || libp) ;
1718}
1719
1720static int G__BesVisClient_rootcint_1100_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1721{
1722 G__letLonglong(result7, 110, (G__int64) ((BesClient*) G__getstructoffset())->GetBesRunNo());
1723 return(1 || funcname || hash || result7 || libp) ;
1724}
1725
1726static int G__BesVisClient_rootcint_1100_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1727{
1728 G__letLonglong(result7, 110, (G__int64) ((BesClient*) G__getstructoffset())->GetBesEventNo());
1729 return(1 || funcname || hash || result7 || libp) ;
1730}
1731
1732static int G__BesVisClient_rootcint_1100_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1733{
1734 G__letint(result7, 105, (long) ((BesClient*) G__getstructoffset())->GetEventPlaySpeed());
1735 return(1 || funcname || hash || result7 || libp) ;
1736}
1737
1738static int G__BesVisClient_rootcint_1100_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1739{
1740 G__letint(result7, 105, (long) ((BesClient*) G__getstructoffset())->GetRotateFPS());
1741 return(1 || funcname || hash || result7 || libp) ;
1742}
1743
1744static int G__BesVisClient_rootcint_1100_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1745{
1746 G__letdouble(result7, 100, (double) ((BesClient*) G__getstructoffset())->GetRotateSpeed());
1747 return(1 || funcname || hash || result7 || libp) ;
1748}
1749
1750static int G__BesVisClient_rootcint_1100_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1751{
1752 G__letdouble(result7, 100, (double) ((BesClient*) G__getstructoffset())->GetRotateStep());
1753 return(1 || funcname || hash || result7 || libp) ;
1754}
1755
1756static int G__BesVisClient_rootcint_1100_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1757{
1758 ((BesClient*) G__getstructoffset())->SetRotateSpeed();
1759 G__setnull(result7);
1760 return(1 || funcname || hash || result7 || libp) ;
1761}
1762
1763static int G__BesVisClient_rootcint_1100_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1764{
1765 ((BesClient*) G__getstructoffset())->SetRotateStep();
1766 G__setnull(result7);
1767 return(1 || funcname || hash || result7 || libp) ;
1768}
1769
1770static int G__BesVisClient_rootcint_1100_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1771{
1772 G__letint(result7, 85, (long) BesClient::Class());
1773 return(1 || funcname || hash || result7 || libp) ;
1774}
1775
1776static int G__BesVisClient_rootcint_1100_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1777{
1778 G__letint(result7, 67, (long) BesClient::Class_Name());
1779 return(1 || funcname || hash || result7 || libp) ;
1780}
1781
1782static int G__BesVisClient_rootcint_1100_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1783{
1784 G__letint(result7, 115, (long) BesClient::Class_Version());
1785 return(1 || funcname || hash || result7 || libp) ;
1786}
1787
1788static int G__BesVisClient_rootcint_1100_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1789{
1790 BesClient::Dictionary();
1791 G__setnull(result7);
1792 return(1 || funcname || hash || result7 || libp) ;
1793}
1794
1795static int G__BesVisClient_rootcint_1100_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1796{
1797 ((BesClient*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
1798 G__setnull(result7);
1799 return(1 || funcname || hash || result7 || libp) ;
1800}
1801
1802static int G__BesVisClient_rootcint_1100_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1803{
1804 G__letint(result7, 67, (long) BesClient::DeclFileName());
1805 return(1 || funcname || hash || result7 || libp) ;
1806}
1807
1808static int G__BesVisClient_rootcint_1100_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1809{
1810 G__letint(result7, 105, (long) BesClient::ImplFileLine());
1811 return(1 || funcname || hash || result7 || libp) ;
1812}
1813
1814static int G__BesVisClient_rootcint_1100_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1815{
1816 G__letint(result7, 67, (long) BesClient::ImplFileName());
1817 return(1 || funcname || hash || result7 || libp) ;
1818}
1819
1820static int G__BesVisClient_rootcint_1100_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1821{
1822 G__letint(result7, 105, (long) BesClient::DeclFileLine());
1823 return(1 || funcname || hash || result7 || libp) ;
1824}
1825
1826// automatic destructor
1828static int G__BesVisClient_rootcint_1100_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1829{
1830 char* gvp = (char*) G__getgvp();
1831 long soff = G__getstructoffset();
1832 int n = G__getaryconstruct();
1833 //
1834 //has_a_delete: 1
1835 //has_own_delete1arg: 0
1836 //has_own_delete2arg: 0
1837 //
1838 if (!soff) {
1839 return(1);
1840 }
1841 if (n) {
1842 if (gvp == (char*)G__PVOID) {
1843 delete[] (BesClient*) soff;
1844 } else {
1845 G__setgvp((long) G__PVOID);
1846 for (int i = n - 1; i >= 0; --i) {
1847 ((BesClient*) (soff+(sizeof(BesClient)*i)))->~G__TBesClient();
1848 }
1849 G__setgvp((long)gvp);
1850 }
1851 } else {
1852 if (gvp == (char*)G__PVOID) {
1853 delete (BesClient*) soff;
1854 } else {
1855 G__setgvp((long) G__PVOID);
1856 ((BesClient*) (soff))->~G__TBesClient();
1857 G__setgvp((long)gvp);
1858 }
1859 }
1860 G__setnull(result7);
1861 return(1 || funcname || hash || result7 || libp) ;
1862}
1863
1864
1865/* Setting up global function */
1866
1867/*********************************************************
1868* Member function Stub
1869*********************************************************/
1870
1871/* BesAboutHelp */
1872
1873/* BesMdcPalette */
1874
1875/* BesGeoSelector */
1876
1877/* BesClient */
1878
1879/*********************************************************
1880* Global function Stub
1881*********************************************************/
1882
1883/*********************************************************
1884* Get size of pointer to member function
1885*********************************************************/
1887 public:
1889 size_t sizep2memfunc() { return(sizeof(p)); }
1890 private:
1892};
1893
1895{
1897 G__setsizep2memfunc((int)a.sizep2memfunc());
1898 return((size_t)a.sizep2memfunc());
1899}
1900
1901
1902/*********************************************************
1903* virtual base class offset calculation interface
1904*********************************************************/
1905
1906 /* Setting up class inheritance */
1907
1908/*********************************************************
1909* Inheritance information setup/
1910*********************************************************/
1912
1913 /* Setting up class inheritance */
1914 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp))) {
1915 BesAboutHelp *G__Lderived;
1916 G__Lderived=(BesAboutHelp*)0x1000;
1917 {
1918 TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived;
1919 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);
1920 }
1921 {
1922 TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
1923 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);
1924 }
1925 {
1926 TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
1927 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);
1928 }
1929 {
1930 TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
1931 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);
1932 }
1933 {
1934 TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
1935 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);
1936 }
1937 {
1938 TGObject *G__Lpbase=(TGObject*)G__Lderived;
1939 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);
1940 }
1941 {
1942 TObject *G__Lpbase=(TObject*)G__Lderived;
1943 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);
1944 }
1945 {
1946 TQObject *G__Lpbase=(TQObject*)G__Lderived;
1947 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);
1948 }
1949 }
1950 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette))) {
1951 BesMdcPalette *G__Lderived;
1952 G__Lderived=(BesMdcPalette*)0x1000;
1953 {
1954 TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived;
1955 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);
1956 }
1957 {
1958 TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
1959 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);
1960 }
1961 {
1962 TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
1963 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);
1964 }
1965 {
1966 TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
1967 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);
1968 }
1969 {
1970 TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
1971 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);
1972 }
1973 {
1974 TGObject *G__Lpbase=(TGObject*)G__Lderived;
1975 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);
1976 }
1977 {
1978 TObject *G__Lpbase=(TObject*)G__Lderived;
1979 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);
1980 }
1981 {
1982 TQObject *G__Lpbase=(TQObject*)G__Lderived;
1983 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);
1984 }
1985 }
1986 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient))) {
1987 BesClient *G__Lderived;
1988 G__Lderived=(BesClient*)0x1000;
1989 {
1990 TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
1991 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);
1992 }
1993 {
1994 TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
1995 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);
1996 }
1997 {
1998 TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
1999 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);
2000 }
2001 {
2002 TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
2003 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);
2004 }
2005 {
2006 TGObject *G__Lpbase=(TGObject*)G__Lderived;
2007 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);
2008 }
2009 {
2010 TObject *G__Lpbase=(TObject*)G__Lderived;
2011 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);
2012 }
2013 {
2014 TQObject *G__Lpbase=(TQObject*)G__Lderived;
2015 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);
2016 }
2017 }
2018}
2019
2020/*********************************************************
2021* typedef information setup/
2022*********************************************************/
2024
2025 /* Setting up typedef entry */
2026 G__search_typename2("Int_t",105,-1,0,-1);
2027 G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
2028 G__search_typename2("UInt_t",104,-1,0,-1);
2029 G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
2030 G__search_typename2("Double_t",100,-1,0,-1);
2031 G__setnewtype(-1,"Double 8 bytes",0);
2032 G__search_typename2("Bool_t",103,-1,0,-1);
2033 G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
2034 G__search_typename2("Version_t",115,-1,0,-1);
2035 G__setnewtype(-1,"Class version identifier (short)",0);
2036 G__search_typename2("Option_t",99,-1,256,-1);
2037 G__setnewtype(-1,"Option string (const char)",0);
2038 G__search_typename2("Long64_t",110,-1,0,-1);
2039 G__setnewtype(-1,"Portable signed long integer 8 bytes",0);
2040 G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),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<TVirtualArray*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
2047 G__setnewtype(-1,NULL,0);
2049 G__setnewtype(-1,NULL,0);
2051 G__setnewtype(-1,NULL,0);
2052 G__search_typename2("Pixmap_t",107,-1,0,-1);
2053 G__setnewtype(-1,"Pixmap handle",0);
2054 G__search_typename2("pair<UInt_t,Int_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_pairlEunsignedsPintcOintgR),0,-1);
2055 G__setnewtype(-1,NULL,0);
2056 G__search_typename2("vector<std::pair<UInt_t,Int_t> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1);
2057 G__setnewtype(-1,NULL,0);
2058 G__search_typename2("vector<pair<UInt_t,Int_t> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1);
2059 G__setnewtype(-1,NULL,0);
2061 G__setnewtype(-1,NULL,0);
2063 G__setnewtype(-1,NULL,0);
2064 G__search_typename2("vector<pair<unsigned int,int> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1);
2065 G__setnewtype(-1,NULL,0);
2066 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);
2067 G__setnewtype(-1,NULL,0);
2068 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);
2069 G__setnewtype(-1,NULL,0);
2070 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
2071 G__setnewtype(-1,NULL,0);
2072 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
2073 G__setnewtype(-1,NULL,0);
2074 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
2075 G__setnewtype(-1,NULL,0);
2076 G__search_typename2("vector<UInt_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
2077 G__setnewtype(-1,NULL,0);
2078 G__search_typename2("vector<TString>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlETStringcOallocatorlETStringgRsPgR),0,-1);
2079 G__setnewtype(-1,NULL,0);
2080 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));
2081 G__setnewtype(-1,NULL,0);
2083 G__setnewtype(-1,NULL,0);
2084 G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TVectorTlEdoublegR),0,-1);
2085 G__setnewtype(-1,NULL,0);
2086 G__search_typename2("vector<GeomFileInfo>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEGeomFileInfocOallocatorlEGeomFileInfogRsPgR),0,-1);
2087 G__setnewtype(-1,NULL,0);
2089 G__setnewtype(-1,NULL,0);
2091 G__setnewtype(-1,NULL,0);
2092 G__search_typename2("map<Int_t,TGeoElementRN*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR),0,-1);
2093 G__setnewtype(-1,NULL,0);
2094 G__search_typename2("map<int,TGeoElementRN*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR),0,-1);
2095 G__setnewtype(-1,NULL,0);
2096 G__search_typename2("map<int,TGeoElementRN*,less<int> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR),0,-1);
2097 G__setnewtype(-1,NULL,0);
2098 G__search_typename2("vector<ThreadData_t*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlETGeoVolumeAssemblycLcLThreadData_tmUcOallocatorlETGeoVolumeAssemblycLcLThreadData_tmUgRsPgR),0,-1);
2099 G__setnewtype(-1,NULL,0);
2101 G__setnewtype(-1,NULL,0);
2103 G__setnewtype(-1,NULL,0);
2104 G__search_typename2("vector<TGeoVolumeAssembly::ThreadData_t*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlETGeoVolumeAssemblycLcLThreadData_tmUcOallocatorlETGeoVolumeAssemblycLcLThreadData_tmUgRsPgR),0,-1);
2105 G__setnewtype(-1,NULL,0);
2106 G__search_typename2("vector<ContentItem>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEContentGroupcLcLContentItemcOallocatorlEContentGroupcLcLContentItemgRsPgR),0,-1);
2107 G__setnewtype(-1,NULL,0);
2109 G__setnewtype(-1,NULL,0);
2111 G__setnewtype(-1,NULL,0);
2112 G__search_typename2("vector<ContentGroup::ContentItem>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEContentGroupcLcLContentItemcOallocatorlEContentGroupcLcLContentItemgRsPgR),0,-1);
2113 G__setnewtype(-1,NULL,0);
2114 G__search_typename2("vector<ContentChoice*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEContentChoicemUcOallocatorlEContentChoicemUgRsPgR),0,-1);
2115 G__setnewtype(-1,NULL,0);
2117 G__setnewtype(-1,NULL,0);
2119 G__setnewtype(-1,NULL,0);
2120 G__search_typename2("map<std::string,define::constant>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLconstantcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLconstantgRsPgRsPgR),0,-1);
2121 G__setnewtype(-1,NULL,0);
2122 G__search_typename2("map<string,define::constant>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLconstantcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLconstantgRsPgRsPgR),0,-1);
2123 G__setnewtype(-1,NULL,0);
2124 G__search_typename2("map<string,define::constant>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLconstantcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLconstantgRsPgRsPgR),0,-1);
2125 G__setnewtype(-1,NULL,0);
2126 G__search_typename2("map<string,define::constant,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLconstantcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLconstantgRsPgRsPgR),0,-1);
2127 G__setnewtype(-1,NULL,0);
2128 G__search_typename2("map<std::string,define::quantity>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLquantitycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLquantitygRsPgRsPgR),0,-1);
2129 G__setnewtype(-1,NULL,0);
2130 G__search_typename2("map<string,define::quantity>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLquantitycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLquantitygRsPgRsPgR),0,-1);
2131 G__setnewtype(-1,NULL,0);
2132 G__search_typename2("map<string,define::quantity>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLquantitycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLquantitygRsPgRsPgR),0,-1);
2133 G__setnewtype(-1,NULL,0);
2134 G__search_typename2("map<string,define::quantity,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLquantitycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLquantitygRsPgRsPgR),0,-1);
2135 G__setnewtype(-1,NULL,0);
2136 G__search_typename2("map<std::string,define::expression>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLexpressioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLexpressiongRsPgRsPgR),0,-1);
2137 G__setnewtype(-1,NULL,0);
2139 G__setnewtype(-1,NULL,0);
2141 G__setnewtype(-1,NULL,0);
2142 G__search_typename2("map<string,define::expression,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLexpressioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLexpressiongRsPgRsPgR),0,-1);
2143 G__setnewtype(-1,NULL,0);
2144 G__search_typename2("map<std::string,define::position>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLpositioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLpositiongRsPgRsPgR),0,-1);
2145 G__setnewtype(-1,NULL,0);
2146 G__search_typename2("map<string,define::position>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLpositioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLpositiongRsPgRsPgR),0,-1);
2147 G__setnewtype(-1,NULL,0);
2148 G__search_typename2("map<string,define::position>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLpositioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLpositiongRsPgRsPgR),0,-1);
2149 G__setnewtype(-1,NULL,0);
2150 G__search_typename2("map<string,define::position,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLpositioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLpositiongRsPgRsPgR),0,-1);
2151 G__setnewtype(-1,NULL,0);
2152 G__search_typename2("map<std::string,define::rotation>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLrotationcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLrotationgRsPgRsPgR),0,-1);
2153 G__setnewtype(-1,NULL,0);
2154 G__search_typename2("map<string,define::rotation>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLrotationcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLrotationgRsPgRsPgR),0,-1);
2155 G__setnewtype(-1,NULL,0);
2156 G__search_typename2("map<string,define::rotation>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLrotationcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLrotationgRsPgRsPgR),0,-1);
2157 G__setnewtype(-1,NULL,0);
2158 G__search_typename2("map<string,define::rotation,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLrotationcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLrotationgRsPgRsPgR),0,-1);
2159 G__setnewtype(-1,NULL,0);
2160 G__search_typename2("map<std::string,TGeoTranslation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR),0,-1);
2161 G__setnewtype(-1,NULL,0);
2162 G__search_typename2("map<string,TGeoTranslation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR),0,-1);
2163 G__setnewtype(-1,NULL,0);
2164 G__search_typename2("map<string,TGeoTranslation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR),0,-1);
2165 G__setnewtype(-1,NULL,0);
2166 G__search_typename2("map<string,TGeoTranslation*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR),0,-1);
2167 G__setnewtype(-1,NULL,0);
2168 G__search_typename2("map<std::string,TGeoRotation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoRotationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoRotationmUgRsPgRsPgR),0,-1);
2169 G__setnewtype(-1,NULL,0);
2170 G__search_typename2("map<string,TGeoRotation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoRotationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoRotationmUgRsPgRsPgR),0,-1);
2171 G__setnewtype(-1,NULL,0);
2172 G__search_typename2("map<string,TGeoRotation*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoRotationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoRotationmUgRsPgRsPgR),0,-1);
2173 G__setnewtype(-1,NULL,0);
2174 G__search_typename2("map<string,TGeoRotation*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoRotationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoRotationmUgRsPgRsPgR),0,-1);
2175 G__setnewtype(-1,NULL,0);
2176 G__search_typename2("map<std::string,TGeoShape*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoShapemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoShapemUgRsPgRsPgR),0,-1);
2177 G__setnewtype(-1,NULL,0);
2178 G__search_typename2("map<string,TGeoShape*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoShapemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoShapemUgRsPgRsPgR),0,-1);
2179 G__setnewtype(-1,NULL,0);
2180 G__search_typename2("map<string,TGeoShape*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoShapemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoShapemUgRsPgRsPgR),0,-1);
2181 G__setnewtype(-1,NULL,0);
2182 G__search_typename2("map<string,TGeoShape*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoShapemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoShapemUgRsPgRsPgR),0,-1);
2183 G__setnewtype(-1,NULL,0);
2184 G__search_typename2("map<std::string,TGeoVolume*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR),0,-1);
2185 G__setnewtype(-1,NULL,0);
2186 G__search_typename2("map<string,TGeoVolume*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR),0,-1);
2187 G__setnewtype(-1,NULL,0);
2188 G__search_typename2("map<string,TGeoVolume*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR),0,-1);
2189 G__setnewtype(-1,NULL,0);
2190 G__search_typename2("map<string,TGeoVolume*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR),0,-1);
2191 G__setnewtype(-1,NULL,0);
2192 G__search_typename2("map<std::string,TGeoVolumeAssembly*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumeAssemblymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumeAssemblymUgRsPgRsPgR),0,-1);
2193 G__setnewtype(-1,NULL,0);
2194 G__search_typename2("map<string,TGeoVolumeAssembly*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumeAssemblymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumeAssemblymUgRsPgRsPgR),0,-1);
2195 G__setnewtype(-1,NULL,0);
2196 G__search_typename2("map<string,TGeoVolumeAssembly*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumeAssemblymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumeAssemblymUgRsPgRsPgR),0,-1);
2197 G__setnewtype(-1,NULL,0);
2198 G__search_typename2("map<string,TGeoVolumeAssembly*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumeAssemblymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumeAssemblymUgRsPgRsPgR),0,-1);
2199 G__setnewtype(-1,NULL,0);
2200 G__search_typename2("map<std::string,TGeoNode*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoNodemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoNodemUgRsPgRsPgR),0,-1);
2201 G__setnewtype(-1,NULL,0);
2202 G__search_typename2("map<string,TGeoNode*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoNodemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoNodemUgRsPgRsPgR),0,-1);
2203 G__setnewtype(-1,NULL,0);
2204 G__search_typename2("map<string,TGeoNode*>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoNodemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoNodemUgRsPgRsPgR),0,-1);
2205 G__setnewtype(-1,NULL,0);
2206 G__search_typename2("map<string,TGeoNode*,less<string> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEstringcOTGeoNodemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoNodemUgRsPgRsPgR),0,-1);
2207 G__setnewtype(-1,NULL,0);
2208 G__search_typename2("TMatrixTBase<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTBaselEfloatgR),0,-1);
2209 G__setnewtype(-1,NULL,0);
2210 G__search_typename2("TMatrixTBase<Double_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTBaselEdoublegR),0,-1);
2211 G__setnewtype(-1,NULL,0);
2212 G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TVectorTlEfloatgR),0,-1);
2213 G__setnewtype(-1,NULL,0);
2214 G__search_typename2("TMatrixT<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTlEfloatgR),0,-1);
2215 G__setnewtype(-1,NULL,0);
2216 G__search_typename2("TMatrixTRow_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTRow_constlEfloatgR),0,-1);
2217 G__setnewtype(-1,NULL,0);
2218 G__search_typename2("TMatrixTColumn_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTColumn_constlEfloatgR),0,-1);
2219 G__setnewtype(-1,NULL,0);
2220 G__search_typename2("TMatrixTDiag_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTDiag_constlEfloatgR),0,-1);
2221 G__setnewtype(-1,NULL,0);
2222 G__search_typename2("TMatrixTFlat_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTFlat_constlEfloatgR),0,-1);
2223 G__setnewtype(-1,NULL,0);
2224 G__search_typename2("TMatrixTSub_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSub_constlEfloatgR),0,-1);
2225 G__setnewtype(-1,NULL,0);
2226 G__search_typename2("TMatrixTSparseRow_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSparseRow_constlEfloatgR),0,-1);
2227 G__setnewtype(-1,NULL,0);
2228 G__search_typename2("TMatrixTSparseDiag_const<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSparseDiag_constlEfloatgR),0,-1);
2229 G__setnewtype(-1,NULL,0);
2230 G__search_typename2("TMatrixTRow<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTRowlEfloatgR),0,-1);
2231 G__setnewtype(-1,NULL,0);
2232 G__search_typename2("TMatrixTColumn<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTColumnlEfloatgR),0,-1);
2233 G__setnewtype(-1,NULL,0);
2234 G__search_typename2("TMatrixTDiag<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTDiaglEfloatgR),0,-1);
2235 G__setnewtype(-1,NULL,0);
2236 G__search_typename2("TMatrixTFlat<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTFlatlEfloatgR),0,-1);
2237 G__setnewtype(-1,NULL,0);
2238 G__search_typename2("TMatrixTSub<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSublEfloatgR),0,-1);
2239 G__setnewtype(-1,NULL,0);
2240 G__search_typename2("TMatrixTSparseRow<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSparseRowlEfloatgR),0,-1);
2241 G__setnewtype(-1,NULL,0);
2242 G__search_typename2("TMatrixTSparseDiag<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMatrixTSparseDiaglEfloatgR),0,-1);
2243 G__setnewtype(-1,NULL,0);
2244 G__search_typename2("TElementActionT<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TElementActionTlEfloatgR),0,-1);
2245 G__setnewtype(-1,NULL,0);
2246 G__search_typename2("TElementPosActionT<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TElementPosActionTlEfloatgR),0,-1);
2247 G__setnewtype(-1,NULL,0);
2248 G__search_typename2("vector<Int_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEintcOallocatorlEintgRsPgR),0,-1);
2249 G__setnewtype(-1,NULL,0);
2250 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));
2251 G__setnewtype(-1,NULL,0);
2252 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));
2253 G__setnewtype(-1,NULL,0);
2254 G__search_typename2("vector<int>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEintcOallocatorlEintgRsPgR),0,-1);
2255 G__setnewtype(-1,NULL,0);
2256 G__search_typename2("map<Int_t,Double_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOdoublecOlesslEintgRcOallocatorlEpairlEconstsPintcOdoublegRsPgRsPgR),0,-1);
2257 G__setnewtype(-1,NULL,0);
2258 G__search_typename2("map<int,double>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOdoublecOlesslEintgRcOallocatorlEpairlEconstsPintcOdoublegRsPgRsPgR),0,-1);
2259 G__setnewtype(-1,NULL,0);
2260 G__search_typename2("map<int,double,less<int> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_maplEintcOdoublecOlesslEintgRcOallocatorlEpairlEconstsPintcOdoublegRsPgRsPgR),0,-1);
2261 G__setnewtype(-1,NULL,0);
2262 G__search_typename2("vector<Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEfloatcOallocatorlEfloatgRsPgR),0,-1);
2263 G__setnewtype(-1,NULL,0);
2264 G__search_typename2("vector<Double_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEdoublecOallocatorlEdoublegRsPgR),0,-1);
2265 G__setnewtype(-1,NULL,0);
2267 G__setnewtype(-1,NULL,0);
2269 G__setnewtype(-1,NULL,0);
2271 G__setnewtype(-1,NULL,0);
2272 G__search_typename2("vector<vector<double,allocator<double> > >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEvectorlEdoublecOallocatorlEdoublegRsPgRcOallocatorlEvectorlEdoublecOallocatorlEdoublegRsPgRsPgRsPgR),0,-1);
2273 G__setnewtype(-1,NULL,0);
2274 G__search_typename2("pair<Int_t,Float_t>",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_pairlEintcOfloatgR),0,-1);
2275 G__setnewtype(-1,NULL,0);
2276 G__search_typename2("vector<std::pair<Int_t,Float_t> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgR),0,-1);
2277 G__setnewtype(-1,NULL,0);
2278 G__search_typename2("vector<pair<Int_t,Float_t> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgR),0,-1);
2279 G__setnewtype(-1,NULL,0);
2281 G__setnewtype(-1,NULL,0);
2283 G__setnewtype(-1,NULL,0);
2284 G__search_typename2("vector<pair<int,float> >",117,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_vectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgR),0,-1);
2285 G__setnewtype(-1,NULL,0);
2286}
2287
2288/*********************************************************
2289* Data Member information setup/
2290*********************************************************/
2291
2292 /* Setting up class,struct,union tag member variable */
2293
2294 /* BesAboutHelp */
2295static void G__setup_memvarBesAboutHelp(void) {
2296 G__tag_memvar_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp));
2297 { BesAboutHelp *p; p=(BesAboutHelp*)0x1000; if (p) { }
2298 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGHorizontalFrame),-1,-1,4,"fTitleFrame=",0,"Title frame");
2299 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fTitle=",0,"Title");
2300 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGIcon),-1,-1,4,"fIcon=",0,"Icon");
2301 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGTab),-1,-1,4,"fMain=",0,"Main tab frame");
2302 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVerticalFrame),-1,-1,4,"fAbout=",0,"1st tab");
2303 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGListBox),-1,-1,4,"fVersion=",0,"2nd tab");
2304 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");
2305 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");
2306 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");
2307 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");
2308 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGHorizontalFrame),-1,-1,4,"fBottomFrame=",0,"Bottom frame");
2309 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGTextButton),-1,-1,4,"fCloseBtn=",0,"Close button");
2310 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");
2311 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");
2312 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVerticalFrame),-1,-1,4,"fMdcPaletteFrame=",0,"1st tab");
2313 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
2314 }
2315 G__tag_memvar_reset();
2316}
2317
2318
2319 /* BesMdcPalette */
2320static void G__setup_memvarBesMdcPalette(void) {
2321 G__tag_memvar_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette));
2322 { BesMdcPalette *p; p=(BesMdcPalette*)0x1000; if (p) { }
2323 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
2324 }
2325 G__tag_memvar_reset();
2326}
2327
2328
2329 /* BesGeoSelector */
2330static void G__setup_memvarBesGeoSelector(void) {
2331 G__tag_memvar_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector));
2332 { BesGeoSelector *p; p=(BesGeoSelector*)0x1000; if (p) { }
2333 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);
2334 }
2335 G__tag_memvar_reset();
2336}
2337
2338
2339 /* BesClient */
2340static void G__setup_memvarBesClient(void) {
2341 G__tag_memvar_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient));
2342 { BesClient *p; p=(BesClient*)0x1000; if (p) { }
2343 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_runStatus),-1,-1,4,"f_runStatus=",0,(char*)NULL);
2344 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGeometry),-1,-1,4,"fGeometry=",0,"Bes geometry");
2345 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");
2346 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TFile),-1,-1,4,"fEventFile=",0,"Current event file");
2347 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TTree),-1,-1,4,"fEventTree=",0,"Current event tree");
2348 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesEvent),-1,-1,4,"fEvent=",0,"Current Bes event");
2349 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TEvtHeader),-1,-1,4,"fEvtHeader=",0,(char*)NULL);
2350 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecEvTime),-1,-1,4,"fRecEvTime=",0,(char*)NULL);
2351 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TDigiEvent),-1,-1,4,"fDigiEvent=",0,(char*)NULL);
2352 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecTrackEvent),-1,-1,4,"fRecEvent_1=",0,(char*)NULL);
2353 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecMdcTrack),-1,-1,4,"recTrack1=",0,(char*)NULL);
2354 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecMucTrack),-1,-1,4,"muctrk=",0,(char*)NULL);
2355 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecTofTrack),-1,-1,4,"tofTrack=",0,(char*)NULL);
2356 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecMdcHit),-1,-1,4,"mdchit=",0,(char*)NULL);
2357 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecEmcShower),-1,-1,4,"emcshower=",0,(char*)NULL);
2358 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");
2359 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?");
2360 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TMcEvent),-1,-1,4,"fMcEvent=",0,(char*)NULL);
2361 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRecCgemCluster),-1,-1,4,"cgemCluster=",0,"Long Peixun's update: for CGEM clusters");
2362 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"NCluster=",0,"...");
2363 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fMenuBarLayout=",0,"Menu bar layout");
2364 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");
2365 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");
2366 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");
2367 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fECLayout=",0,"Embedded canvas layout");
2368 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGMenuBar),-1,-1,4,"fMenuBar=",0,"Menu bar");
2369 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuFile=",0,"File menu");
2370 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuEdit=",0,"Edit menu");
2371 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuView=",0,"View menu");
2372 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuHelp=",0,"Help menu");
2373 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionHeader=",0,(char*)NULL);
2374 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionCgem=",0,"Long Peixun's update: Add CGEM popup menu");
2375 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionMdc=",0,(char*)NULL);
2376 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionTof=",0,(char*)NULL);
2377 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionEmc=",0,(char*)NULL);
2378 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionMuc=",0,(char*)NULL);
2379 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionFull3D=",0,(char*)NULL);
2380 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionOthers=",0,(char*)NULL);
2381 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionCgemHits=",0,"Long Peixun's update: Add CGEM hits popup menu");
2382 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionMdcHits=",0,(char*)NULL);
2383 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionTofHits=",0,(char*)NULL);
2384 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionEmcHits=",0,(char*)NULL);
2385 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionMucHits=",0,(char*)NULL);
2386 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionTracks=",0,(char*)NULL);
2387 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGPopupMenu),-1,-1,4,"fMenuViewOptionMC=",0,(char*)NULL);
2388 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");
2389 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");
2390 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");
2391 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");
2392 G__memvar_setup((void*)G__PVOID,105,0,1,-1,-1,-2,4,"kNUpSplitter=4LL",0,(char*)NULL);
2393 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");
2394 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fLoadGeoFileButton=",0,"load geometry file");
2395 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fOpenEventFileButton=",0,"open event file");
2396 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");
2397 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fSavePicAsButton=",0,"save picture as");
2398 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");
2399 G__memvar_setup((void*)G__PVOID,105,0,1,-1,-1,-2,4,"kNCursorState=2LL",0,(char*)NULL);
2400 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fRefreshButton=",0,"Refresh");
2401 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fResetCurrentButton=",0,"Reset current pad");
2402 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fResetAllButton=",0,"Reset all pad");
2403 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");
2404 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fZoomInButton=",0,"ZoomIn");
2405 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fZoomOutButton=",0,"ZoomOut");
2406 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntryField),-1,-1,4,"fZoomRatioNumber=",0,"ZoomRatio number");
2407 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fZoomRatioPercentButton=",0,"\"%\" picture");
2408 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");
2409 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fSetHomeButton=",0,"Set home position");
2410 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");
2411 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fSaveMyConfigButton=",0,"Save my style");
2412 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fLoadMyConfigButton=",0,"Load my style");
2413 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fPaletteButton=",0,"Display palette axis");
2414 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fHelpButton=",0,"Help");
2415 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");
2416 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");
2417 G__memvar_setup((void*)G__PVOID,105,0,1,-1,-1,-2,4,"kNDisplayMode=7LL",0,"Long Peixun's update: 5 -> 7, add CGEM UF View and UF All View");
2418 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fDisplayModeButton[7]=",0,"button to switch among display modes");
2419 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");
2420 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");
2421 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");
2422 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fToolBarFrame=",0,"Tool bar frame");
2423 G__memvar_setup((void*)G__PVOID,105,0,1,-1,-1,-2,4,"kNToolSplitter=4LL",0,(char*)NULL);
2424 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");
2425 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");
2426 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");
2427 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");
2428 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fFishEyeViewButton=",0,"FishEye view");
2429 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fParallelViewButton=",0,"Parallel view");
2430 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fPerspectiveViewButton=",0,"Perspective view");
2431 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fX3DButton=",0,"X3D view");
2432 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fOpenGLButton=",0,"OpenGL view");
2433 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");
2434 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TRootEmbeddedCanvas),-1,-1,4,"fEmbeddedCanvas=",0,"Embedded Canvas");
2435 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TCanvas),-1,-1,4,"fCanvas=",0,(char*)NULL);
2436 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesVisDisplay),-1,-1,4,"fDisplay=",0,(char*)NULL);
2437 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVerticalFrame),-1,-1,4,"fV1=",0,"Splitter for tabs");
2438 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGTab),-1,-1,4,"fTabs=",0,"Tabs for event");
2439 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGListTree),-1,-1,4,"fEventListTree=",0,"Event list tree");
2440 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");
2441 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");
2442 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");
2443 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");
2444 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\"");
2445 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 ");
2446 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\"");
2447 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\"");
2448 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");
2449 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");
2450 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\"");
2451 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");
2452 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");
2453 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\"");
2454 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");
2455 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\"");
2456 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");
2457 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");
2458 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");
2459 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");
2460 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");
2461 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");
2462 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");
2463 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");
2464 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");
2465 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");
2466 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");
2467 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fEventControlTextLabel=",0,"Label \"Event control\"");
2468 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fBesLabelRun=",0,"Label \"Run : \"");
2469 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fBesLabelEvent=",0,"Label \"Event : \"");
2470 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fEventPlayTextLabel=",0,"Label \"Event Play\"");
2471 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fEventPlaySpeedLabel=",0,"Label \"Play Speed : \"");
2472 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\"");
2473 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fViewTextLabel=",0,"Label \"View control\"");
2474 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fAutoTextLabel=",0,"Label \"Auto control\"");
2475 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");
2476 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fPrevEventButton=",0,"next event button");
2477 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fNextEventButton=",0,"prev event button");
2478 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fPlayEventButton=",0,"next event button");
2479 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fFirstEventButton=",0,"prev event button");
2480 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");
2481 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewCounterClockWiseButton=",0,"View CounterClockWise button");
2482 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewClockWiseButton=",0,"View ClockWise button");
2483 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewMoveUpButton=",0,"View MoveUp button");
2484 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewMoveLeftButton=",0,"View MoveLeft button");
2485 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewMoveRightButton=",0,"View MoveRight button");
2486 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewMoveDownButton=",0,"View MoveDown button");
2487 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewMoveCenterButton=",0,"View MoveCenter button");
2488 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAngleThetaPlusButton=",0,"View AngleTheta + button");
2489 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAngleThetaMinusButton=",0,"View AngleTheta - button");
2490 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVSlider),-1,-1,4,"fViewAngleThetaSlider=",0,"View AngleTheta slider");
2491 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntryField),-1,-1,4,"fViewAngleThetaNumber=",0,"View AngleTheta number");
2492 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fViewAngleThetaLabel=",0,"Label \"Theta\"");
2493 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAnglePhiPlusButton=",0,"View AnglePhi + button");
2494 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAnglePhiMinusButton=",0,"View AnglePhi - button");
2495 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVSlider),-1,-1,4,"fViewAnglePhiSlider=",0,"View AnglePhi slider");
2496 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntryField),-1,-1,4,"fViewAnglePhiNumber=",0,"View AnglePhi number");
2497 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fViewAnglePhiLabel=",0,"Label \"Phi\"");
2498 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAnglePsiPlusButton=",0,"View AnglePsi + button");
2499 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGPictureButton),-1,-1,4,"fViewAnglePsiMinusButton=",0,"View AnglePsi - button");
2500 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGVSlider),-1,-1,4,"fViewAnglePsiSlider=",0,"View AnglePsi slider");
2501 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntryField),-1,-1,4,"fViewAnglePsiNumber=",0,"View AnglePsi number");
2502 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fViewAnglePsiLabel=",0,"Label \"Psi\"");
2503 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fRotateStepFrame=",0,"Frame for RotateStep");
2504 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fRotateStepLabel=",0,"Label \"Deg\"");
2505 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntryField),-1,-1,4,"fNumEntryRotateStep=",0,"Rotate step");
2506 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fRotateStepUnitLabel=",0,"Label \"Deg\"");
2507 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameAutoRotate=",0,"Frame for AutoRotate");
2508 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnAutoRotate=",0,"CheckButton AutoRotate;");
2509 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fRotateSpeedFrame=",0,"Frame for RotateSpeed");
2510 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");
2511 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fRotateSpeedLabel=",0,"Label \"Deg/Sec\"");
2512 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCompositeFrame),-1,-1,4,"fRotateFPSFrame=",0,"Frame for RotateFPS");
2513 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");
2514 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLabel),-1,-1,4,"fRotateFPSLabel=",0,"Label \"fps\"");
2515 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGStatusBar),-1,-1,4,"fStatusBar=",0,"Status bar");
2516 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameHeader=",0,"Frame for Header");
2517 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameHits=",0,"Frame for Hits");
2518 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameTracks=",0,"Frame for Tracks");
2519 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameSubDetector=",0,(char*)NULL);
2520 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameOthers=",0,(char*)NULL);
2521 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameMdcMatch=",0,"Frame for TQMatch");
2522 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGGroupFrame),-1,-1,4,"fFrameTofMatch=",0,"Frame for TQMatch");
2523 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");
2524 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGHorizontalFrame),-1,-1,4,"fTitleFrame=",0,"Title frame");
2525 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGHorizontalFrame),-1,-1,4,"fMainFrame=",0,"Main frame");
2526 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");
2527 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");
2528 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnHeaderGlobal=",0,(char*)NULL);
2529 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnCgemHitsGlobal=",0,(char*)NULL);
2530 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnCgemHitsXStrip=",0,(char*)NULL);
2531 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnCgemHitsVStrip=",0,(char*)NULL);
2532 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnCgemHitsClusters=",0,(char*)NULL);
2533 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnCgemHitsFiredHL=",0,(char*)NULL);
2534 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcHitsGlobal=",0,(char*)NULL);
2535 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofHitsGlobal=",0,(char*)NULL);
2536 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofHitsEast=",0,(char*)NULL);
2537 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofHitsBarrel=",0,(char*)NULL);
2538 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofHitsWest=",0,(char*)NULL);
2539 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcHitsGlobal=",0,(char*)NULL);
2540 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcHitsEast=",0,(char*)NULL);
2541 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcHitsBarrel=",0,(char*)NULL);
2542 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcHitsWest=",0,(char*)NULL);
2543 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcHitsSide=",0,(char*)NULL);
2544 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucHitsGlobal=",0,(char*)NULL);
2545 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucHitsEast=",0,(char*)NULL);
2546 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucHitsBarrel=",0,(char*)NULL);
2547 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucHitsWest=",0,(char*)NULL);
2548 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksGlobal=",0,(char*)NULL);
2549 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksMdc=",0,(char*)NULL);
2550 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksIdeal=",0,"added by wangll");
2551 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksTof=",0,(char*)NULL);
2552 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksEmc=",0,(char*)NULL);
2553 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksMuc=",0,(char*)NULL);
2554 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTracksExt=",0,(char*)NULL);
2555 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMCTruthTrack=",0,(char*)NULL);
2556 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnCgemGlobal=",0,(char*)NULL);
2557 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnCgemLayers=",0,(char*)NULL);
2558 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnCgemXStrips=",0,(char*)NULL);
2559 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnCgemVStrips=",0,(char*)NULL);
2560 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcGlobal=",0,(char*)NULL);
2561 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcTubes=",0,(char*)NULL);
2562 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcWires=",0,(char*)NULL);
2563 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofGlobal=",0,(char*)NULL);
2564 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofEast=",0,(char*)NULL);
2565 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofBarrel=",0,(char*)NULL);
2566 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofWest=",0,(char*)NULL);
2567 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcGlobal=",0,(char*)NULL);
2568 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcEast=",0,(char*)NULL);
2569 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcBarrel=",0,(char*)NULL);
2570 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcWest=",0,(char*)NULL);
2571 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnEmcSide=",0,(char*)NULL);
2572 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucGlobal=",0,(char*)NULL);
2573 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucEast=",0,(char*)NULL);
2574 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucBarrel=",0,(char*)NULL);
2575 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucWest=",0,(char*)NULL);
2576 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMucStrips=",0,(char*)NULL);
2577 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnBeamPipe=",0,(char*)NULL);
2578 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnZRPlaneOnXY=",0,(char*)NULL);
2579 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnAxis=",0,(char*)NULL);
2580 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcTOverflowGlobal=",0,(char*)NULL);
2581 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcQOverflowGlobal=",0,(char*)NULL);
2582 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcTMatchGlobal=",0,(char*)NULL);
2583 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcQMatchGlobal=",0,(char*)NULL);
2584 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcColorfulWireGlobal=",0,(char*)NULL);
2585 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnMdcTimeSubEvTimeGlobal=",0,(char*)NULL);
2586 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofTMatchGlobal=",0,(char*)NULL);
2587 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGCheckButton),-1,-1,4,"fChkBtnTofQMatchGlobal=",0,(char*)NULL);
2588 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGNumberEntry),-1,-1,4,"fNumEntryMagnetic=",0,"magnetic number");
2589 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TString),-1,-1,4,"fBesVisPath=",0,(char*)NULL);
2590 G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,4,"fBesRunNo=",0,"run number of BES request");
2591 G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,4,"fBesEventNo=",0,"event number of BES request");
2592 G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,4,"fCurrentEvent=",0,(char*)NULL);
2593 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fEventPlaySpeed=",0,"event play speed ");
2594 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fAutoDisplayEvent=",0,"auto display event ");
2595 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TTimer),-1,-1,4,"fAutoDisplayEventTimer=",0,(char*)NULL);
2596 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fMoveFactor=",0,"factor of move");
2597 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fRotateStep=",0,"rotate angle in each step ");
2598 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?");
2599 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fRotateSpeed=",0,"rotate angle per second, deg/sec");
2600 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fAutoRotate=",0,"auto rotate flag");
2601 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TTimer),-1,-1,4,"fAutoRotateTimer=",0,"auto rotate timer");
2602 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fAutoRotateClockWise=",0,"auto rotate clockwise flag");
2603 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fAutoRotateTheta=",0,"auto rotate theta flag");
2604 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fAutoRotatePhi=",0,"auto rotate phi flag");
2605 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fAutoRotatePsi=",0,"auto rotate psi flag");
2606 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");
2607 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fViewThetaPreStep=",0,(char*)NULL);
2608 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fViewPhiPreStep=",0,(char*)NULL);
2609 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fHomeX[3]=",0,(char*)NULL);
2610 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fHomeY[3]=",0,"Home position of three pads");
2611 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fWindowWidth=",0,"zevis window width");
2612 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fWindowHeight=",0,"zevis window height");
2613 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");
2614 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TGLayoutHints),-1,-1,4,"fLayout=",0,"dummy TGLayoutHints;");
2615 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TString),-1,-1,4,"f_evtFile=",0,(char*)NULL);
2616 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TString),-1,-1,4,"f_geoFile=",0,(char*)NULL);
2617 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"f_bossMode=",0,(char*)NULL);
2618 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"f_pid=",0,(char*)NULL);
2619 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_string),-1,-1,4,"f_HelpText=",0,(char*)NULL);
2620 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector),-1,-1,4,"fSelector=",0,(char*)NULL);
2621 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TString),-1,-1,4,"fCurGeom=",0,(char*)NULL);
2622 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fAutoGeom=",0,(char*)NULL);
2623 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TString),-1,-1,4,"fTitleText=",0,(char*)NULL);
2624 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__BesVisClient_rootcintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
2625 }
2626 G__tag_memvar_reset();
2627}
2628
2630}
2631/***********************************************************
2632************************************************************
2633************************************************************
2634************************************************************
2635************************************************************
2636************************************************************
2637************************************************************
2638***********************************************************/
2639
2640/*********************************************************
2641* Member function information setup for each class
2642*********************************************************/
2643static void G__setup_memfuncBesAboutHelp(void) {
2644 /* BesAboutHelp */
2645 G__tag_memfunc_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesAboutHelp));
2646 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,
2647"U 'TGWindow' - 10 - p U 'TGWindow' - 10 - main", (char*)NULL, (void*) NULL, 0);
2648 G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0,
2649"l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm "
2650"l - 'Long_t' 0 - -", (char*)NULL, (void*) NULL, 1);
2651 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);
2652 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);
2653 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);
2654 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);
2655 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);
2656 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);
2657 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
2658 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
2659 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);
2660 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);
2661 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);
2662 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);
2663 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);
2664 // automatic destructor
2665 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);
2666 G__tag_memfunc_reset();
2667}
2668
2669static void G__setup_memfuncBesMdcPalette(void) {
2670 /* BesMdcPalette */
2671 G__tag_memfunc_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesMdcPalette));
2672 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,
2673"U 'TGWindow' - 10 - p U 'TGWindow' - 10 - main", (char*)NULL, (void*) NULL, 0);
2674 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);
2675 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);
2676 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);
2677 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);
2678 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);
2679 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
2680 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
2681 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);
2682 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);
2683 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);
2684 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);
2685 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);
2686 // automatic destructor
2687 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);
2688 G__tag_memfunc_reset();
2689}
2690
2691static void G__setup_memfuncBesGeoSelector(void) {
2692 /* BesGeoSelector */
2693 G__tag_memfunc_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesGeoSelector));
2694 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);
2695 G__memfunc_setup("addGeomFile",1073,G__BesVisClient_rootcint_414_0_2, 121, -1, -1, 0, 2, 1, 1, 0,
2696"C - - 10 - fname i - - 0 - startno", (char*)NULL, (void*) NULL, 0);
2697 G__memfunc_setup("clear",519,G__BesVisClient_rootcint_414_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2698 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);
2699 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);
2700 // automatic copy constructor
2701 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);
2702 // automatic destructor
2703 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);
2704 // automatic assignment operator
2705 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);
2706 G__tag_memfunc_reset();
2707}
2708
2709static void G__setup_memfuncBesClient(void) {
2710 /* BesClient */
2711 G__tag_memfunc_setup(G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient));
2712 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);
2713 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);
2714 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);
2715 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);
2716 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);
2717 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);
2718 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);
2719 G__memfunc_setup("BesClient",889,G__BesVisClient_rootcint_1100_0_8, 105, G__get_linked_tagnum(&G__BesVisClient_rootcintLN_BesClient), -1, 0, 7, 1, 1, 0,
2720"U 'TGWindow' - 10 - p C - - 10 - title "
2721"h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
2722"C - 'Option_t' 10 '\"\"' option i - 'Int_t' 0 '0' argc "
2723"C - - 2 '0' argv", (char*)NULL, (void*) NULL, 0);
2724 G__memfunc_setup("InitLocal",895,G__BesVisClient_rootcint_1100_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2725 G__memfunc_setup("InitParameter",1333,G__BesVisClient_rootcint_1100_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2726 G__memfunc_setup("InitConnections",1559,G__BesVisClient_rootcint_1100_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2727 G__memfunc_setup("InitGeoSelector",1520,G__BesVisClient_rootcint_1100_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - geomsel_file", (char*)NULL, (void*) NULL, 1);
2728 G__memfunc_setup("CreateWidget",1208,G__BesVisClient_rootcint_1100_0_13, 121, -1, -1, 0, 3, 1, 1, 0,
2729"C - - 10 - title h - 'UInt_t' 0 - width "
2730"h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
2731 G__memfunc_setup("CreateHorizontalRuler",2184,G__BesVisClient_rootcint_1100_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2732 G__memfunc_setup("CreateMenuBar",1278,G__BesVisClient_rootcint_1100_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2733 G__memfunc_setup("CreateUpButtonBar",1706,G__BesVisClient_rootcint_1100_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2734 G__memfunc_setup("CreateDisplayModeBar",1988,G__BesVisClient_rootcint_1100_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2735 G__memfunc_setup("CreateToolBar",1287,G__BesVisClient_rootcint_1100_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2736 G__memfunc_setup("CreateTitleBar",1387,G__BesVisClient_rootcint_1100_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2737 G__memfunc_setup("CreateStatusBar",1517,G__BesVisClient_rootcint_1100_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2738 G__memfunc_setup("CreateMainFrame",1476,G__BesVisClient_rootcint_1100_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2739 G__memfunc_setup("CreateCanvas",1200,G__BesVisClient_rootcint_1100_0_22, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2740 G__memfunc_setup("CreateTabs",990,G__BesVisClient_rootcint_1100_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2741 G__memfunc_setup("HandleMenu",993,G__BesVisClient_rootcint_1100_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 1);
2742 G__memfunc_setup("HandleViewOptionMenu",2037,G__BesVisClient_rootcint_1100_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 1);
2743 G__memfunc_setup("HandleError",1110,G__BesVisClient_rootcint_1100_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - msg", (char*)NULL, (void*) NULL, 1);
2744 G__memfunc_setup("HandleInfoBar",1261,G__BesVisClient_rootcint_1100_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - msg", (char*)NULL, (void*) NULL, 1);
2745 G__memfunc_setup("HandleStatusBar",1509,G__BesVisClient_rootcint_1100_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - msg", (char*)NULL, (void*) NULL, 1);
2746 G__memfunc_setup("HandleButtons",1339,G__BesVisClient_rootcint_1100_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' id", (char*)NULL, (void*) NULL, 1);
2747 G__memfunc_setup("HandleSliders",1314,G__BesVisClient_rootcint_1100_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 1);
2748 G__memfunc_setup("HandleEventList",1514,G__BesVisClient_rootcint_1100_0_31, 121, -1, -1, 0, 2, 1, 1, 0,
2749"U 'TGListTreeItem' - 0 - entry i - 'Int_t' 0 - btn", (char*)NULL, (void*) NULL, 1);
2750 G__memfunc_setup("UpdateBesInputFields",2020,G__BesVisClient_rootcint_1100_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2751 G__memfunc_setup("LoadGeoFile",1051,G__BesVisClient_rootcint_1100_0_33, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2752 G__memfunc_setup("OpenGeoFile",1069,G__BesVisClient_rootcint_1100_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 0 - filename", (char*)NULL, (void*) NULL, 1);
2753 G__memfunc_setup("SaveGeoAs",862,G__BesVisClient_rootcint_1100_0_35, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2754 G__memfunc_setup("OpenEventFile",1300,G__BesVisClient_rootcint_1100_0_36, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2755 G__memfunc_setup("OpenEventFile",1300,G__BesVisClient_rootcint_1100_0_37, 121, -1, -1, 0, 2, 1, 1, 0,
2756"u 'TString' - 0 - filename g - - 0 'false' auto_sel_geom", (char*)NULL, (void*) NULL, 1);
2757 G__memfunc_setup("SavePicAs",863,G__BesVisClient_rootcint_1100_0_38, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2758 G__memfunc_setup("SavePicAsPS",1026,G__BesVisClient_rootcint_1100_0_39, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2759 G__memfunc_setup("SetHome",693,G__BesVisClient_rootcint_1100_0_40, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2760 G__memfunc_setup("GoHome",575,G__BesVisClient_rootcint_1100_0_41, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2761 G__memfunc_setup("SaveMyConfig",1195,G__BesVisClient_rootcint_1100_0_42, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2762 G__memfunc_setup("LoadMyConfig",1180,G__BesVisClient_rootcint_1100_0_43, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2763 G__memfunc_setup("LoadMdcPalette",1379,G__BesVisClient_rootcint_1100_0_44, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2764 G__memfunc_setup("Help",393,G__BesVisClient_rootcint_1100_0_45, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2765 G__memfunc_setup("SetAllDisplayModeButtonUnHL",2675,G__BesVisClient_rootcint_1100_0_46, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2766 G__memfunc_setup("X3D",207,G__BesVisClient_rootcint_1100_0_47, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2767 G__memfunc_setup("OpenGL",549,G__BesVisClient_rootcint_1100_0_48, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2768 G__memfunc_setup("Show",417,G__BesVisClient_rootcint_1100_0_49, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2769 G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2770 G__memfunc_setup("GetEvent",802,G__BesVisClient_rootcint_1100_0_51, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0,
2771"n - 'Long64_t' 0 - i g - - 0 'false' openfile "
2772"g - - 0 'false' sel_geom", (char*)NULL, (void*) NULL, 1);
2773 G__memfunc_setup("GetRecEvent",1084,G__BesVisClient_rootcint_1100_0_52, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2774 G__memfunc_setup("NextEvent",929,G__BesVisClient_rootcint_1100_0_53, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2775 G__memfunc_setup("PrevEvent",927,G__BesVisClient_rootcint_1100_0_54, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2776 G__memfunc_setup("AutoDisplayEvent",1649,G__BesVisClient_rootcint_1100_0_55, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2777 G__memfunc_setup("AutoDisplayEventCommand",2352,G__BesVisClient_rootcint_1100_0_56, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2778 G__memfunc_setup("FirstEvent",1034,G__BesVisClient_rootcint_1100_0_57, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2779 G__memfunc_setup("LastEvent",918,G__BesVisClient_rootcint_1100_0_58, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", "Long Peixun's update: Get last event", (void*) NULL, 1);
2780 G__memfunc_setup("RotateClockWise",1523,G__BesVisClient_rootcint_1100_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - clockwise", (char*)NULL, (void*) NULL, 1);
2781 G__memfunc_setup("RotateTheta",1125,G__BesVisClient_rootcint_1100_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - pn", (char*)NULL, (void*) NULL, 1);
2782 G__memfunc_setup("RotatePhi",912,G__BesVisClient_rootcint_1100_0_61, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - pn", (char*)NULL, (void*) NULL, 1);
2783 G__memfunc_setup("RotatePsi",923,G__BesVisClient_rootcint_1100_0_62, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - pn", (char*)NULL, (void*) NULL, 1);
2784 G__memfunc_setup("AutoRotate",1032,G__BesVisClient_rootcint_1100_0_63, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2785 G__memfunc_setup("AutoRotateCommand",1735,G__BesVisClient_rootcint_1100_0_64, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2786 G__memfunc_setup("ExecuteEvent",1237,G__BesVisClient_rootcint_1100_0_65, 121, -1, -1, 0, 4, 1, 1, 0,
2787"i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
2788"i - 'Int_t' 0 - py U 'TObject' - 0 - sel", (char*)NULL, (void*) NULL, 1);
2789 G__memfunc_setup("SetState",813,G__BesVisClient_rootcint_1100_0_66, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' id", (char*)NULL, (void*) NULL, 1);
2790 G__memfunc_setup("UpdateStatus",1255,G__BesVisClient_rootcint_1100_0_67, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2791 G__memfunc_setup("UpdateAllView",1303,G__BesVisClient_rootcint_1100_0_68, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2792 G__memfunc_setup("UpdateCurrentPad",1627,G__BesVisClient_rootcint_1100_0_69, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2793 G__memfunc_setup("ChangeFocus",1094,G__BesVisClient_rootcint_1100_0_70, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2794 G__memfunc_setup("ExecuteReturn",1363,G__BesVisClient_rootcint_1100_0_71, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2795 G__memfunc_setup("GetPic",572,G__BesVisClient_rootcint_1100_0_72, 107, -1, G__defined_typename("Pixmap_t"), 0, 1, 1, 1, 0, "C - - 10 - file", (char*)NULL, (void*) NULL, 1);
2796 G__memfunc_setup("FileExists",1024,G__BesVisClient_rootcint_1100_0_73, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TString' - 0 - fname", (char*)NULL, (void*) NULL, 1);
2797 G__memfunc_setup("SetRange",793,G__BesVisClient_rootcint_1100_0_74, 121, -1, -1, 0, 3, 1, 1, 0,
2798"d - 'Double_t' 1 - input d - 'Double_t' 0 - min "
2799"d - 'Double_t' 0 - max", (char*)NULL, (void*) NULL, 1);
2800 G__memfunc_setup("GetCurrentPadString",1935,G__BesVisClient_rootcint_1100_0_75, 67, -1, -1, 0, 0, 1, 1, 1, "", "Long Peixun's update: Return current pad hint string", (void*) NULL, 1);
2801 G__memfunc_setup("GetBesRunNo",1068,G__BesVisClient_rootcint_1100_0_76, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2802 G__memfunc_setup("GetBesEventNo",1273,G__BesVisClient_rootcint_1100_0_77, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2803 G__memfunc_setup("GetEventPlaySpeed",1705,G__BesVisClient_rootcint_1100_0_78, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2804 G__memfunc_setup("GetRotateFPS",1144,G__BesVisClient_rootcint_1100_0_79, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2805 G__memfunc_setup("GetRotateSpeed",1408,G__BesVisClient_rootcint_1100_0_80, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2806 G__memfunc_setup("GetRotateStep",1323,G__BesVisClient_rootcint_1100_0_81, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2807 G__memfunc_setup("SetRotateSpeed",1420,G__BesVisClient_rootcint_1100_0_82, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2808 G__memfunc_setup("SetRotateStep",1335,G__BesVisClient_rootcint_1100_0_83, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2809 G__memfunc_setup("Class",502,G__BesVisClient_rootcint_1100_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);
2810 G__memfunc_setup("Class_Name",982,G__BesVisClient_rootcint_1100_0_85, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesClient::Class_Name) ), 0);
2811 G__memfunc_setup("Class_Version",1339,G__BesVisClient_rootcint_1100_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);
2812 G__memfunc_setup("Dictionary",1046,G__BesVisClient_rootcint_1100_0_87, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&BesClient::Dictionary) ), 0);
2813 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);
2814 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
2815 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
2816 G__memfunc_setup("StreamerNVirtual",1656,G__BesVisClient_rootcint_1100_0_91, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
2817 G__memfunc_setup("DeclFileName",1145,G__BesVisClient_rootcint_1100_0_92, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesClient::DeclFileName) ), 0);
2818 G__memfunc_setup("ImplFileLine",1178,G__BesVisClient_rootcint_1100_0_93, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&BesClient::ImplFileLine) ), 0);
2819 G__memfunc_setup("ImplFileName",1171,G__BesVisClient_rootcint_1100_0_94, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&BesClient::ImplFileName) ), 0);
2820 G__memfunc_setup("DeclFileLine",1152,G__BesVisClient_rootcint_1100_0_95, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&BesClient::DeclFileLine) ), 0);
2821 // automatic destructor
2822 G__memfunc_setup("~BesClient", 1015, G__BesVisClient_rootcint_1100_0_96, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
2823 G__tag_memfunc_reset();
2824}
2825
2826
2827/*********************************************************
2828* Member function information setup
2829*********************************************************/
2831}
2832
2833/*********************************************************
2834* Global variable information setup for each class
2835*********************************************************/
2836static void G__cpp_setup_global0() {
2837
2838 /* Setting up global variables */
2839 G__resetplocal();
2840
2841}
2842
2843static void G__cpp_setup_global1() {
2844}
2845
2846static void G__cpp_setup_global2() {
2847}
2848
2849static void G__cpp_setup_global3() {
2850}
2851
2852static void G__cpp_setup_global4() {
2853}
2854
2855static void G__cpp_setup_global5() {
2856}
2857
2858static void G__cpp_setup_global6() {
2859}
2860
2861static void G__cpp_setup_global7() {
2862}
2863
2864static void G__cpp_setup_global8() {
2865}
2866
2867static void G__cpp_setup_global9() {
2868}
2869
2870static void G__cpp_setup_global10() {
2871}
2872
2873static void G__cpp_setup_global11() {
2874
2875 G__resetglobalenv();
2876}
2878 G__cpp_setup_global0();
2879 G__cpp_setup_global1();
2880 G__cpp_setup_global2();
2881 G__cpp_setup_global3();
2882 G__cpp_setup_global4();
2883 G__cpp_setup_global5();
2884 G__cpp_setup_global6();
2885 G__cpp_setup_global7();
2886 G__cpp_setup_global8();
2887 G__cpp_setup_global9();
2888 G__cpp_setup_global10();
2889 G__cpp_setup_global11();
2890}
2891
2892/*********************************************************
2893* Global function information setup for each class
2894*********************************************************/
2895static void G__cpp_setup_func0() {
2896 G__lastifuncposition();
2897
2898}
2899
2900static void G__cpp_setup_func1() {
2901}
2902
2903static void G__cpp_setup_func2() {
2904}
2905
2906static void G__cpp_setup_func3() {
2907}
2908
2909static void G__cpp_setup_func4() {
2910}
2911
2912static void G__cpp_setup_func5() {
2913}
2914
2915static void G__cpp_setup_func6() {
2916}
2917
2918static void G__cpp_setup_func7() {
2919}
2920
2921static void G__cpp_setup_func8() {
2922}
2923
2924static void G__cpp_setup_func9() {
2925}
2926
2927static void G__cpp_setup_func10() {
2928}
2929
2930static void G__cpp_setup_func11() {
2931}
2932
2933static void G__cpp_setup_func12() {
2934}
2935
2936static void G__cpp_setup_func13() {
2937}
2938
2939static void G__cpp_setup_func14() {
2940}
2941
2942static void G__cpp_setup_func15() {
2943}
2944
2945static void G__cpp_setup_func16() {
2946}
2947
2948static void G__cpp_setup_func17() {
2949}
2950
2951static void G__cpp_setup_func18() {
2952}
2953
2954static void G__cpp_setup_func19() {
2955}
2956
2957static void G__cpp_setup_func20() {
2958}
2959
2960static void G__cpp_setup_func21() {
2961}
2962
2963static void G__cpp_setup_func22() {
2964}
2965
2966static void G__cpp_setup_func23() {
2967}
2968
2969static void G__cpp_setup_func24() {
2970}
2971
2972static void G__cpp_setup_func25() {
2973
2974 G__resetifuncposition();
2975}
2976
2978 G__cpp_setup_func0();
2979 G__cpp_setup_func1();
2980 G__cpp_setup_func2();
2981 G__cpp_setup_func3();
2982 G__cpp_setup_func4();
2983 G__cpp_setup_func5();
2984 G__cpp_setup_func6();
2985 G__cpp_setup_func7();
2986 G__cpp_setup_func8();
2987 G__cpp_setup_func9();
2988 G__cpp_setup_func10();
2989 G__cpp_setup_func11();
2990 G__cpp_setup_func12();
2991 G__cpp_setup_func13();
2992 G__cpp_setup_func14();
2993 G__cpp_setup_func15();
2994 G__cpp_setup_func16();
2995 G__cpp_setup_func17();
2996 G__cpp_setup_func18();
2997 G__cpp_setup_func19();
2998 G__cpp_setup_func20();
2999 G__cpp_setup_func21();
3000 G__cpp_setup_func22();
3001 G__cpp_setup_func23();
3002 G__cpp_setup_func24();
3003 G__cpp_setup_func25();
3004}
3005
3006/*********************************************************
3007* Class,struct,union,enum tag information setup
3008*********************************************************/
3009/* Setup class/struct taginfo */
3010G__linked_taginfo G__BesVisClient_rootcintLN_TClass = { "TClass" , 99 , -1 };
3011G__linked_taginfo G__BesVisClient_rootcintLN_TBuffer = { "TBuffer" , 99 , -1 };
3012G__linked_taginfo G__BesVisClient_rootcintLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
3013G__linked_taginfo G__BesVisClient_rootcintLN_TObject = { "TObject" , 99 , -1 };
3014G__linked_taginfo G__BesVisClient_rootcintLN_TString = { "TString" , 99 , -1 };
3015G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector<unsigned int,allocator<unsigned int> >" , 99 , -1 };
3016G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEfloatcOallocatorlEfloatgRsPgR = { "vector<float,allocator<float> >" , 99 , -1 };
3017G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEdoublecOallocatorlEdoublegRsPgR = { "vector<double,allocator<double> >" , 99 , -1 };
3018G__linked_taginfo G__BesVisClient_rootcintLN_string = { "string" , 99 , -1 };
3019G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
3020G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
3021G__linked_taginfo G__BesVisClient_rootcintLN_TList = { "TList" , 99 , -1 };
3022G__linked_taginfo G__BesVisClient_rootcintLN_TTimer = { "TTimer" , 99 , -1 };
3023G__linked_taginfo G__BesVisClient_rootcintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
3024G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
3025G__linked_taginfo G__BesVisClient_rootcintLN_TGObject = { "TGObject" , 99 , -1 };
3026G__linked_taginfo G__BesVisClient_rootcintLN_TQObject = { "TQObject" , 99 , -1 };
3027G__linked_taginfo G__BesVisClient_rootcintLN_TGWindow = { "TGWindow" , 99 , -1 };
3028G__linked_taginfo G__BesVisClient_rootcintLN_pairlEunsignedsPintcOintgR = { "pair<unsigned int,int>" , 115 , -1 };
3029G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR = { "vector<pair<unsigned int,int>,allocator<pair<unsigned int,int> > >" , 99 , -1 };
3030G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<unsigned int,int>,allocator<pair<unsigned int,int> > >::iterator>" , 99 , -1 };
3031G__linked_taginfo G__BesVisClient_rootcintLN_TGFrame = { "TGFrame" , 99 , -1 };
3032G__linked_taginfo G__BesVisClient_rootcintLN_TGCompositeFrame = { "TGCompositeFrame" , 99 , -1 };
3033G__linked_taginfo G__BesVisClient_rootcintLN_TGLayoutHints = { "TGLayoutHints" , 99 , -1 };
3034G__linked_taginfo G__BesVisClient_rootcintLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
3035G__linked_taginfo G__BesVisClient_rootcintLN_TGTextButton = { "TGTextButton" , 99 , -1 };
3036G__linked_taginfo G__BesVisClient_rootcintLN_TGVerticalFrame = { "TGVerticalFrame" , 99 , -1 };
3037G__linked_taginfo G__BesVisClient_rootcintLN_TGHorizontalFrame = { "TGHorizontalFrame" , 99 , -1 };
3038G__linked_taginfo G__BesVisClient_rootcintLN_TGMainFrame = { "TGMainFrame" , 99 , -1 };
3039G__linked_taginfo G__BesVisClient_rootcintLN_TGTransientFrame = { "TGTransientFrame" , 99 , -1 };
3040G__linked_taginfo G__BesVisClient_rootcintLN_TGGroupFrame = { "TGGroupFrame" , 99 , -1 };
3041G__linked_taginfo G__BesVisClient_rootcintLN_TGLabel = { "TGLabel" , 99 , -1 };
3042G__linked_taginfo G__BesVisClient_rootcintLN_TGTab = { "TGTab" , 99 , -1 };
3043G__linked_taginfo G__BesVisClient_rootcintLN_TGListBox = { "TGListBox" , 99 , -1 };
3044G__linked_taginfo G__BesVisClient_rootcintLN_TGIcon = { "TGIcon" , 99 , -1 };
3045G__linked_taginfo G__BesVisClient_rootcintLN_BesAboutHelp = { "BesAboutHelp" , 99 , -1 };
3046G__linked_taginfo G__BesVisClient_rootcintLN_BesMdcPalette = { "BesMdcPalette" , 99 , -1 };
3047G__linked_taginfo G__BesVisClient_rootcintLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector<TString,allocator<TString> >" , 99 , -1 };
3048G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TString,allocator<TString> >::iterator>" , 99 , -1 };
3049G__linked_taginfo G__BesVisClient_rootcintLN_TGeometry = { "TGeometry" , 99 , -1 };
3050G__linked_taginfo G__BesVisClient_rootcintLN_TGPopupMenu = { "TGPopupMenu" , 99 , -1 };
3051G__linked_taginfo G__BesVisClient_rootcintLN_TGCheckButton = { "TGCheckButton" , 99 , -1 };
3052G__linked_taginfo G__BesVisClient_rootcintLN_TGNumberEntryField = { "TGNumberEntryField" , 99 , -1 };
3053G__linked_taginfo G__BesVisClient_rootcintLN_TGNumberEntry = { "TGNumberEntry" , 99 , -1 };
3054G__linked_taginfo G__BesVisClient_rootcintLN_TGCanvas = { "TGCanvas" , 99 , -1 };
3055G__linked_taginfo G__BesVisClient_rootcintLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
3056G__linked_taginfo G__BesVisClient_rootcintLN_BesGeoSelector = { "BesGeoSelector" , 99 , -1 };
3057G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEGeomFileInfocOallocatorlEGeomFileInfogRsPgR = { "vector<GeomFileInfo,allocator<GeomFileInfo> >" , 99 , -1 };
3058G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEGeomFileInfocOallocatorlEGeomFileInfogRsPgRcLcLiteratorgR = { "reverse_iterator<vector<GeomFileInfo,allocator<GeomFileInfo> >::iterator>" , 99 , -1 };
3059G__linked_taginfo G__BesVisClient_rootcintLN_BesGMenuBar = { "BesGMenuBar" , 99 , -1 };
3060G__linked_taginfo G__BesVisClient_rootcintLN_BesGPictureButton = { "BesGPictureButton" , 99 , -1 };
3061G__linked_taginfo G__BesVisClient_rootcintLN_TCanvas = { "TCanvas" , 99 , -1 };
3062G__linked_taginfo G__BesVisClient_rootcintLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR = { "map<int,TGeoElementRN*,less<int>,allocator<pair<const int,TGeoElementRN*> > >" , 99 , -1 };
3063G__linked_taginfo G__BesVisClient_rootcintLN_vectorlETGeoVolumeAssemblycLcLThreadData_tmUcOallocatorlETGeoVolumeAssemblycLcLThreadData_tmUgRsPgR = { "vector<TGeoVolumeAssembly::ThreadData_t*,allocator<TGeoVolumeAssembly::ThreadData_t*> >" , 99 , -1 };
3064G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlETGeoVolumeAssemblycLcLThreadData_tmUcOallocatorlETGeoVolumeAssemblycLcLThreadData_tmUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TGeoVolumeAssembly::ThreadData_t*,allocator<TGeoVolumeAssembly::ThreadData_t*> >::iterator>" , 99 , -1 };
3065G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEContentGroupcLcLContentItemcOallocatorlEContentGroupcLcLContentItemgRsPgR = { "vector<ContentGroup::ContentItem,allocator<ContentGroup::ContentItem> >" , 99 , -1 };
3066G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEContentGroupcLcLContentItemcOallocatorlEContentGroupcLcLContentItemgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ContentGroup::ContentItem,allocator<ContentGroup::ContentItem> >::iterator>" , 99 , -1 };
3067G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEContentChoicemUcOallocatorlEContentChoicemUgRsPgR = { "vector<ContentChoice*,allocator<ContentChoice*> >" , 99 , -1 };
3068G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEContentChoicemUcOallocatorlEContentChoicemUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ContentChoice*,allocator<ContentChoice*> >::iterator>" , 99 , -1 };
3069G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLconstantcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLconstantgRsPgRsPgR = { "map<string,define::constant,less<string>,allocator<pair<const string,define::constant> > >" , 99 , -1 };
3070G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLquantitycOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLquantitygRsPgRsPgR = { "map<string,define::quantity,less<string>,allocator<pair<const string,define::quantity> > >" , 99 , -1 };
3071G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLexpressioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLexpressiongRsPgRsPgR = { "map<string,define::expression,less<string>,allocator<pair<const string,define::expression> > >" , 99 , -1 };
3072G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLpositioncOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLpositiongRsPgRsPgR = { "map<string,define::position,less<string>,allocator<pair<const string,define::position> > >" , 99 , -1 };
3073G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOdefinecLcLrotationcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdefinecLcLrotationgRsPgRsPgR = { "map<string,define::rotation,less<string>,allocator<pair<const string,define::rotation> > >" , 99 , -1 };
3074G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR = { "map<string,TGeoTranslation*,less<string>,allocator<pair<const string,TGeoTranslation*> > >" , 99 , -1 };
3075G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoRotationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoRotationmUgRsPgRsPgR = { "map<string,TGeoRotation*,less<string>,allocator<pair<const string,TGeoRotation*> > >" , 99 , -1 };
3076G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoShapemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoShapemUgRsPgRsPgR = { "map<string,TGeoShape*,less<string>,allocator<pair<const string,TGeoShape*> > >" , 99 , -1 };
3077G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR = { "map<string,TGeoVolume*,less<string>,allocator<pair<const string,TGeoVolume*> > >" , 99 , -1 };
3078G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoVolumeAssemblymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumeAssemblymUgRsPgRsPgR = { "map<string,TGeoVolumeAssembly*,less<string>,allocator<pair<const string,TGeoVolumeAssembly*> > >" , 99 , -1 };
3079G__linked_taginfo G__BesVisClient_rootcintLN_maplEstringcOTGeoNodemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoNodemUgRsPgRsPgR = { "map<string,TGeoNode*,less<string>,allocator<pair<const string,TGeoNode*> > >" , 99 , -1 };
3080G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTBaselEfloatgR = { "TMatrixTBase<float>" , 99 , -1 };
3081G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTBaselEdoublegR = { "TMatrixTBase<double>" , 99 , -1 };
3082G__linked_taginfo G__BesVisClient_rootcintLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
3083G__linked_taginfo G__BesVisClient_rootcintLN_TElementActionTlEfloatgR = { "TElementActionT<float>" , 99 , -1 };
3084G__linked_taginfo G__BesVisClient_rootcintLN_TElementPosActionTlEfloatgR = { "TElementPosActionT<float>" , 99 , -1 };
3085G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTlEfloatgR = { "TMatrixT<float>" , 99 , -1 };
3086G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTRow_constlEfloatgR = { "TMatrixTRow_const<float>" , 99 , -1 };
3087G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTRowlEfloatgR = { "TMatrixTRow<float>" , 99 , -1 };
3088G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTDiag_constlEfloatgR = { "TMatrixTDiag_const<float>" , 99 , -1 };
3089G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTColumn_constlEfloatgR = { "TMatrixTColumn_const<float>" , 99 , -1 };
3090G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTFlat_constlEfloatgR = { "TMatrixTFlat_const<float>" , 99 , -1 };
3091G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSub_constlEfloatgR = { "TMatrixTSub_const<float>" , 99 , -1 };
3092G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseRow_constlEfloatgR = { "TMatrixTSparseRow_const<float>" , 99 , -1 };
3093G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseDiag_constlEfloatgR = { "TMatrixTSparseDiag_const<float>" , 99 , -1 };
3094G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTColumnlEfloatgR = { "TMatrixTColumn<float>" , 99 , -1 };
3095G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTDiaglEfloatgR = { "TMatrixTDiag<float>" , 99 , -1 };
3096G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTFlatlEfloatgR = { "TMatrixTFlat<float>" , 99 , -1 };
3097G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSublEfloatgR = { "TMatrixTSub<float>" , 99 , -1 };
3098G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseRowlEfloatgR = { "TMatrixTSparseRow<float>" , 99 , -1 };
3099G__linked_taginfo G__BesVisClient_rootcintLN_TMatrixTSparseDiaglEfloatgR = { "TMatrixTSparseDiag<float>" , 99 , -1 };
3100G__linked_taginfo G__BesVisClient_rootcintLN_BesVisDisplay = { "BesVisDisplay" , 99 , -1 };
3101G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEintcOallocatorlEintgRsPgR = { "vector<int,allocator<int> >" , 99 , -1 };
3102G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<int,allocator<int> >::iterator>" , 99 , -1 };
3103G__linked_taginfo G__BesVisClient_rootcintLN_TDigiEvent = { "TDigiEvent" , 99 , -1 };
3104G__linked_taginfo G__BesVisClient_rootcintLN_TRecMdcTrack = { "TRecMdcTrack" , 99 , -1 };
3105G__linked_taginfo G__BesVisClient_rootcintLN_TRecMdcHit = { "TRecMdcHit" , 99 , -1 };
3106G__linked_taginfo G__BesVisClient_rootcintLN_TRecCgemCluster = { "TRecCgemCluster" , 99 , -1 };
3107G__linked_taginfo G__BesVisClient_rootcintLN_TRecTofTrack = { "TRecTofTrack" , 99 , -1 };
3108G__linked_taginfo G__BesVisClient_rootcintLN_TRecEmcShower = { "TRecEmcShower" , 99 , -1 };
3109G__linked_taginfo G__BesVisClient_rootcintLN_maplEintcOdoublecOlesslEintgRcOallocatorlEpairlEconstsPintcOdoublegRsPgRsPgR = { "map<int,double,less<int>,allocator<pair<const int,double> > >" , 99 , -1 };
3110G__linked_taginfo G__BesVisClient_rootcintLN_TRecMucTrack = { "TRecMucTrack" , 99 , -1 };
3111G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEvectorlEdoublecOallocatorlEdoublegRsPgRcOallocatorlEvectorlEdoublecOallocatorlEdoublegRsPgRsPgRsPgR = { "vector<vector<double,allocator<double> >,allocator<vector<double,allocator<double> > > >" , 99 , -1 };
3112G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEvectorlEdoublecOallocatorlEdoublegRsPgRcOallocatorlEvectorlEdoublecOallocatorlEdoublegRsPgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<vector<double,allocator<double> >,allocator<vector<double,allocator<double> > > >::iterator>" , 99 , -1 };
3113G__linked_taginfo G__BesVisClient_rootcintLN_TRecEvTime = { "TRecEvTime" , 99 , -1 };
3114G__linked_taginfo G__BesVisClient_rootcintLN_pairlEintcOfloatgR = { "pair<int,float>" , 115 , -1 };
3115G__linked_taginfo G__BesVisClient_rootcintLN_vectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgR = { "vector<pair<int,float>,allocator<pair<int,float> > >" , 99 , -1 };
3116G__linked_taginfo G__BesVisClient_rootcintLN_reverse_iteratorlEvectorlEpairlEintcOfloatgRcOallocatorlEpairlEintcOfloatgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<int,float>,allocator<pair<int,float> > >::iterator>" , 99 , -1 };
3117G__linked_taginfo G__BesVisClient_rootcintLN_TRecTrackEvent = { "TRecTrackEvent" , 99 , -1 };
3118G__linked_taginfo G__BesVisClient_rootcintLN_TEvtHeader = { "TEvtHeader" , 99 , -1 };
3119G__linked_taginfo G__BesVisClient_rootcintLN_TMcEvent = { "TMcEvent" , 99 , -1 };
3120G__linked_taginfo G__BesVisClient_rootcintLN_BesEvent = { "BesEvent" , 99 , -1 };
3121G__linked_taginfo G__BesVisClient_rootcintLN_TDstEvent = { "TDstEvent" , 99 , -1 };
3122G__linked_taginfo G__BesVisClient_rootcintLN_runStatus = { "runStatus" , 101 , -1 };
3123G__linked_taginfo G__BesVisClient_rootcintLN_TRootEmbeddedCanvas = { "TRootEmbeddedCanvas" , 99 , -1 };
3124G__linked_taginfo G__BesVisClient_rootcintLN_TFile = { "TFile" , 99 , -1 };
3125G__linked_taginfo G__BesVisClient_rootcintLN_TTree = { "TTree" , 99 , -1 };
3126G__linked_taginfo G__BesVisClient_rootcintLN_TGStatusBar = { "TGStatusBar" , 99 , -1 };
3127G__linked_taginfo G__BesVisClient_rootcintLN_TGListTree = { "TGListTree" , 99 , -1 };
3128G__linked_taginfo G__BesVisClient_rootcintLN_TGListTreeItem = { "TGListTreeItem" , 99 , -1 };
3129G__linked_taginfo G__BesVisClient_rootcintLN_TGHSlider = { "TGHSlider" , 99 , -1 };
3130G__linked_taginfo G__BesVisClient_rootcintLN_TGVSlider = { "TGVSlider" , 99 , -1 };
3131G__linked_taginfo G__BesVisClient_rootcintLN_BesClient = { "BesClient" , 99 , -1 };
3132
3133/* Reset class/struct taginfo */
3257}
3258
3259
3261
3262 /* Setting up class,struct,union tag entry */
3263 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TClass);
3264 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TBuffer);
3265 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMemberInspector);
3266 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TObject);
3267 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TString);
3271 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_string);
3274 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TList);
3275 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TTimer);
3278 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGObject);
3279 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TQObject);
3280 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGWindow);
3284 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGFrame);
3285 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGCompositeFrame);
3286 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGLayoutHints);
3288 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGTextButton);
3289 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGVerticalFrame);
3290 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGHorizontalFrame);
3291 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGMainFrame);
3292 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGTransientFrame);
3293 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGGroupFrame);
3294 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGLabel);
3295 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGTab);
3296 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGListBox);
3297 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGIcon);
3298 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);
3299 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);
3302 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGeometry);
3303 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGPopupMenu);
3304 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGCheckButton);
3305 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGNumberEntryField);
3306 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGNumberEntry);
3307 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGCanvas);
3308 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TVectorTlEdoublegR);
3309 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesGeoSelector),sizeof(BesGeoSelector),-1,262400,(char*)NULL,G__setup_memvarBesGeoSelector,G__setup_memfuncBesGeoSelector);
3312 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesGMenuBar);
3313 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesGPictureButton);
3314 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TCanvas);
3333 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTBaselEfloatgR);
3334 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTBaselEdoublegR);
3335 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TVectorTlEfloatgR);
3336 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TElementActionTlEfloatgR);
3338 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTlEfloatgR);
3340 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTRowlEfloatgR);
3347 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTColumnlEfloatgR);
3348 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTDiaglEfloatgR);
3349 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTFlatlEfloatgR);
3350 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMatrixTSublEfloatgR);
3353 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesVisDisplay);
3356 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TDigiEvent);
3357 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecMdcTrack);
3358 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecMdcHit);
3359 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecCgemCluster);
3360 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecTofTrack);
3361 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecEmcShower);
3363 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecMucTrack);
3366 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecEvTime);
3367 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_pairlEintcOfloatgR);
3370 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRecTrackEvent);
3371 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TEvtHeader);
3372 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TMcEvent);
3373 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesEvent);
3374 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TDstEvent);
3375 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_runStatus);
3376 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TRootEmbeddedCanvas);
3377 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TFile);
3378 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TTree);
3379 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGStatusBar);
3380 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGListTree);
3381 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGListTreeItem);
3382 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGHSlider);
3383 G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_TGVSlider);
3384 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__BesVisClient_rootcintLN_BesClient),sizeof(BesClient),-1,324608,"Bes client",G__setup_memvarBesClient,G__setup_memfuncBesClient);
3385}
3387 G__check_setup_version(30051515,"G__cpp_setupBesVisClient_rootcint()");
3390
3392
3394
3396
3400
3401 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncBesVisClient_rootcint();
3402 return;
3403}
3405 public:
3406 G__cpp_setup_initBesVisClient_rootcint() { G__add_setup_func("BesVisClient_rootcint",(G__incsetup)(&G__cpp_setupBesVisClient_rootcint)); G__call_setup_funcs(); }
3407 ~G__cpp_setup_initBesVisClient_rootcint() { G__remove_setup_func("BesVisClient_rootcint"); }
3408};
3410
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_TRecCgemCluster
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_TMcEvent
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
::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))