Changeset 8531 for trunk


Ignore:
Timestamp:
05/21/07 12:12:11 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8530 r8531  
    2828
    2929
    30  2007/05/21 Daniela Dorner
     30 2007/05/21 Thomas Bretz
    3131
    3232   * msignal/MSignalPix.h:
     
    3838     - added a function to compare the islands in two objects
    3939     - adde Copy function
     40
     41   * mjobs/MJStar.cc:
     42     - added MHEffictiveOnTime to parlist to get access from the
     43       resource file
     44
     45   * mjobs/Makefile:
     46     - added include of mhflux
    4047
    4148
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r8474 r8531  
    4646
    4747#include "MHSectorVsTime.h"
     48#include "MHEffectiveOnTime.h"
    4849#include "MHCamEvent.h"
    4950#include "MBinning.h"
     
    227228    fillp2.SetBit(MFillH::kCanSkip);
    228229
     230    // Needed in parameter list for ReadEnv
     231    MHEffectiveOnTime hontime;
     232    plist.AddToList(&hontime);
     233
    229234    MFillH fill0a(&evt0a,             "MSignalCam",      "FillSignalCam");
    230235    MFillH fill0b(&evt0b,             "MSignalCam",      "FillCntUsedPixels");
  • trunk/MagicSoft/Mars/mjobs/Makefile

    r8481 r8531  
    1919#  connect the include files defined in the config.mk file
    2020#
    21 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhbase -I../mhcalib \
    22            -I../mfileio -I../mfilter -I../manalysis -I../mhist -I../mcalib \
    23            -I../mbadpixels -I../msignal -I../mraw -I../mpedestal -I../mtools \
    24            -I../mimage -I../mpointing -I../mastro -I../mfbase -I../mhvstime \
    25            -I../mtrigger -I../mmuon -I../mmc -I../mmovie -I../mextralgo
     21INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhbase \
     22           -I../mhcalib -I../mfileio -I../mfilter -I../manalysis -I../mhist \
     23           -I../mcalib -I../mbadpixels -I../msignal -I../mraw -I../mpedestal \
     24           -I../mtools -I../mimage -I../mpointing -I../mastro -I../mfbase \
     25           -I../mhvstime -I../mtrigger -I../mmuon -I../mmc -I../mmovie \
     26           -I../mextralgo -I../mhflux
    2627
    2728SRCFILES = MSequence.cc \
Note: See TracChangeset for help on using the changeset viewer.