Changeset 699


Ignore:
Timestamp:
03/22/01 12:42:31 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc

    r698 r699  
    4040    //  add the first pixel to the list
    4141    //
    42     Int_t pixnum = 1;
     42    Int_t pixnum = 0;
    4343
    4444    (*this)[pixnum++].Set(0, 0, diameter);
     
    7575                                  diameter);
    7676
     77        cout << pixnum << " " << ring << endl;
     78
    7779        for (int i=0; i<ring; i++)
    7880            (*this)[pixnum++].Set((-ring-i)*0.5*diameter,
Note: See TracChangeset for help on using the changeset viewer.