Changeset 17660 for trunk/Mars/mdrs


Ignore:
Timestamp:
04/06/14 14:02:45 (11 years ago)
Author:
tbretz
Message:
Fixed the binning, so that we are not suing the overflow bin anymore for the last bin.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mdrs/MHDrsCalibrationTime.cc

    r14922 r17660  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz 2013 <mailto:thomas.bretz@epfl.ch>
    19 !
    20 !   Copyright: MAGIC Software Development, 2000-2013
     18!   Author(s): Thomas Bretz 2013 <mailto:tbretz@phys.ethz.ch>
     19!
     20!   Copyright: MAGIC Software Development, 2000-2014
    2121!
    2222!
     
    5656
    5757    MBinning bx( 160, -0.5,  159.5);
    58     MBinning by(1023, -0.5, 1023.5);
     58    MBinning by(1024, -0.5, 1023.5);
    5959
    6060    MH::SetBinning(&fHist, &by, &bx);
Note: See TracChangeset for help on using the changeset viewer.