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

Last change on this file since 4019 was 3973, checked in by rico, 21 years ago
*** empty log message ***
File size: 1018 bytes
Line 
1
2// Maximun number of on and off events to be processed)
3NEVENTS 99999999
4
5// On-data file name pattern
6ONFILES /mnt/users/jrico/magic/mars/Mars_Standard01/hillasCrab/crab20040215On*.root
7
8// Off-data file name pattern
9OFFFILES /mnt/users/jrico/magic/mars/Mars_Standard01/hillasCrab/crab20040215Off*.root
10
11// output file name
12OUTFILE ./rotateprueba.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// Width of examined field (degrees)
23FIELD 2
24
25// Number of source positions in one direction (total grid positions BINNING*BINNING)
26BINNING 11
27
28// Number of bins in alpha plots
29NBIN 18
30
31
32//////////
33// CUTS //
34//////////
35
36// Size cut (lower and upper) in # of photons
37SIZECUT 1200 9999999
38
39// Dist cut (lower and upper) in degrees
40DISTCUT 0.2 1.1
41
42// Width cut (lower and upper) in degrees
43WIDTHCUT 0 0.12
44
45// Length cut (lower and upper) in degrees
46LENGTHCUT 0 0.26
47
48// maxX and maxY upper cut in degrees
49CENTERCUT 1.1
Note: See TracBrowser for help on using the repository browser.