Changeset 7301 for trunk/MagicSoft
- Timestamp:
- 08/24/05 11:18:31 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7298 r7301 18 18 19 19 -*-*- 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 20 27 21 28 2005/08/22 Thomas Bretz -
trunk/MagicSoft/Mars/NEWS
r7294 r7301 3 3 *** Version <cvs> 4 4 5 * general: added new tutorial macro macros/tutorials/threshold.C: 6 how to calculate the threshold 5 7 6 8 -
trunk/MagicSoft/Mars/macros/dohtml.C
r7287 r7301 133 133 html.Convert("tutorials/pixfirerate.C", "MARS - Example how to plot the firerate of a pixel (times above threshold)"); 134 134 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"); 135 136 //html.Convert("calibration.C", "MARS - Example how to use the calibrationa camera "); 136 137 //html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp"); -
trunk/MagicSoft/Mars/mhflux/MHThreshold.cc
r7178 r7301 16 16 ! 17 17 ! 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> 20 19 ! 21 ! Copyright: MAGIC Software Development, 2000-200 220 ! Copyright: MAGIC Software Development, 2000-2005 22 21 ! 23 22 ! … … 27 26 // 28 27 // 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. 29 34 // 30 35 //////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.