Ignore:
Timestamp:
06/12/09 11:12:58 (15 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/starvisyear.C

    r8324 r9455  
    3333///////////////////////////////////////////////////////////////////////////
    3434
     35#include <TString.h>
     36#include <TCanvas.h>
     37#include <TH2D.h>
     38#include <TGraph.h>
     39
     40#include "MObservatory.h"
     41#include "MTime.h"
     42#include "MAstro.h"
     43#include "MAstroSky2Local.h"
     44#include "MVector3.h"
     45#include "MH.h"
     46
     47
    3548void starvisyear()
    3649{
     
    4558
    4659    // Setup right ascension and declination of the source to display
     60    //Crab
    4761    const Double_t ra  = MAstro::Hms2Rad(5, 34, 31.9);
    4862    const Double_t dec = MAstro::Dms2Rad(22, 0, 52.0);
Note: See TracChangeset for help on using the changeset viewer.