Changeset 14906 for trunk/Mars/mhflux


Ignore:
Timestamp:
02/13/13 10:45:54 (12 years ago)
Author:
tbretz
Message:
Reverting to last revision.
File:
1 edited

Legend:

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

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