Changeset 8657 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 08/06/07 15:44:16 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/mpointing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MHSrcPosCam.cc
r8383 r8657 167 167 void MHSrcPosCam::Paint(Option_t *) 168 168 { 169 MH::SetPalette(" glow1", 99);169 MH::SetPalette("pretty", 99); 170 170 } 171 171 -
trunk/MagicSoft/Mars/mpointing/MSrcPosCam.h
r7804 r8657 27 27 void Add(const TVector2 &v); 28 28 29 Float_t GetDist() const { return TMath::Hypot(fX, fY); } 30 29 31 Float_t GetX() const { return fX; } 30 32 Float_t GetY() const { return fY; }
Note:
See TracChangeset
for help on using the changeset viewer.