Ignore:
Timestamp:
04/27/05 16:46:24 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mastro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/MagicSoft/Mars/mastro/MAstroCamera.cc

    r5378 r6979  
    9393                      // HOW TO GET RID OF IT? Move MHCamera to mgeom?
    9494
    95 #include "MStarPos.h"
     95//#include "MStarPos.h"
    9696
    9797ClassImp(MAstroCamera);
     
    429429// Currently, the mean spot when averaging over all mirrors is used.
    430430//
     431/*
    431432void MAstroCamera::FillStarList(TList* list)
    432433{
     
    464465      }
    465466      mean *= 1./num;
     467
    466468      MStarPos *starpos = new MStarPos;
    467469      starpos->SetExpValues(mag,mean(0),mean(1));
     
    477479    }
    478480}
     481*/
    479482
    480483// ------------------------------------------------------------------------
  • TabularUnified trunk/MagicSoft/Mars/mastro/MAstroCamera.h

    r4433 r6979  
    3535    void SetGeom(const MGeomCam &cam);
    3636
    37     void FillStarList(TList *list);
     37    //void FillStarList(TList *list);
    3838
    3939    void GetDiffZdAz(Double_t x, Double_t y, Double_t &dzd, Double_t &daz);
Note: See TracChangeset for help on using the changeset viewer.