| Line | |
|---|
| 1 |
|
|---|
| 2 | // Maximun number of on and off events to be processed)
|
|---|
| 3 | NEVENTS 99999999
|
|---|
| 4 |
|
|---|
| 5 | // On-data file name pattern
|
|---|
| 6 | ONFILES ./srcPosPrueba.root
|
|---|
| 7 |
|
|---|
| 8 | // Off-data file name pattern
|
|---|
| 9 | OFFFILES ./srcPosOffPrueba.root
|
|---|
| 10 |
|
|---|
| 11 | // output file name
|
|---|
| 12 | HITSFILE ./rotateprueba2.ps
|
|---|
| 13 |
|
|---|
| 14 | //////////
|
|---|
| 15 | // CUTS //
|
|---|
| 16 | //////////
|
|---|
| 17 |
|
|---|
| 18 | // Size cut (lower and upper) in # of photons
|
|---|
| 19 | SIZECUT 2000 9999999
|
|---|
| 20 |
|
|---|
| 21 | // Dist cut (lower and upper) in degrees
|
|---|
| 22 | DISTCUT 0.2 1.1
|
|---|
| 23 |
|
|---|
| 24 | // Width cut (lower and upper) in degrees
|
|---|
| 25 | WIDTHCUT 0 0.12
|
|---|
| 26 |
|
|---|
| 27 | // Length cut (lower and upper) in degrees
|
|---|
| 28 | LENGTHCUT 0 0.26
|
|---|
| 29 |
|
|---|
| 30 | // maxX and maxY upper cut in degrees
|
|---|
| 31 | CENTERCUT 1.1
|
|---|
| 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.