source: trunk/MagicSoft/Mars/mtemp/mifae/programs/optimizecuts.datacard@ 4531

Last change on this file since 4531 was 4234, checked in by rico, 20 years ago
Changelog
File size: 1.4 KB
Line 
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/////////////////////////////////////////////////////////
10
11// Maximun number of on and off events to be processed)
12NEVENTS 9999999
13
14// On data acceptance rate (e.g 4 for taking 1/4 of whole data sample)
15ONRATE 3
16
17// Input file name pattern (On data)
18ONFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OnRotateNoCalB.root
19
20// Input file name pattern (Off data)
21OFFFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OffRotateA-C.root
22
23// output file name
24OUTFILE ./prueba.out
25
26
27// Preliminary distance lower and upper cuts (in deg)
28DISTCUTS 0.3 1.2
29
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
41
42
43
Note: See TracBrowser for help on using the repository browser.