Ignore:
Timestamp:
02/17/06 10:15:31 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MPointingPos.cc

    r7389 r7517  
    5454using namespace std;
    5555
     56const TString MPointingPos::gsDefName  = "MPointingPos";
     57const TString MPointingPos::gsDefTitle = "Container storing the (corrected) telescope pointing position";
     58
    5659// --------------------------------------------------------------------------
    5760//
     
    8992        opt = "radeczdaz";
    9093
    91     *fLog << GetDescriptor() << ": ";
     94    *fLog << GetDescriptor() << ":";
    9295
    9396    if (opt.Contains("ra", TString::kIgnoreCase))
     
    101104    if (opt.Contains("az", TString::kIgnoreCase))
    102105        *fLog << " Az=" << MAstro::GetStringDeg(fAz);
     106
     107    if (fTitle!=gsDefTitle)
     108        *fLog << " <" << fTitle << ">";
     109
    103110    *fLog << endl;
    104111}
Note: See TracChangeset for help on using the changeset viewer.