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)
|
---|
12 | NEVENTS 9999999
|
---|
13 |
|
---|
14 | // On data acceptance rate (e.g 4 for taking 1/4 of whole data sample)
|
---|
15 | ONRATE 3
|
---|
16 |
|
---|
17 | // Input file name pattern (On data)
|
---|
18 | ONFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OnRotateNoCalB.root
|
---|
19 |
|
---|
20 | // Input file name pattern (Off data)
|
---|
21 | OFFFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OffRotateA-C.root
|
---|
22 |
|
---|
23 | // output file name
|
---|
24 | OUTFILE ./prueba.out
|
---|
25 |
|
---|
26 |
|
---|
27 | // Preliminary distance lower and upper cuts (in deg)
|
---|
28 | DISTCUTS 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)
|
---|
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
|
---|
41 |
|
---|
42 |
|
---|
43 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.