Changeset 5281


Ignore:
Timestamp:
10/18/04 16:15:19 (20 years ago)
Author:
rico
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp/mifae
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/Changelog

    r5277 r5281  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21  2004/10/15  Javier Rico
     22    * programs/makeHillas.cc, programs/Makefile
     23     - Write out MReportDrive
     24       
    2125  2004/10/15  Javier Rico
    2226    * macros/mmcCleaning.C
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/Makefile

    r5191 r5281  
    1818include ../../../Makefile.conf.general
    1919
    20 PROGRAMS = makeHillas psffit falseSource srcPos optimizeCuts calib controlPlot
     20PROGRAMS = makeHillas psffit falseSource srcPos optimizeCuts controlPlot
    2121SOLIB    = $(MARSSYS)/libmars.so
    2222
     
    4545           -I../../../mhist \
    4646           -I../../../mastro \
     47           -I../../../mreport \
    4748           -I../../../mtemp
    4849
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc

    r5208 r5281  
    5555#include "MF.h"
    5656#include "MContinue.h"
     57#include "MReportDrive.h"
    5758
    5859#include "TApplication.h"
     
    255256      MRawRunHeader   runhead;     
    256257      MArrivalTimeCam timecam;     
     258      MReportDrive    reportdrive;
    257259      // islands
    258260      MIslands      isl;
     
    284286      plist4.AddToList(&newimagepar);
    285287      plist4.AddToList(&runhead);
     288      plist4.AddToList(&reportdrive);
    286289     
    287290      // cuts
     
    352355      write.AddContainer("MSrcPosCam"     , "Parameters");
    353356      write.AddContainer("MIslands"       , "Parameters");
    354      
     357      write.AddContainer("MReportDrive"   , "Parameters");
     358
    355359      if (islflag == 2)
    356360        write.AddContainer("MIslands2" , "Parameters");
Note: See TracChangeset for help on using the changeset viewer.