Changeset 8481
- Timestamp:
- 05/09/07 13:48:20 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8480 r8481 78 78 - accordingly increased version number by one 79 79 80 * mjobs/Makefile: 81 - added mextralgo to includes 82 80 83 81 84 -
trunk/MagicSoft/Mars/NEWS
r8479 r8481 19 19 all arrival times are shifted at the same time (in fact it might be 20 20 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 21 30 22 31 -
trunk/MagicSoft/Mars/mjobs/Makefile
r8411 r8481 23 23 -I../mbadpixels -I../msignal -I../mraw -I../mpedestal -I../mtools \ 24 24 -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 26 26 27 27 SRCFILES = MSequence.cc \
Note:
See TracChangeset
for help on using the changeset viewer.