Ignore:
Timestamp:
01/24/05 11:42:21 (20 years ago)
Author:
rico
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp/mifae/programs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc

    r5959 r5962  
    302302  /*                 FOURTH LOOP TO READ THE RANDOM FOREST FILE(S)         */
    303303  /************************************************************************/     
    304   MParList  plistrf;
    305   MTaskList tlistrf;
     304  MParList   plistrf;
     305  MTaskList  tlistrf;
    306306  MRanForest ranforest;
     307  MRanTree   rantree;
    307308
    308309  if(rffilename.Length())
     
    310311      plistrf.AddToList(&tlistrf);
    311312      plistrf.AddToList(&ranforest);
     313      plistrf.AddToList(&rantree);
    312314
    313315      MReadTree readrf("Tree",rffilename);
     
    476478  plist5.AddToList(&reportdrive);
    477479  plist5.AddToList(&topology);
     480  plist5.AddToList(&rantree);
    478481  plist5.AddToList(&ranforest);
    479482  if(dispfilename.Length())
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/makehillas.datacard

    r5954 r5962  
    1111
    1212// Maximun number of (data) events to be processed)
    13 NEVENTS 999999
     13NEVENTS 10000
    1414
    1515// data file directory
    16 IDIR /local_disk/jrico/rawdata/
     16IDIR /home/ona/link_data/
    1717
    1818// Pedestal (PRUNS), calibration (CRUNS) and data runs (DRUNS), e.g 1500-23444,25444,25455-26544
    1919// if PRUNS 0, take pedestals from low gains
    20 PCRUNS 45380
    21 CRUNS  45419
    22 DRUNS  45428
     20PCRUNS 45469
     21CRUNS  45470
     22DRUNS 45220-45223,45228-45231,45233-45236,45238,45383-45386,45388-45390,45392-45394,45396-45398,45495-45498,45500
    2323
    2424// output file name
    2525// OUTFILE ~/magic/mars/mars/hillasCrab/crab20040215OnA.root
    26 OUTFILE /local_disk/jrico/prueba2.root
     26OUTFILE /home/rico/magic/hillasFiles/hillasCrab_200411_new.root
     27
    2728
    2829// Selection cut.
     
    6566// Add the following word if you want to include Hadronness calculation,
    6667// followed by the name of the Random Forest file
    67 RANFOREST RFstd.root
     68RANFOREST /home/rico/magic/mars/mtemp/mifae/programs/RFstd.root
    6869
    6970// Add the following word if you want to apply DISP method analysis,
    7071// followed by the name of the file where the MDispParameters container
    7172// with the optimal values of the DISP parameters is stored
    72 DISP DISPstd.root
     73DISP /home/rico/magic/mars/mtemp/mifae/programs/DISPstd.root
    7374
    7475//Island calculations
Note: See TracChangeset for help on using the changeset viewer.