Changeset 8847 for trunk/MagicSoft/Cosy/gui
- Timestamp:
- 01/31/08 13:58:30 (17 years ago)
- Location:
- trunk/MagicSoft/Cosy/gui
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGAccuracy.cc
r8376 r8847 11 11 #include <TCanvas.h> 12 12 13 #include "coord.h"14 13 #include "MTime.h" 15 14 #include "MAstro.h" 15 #include "MPointing.h" 16 16 17 17 ClassImp(MGAccuracy); -
trunk/MagicSoft/Cosy/gui/MGCoordinates.cc
r8376 r8847 10 10 11 11 #include "MGCoordinate.h" 12 #include "coord.h"13 12 14 13 ClassImp(MGCoordinates); -
trunk/MagicSoft/Cosy/gui/MGCosy.cc
r8838 r8847 3 3 #include <iomanip> 4 4 #include <fstream> 5 6 #include <TROOT.h>7 5 8 6 #include <TGTab.h> // TGTab … … 36 34 37 35 #include "SlaStars.h" 38 /*39 #include "msgqueue.h"40 #include "coord.h"41 #include "slalib.h"42 */43 36 44 37 #define DEBUG -
trunk/MagicSoft/Cosy/gui/MGPngReader.cc
r8814 r8847 6 6 7 7 #include <TTimer.h> 8 9 #include <TH1.h> 10 #include <TH2.h> 11 #include <TGraph.h> 12 #include <TCanvas.h> 13 14 #include <TFile.h> 15 #include <TTree.h> 16 #include <TBranch.h> 8 17 9 18 #include <TGMenu.h> … … 17 26 #include "MGDispCoordinates.h" 18 27 19 #include "coord.h"20 21 28 #include "StarCatalog.h" 22 29 … … 28 35 29 36 #include "MStarList.h" 30 31 #include <TH1.h>32 #include <TH2.h>33 #include <TGraph.h>34 #include <TCanvas.h>35 36 #include <TFile.h>37 #include <TTree.h>38 #include <TBranch.h>39 37 40 38 #include "Led.h" -
trunk/MagicSoft/Cosy/gui/MGSkyPosition.cc
r8818 r8847 15 15 #include <TCanvas.h> 16 16 17 #include "coord.h"18 17 #include "MAstro.h" 19 18 #include "SlaStars.h" -
trunk/MagicSoft/Cosy/gui/MGVelocity.cc
r4076 r8847 18 18 #include <TCanvas.h> 19 19 20 #include "coord.h"21 22 20 ClassImp(MGVelocity); 23 21
Note:
See TracChangeset
for help on using the changeset viewer.