Ignore:
Timestamp:
07/08/05 18:14:35 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mpointing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MPointingPos.h

    r5117 r7178  
    3030        fTitle = title ? title : "Container storing the (corrected) telescope pointing position";
    3131    }
     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    }
    3236
    3337    void SetLocalPosition(Double_t zd, Double_t az) { fZd=zd; fAz=az; }
  • trunk/MagicSoft/Mars/mpointing/MSrcPosCorrect.cc

    r7143 r7178  
    135135    if (fRunNumber<56161 && fRunNumber>53832)
    136136    {
     137        // dx=-0.05deg, dy=0.03deg, d=0.06deg
    137138        static const TVector2 dxy(-14.24, -9.495);
    138139        fSrcPosCam->Add(dxy);
Note: See TracChangeset for help on using the changeset viewer.