Ignore:
Timestamp:
04/19/05 18:09:58 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhflux
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc

    r6949 r6958  
    328328void MAlphaFitter::Print(Option_t *o) const
    329329{
    330     *fLog << inf << GetDescriptor() << ": Fitting..." << endl;
     330    *fLog << GetDescriptor() << ": Fitting..." << endl;
    331331    *fLog << " ...background from " << fBgMin << " to " << fBgMax << endl;
    332332    *fLog << " ...signal to " << fSigMax << " (integrate into bin at " << fSigInt << ")" << endl;
  • trunk/MagicSoft/Mars/mhflux/MHAlpha.cc

    r6932 r6958  
    352352        fit->Copy(fFit);
    353353
     354    *fLog << inf;
    354355    fFit.Print();
    355356
     
    864865
    865866    // Store the final result in fFit
     867    *fLog << all;
    866868    fFit.Print("result");
    867869
  • trunk/MagicSoft/Mars/mhflux/MHAlpha.h

    r6932 r6958  
    137137    const MAlphaFitter &GetAlphaFitter() const { return fFit; }
    138138
     139    const TH1D &GetHEnergy() const { return fHEnergy; }
     140
    139141    void SetOffData(const MHAlpha &h)
    140142    {
Note: See TracChangeset for help on using the changeset viewer.