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

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