Changeset 8481


Ignore:
Timestamp:
05/09/07 13:48:20 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8480 r8481  
    7878     - accordingly increased version number by one
    7979
     80   * mjobs/Makefile:
     81     - added mextralgo to includes
     82
    8083
    8184
  • trunk/MagicSoft/Mars/NEWS

    r8479 r8481  
    1919     all arrival times are shifted at the same time (in fact it might be
    2020     a shift of the artificial trigger w.r.t. to the light flash).
     21
     22   - callisto: It is now possible to use the position of the maximum
     23     of the spline as arrival time instead of the leading edge even
     24     when using the integral for the signal. Therefor set the extraction
     25     type to kIntegralRel ("IntegralRelative") and the relative height
     26     ("HeightTm") to -1:
     27       MJPedestalC1.ExtractSignal.ExtractionType: IntegralRelative
     28       MJPedestalC1.ExtractSignal.HeightTm: -1
     29
    2130
    2231
  • trunk/MagicSoft/Mars/mjobs/Makefile

    r8411 r8481  
    2323           -I../mbadpixels -I../msignal -I../mraw -I../mpedestal -I../mtools \
    2424           -I../mimage -I../mpointing -I../mastro -I../mfbase -I../mhvstime \
    25            -I../mtrigger -I../mmuon -I../mmc -I../mmovie
     25           -I../mtrigger -I../mmuon -I../mmc -I../mmovie -I../mextralgo
    2626
    2727SRCFILES = MSequence.cc \
Note: See TracChangeset for help on using the changeset viewer.