Ignore:
Timestamp:
08/29/01 11:23:55 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/gui/MGVelocity.cc

    r913 r918  
    109109    line.DrawLine(    0, -65*2,    0, 65*2);
    110110
     111    //
     112    // Can be replaced by TGaxis axe; in a later root version
     113    // than 3.01/06. I talked to Rene
     114    //
    111115    TGaxis *axe;
    112116    axe = new TGaxis(-60*2, 0, 60*2, 0,  -2, 2,  304, "+-N");
     
    179183MGVelocity::~MGVelocity()
    180184{
    181     delete fList;
    182 
    183185    delete fOld;
    184186    delete fAvg;
    185187
    186     cout << "MGVelocity destroyed." << endl;
     188    //    cout << "MGVelocity destroyed." << endl;
    187189}
    188190
     
    270272    //    static int Y = 0xaffe;
    271273
    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.;
    274276
    275277    int pixx = (int)(x*fScale/fPix);
Note: See TracChangeset for help on using the changeset viewer.