Changeset 5281 for trunk/MagicSoft/Mars/mtemp
- Timestamp:
- 10/18/04 16:15:19 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/Changelog
r5277 r5281 19 19 -*-*- END OF LINE -*-*- 20 20 21 2004/10/15 Javier Rico 22 * programs/makeHillas.cc, programs/Makefile 23 - Write out MReportDrive 24 21 25 2004/10/15 Javier Rico 22 26 * macros/mmcCleaning.C -
trunk/MagicSoft/Mars/mtemp/mifae/programs/Makefile
r5191 r5281 18 18 include ../../../Makefile.conf.general 19 19 20 PROGRAMS = makeHillas psffit falseSource srcPos optimizeCuts calibcontrolPlot20 PROGRAMS = makeHillas psffit falseSource srcPos optimizeCuts controlPlot 21 21 SOLIB = $(MARSSYS)/libmars.so 22 22 … … 45 45 -I../../../mhist \ 46 46 -I../../../mastro \ 47 -I../../../mreport \ 47 48 -I../../../mtemp 48 49 -
trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc
r5208 r5281 55 55 #include "MF.h" 56 56 #include "MContinue.h" 57 #include "MReportDrive.h" 57 58 58 59 #include "TApplication.h" … … 255 256 MRawRunHeader runhead; 256 257 MArrivalTimeCam timecam; 258 MReportDrive reportdrive; 257 259 // islands 258 260 MIslands isl; … … 284 286 plist4.AddToList(&newimagepar); 285 287 plist4.AddToList(&runhead); 288 plist4.AddToList(&reportdrive); 286 289 287 290 // cuts … … 352 355 write.AddContainer("MSrcPosCam" , "Parameters"); 353 356 write.AddContainer("MIslands" , "Parameters"); 354 357 write.AddContainer("MReportDrive" , "Parameters"); 358 355 359 if (islflag == 2) 356 360 write.AddContainer("MIslands2" , "Parameters");
Note:
See TracChangeset
for help on using the changeset viewer.