Changeset 2097 for trunk/MagicSoft/Mars/mhistmc
- Timestamp:
- 05/08/03 17:29:03 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.