Changeset 4099


Ignore:
Timestamp:
05/18/04 13:56:50 (21 years ago)
Author:
mazin
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/Changelog

    r4096 r4099  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2004/05/18: Daniel Mazin
     22   * mmpi/macros/hillasread.C 
     23     - Removed a small bug
     24
     25   * mmpi/macros/callalphaplot.C
     26     - Added. macro to produce an alpha plot for a chosen position in the sky map
     27     - Derotation is possible if theta and phi for each event are available
     28     - Using OFF data to estimate significance is optional
    2029
    2130 2004/05/18: Sebastian Commichau
  • 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
    140#define XSOUR   0.0  // [deg]
    241#define YSOUR   -0.05  // [deg]
Note: See TracChangeset for help on using the changeset viewer.