Changeset 4153 for trunk/MagicSoft/Cosy
- Timestamp:
- 05/24/04 18:14:26 (21 years ago)
- Location:
- trunk/MagicSoft/Cosy/main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MCosy.cc
r4107 r4153 409 409 za *= TMath::TwoPi(); // [rad] 410 410 //cout << "RE1: " << za.Zd()*180/3.1415 << " " << za.Az()*180/3.1415 << endl; 411 fTrackingPos = fBending.CorrectBack(za)*TMath::RadToDeg(); 411 fTrackingPosRaw = za*TMath::RadToDeg(); 412 fTrackingPos = fBending.CorrectBack(za)*TMath::RadToDeg(); 412 413 //cout << "RE2: " << fTrackingPos.Zd() << " " << fTrackingPos.Az() << endl; 413 414 } -
trunk/MagicSoft/Cosy/main/MCosy.h
r4105 r4153 60 60 Start(); 61 61 } 62 ~MTTalk() { cout << "~MTTalk::MTTalk" <<endl; }62 ~MTTalk() { std::cout << "~MTTalk::MTTalk" << std::endl; } 63 63 }; 64 64 … … 90 90 // with a generic interface to both... 91 91 ZdAz fTrackingPos; // [deg] Current tracking position 92 ZdAz fTrackingPosRaw // [deg] Raw tracking position 92 93 93 94 TMutex fMutexGui; … … 189 190 190 191 ZdAz GetTrackingPosDeg() const { return fTrackingPos; }; 192 ZdAz GetTrackingPosRaw() const { return fTrackingPosRaw; }; 191 193 void SetTrackingPosRE(ZdAz za); 192 194
Note:
See TracChangeset
for help on using the changeset viewer.