Ignore:
Timestamp:
06/02/08 10:36:33 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MPointingDev.cc

    r7203 r8911  
    1818!   Author(s): Thomas Bretz, 07/2005 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!
    20 !   Copyright: MAGIC Software Development, 2000-2005
     20!   Copyright: MAGIC Software Development, 2000-2008
    2121!
    2222!
     
    3636using namespace std;
    3737
     38Double_t MPointingDev::GetDevZdRad() const
     39{
     40    return fDevZd*TMath::DegToRad();
     41}
     42
     43Double_t MPointingDev::GetDevAzRad() const
     44{
     45    return fDevAz*TMath::DegToRad();
     46}
Note: See TracChangeset for help on using the changeset viewer.