#include <TROOT.h>
#include <TCanvas.h>
#include <TPad.h>
#include <TPaveLabel.h>
#include <iostream>
#include "math.h"
#include "TMath.h"
#include "BesVisLib/BesView.h"
#include "BesVisLib/BesGeometry.h"
#include "BesVisLib/BesEvent.h"
#include "BesVisLib/BesCursor.h"
Go to the source code of this file.
◆ ClassImp()
Definition at line 21 of file BesView.cxx.
29
30
31 if ( gDebug ) cout << "BesView normal ctor called" << endl;
32
33
34 fLabel = new TPaveLabel(0.02,0.17,0.02,0.09,"3D View");
35 fLabel->SetFillColor(42);
36
37
40
41
44
45
48
49
51
52
54 fStatusCurrent->Transfer(fStatus3D,1);
56 cout << "BesGeometry does not exist! " << endl;
57 return;
58 }
59
62 DefaultRange();
63 fExtentDefault = GetExtent();
64
65 fZoomFactor = 1.2;
66
67
68 ViewCenter[0] = ViewCenter[1] = 0.0;
69}
R__EXTERN BesGeometry * gBesGeometry