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 | OUTFILE ./rotateprueba2.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 | // Flag to determine whether source position is absolute (0) or relative to previous position (1)
|
---|
23 | // In case SRCABS=1, no rotation is carried out
|
---|
24 | SRCABS 1
|
---|
25 |
|
---|
26 | // Width of examined field (degrees)
|
---|
27 | FIELD 2
|
---|
28 |
|
---|
29 | // Number of source positions in one direction (total grid positions BINNING*BINNING)
|
---|
30 | BINNING 11
|
---|
31 |
|
---|
32 | // Number of bins in alpha plots
|
---|
33 | NBIN 18
|
---|
34 |
|
---|
35 |
|
---|
36 | //////////
|
---|
37 | // CUTS //
|
---|
38 | //////////
|
---|
39 |
|
---|
40 | // Size cut (lower and upper) in # of photons
|
---|
41 | SIZECUT 2000 9999999
|
---|
42 |
|
---|
43 | // Dist cut (lower and upper) in degrees
|
---|
44 | DISTCUT 0.2 1.1
|
---|
45 |
|
---|
46 | // Width cut (lower and upper) in degrees
|
---|
47 | WIDTHCUT 0 0.12
|
---|
48 |
|
---|
49 | // Length cut (lower and upper) in degrees
|
---|
50 | LENGTHCUT 0 0.26
|
---|
51 |
|
---|
52 | // maxX and maxY upper cut in degrees
|
---|
53 | CENTERCUT 1.1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.