Changeset 20101 for trunk/Mars/mhflux
- Timestamp:
- 05/21/21 15:45:06 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mhflux/MAlphaFitter.cc
r19306 r20101 559 559 f.fFunc = new TF1(*fFunc); 560 560 f.fFunc->SetName("Dummy"); 561 gROOT->GetListOfFunctions()->Remove(f.fFunc); 561 gROOT->GetListOfFunctions()->Remove(fFunc); // It seems Copy is called by the streamer which adds the fFunc 562 gROOT->GetListOfFunctions()->Remove(f.fFunc); // to the list... make sure to remove it! 562 563 } 563 564
Note:
See TracChangeset
for help on using the changeset viewer.