Changeset 7301 for trunk/MagicSoft


Ignore:
Timestamp:
08/24/05 11:18:31 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7298 r7301  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2005/08/24 Thomas Bretz
     22
     23   * macros/tutorials/threshold.C:
     24     - added new example how to calculate the threshold
     25
     26
    2027
    2128 2005/08/22 Thomas Bretz
  • trunk/MagicSoft/Mars/NEWS

    r7294 r7301  
    33 *** Version <cvs>
    44
     5   * general: added new tutorial macro macros/tutorials/threshold.C:
     6     how to calculate the threshold
    57
    68
  • trunk/MagicSoft/Mars/macros/dohtml.C

    r7287 r7301  
    133133    html.Convert("tutorials/pixfirerate.C",     "MARS - Example how to plot the firerate of a pixel (times above threshold)");
    134134    html.Convert("tutorials/pixsatrate.C",      "MARS - Example how to plot the saturation rate of a pixel");
     135    html.Convert("tutorials/threshold.C",       "MARS - Example how to calculate the threshold");
    135136    //html.Convert("calibration.C",   "MARS - Example how to use the calibrationa camera ");
    136137    //html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp");
  • trunk/MagicSoft/Mars/mhflux/MHThreshold.cc

    r7178 r7301  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
    19 !   Author(s): Harald Kornmayer 1/2001
     18!   Author(s): Thomas Bretz  12/2005 <mailto:tbretz@astro.uni-wuerzburg.de>
    2019!
    21 !   Copyright: MAGIC Software Development, 2000-2002
     20!   Copyright: MAGIC Software Development, 2000-2005
    2221!
    2322!
     
    2726//
    2827//  MHThreshold
     28//
     29// Class to calculate the threshold of your analysis.
     30//
     31// It fills a histogram dN/dE vs E with a fine binning. The threshold is
     32// determined as the logarithmic center of the bin with the maximum
     33// content.
    2934//
    3035//////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.