Changeset 5962 for trunk/MagicSoft/Mars/mtemp
- Timestamp:
- 01/24/05 11:42:21 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae/programs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc
r5959 r5962 302 302 /* FOURTH LOOP TO READ THE RANDOM FOREST FILE(S) */ 303 303 /************************************************************************/ 304 MParList plistrf;305 MTaskList tlistrf;304 MParList plistrf; 305 MTaskList tlistrf; 306 306 MRanForest ranforest; 307 MRanTree rantree; 307 308 308 309 if(rffilename.Length()) … … 310 311 plistrf.AddToList(&tlistrf); 311 312 plistrf.AddToList(&ranforest); 313 plistrf.AddToList(&rantree); 312 314 313 315 MReadTree readrf("Tree",rffilename); … … 476 478 plist5.AddToList(&reportdrive); 477 479 plist5.AddToList(&topology); 480 plist5.AddToList(&rantree); 478 481 plist5.AddToList(&ranforest); 479 482 if(dispfilename.Length()) -
trunk/MagicSoft/Mars/mtemp/mifae/programs/makehillas.datacard
r5954 r5962 11 11 12 12 // Maximun number of (data) events to be processed) 13 NEVENTS 99999913 NEVENTS 10000 14 14 15 15 // data file directory 16 IDIR / local_disk/jrico/rawdata/16 IDIR /home/ona/link_data/ 17 17 18 18 // Pedestal (PRUNS), calibration (CRUNS) and data runs (DRUNS), e.g 1500-23444,25444,25455-26544 19 19 // if PRUNS 0, take pedestals from low gains 20 PCRUNS 45 38021 CRUNS 454 1922 DRUNS 4542820 PCRUNS 45469 21 CRUNS 45470 22 DRUNS 45220-45223,45228-45231,45233-45236,45238,45383-45386,45388-45390,45392-45394,45396-45398,45495-45498,45500 23 23 24 24 // output file name 25 25 // OUTFILE ~/magic/mars/mars/hillasCrab/crab20040215OnA.root 26 OUTFILE /local_disk/jrico/prueba2.root 26 OUTFILE /home/rico/magic/hillasFiles/hillasCrab_200411_new.root 27 27 28 28 29 // Selection cut. … … 65 66 // Add the following word if you want to include Hadronness calculation, 66 67 // followed by the name of the Random Forest file 67 RANFOREST RFstd.root68 RANFOREST /home/rico/magic/mars/mtemp/mifae/programs/RFstd.root 68 69 69 70 // Add the following word if you want to apply DISP method analysis, 70 71 // followed by the name of the file where the MDispParameters container 71 72 // with the optimal values of the DISP parameters is stored 72 DISP DISPstd.root73 DISP /home/rico/magic/mars/mtemp/mifae/programs/DISPstd.root 73 74 74 75 //Island calculations
Note:
See TracChangeset
for help on using the changeset viewer.