Changeset 918 for trunk/MagicSoft/Cosy/gui/MGVelocity.cc
- Timestamp:
- 08/29/01 11:23:55 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGVelocity.cc
r913 r918 109 109 line.DrawLine( 0, -65*2, 0, 65*2); 110 110 111 // 112 // Can be replaced by TGaxis axe; in a later root version 113 // than 3.01/06. I talked to Rene 114 // 111 115 TGaxis *axe; 112 116 axe = new TGaxis(-60*2, 0, 60*2, 0, -2, 2, 304, "+-N"); … … 179 183 MGVelocity::~MGVelocity() 180 184 { 181 delete fList;182 183 185 delete fOld; 184 186 delete fAvg; 185 187 186 cout << "MGVelocity destroyed." << endl;188 // cout << "MGVelocity destroyed." << endl; 187 189 } 188 190 … … 270 272 // static int Y = 0xaffe; 271 273 272 float x = zdaz.Az()*3600. *4;273 float y = zdaz.Zd()*3600. *4;274 float x = zdaz.Az()*3600.; 275 float y = zdaz.Zd()*3600.; 274 276 275 277 int pixx = (int)(x*fScale/fPix);
Note:
See TracChangeset
for help on using the changeset viewer.