- Timestamp:
- 05/21/07 12:12:11 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8530 r8531 28 28 29 29 30 2007/05/21 Daniela Dorner30 2007/05/21 Thomas Bretz 31 31 32 32 * msignal/MSignalPix.h: … … 38 38 - added a function to compare the islands in two objects 39 39 - 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 40 47 41 48 -
trunk/MagicSoft/Mars/mjobs/MJStar.cc
r8474 r8531 46 46 47 47 #include "MHSectorVsTime.h" 48 #include "MHEffectiveOnTime.h" 48 49 #include "MHCamEvent.h" 49 50 #include "MBinning.h" … … 227 228 fillp2.SetBit(MFillH::kCanSkip); 228 229 230 // Needed in parameter list for ReadEnv 231 MHEffectiveOnTime hontime; 232 plist.AddToList(&hontime); 233 229 234 MFillH fill0a(&evt0a, "MSignalCam", "FillSignalCam"); 230 235 MFillH fill0b(&evt0b, "MSignalCam", "FillCntUsedPixels"); -
trunk/MagicSoft/Mars/mjobs/Makefile
r8481 r8531 19 19 # connect the include files defined in the config.mk file 20 20 # 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 21 INCLUDES = -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 26 27 27 28 SRCFILES = MSequence.cc \
Note:
See TracChangeset
for help on using the changeset viewer.