Ignore:
Timestamp:
09/03/04 13:57:47 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4575 r4840  
    125125// --------------------------------------------------------------------------
    126126//
     127// GetAbsError [deg]
     128//
    127129// Returns the absolute deviation from the nominal position calculated
    128130// from the system error.
     131//
    129132//
    130133Double_t MReportDrive::GetAbsError() const
     
    154157    return acos(d)*TMath::RadToDeg();
    155158}
     159
     160void MReportDrive::Print(Option_t *o) const
     161{
     162    *fLog << GetDescriptor() << ": Mjd=" << fMjd << " Ra=" << fRa << " Dec=" << fDec;
     163    *fLog << " dZd=" << fErrorZd << " dAz=" << fErrorAz << " D=" << GetAbsError() << endl;
     164}
Note: See TracChangeset for help on using the changeset viewer.