Changeset 8801 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 01/09/08 11:36:08 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MSrcPosCam.cc
r7804 r8801 36 36 #include <fstream> 37 37 38 #include <TMarker.h> 38 39 #include <TVector2.h> 39 40 … … 78 79 *fLog << " - x [mm] = " << fX << endl; 79 80 *fLog << " - y [mm] = " << fY << endl; 81 } 82 83 // ----------------------------------------------------------------------- 84 // 85 // Paint contents 86 // 87 void MSrcPosCam::Paint(Option_t *) 88 { 89 TMarker m; 90 m.SetMarkerStyle(kStar); 91 m.SetMarkerColor(kBlack); 92 m.DrawMarker(fX, fY); 80 93 } 81 94
Note:
See TracChangeset
for help on using the changeset viewer.