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

Last change on this file since 4084 was 4084, checked in by rico, 20 years ago
*** empty log message ***
File size: 1.2 KB
Line 
1
2// Maximun number of on and off events to be processed)
3NEVENTS 99999999
4
5// Input file name pattern
6INPUTFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OnNoCalB.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/mrk20040215OffNoCal*.root
10
11// output file name (on data)
12OUTFILE ./srcPosPrueba.root
13
14// output file name (off data)
15OFFOUTFILE ./srcPosOffPrueba.root
16
17// X and Y position of the source (degrees) for a MJ date (days) -important only in case of rotation
18SRCPOS 0.21 0.176 53050.0773
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)
29// SRCCOORDS 1.46 0.384 // (Crab)
30SRCCOORDS 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)
34SRCFILE /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.