Changeset 3570 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 03/22/04 13:20:44 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mpointing
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc
r3569 r3570 169 169 TVector2 v(fX, fY); 170 170 171 *fLog << dbg << fPointPos << " " << fGeom << " " << fObservatory << " " << fSrcPos << endl;172 173 171 // rotate the source position by the current rotation angle 174 172 const Double_t rho = fPointPos->RotationAngle(*fObservatory); -
trunk/MagicSoft/Mars/mpointing/Makefile
r3568 r3570 22 22 # connect the include files defined in the config.mk file 23 23 # 24 INCLUDES = -I. -I../mbase -I../mraw -I../mreport -I../mmc -I../mastro 24 INCLUDES = -I. -I../mbase -I../mraw -I../mreport -I../mmc \ 25 -I../mastro -I../mgeom 25 26 26 27 #------------------------------------------------------------------------------ … … 29 30 30 31 SRCFILES = MPointingPos.cc \ 31 MPointingPosCalc.cc 32 MPointingPosCalc.cc \ 33 MSrcPosCam.cc \ 34 MSrcPosCalc.cc 32 35 33 36 SRCS = $(SRCFILES) -
trunk/MagicSoft/Mars/mpointing/PointingIncl.h
r2598 r3570 1 1 #ifndef __CINT__ 2 2 3 #include <TVector2.h> 4 3 5 #endif // __CINT__ -
trunk/MagicSoft/Mars/mpointing/PointingLinkDef.h
r2601 r3570 8 8 #pragma link C++ class MPointingPosCalc+; 9 9 10 #pragma link C++ class MSrcPosCalc+; 11 #pragma link C++ class MSrcPosCam+; 12 10 13 #endif
Note:
See TracChangeset
for help on using the changeset viewer.