Changeset 7301 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 08/24/05 11:18:31 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.