Changeset 2097
- Timestamp:
- 05/08/03 17:29:03 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2096 r2097 1 1 -*-*- END OF LINE -*-*- 2 3 2003/05/08: Abelardo Moralejo 4 5 * mhistmc/MHMcCollectionAreaCalc.cc 6 - Changed binning of histograms, so that the collection area 7 can be calculated also between 5 and 10 GeV (for pulsar studies) 2 8 3 9 2003/05/08: Thomas Bretz -
trunk/MagicSoft/Mars/mhistmc/MHMcCollectionArea.cc
r2077 r2097 56 56 // initialize the histogram for the distribution r vs E 57 57 // 58 // we set the energy range from 10 Gev to 20000 GeV (in log 5orders59 // of magnitude) and for each order we take 10 subdivision --> 50 xbins58 // we set the energy range from 2 Gev to 20000 GeV (in log 4 orders 59 // of magnitude) and for each order we take 25 subdivision --> 100 xbins 60 60 // 61 61 // we set the radius range from 0 m to 500 m with 10 m bin --> 50 ybins … … 66 66 MBinning binsx; 67 67 MBinning binsy; 68 binsx.SetEdgesLog( 50, 10, 20000);68 binsx.SetEdgesLog(100, 2., 20000); 69 69 binsy.SetEdges (50, 0, 500); 70 70
Note:
See TracChangeset
for help on using the changeset viewer.