Changeset 3370
- Timestamp:
- 03/01/04 14:21:39 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHStarMap.cc
r3366 r3370 185 185 } 186 186 187 fSinLat = TMath::Sin(obs->GetPhi());188 fCosLat = TMath::Cos(obs->GetPhi());189 190 187 return kTRUE; 191 188 } … … 242 239 // - and perform a rotation to compensate the rotation of the 243 240 // sky image in the camera 244 245 const Double_t theta = fMcEvt->GetTelescopeTheta();246 const Double_t phi = fMcEvt->GetTelescopePhi();247 248 241 Double_t cosal; 249 242 Double_t sinal;
Note:
See TracChangeset
for help on using the changeset viewer.