Index: trunk/MagicSoft/Mars/mtemp/Changelog
===================================================================
--- trunk/MagicSoft/Mars/mtemp/Changelog	(revision 4098)
+++ trunk/MagicSoft/Mars/mtemp/Changelog	(revision 4099)
@@ -18,4 +18,13 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/05/18: Daniel Mazin
+   * mmpi/macros/hillasread.C  
+     - Removed a small bug
+
+   * mmpi/macros/callalphaplot.C
+     - Added. macro to produce an alpha plot for a chosen position in the sky map
+     - Derotation is possible if theta and phi for each event are available 
+     - Using OFF data to estimate significance is optional 
 
  2004/05/18: Sebastian Commichau
Index: trunk/MagicSoft/Mars/mtemp/mmpi/macros/callalphaplot.C
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mmpi/macros/callalphaplot.C	(revision 4098)
+++ trunk/MagicSoft/Mars/mtemp/mmpi/macros/callalphaplot.C	(revision 4099)
@@ -1,2 +1,41 @@
+/* ======================================================================== *\
+!
+! *
+! * This file is part of MARS, the MAGIC Analysis and Reconstruction
+! * Software. It is distributed to you in the hope that it can be a useful
+! * and timesaving tool in analysing Data of imaging Cherenkov telescopes.
+! * It is distributed WITHOUT ANY WARRANTY.
+! *
+! * Permission to use, copy, modify and distribute this software and its
+! * documentation for any purpose is hereby granted without fee,
+! * provided that the above copyright notice appear in all copies and
+! * that both that copyright notice and this permission notice appear
+! * in supporting documentation. It is provided "as is" without express
+! * or implied warranty.
+! *
+!
+!   Author(s): Daniel Mazin, 05/2004 <mailto:mazin@imppmu.mpg.de>
+!
+!   Copyright: MAGIC Software Development, 2000-2004
+!
+!
+\* ======================================================================== */
+
+
+// Daniel Mazin 18.05.2004  mazin@mppmu.mpg.de
+// **********************************************************************************
+// this macro is used to produce an alpha plot/plots for a chosen position in the sky map.
+// In case of several subsamples, the overall alpha plot is also produced.
+// The derotation is possible if Zd and Az are available for each event.
+// Using of OFF data to estimate Nex and Significance is optional (if such data available)
+//
+// input: hillas parameter file/files
+//      optional: a) ascii file with the estimated position of the source
+//                b) ascii file with fit parameters from the OFF sample 
+//                                  (needed for estimation of the background from OFF dada)
+// output: alpha plot for each subsample, overall alpha plot
+// **********************************************************************************
+
+
 #define XSOUR   0.0  // [deg]
 #define YSOUR   -0.05  // [deg]
