Changeset 9455 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
06/12/09 11:12:58 (15 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9450 r9455  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2009/06/12 Daniela Dorner
     22
     23   * datacenter/db/include.php:
     24     - adapted path of plus.png and minus.png
     25
     26   * datacenter/db/index-footer.html:
     27     - adapted footer
     28
     29   * datacenter/db/menu.php:
     30     - added functions for CTA MC
     31
     32   * datacenter/db/ctadefs.php:
     33     - added (analog file to magicdefs.php for CTA)
     34
     35   * datacenter/db/ctamcinfo.php:
     36     - added (website to display info about produced CTA MC)
     37
     38   * macros/starvisyear.C:
     39     - added includes for compiling
     40
     41
    2042
    2143 2009/06/09 Daniela Dorner
  • 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.