Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8480)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8481)
@@ -78,4 +78,7 @@
      - accordingly increased version number by one
 
+   * mjobs/Makefile:
+     - added mextralgo to includes
+
 
 
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 8480)
+++ trunk/MagicSoft/Mars/NEWS	(revision 8481)
@@ -19,4 +19,13 @@
      all arrival times are shifted at the same time (in fact it might be
      a shift of the artificial trigger w.r.t. to the light flash).
+
+   - callisto: It is now possible to use the position of the maximum
+     of the spline as arrival time instead of the leading edge even
+     when using the integral for the signal. Therefor set the extraction
+     type to kIntegralRel ("IntegralRelative") and the relative height
+     ("HeightTm") to -1:
+       MJPedestalC1.ExtractSignal.ExtractionType: IntegralRelative
+       MJPedestalC1.ExtractSignal.HeightTm: -1
+
 
 
Index: trunk/MagicSoft/Mars/mjobs/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mjobs/Makefile	(revision 8480)
+++ trunk/MagicSoft/Mars/mjobs/Makefile	(revision 8481)
@@ -23,5 +23,5 @@
            -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../mtrigger -I../mmuon -I../mmc -I../mmovie -I../mextralgo
 
 SRCFILES = MSequence.cc \
