Ignore:
Timestamp:
05/08/03 17:29:03 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhistmc/MHMcCollectionArea.cc

    r2077 r2097  
    5656    //   initialize the histogram for the distribution r vs E
    5757    //
    58     //   we set the energy range from 10 Gev to 20000 GeV (in log 5 orders
    59     //   of magnitude) and for each order we take 10 subdivision --> 50 xbins
     58    //   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
    6060    //
    6161    //   we set the radius range from 0 m to 500 m with 10 m bin --> 50 ybins
     
    6666    MBinning binsx;
    6767    MBinning binsy;
    68     binsx.SetEdgesLog(50, 10, 20000);
     68    binsx.SetEdgesLog(100, 2., 20000);
    6969    binsy.SetEdges   (50,  0,   500);
    7070
Note: See TracChangeset for help on using the changeset viewer.