| Line | |
|---|
| 1 |
|
|---|
| 2 | // Maximun number of on and off events to be processed)
|
|---|
| 3 | NEVENTS 9999
|
|---|
| 4 |
|
|---|
| 5 | // On-data file name pattern
|
|---|
| 6 | ONFILES /mnt/users/jrico/magic/hillasCrab_200411_new.root
|
|---|
| 7 |
|
|---|
| 8 | // Off-data file name pattern
|
|---|
| 9 | OFFFILES /mnt/users/jrico/magic/hillasCrab_200411_new.root
|
|---|
| 10 |
|
|---|
| 11 | // output file name
|
|---|
| 12 | HITSFILE ./prueba.ps
|
|---|
| 13 |
|
|---|
| 14 | //////////
|
|---|
| 15 | // CUTS //
|
|---|
| 16 | //////////
|
|---|
| 17 |
|
|---|
| 18 | // Size cut (lower and upper)
|
|---|
| 19 | SIZECUT 0 9999999
|
|---|
| 20 |
|
|---|
| 21 | // Dist cut (lower and upper) in degrees
|
|---|
| 22 | DISTCUT 0.2 1.2
|
|---|
| 23 |
|
|---|
| 24 | // Width cut (lower and upper) in degrees
|
|---|
| 25 | WIDTHCUT 0 0.15
|
|---|
| 26 |
|
|---|
| 27 | // Length cut (lower and upper) in degrees
|
|---|
| 28 | LENGTHCUT 0 0.25
|
|---|
| 29 |
|
|---|
| 30 | // maxX and maxY upper cut in degrees
|
|---|
| 31 | CENTERCUT 1.2
|
|---|
| 32 |
|
|---|
| 33 | // Other Additional cut
|
|---|
| 34 | // Selection cut.
|
|---|
| 35 | // Condition "==" not supported.
|
|---|
| 36 | // Enclose all conditions between brakets, like: "(x<y) && (z<5)"
|
|---|
| 37 | // (see MF description class for more details)
|
|---|
| 38 | // FILTER (MHillas.fLength<100) && (MHillas.fLength>50)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.