Changeset 2216 for trunk/MagicSoft/Mars/meventdisp
- Timestamp:
- 06/23/03 14:33:49 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/meventdisp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc
r2210 r2216 40 40 #include "MHillasSrcCalc.h" // MHillasSrcCalc 41 41 #include "MPedestalCam.h" // MPedestalCam 42 #include "MCerPhotAnal 2.h"// MCerPhotAnal42 #include "MCerPhotAnal.h" // MCerPhotAnal 43 43 #include "MMcPedestalCopy.h" // MMcPedestalCopy 44 44 #include "MMcPedestalNSBAdd.h" // MMcPedestalNSBAdd … … 120 120 MMcPedestalCopy *pcopy = new MMcPedestalCopy; 121 121 MMcPedestalNSBAdd *pdnsb = new MMcPedestalNSBAdd; 122 MCerPhotAnal 2 *ncalc = new MCerPhotAnal2;122 MCerPhotAnal *ncalc = new MCerPhotAnal; 123 123 MClone *clone = new MClone("MCerPhotEvt"); 124 124 MImgCleanStd *clean = new MImgCleanStd; … … 205 205 // together with the hillas ellipse or not. 206 206 // 207 #include <iostream> 207 208 void MGCamDisplay::UpdateDisplay() 208 209 { -
trunk/MagicSoft/Mars/meventdisp/Makefile
r1945 r2216 22 22 # connect the include files defined in the config.mk file 23 23 # 24 INCLUDES = -I. -I../mbase -I../mraw -I../mgui -I../mgeom \25 -I../manalysis -I../mfileio -I../mmc -I../mimage 24 INCLUDES = -I. -I../mbase -I../mraw -I../mgui -I../mgeom -I../mhist \ 25 -I../manalysis -I../mfileio -I../mmc -I../mimage 26 26 27 27 #------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.