- Timestamp:
- 05/28/04 11:56:06 (21 years ago)
- 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 ///////////////////////////////////////////////////////// 1 10 2 11 // Maximun number of on and off events to be processed) … … 4 13 5 14 // On data acceptance rate (e.g 4 for taking 1/4 of whole data sample) 6 ONRATE 215 ONRATE 3 7 16 8 17 // Input file name pattern (On data) 9 ONFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/ crab20040215OnRotateCalA-D.root18 ONFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OnRotateNoCalB.root 10 19 11 20 // Input file name pattern (Off data) 12 OFFFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/ crab20040215OffRotateCalA-H.root21 OFFFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OffRotateA-C.root 13 22 14 23 // output file name 15 OUTFILE ./ optimizeCrab_cal_fine.out24 OUTFILE ./prueba.out 16 25 17 // Preliminar cuts (size in size units, distance in deg)18 SIZECUT 200019 DISTCUTS 0.2 1.120 26 21 // Length initial, final and step values22 LENGTHCUTS 0.15 0.35 0.005 27 // Preliminary distance lower and upper cuts (in deg) 28 DISTCUTS 0.3 1.2 23 29 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) 34 SIZECUTS 500 10000 3 35 36 // Length initial, final and step values (in deg) 37 LENGTHCUTS 0.15 0.35 0.1 38 39 // Width initial, final and step values (in deg) 40 WIDTHCUTS 0.05 0.15 0.1 26 41 27 42
Note:
See TracChangeset
for help on using the changeset viewer.