Changeset 4099 for trunk/MagicSoft/Mars/mtemp/mmpi/macros
- Timestamp:
- 05/18/04 13:56:50 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mmpi/macros/callalphaplot.C
r4097 r4099 1 /* ======================================================================== *\ 2 ! 3 ! * 4 ! * This file is part of MARS, the MAGIC Analysis and Reconstruction 5 ! * Software. It is distributed to you in the hope that it can be a useful 6 ! * and timesaving tool in analysing Data of imaging Cherenkov telescopes. 7 ! * It is distributed WITHOUT ANY WARRANTY. 8 ! * 9 ! * Permission to use, copy, modify and distribute this software and its 10 ! * documentation for any purpose is hereby granted without fee, 11 ! * provided that the above copyright notice appear in all copies and 12 ! * that both that copyright notice and this permission notice appear 13 ! * in supporting documentation. It is provided "as is" without express 14 ! * or implied warranty. 15 ! * 16 ! 17 ! Author(s): Daniel Mazin, 05/2004 <mailto:mazin@imppmu.mpg.de> 18 ! 19 ! Copyright: MAGIC Software Development, 2000-2004 20 ! 21 ! 22 \* ======================================================================== */ 23 24 25 // Daniel Mazin 18.05.2004 mazin@mppmu.mpg.de 26 // ********************************************************************************** 27 // this macro is used to produce an alpha plot/plots for a chosen position in the sky map. 28 // In case of several subsamples, the overall alpha plot is also produced. 29 // The derotation is possible if Zd and Az are available for each event. 30 // Using of OFF data to estimate Nex and Significance is optional (if such data available) 31 // 32 // input: hillas parameter file/files 33 // optional: a) ascii file with the estimated position of the source 34 // b) ascii file with fit parameters from the OFF sample 35 // (needed for estimation of the background from OFF dada) 36 // output: alpha plot for each subsample, overall alpha plot 37 // ********************************************************************************** 38 39 1 40 #define XSOUR 0.0 // [deg] 2 41 #define YSOUR -0.05 // [deg]
Note:
See TracChangeset
for help on using the changeset viewer.