Changeset 4625 for trunk/MagicSoft/Mars/mtemp/MStarLocalPos.cc
- Timestamp:
- 08/16/04 12:28:05 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/MStarLocalPos.cc
r4545 r4625 96 96 } 97 97 98 void MStarLocalPos::SetIdealValues(Float_t mag, Float_t x, Float_t y) 99 { 100 fMagIdeal = mag; 101 fXIdeal = x; 102 fYIdeal = y; 103 } 104 98 105 void MStarLocalPos::SetCalcValues(Float_t mag, Float_t max, 99 106 Float_t x, Float_t y, Float_t sigmaMinorAxis, Float_t sigmaMajorAxis) … … 225 232 *fLog << inf << "Star Name: \"" << this->GetName() << "\"" << endl; 226 233 } 227 234 235 if (o.Contains("mag", TString::kIgnoreCase) || opt == NULL) 236 { 228 237 229 if (o.Contains("mag", TString::kIgnoreCase) || opt == NULL) 230 { 231 232 *fLog << inf << "Star maginitude:" << endl; 238 *fLog << inf << "Star magnitude:" << endl; 233 239 *fLog << inf << " Expected \t" << setw(4) << fMagExp << endl; 234 240 *fLog << inf << " Calcultated \t " << setw(4) << fMagCalc << endl;
Note:
See TracChangeset
for help on using the changeset viewer.