Changeset 4050 for trunk/MagicSoft/Mars/mtemp/mifae/programs
- Timestamp:
- 05/11/04 19:32:07 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae/programs
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/programs/Makefile
r4036 r4050 18 18 include ../../../Makefile.conf.general 19 19 20 PROGRAMS = makeHillas psffit falseSource srcPos 20 PROGRAMS = makeHillas psffit falseSource srcPos optimizeCuts 21 21 SOLIB = $(MARSSYS)/libmars.so 22 22 -
trunk/MagicSoft/Mars/mtemp/mifae/programs/makehillas.datacard
r4044 r4050 1 1 2 2 // Maximun number of (data) events to be processed) 3 NEVENTS 99999993 NEVENTS 10 4 4 5 5 // data file directory -
trunk/MagicSoft/Mars/mtemp/mifae/programs/srcPos.cc
r3973 r4050 44 44 Float_t xsrcpos=0.; 45 45 Float_t ysrcpos=0.; 46 Float_t mjdpos=53050; 46 47 Bool_t kRotate=1; 47 48 Bool_t kSrcPolicy=kTRUE; … … 116 117 117 118 MSrcRotate srcrotate; 118 srcrotate.SetRAandDEC (fRA,fDEC);119 srcrotate.SetRAandDECandRefMJD(fRA,fDEC,mjdpos); 119 120 120 121 MHillasSrcCalc csrc1; … … 194 195 ifun >> xsrcpos; 195 196 ifun >> ysrcpos; 197 ifun >> mjdpos; 196 198 } 197 199 -
trunk/MagicSoft/Mars/mtemp/mifae/programs/srcpos.datacard
r3973 r4050 4 4 5 5 // Input file name pattern 6 INPUTFILES ./srposPrueba.root6 INPUTFILES /mnt/users/jrico/magic/mars/Mars_Standard02/mtemp/mifae/hillas/mrk20040215OnB.root 7 7 8 8 // output file name 9 OUTFILE ./sr posPrueba2.root9 OUTFILE ./srcPosPrueba.root 10 10 11 // X and Y position of the source in degrees 12 SRCPOS 0.2 -0.111 // X and Y position of the source in degrees for a MJ date (days) -important only in case of rotation 12 SRCPOS 0.21 0.176 53050.0773 13 13 14 // Flag to determine whet er source position is absolute (0) or relative to previous position (1)15 SRCABS 114 // Flag to determine whether source position is absolute (0) or relative to previous position (1) 15 SRCABS 0 16 16 17 17 // rotation flag: … … 21 21 22 22 // source coordinates (RA DEC in rads) 23 SRCCOORDS 1.46 0.384 23 // SRCCOORDS 1.46 0.384 // (Crab) 24 SRCCOORDS 2.899 0.667 // (Mrk 421) 24 25
Note:
See TracChangeset
for help on using the changeset viewer.