Changeset 7784 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 07/11/06 16:46:32 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mhflux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHThetaSqN.cc
r7775 r7784 198 198 void MHThetaSqN::SetVal(Double_t val) 199 199 { 200 static_cast< constMParameterD*>(fParameter)->SetVal(val);200 static_cast<MParameterD*>(fParameter)->SetVal(val); 201 201 } 202 202 -
trunk/MagicSoft/Mars/mhflux/MMcSpectrumWeight.cc
r7688 r7784 225 225 TString MMcSpectrumWeight::GetFormulaSpecNew() const 226 226 { 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(); 228 228 if (!fFormula.IsNull()) 229 229 str.ReplaceAll("X", Form("(%s.fEnergy)", fNameMcEvt.Data()));
Note:
See TracChangeset
for help on using the changeset viewer.