Changeset 4050 for trunk/MagicSoft/Mars/mtemp/mifae/library/MSrcRotate.cc
- Timestamp:
- 05/11/04 19:32:07 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/library/MSrcRotate.cc
r3984 r4050 180 180 // de-rotate the source position 181 181 const MAstroSky2Local Observation(eventTime, *fObservatory); 182 Double_t rotationAngle = Observation.RotationAngle(fRA,fDEC); 182 const MAstroSky2Local RefObservation(fRefMJD, *fObservatory); 183 Double_t rotationAngle = Observation.RotationAngle(fRA,fDEC)-RefObservation.RotationAngle(fRA,fDEC); 183 184 184 185 Float_t c = TMath::Cos(rotationAngle);
Note:
See TracChangeset
for help on using the changeset viewer.