Changeset 7178 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 07/08/05 18:14:35 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mpointing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MPointingPos.h
r5117 r7178 30 30 fTitle = title ? title : "Container storing the (corrected) telescope pointing position"; 31 31 } 32 MPointingPos(const MPointingPos &p) : MParContainer(p), 33 fZd(p.fZd), fAz(p.fAz), fRa(p.fRa), fHa(p.fHa), fDec(p.fDec) 34 { 35 } 32 36 33 37 void SetLocalPosition(Double_t zd, Double_t az) { fZd=zd; fAz=az; } -
trunk/MagicSoft/Mars/mpointing/MSrcPosCorrect.cc
r7143 r7178 135 135 if (fRunNumber<56161 && fRunNumber>53832) 136 136 { 137 // dx=-0.05deg, dy=0.03deg, d=0.06deg 137 138 static const TVector2 dxy(-14.24, -9.495); 138 139 fSrcPosCam->Add(dxy);
Note:
See TracChangeset
for help on using the changeset viewer.