Ignore:
Timestamp:
03/22/04 13:20:44 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mpointing
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc

    r3569 r3570  
    169169    TVector2 v(fX, fY);
    170170
    171     *fLog << dbg << fPointPos << " " << fGeom << " " << fObservatory << " " << fSrcPos << endl;
    172 
    173171    // rotate the source position by the current rotation angle
    174172    const Double_t rho = fPointPos->RotationAngle(*fObservatory);
  • trunk/MagicSoft/Mars/mpointing/Makefile

    r3568 r3570  
    2222#  connect the include files defined in the config.mk file
    2323#
    24 INCLUDES = -I. -I../mbase -I../mraw -I../mreport -I../mmc -I../mastro
     24INCLUDES = -I. -I../mbase -I../mraw -I../mreport -I../mmc \
     25           -I../mastro -I../mgeom
    2526
    2627#------------------------------------------------------------------------------
     
    2930
    3031SRCFILES = MPointingPos.cc \
    31            MPointingPosCalc.cc
     32           MPointingPosCalc.cc \
     33           MSrcPosCam.cc \
     34           MSrcPosCalc.cc
    3235
    3336SRCS    = $(SRCFILES)
  • trunk/MagicSoft/Mars/mpointing/PointingIncl.h

    r2598 r3570  
    11#ifndef __CINT__
    22
     3#include <TVector2.h>
     4
    35#endif // __CINT__
  • trunk/MagicSoft/Mars/mpointing/PointingLinkDef.h

    r2601 r3570  
    88#pragma link C++ class MPointingPosCalc+;
    99
     10#pragma link C++ class MSrcPosCalc+;
     11#pragma link C++ class MSrcPosCam+;
     12
    1013#endif
Note: See TracChangeset for help on using the changeset viewer.