Changeset 2357 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 09/24/03 13:29:00 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2350 r2357 1 1 -*-*- END OF LINE -*-*- 2 3 4 2003/09/24: Wolfgang Wittek 5 6 * mfilter/MFEventSelector2.[h,cc] 7 - execution statistics added 8 9 * mhist/MHFindSignificance.cc 10 - add fHist->UseCurrentStyle() 11 to get the y-axis + labels drawn 12 13 * mhist/MHMatrix.h 14 - replace Int_t fNumRow //! 15 by Int_t fNumRow // 16 because otherwise fNumRow is not defined when MHMatrix object is read in 17 after it had been written out 18 19 * mhist/MHCT1Supercuts.cc 20 - change title of object 21 22 * manalysis/MMinuitInterface.cc 23 - add arguments maxcalls and tolerance to SIMPLEX call 24 25 * manalysis/MCT1SupercutsCalc.[h,cc] 26 - add variables asymmetry, conc, leakage 27 28 * manalysis/MCT1Supercuts.[h,cc] 29 - add variables asymmetry, conc, leakage 30 - add TArrayD fStepsizes (initial step sizes for the parameters) 31 32 * manalysis/MCT1FindSupercuts.cc 33 - replace MGeomCamCT1Daniel by MGeomCamCT1 34 - arguments 'parSCinit', 'params' and 'steps' added in FindParams() ; 35 parSCinit is the name of the file containing the initial 36 values of the parameters 37 'params' and 'steps' are the initial values in case parSCinit == "" 38 - add member functions GetMatrixTrain() and GetMatrixTest() 39 - remove member function WriteMatrix() 40 because it didn't work; now the matrices are written out in 41 DefineTrainMatrix(), DefineTestMatri() and DefineTrainTestMatrix() 42 43 * macros/CT1EgyEst.C 44 - don't use Daniel's energy estimator 45 46 * mmontecarlo/MMcEnergyEst.cc 47 - extend printout of comments 48 49 2 50 3 51 2003/09/17: Abelardo Moralejo … … 51 99 - added 'Time Spectra of Cosmics' button 52 100 - added size argument to instatiation of MHFadcCam 53 54 101 55 102
Note:
See TracChangeset
for help on using the changeset viewer.