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