Ignore:
Timestamp:
07/19/05 11:06:01 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mreport
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReportDrive.cc

    r6994 r7197  
    135135Double_t MReportDrive::GetAbsError() const
    136136{
     137    // For the algorithm see also MReportStarguider
    137138    const Double_t pzd = fNominalZd*TMath::DegToRad();
    138139    const Double_t azd = fErrorZd  *TMath::DegToRad();
  • trunk/MagicSoft/Mars/mreport/MReportStarguider.cc

    r7196 r7197  
    129129Double_t MReportStarguider::GetDevAbs() const
    130130{
     131    // For the algorithm see also MReportDrive
    131132    const Double_t pzd = fNominalZd * TMath::DegToRad();
    132133    const Double_t azd = fDevZd/60  * TMath::DegToRad();
  • trunk/MagicSoft/Mars/mreport/MReportStarguider.h

    r6922 r7197  
    3030    Double_t GetDevAz() const { return fDevAz; }
    3131    Double_t GetDevZd() const { return fDevZd; }
     32    Double_t GetDevAbs() const;
    3233
    3334    Double_t GetNominalZd() const { return fNominalZd; }
Note: See TracChangeset for help on using the changeset viewer.