Changeset 8531 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 05/21/07 12:12:11 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.