Changeset 6979 for trunk/MagicSoft/Mars/mastro
- Timestamp:
- 04/27/05 16:46:24 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mastro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Mars/mastro/MAstroCamera.cc ¶
r5378 r6979 93 93 // HOW TO GET RID OF IT? Move MHCamera to mgeom? 94 94 95 #include "MStarPos.h"95 //#include "MStarPos.h" 96 96 97 97 ClassImp(MAstroCamera); … … 429 429 // Currently, the mean spot when averaging over all mirrors is used. 430 430 // 431 /* 431 432 void MAstroCamera::FillStarList(TList* list) 432 433 { … … 464 465 } 465 466 mean *= 1./num; 467 466 468 MStarPos *starpos = new MStarPos; 467 469 starpos->SetExpValues(mag,mean(0),mean(1)); … … 477 479 } 478 480 } 481 */ 479 482 480 483 // ------------------------------------------------------------------------ -
TabularUnified trunk/MagicSoft/Mars/mastro/MAstroCamera.h ¶
r4433 r6979 35 35 void SetGeom(const MGeomCam &cam); 36 36 37 void FillStarList(TList *list);37 //void FillStarList(TList *list); 38 38 39 39 void GetDiffZdAz(Double_t x, Double_t y, Double_t &dzd, Double_t &daz);
Note:
See TracChangeset
for help on using the changeset viewer.