Ignore:
Timestamp:
07/11/06 16:46:32 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhflux
Files:
2 edited

Legend:

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

    r7775 r7784  
    198198void MHThetaSqN::SetVal(Double_t val)
    199199{
    200     static_cast<const MParameterD*>(fParameter)->SetVal(val);
     200    static_cast<MParameterD*>(fParameter)->SetVal(val);
    201201}
    202202
  • trunk/MagicSoft/Mars/mhflux/MMcSpectrumWeight.cc

    r7688 r7784  
    225225TString MMcSpectrumWeight::GetFormulaSpecNew() const
    226226{
    227     TString str = fFormula.IsNull() ? Form("pow(%s.fEnergy, %.3f)", fNameMcEvt.Data(), fNewSlope) : fFormula;
     227    TString str = fFormula.IsNull() ? Form("pow(%s.fEnergy, %.3f)", fNameMcEvt.Data(), fNewSlope) : fFormula.Data();
    228228    if (!fFormula.IsNull())
    229229        str.ReplaceAll("X", Form("(%s.fEnergy)", fNameMcEvt.Data()));
Note: See TracChangeset for help on using the changeset viewer.