Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8530)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8531)
@@ -28,5 +28,5 @@
 
 
- 2007/05/21 Daniela Dorner
+ 2007/05/21 Thomas Bretz
 
    * msignal/MSignalPix.h:
@@ -38,4 +38,11 @@
      - added a function to compare the islands in two objects
      - adde Copy function
+
+   * mjobs/MJStar.cc:
+     - added MHEffictiveOnTime to parlist to get access from the
+       resource file
+
+   * mjobs/Makefile:
+     - added include of mhflux
 
 
Index: /trunk/MagicSoft/Mars/mjobs/MJStar.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJStar.cc	(revision 8530)
+++ /trunk/MagicSoft/Mars/mjobs/MJStar.cc	(revision 8531)
@@ -46,4 +46,5 @@
 
 #include "MHSectorVsTime.h"
+#include "MHEffectiveOnTime.h"
 #include "MHCamEvent.h"
 #include "MBinning.h"
@@ -227,4 +228,8 @@
     fillp2.SetBit(MFillH::kCanSkip);
 
+    // Needed in parameter list for ReadEnv
+    MHEffectiveOnTime hontime;
+    plist.AddToList(&hontime);
+
     MFillH fill0a(&evt0a,             "MSignalCam",      "FillSignalCam");
     MFillH fill0b(&evt0b,             "MSignalCam",      "FillCntUsedPixels");
Index: /trunk/MagicSoft/Mars/mjobs/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/Makefile	(revision 8530)
+++ /trunk/MagicSoft/Mars/mjobs/Makefile	(revision 8531)
@@ -19,9 +19,10 @@
 #  connect the include files defined in the config.mk file
 #
-INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhbase -I../mhcalib \
-	   -I../mfileio -I../mfilter -I../manalysis -I../mhist -I../mcalib \
-           -I../mbadpixels -I../msignal -I../mraw -I../mpedestal -I../mtools \
-           -I../mimage -I../mpointing -I../mastro -I../mfbase -I../mhvstime \
-           -I../mtrigger -I../mmuon -I../mmc -I../mmovie -I../mextralgo
+INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhbase \
+	   -I../mhcalib -I../mfileio -I../mfilter -I../manalysis -I../mhist \
+           -I../mcalib -I../mbadpixels -I../msignal -I../mraw -I../mpedestal \
+           -I../mtools -I../mimage -I../mpointing -I../mastro -I../mfbase \
+           -I../mhvstime -I../mtrigger -I../mmuon -I../mmc -I../mmovie \
+           -I../mextralgo -I../mhflux
 
 SRCFILES = MSequence.cc \
