Ignore:
Timestamp:
05/28/04 11:56:06 (21 years ago)
Author:
rico
Message:
Changelog
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/optimizecuts.datacard

    r4117 r4234  
     1/////////////////////////////////////////////////////////
     2// Data card template for optimizeCuts executable      //
     3//                                                     //
     4// *** Compulsory cards are:                           //
     5// ONFILES, OFFFILES, OUTFILE                          //
     6//                                                     //
     7// the rest are optional                               //
     8// *** Do NEVER add a datacard with no value after it  //
     9/////////////////////////////////////////////////////////
    110
    211// Maximun number of on and off events to be processed)
     
    413
    514// On data acceptance rate (e.g 4 for taking 1/4 of whole data sample)
    6 ONRATE 2
     15ONRATE 3
    716
    817// Input file name pattern (On data)
    9 ONFILES  /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/crab20040215OnRotateCalA-D.root
     18ONFILES  /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OnRotateNoCalB.root
    1019
    1120// Input file name pattern (Off data)
    12 OFFFILES  /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/crab20040215OffRotateCalA-H.root
     21OFFFILES  /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OffRotateA-C.root
    1322
    1423// output file name
    15 OUTFILE  ./optimizeCrab_cal_fine.out
     24OUTFILE  ./prueba.out
    1625
    17 // Preliminar cuts (size in size units, distance in deg)
    18 SIZECUT  2000
    19 DISTCUTS 0.2 1.1
    2026
    21 // Length initial, final and step values
    22 LENGTHCUTS 0.15 0.35 0.005
     27// Preliminary distance lower and upper cuts (in deg)
     28DISTCUTS 0.3 1.2
    2329
    24 // Width initial, final and step values
    25 WIDTHCUTS 0.05 0.15 0.005
     30// Size initial, final and number of steps
     31// it will take logarithmic constant intervals
     32// positive number of steps means lower cut (integral)
     33// negative number of steps means lower and upper cuts (diferential)
     34SIZECUTS  500 10000 3
     35
     36// Length initial, final and step values (in deg)
     37LENGTHCUTS 0.15 0.35 0.1
     38
     39// Width initial, final and step values (in deg)
     40WIDTHCUTS 0.05 0.15 0.1
    2641
    2742
Note: See TracChangeset for help on using the changeset viewer.