Changeset 8911 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 06/02/08 10:36:33 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MPointingDev.cc
r7203 r8911 18 18 ! Author(s): Thomas Bretz, 07/2005 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 520 ! Copyright: MAGIC Software Development, 2000-2008 21 21 ! 22 22 ! … … 36 36 using namespace std; 37 37 38 Double_t MPointingDev::GetDevZdRad() const 39 { 40 return fDevZd*TMath::DegToRad(); 41 } 42 43 Double_t MPointingDev::GetDevAzRad() const 44 { 45 return fDevAz*TMath::DegToRad(); 46 }
Note:
See TracChangeset
for help on using the changeset viewer.