Ignore:
Timestamp:
08/16/04 12:28:05 (20 years ago)
Author:
rwagner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/MStarLocalPos.cc

    r4545 r4625  
    9696}
    9797
     98void MStarLocalPos::SetIdealValues(Float_t mag, Float_t x, Float_t y)
     99{
     100     fMagIdeal = mag;
     101     fXIdeal = x;
     102     fYIdeal = y;
     103}
     104
    98105void MStarLocalPos::SetCalcValues(Float_t mag, Float_t max,
    99106        Float_t x, Float_t y, Float_t sigmaMinorAxis, Float_t sigmaMajorAxis)
     
    225232      *fLog << inf << "Star Name: \"" << this->GetName() << "\"" << endl;
    226233    }
    227    
     234     
     235  if (o.Contains("mag", TString::kIgnoreCase) || opt == NULL)
     236    {
    228237 
    229   if (o.Contains("mag", TString::kIgnoreCase) || opt == NULL)
    230     {
    231  
    232       *fLog << inf << "Star maginitude:" << endl;
     238      *fLog << inf << "Star magnitude:" << endl;
    233239      *fLog << inf << " Expected \t" << setw(4) << fMagExp << endl;
    234240      *fLog << inf << " Calcultated \t " << setw(4) << fMagCalc << endl;
Note: See TracChangeset for help on using the changeset viewer.