///////////////////////////////////////////////////////// // Data card template for optimizeCuts executable // // // // *** Compulsory cards are: // // ONFILES, OFFFILES, OUTFILE // // // // the rest are optional // // *** Do NEVER add a datacard with no value after it // ///////////////////////////////////////////////////////// // Maximun number of on and off events to be processed) NEVENTS 9999999 // On data acceptance rate (e.g 4 for taking 1/4 of whole data sample) ONRATE 3 // Input file name pattern (On data) ONFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OnRotateNoCalB.root // Input file name pattern (Off data) OFFFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OffRotateA-C.root // output file name OUTFILE ./prueba.out // Preliminary distance lower and upper cuts (in deg) DISTCUTS 0.3 1.2 // Size initial, final and number of steps // it will take logarithmic constant intervals // positive number of steps means lower cut (integral) // negative number of steps means lower and upper cuts (diferential) SIZECUTS 500 10000 3 // Length initial, final and step values (in deg) LENGTHCUTS 0.15 0.35 0.1 // Width initial, final and step values (in deg) WIDTHCUTS 0.05 0.15 0.1