Changeset 4966 for trunk/MagicSoft/Mars/mstarcam
- Timestamp:
- 09/13/04 08:57:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mstarcam/MStarCamTrans.cc
r4741 r4966 155 155 fSLat = obs.GetSinPhi(); 156 156 157 gLog << "MStarCamTrans::TransCelLocCam; fDistCam, fCLat, fSLat = "158 << fDistCam << ", " << fCLat << ", " << fSLat << endl;159 160 157 if (fDistCam*fCLat*fSLat == 0.0) 161 158 { … … 233 230 // 234 231 // Output : (X, Y) position in the camera corresponding to (theta, phi) 232 // 233 // (see also MAstro::GetDistOnPlain()) 235 234 // 236 235 Bool_t MStarCamTrans::Loc0LocToCam(Double_t theta0deg, Double_t phi0deg,
Note:
See TracChangeset
for help on using the changeset viewer.