Changeset 6958 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 04/19/05 18:09:58 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhflux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc
r6949 r6958 328 328 void MAlphaFitter::Print(Option_t *o) const 329 329 { 330 *fLog << inf <<GetDescriptor() << ": Fitting..." << endl;330 *fLog << GetDescriptor() << ": Fitting..." << endl; 331 331 *fLog << " ...background from " << fBgMin << " to " << fBgMax << endl; 332 332 *fLog << " ...signal to " << fSigMax << " (integrate into bin at " << fSigInt << ")" << endl; -
trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
r6932 r6958 352 352 fit->Copy(fFit); 353 353 354 *fLog << inf; 354 355 fFit.Print(); 355 356 … … 864 865 865 866 // Store the final result in fFit 867 *fLog << all; 866 868 fFit.Print("result"); 867 869 -
trunk/MagicSoft/Mars/mhflux/MHAlpha.h
r6932 r6958 137 137 const MAlphaFitter &GetAlphaFitter() const { return fFit; } 138 138 139 const TH1D &GetHEnergy() const { return fHEnergy; } 140 139 141 void SetOffData(const MHAlpha &h) 140 142 {
Note:
See TracChangeset
for help on using the changeset viewer.