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 /mnt/users/jrico/magic/mars/Mars_Standard01/hillasCrab/crab20040215On*.root
|
---|
7 |
|
---|
8 | // Off-data file name pattern
|
---|
9 | OFFFILES /mnt/users/jrico/magic/mars/Mars_Standard01/hillasCrab/crab20040215Off*.root
|
---|
10 |
|
---|
11 | // output file name
|
---|
12 | OUTFILE ./rotateprueba.root
|
---|
13 |
|
---|
14 | // rotation flag:
|
---|
15 | // 0: Do not rotate
|
---|
16 | // 1: Do rotate
|
---|
17 | ROTFLAG 1
|
---|
18 |
|
---|
19 | // source coordinates (RA DEC in rads)
|
---|
20 | SRCCOORDS 1.46 0.384
|
---|
21 |
|
---|
22 | // Width of examined field (degrees)
|
---|
23 | FIELD 2
|
---|
24 |
|
---|
25 | // Number of source positions in one direction (total grid positions BINNING*BINNING)
|
---|
26 | BINNING 11
|
---|
27 |
|
---|
28 | // Number of bins in alpha plots
|
---|
29 | NBIN 18
|
---|
30 |
|
---|
31 |
|
---|
32 | //////////
|
---|
33 | // CUTS //
|
---|
34 | //////////
|
---|
35 |
|
---|
36 | // Size cut (lower and upper) in # of photons
|
---|
37 | SIZECUT 1200 9999999
|
---|
38 |
|
---|
39 | // Dist cut (lower and upper) in degrees
|
---|
40 | DISTCUT 0.2 1.1
|
---|
41 |
|
---|
42 | // Width cut (lower and upper) in degrees
|
---|
43 | WIDTHCUT 0 0.12
|
---|
44 |
|
---|
45 | // Length cut (lower and upper) in degrees
|
---|
46 | LENGTHCUT 0 0.26
|
---|
47 |
|
---|
48 | // maxX and maxY upper cut in degrees
|
---|
49 | CENTERCUT 1.1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.