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

Last change on this file since 5208 was 4117, checked in by rico, 20 years ago
*** empty log message ***
File size: 1.3 KB
Line 
1
2// Maximun number of on and off events to be processed)
3NEVENTS 9999999
4
5// Input file name pattern (wildcards allowed)
6INPUTFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/crab20040215OnCal*.root
7
8// Specify optionally the name of OFF-data files you want to apply the same source position distribution to
9OFFFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/crab20040215OffCal*.root
10
11// output file name (on data)
12OUTFILE /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/crab20040215OnRotateCalA-D.root
13
14// output file name (off data)
15OFFOUTFILE /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/crab20040215OffRotateCalA-H.root
16
17// X and Y position of the source (degrees) for a MJ date (days) -important only in case of rotation
18SRCPOS 0.3 0.1 53049.89
19
20// Flag to determine whether source position is absolute (0) or relative to previous position (1)
21SRCABS 0
22
23// rotation flag:
24// 0: Do not rotate
25// 1: Do rotate
26ROTFLAG 1
27
28// source coordinates (RA DEC in rads)
29SRCCOORDS 1.46 0.384 // (Crab)
30// SRCCOORDS 2.899 0.667 // (Mrk 421)
31
32
33// File containing source position as a function of run number (invalidates SRCPOS, SRCABS, ROTFLAG and SRCCOORDS values)
34// SRCFILE /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/programs/20040215_Mrk421.B.pos
35
36
37
Note: See TracBrowser for help on using the repository browser.