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

Last change on this file since 5208 was 4117, checked in by rico, 20 years ago
*** empty log message ***
File size: 1.0 KB
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
12OUTFILE ./rotateprueba2.root
13
14// rotation flag:
15// 0: Do not rotate
16// 1: Do rotate
17ROTFLAG 1
18
19// source coordinates (RA DEC in rads)
20SRCCOORDS 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
24SRCABS 1
25
26// Width of examined field (degrees)
27FIELD 2
28
29// Number of source positions in one direction (total grid positions BINNING*BINNING)
30BINNING 11
31
32// Number of bins in alpha plots
33NBIN 18
34
35
36//////////
37// CUTS //
38//////////
39
40// Size cut (lower and upper) in # of photons
41SIZECUT 2000 9999999
42
43// Dist cut (lower and upper) in degrees
44DISTCUT 0.2 1.1
45
46// Width cut (lower and upper) in degrees
47WIDTHCUT 0 0.12
48
49// Length cut (lower and upper) in degrees
50LENGTHCUT 0 0.26
51
52// maxX and maxY upper cut in degrees
53CENTERCUT 1.1
Note: See TracBrowser for help on using the repository browser.