Changeset 9455 for trunk/MagicSoft
- Timestamp:
- 06/12/09 11:12:58 (15 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9450 r9455 18 18 19 19 -*-*- 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 20 42 21 43 2009/06/09 Daniela Dorner -
trunk/MagicSoft/Mars/macros/starvisyear.C
r8324 r9455 33 33 /////////////////////////////////////////////////////////////////////////// 34 34 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 35 48 void starvisyear() 36 49 { … … 45 58 46 59 // Setup right ascension and declination of the source to display 60 //Crab 47 61 const Double_t ra = MAstro::Hms2Rad(5, 34, 31.9); 48 62 const Double_t dec = MAstro::Dms2Rad(22, 0, 52.0);
Note:
See TracChangeset
for help on using the changeset viewer.