Changeset 2310 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 08/21/03 11:27:42 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCT1FindSupercuts.cc
r2308 r2310 759 759 760 760 MMinuitInterface inter; 761 Bool_t rc = inter.CallMinuit(fcnSupercuts, fParName,761 Bool_t rc = inter.CallMinuit(fcnSupercuts, name, 762 762 fVinit, fStep, fLimlo, fLimup, fFix, 763 763 &evtloopfcn, "SIMPLEX", kFALSE); -
trunk/MagicSoft/Mars/manalysis/MCT1FindSupercuts.h
r2308 r2310 56 56 // attention : dimensions must agree with those in 57 57 // MMinuitInterface::CallMinuit() 58 char fParName [80][100];58 //char fParName [80][100]; 59 59 TArrayD fVinit; 60 60 TArrayD fStep;
Note:
See TracChangeset
for help on using the changeset viewer.