Changeset 14896 for trunk/Mars/mhflux


Ignore:
Timestamp:
02/13/13 10:34:54 (12 years ago)
Author:
tbretz
Message:
Added MCalibrateFact and MCalibrateDrsTimes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mhflux/MHThetaSq.cc

    r9851 r14896  
    130130    MBinning binsa(nbins, 0, nbins*intmax/nsig);
    131131
     132    gLog << inf << "Theta-cut set to " << intmax << "deg" << endl;
     133
    132134    // Apply binning
    133135    binsa.Apply(fHistTime);
     
    177179void MHThetaSq::InitMapping(MHMatrix *mat, Int_t type)
    178180{
     181    return MHAlpha::InitMapping(mat, type);
     182
    179183    if (fMatrix)
    180184        return;
Note: See TracChangeset for help on using the changeset viewer.