Ignore:
Timestamp:
02/05/17 10:42:26 (8 years ago)
Author:
tbretz
Message:
Implemented the possibility to correct for the reflector's abberation - here the outward shift of the CoG of the reflected light of a point source.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mimage/MHillasCalc.cc

    r7804 r18751  
    181181          fNameNewImagePar(gsNameNewImagePar),
    182182          fNameNewImagePar2(gsNameNewImagePar2),
    183           fErrors(7), fFlags(0xff), fIdxIsland(-1)
     183          fErrors(7), fFlags(0xff), fIdxIsland(-1), fAbberation(1)
    184184{
    185185    fName  = name  ? name  : gsDefName.Data();
     
    324324    if (TestFlag(kCalcHillasSrc))
    325325    {
    326         const Int_t rc = fHillasSrc->Calc(*fHillas);
     326        const Int_t rc = fHillasSrc->Calc(*fHillas, fAbberation);
    327327        if (rc<0 || rc>2)
    328328        {
Note: See TracChangeset for help on using the changeset viewer.