Changeset 2476 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 11/05/03 18:20:19 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2475 r2476 3 3 2003/11/05: Wolfgang Wittek 4 4 5 * macros/CT1Analysis.C6 /ONOFFCT1Analysis.C7 - current versions of the macros for the analysis of CT1 data8 9 * manalysis/MMarquardt.[h,cc]10 - very pleliminary version of a class performing a minimization11 using the Marquardt method 12 13 * mimage/M2dimFunctionFit.[h,cc]14 - very pleliminary version of a class which fits a 2-dim function to the15 shower image using the maximum likelihood method 16 17 * mimage/M2dimFunction.[h,cc]18 - very pleliminary version of a container which contains the parameters19 of the 2-dim function describing the shower image 20 21 * mimage/MH2dimFunction.[h,cc]22 - very pleliminary version of a container holding the histograms23 for the parameters of the 2-dim function describing the showerimage5 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C 6 - current versions of the macros for the analysis of CT1 data 7 8 * manalysis/MMarquardt.[h,cc] 9 - very pleliminary version of a class performing a minimization 10 using the Marquardt method 11 12 * mimage/M2dimFunctionFit.[h,cc] 13 - very pleliminary version of a class which fits a 2-dim function 14 to the shower image using the maximum likelihood method 15 16 * mimage/M2dimFunction.[h,cc] 17 - very pleliminary version of a container which contains the 18 parameters of the 2-dim function describing the shower image 19 20 * mimage/MH2dimFunction.[h,cc] 21 - very pleliminary version of a container holding the histograms 22 for the parameters of the 2-dim function describing the shower 23 image 24 24 25 25 … … 28 28 29 29 * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc] 30 - Now, if the new spectrum for the MC showers is a power law, we don't 31 convert it to a TF1 function. 32 - Changed the constructor for the case in which the new spectrum is 33 passed as a TF1 function. Now we pass the TF1 object by reference. 34 - Thanks to the suggestions of T. Bretz, added three more constructors to 35 give the possibility of passing the shape of the new spectrum in other 36 different ways. Now, if the new spectrum that you want for the MC 37 showers is different from a power law, you can especify its shape either 38 with a TF1 function, with a string (char*), or with a general C++ 39 function defined by your own. 40 - In function Reinit(): added a sanity check to prevent from dividing 41 by zero. 30 - Now, if the new spectrum for the MC showers is a power law, we 31 don't convert it to a TF1 function. 32 - Changed the constructor for the case in which the new spectrum 33 is passed as a TF1 function. Now we pass the TF1 object by 34 reference. 35 - Thanks to the suggestions of T. Bretz, added three more 36 constructors to give the possibility of passing the shape of the 37 new spectrum in other different ways. Now, if the new spectrum 38 that you want for the MC showers is different from a power law, 39 you can specify its shape either with a TF1 function, with a 40 string (char*), or with a general C++ function defined by your 41 own. 42 - In function Reinit(): added a sanity check to prevent from 43 dividing by zero. 42 44 - In PreProcess(): removed an unnecessary sentence. 43 45 - Fixed a compiling error which appeared under gcc 3.3 … … 52 54 * mbase/MTask.cc: 53 55 - initialize fSerialNumber=0 56 57 * mhist/MHCamera.cc: 58 - removed some obsolete IsUsed(idx) checks when filling the histogram 59 - ExecuteEvent now plots in the same canvas all the time 54 60 55 61
Note:
See TracChangeset
for help on using the changeset viewer.