Changeset 9455 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 06/12/09 11:12:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.