Changeset 12596 for trunk/Cosy


Ignore:
Timestamp:
11/21/11 13:03:49 (13 years ago)
Author:
tbretz
Message:
Removed the zenith angle position correction for FACT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/main/MSlewing.cc

    r10008 r12596  
    1 #include "MSlewing.h"
    21#include "MSlewing.h"
    32
     
    176175        // ==============================================
    177176        //   Estimate the noncircularity of the zd axis
     177#ifdef FACT
     178        const Double_t add = 0;
     179#else
    178180        const Double_t add = GetDiff(sepos)-GetDiff(dest);
     181#endif
    179182
    180183        const ZdAz dest2(dest.Zd()+add, dest.Az());
Note: See TracChangeset for help on using the changeset viewer.