Ignore:
Timestamp:
06/23/03 14:33:49 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/meventdisp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc

    r2210 r2216  
    4040#include "MHillasSrcCalc.h"      // MHillasSrcCalc
    4141#include "MPedestalCam.h"        // MPedestalCam
    42 #include "MCerPhotAnal2.h"       // MCerPhotAnal
     42#include "MCerPhotAnal.h"        // MCerPhotAnal
    4343#include "MMcPedestalCopy.h"     // MMcPedestalCopy
    4444#include "MMcPedestalNSBAdd.h"   // MMcPedestalNSBAdd
     
    120120    MMcPedestalCopy   *pcopy = new MMcPedestalCopy;
    121121    MMcPedestalNSBAdd *pdnsb = new MMcPedestalNSBAdd;
    122     MCerPhotAnal2     *ncalc = new MCerPhotAnal2;
     122    MCerPhotAnal      *ncalc = new MCerPhotAnal;
    123123    MClone            *clone = new MClone("MCerPhotEvt");
    124124    MImgCleanStd      *clean = new MImgCleanStd;
     
    205205//  together with the hillas ellipse or not.
    206206//
     207#include <iostream>
    207208void MGCamDisplay::UpdateDisplay()
    208209{
  • trunk/MagicSoft/Mars/meventdisp/Makefile

    r1945 r2216  
    2222#  connect the include files defined in the config.mk file
    2323#
    24 INCLUDES = -I. -I../mbase -I../mraw -I../mgui -I../mgeom \
    25            -I../manalysis -I../mfileio -I../mmc -I../mimage
     24INCLUDES = -I. -I../mbase -I../mraw -I../mgui -I../mgeom -I../mhist \
     25           -I../manalysis -I../mfileio -I../mmc -I../mimage 
    2626
    2727#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.