source: trunk/MagicSoft/Mars/mtemp/mifae/programs/controlplot.datacard@ 5208

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