Changeset 7197 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 07/19/05 11:06:01 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/mreport
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportDrive.cc
r6994 r7197 135 135 Double_t MReportDrive::GetAbsError() const 136 136 { 137 // For the algorithm see also MReportStarguider 137 138 const Double_t pzd = fNominalZd*TMath::DegToRad(); 138 139 const Double_t azd = fErrorZd *TMath::DegToRad(); -
trunk/MagicSoft/Mars/mreport/MReportStarguider.cc
r7196 r7197 129 129 Double_t MReportStarguider::GetDevAbs() const 130 130 { 131 // For the algorithm see also MReportDrive 131 132 const Double_t pzd = fNominalZd * TMath::DegToRad(); 132 133 const Double_t azd = fDevZd/60 * TMath::DegToRad(); -
trunk/MagicSoft/Mars/mreport/MReportStarguider.h
r6922 r7197 30 30 Double_t GetDevAz() const { return fDevAz; } 31 31 Double_t GetDevZd() const { return fDevZd; } 32 Double_t GetDevAbs() const; 32 33 33 34 Double_t GetNominalZd() const { return fNominalZd; }
Note:
See TracChangeset
for help on using the changeset viewer.