Changeset 5669 for trunk/MagicSoft/Mars
- Timestamp:
- 12/22/04 14:08:13 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae
- Files:
-
- 2 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/Changelog
r5658 r5669 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/12/22 Eva Domingo 22 * library/MImageParDisp.[cc,h] 23 - Container for the estimated distance to source position DISP. 24 * library/MDisp.[cc,h] 25 - Container holding the parameters used for the DISP expression. 26 The current DISP parameterization is defined in MDisp::Calc. 27 * library/MDispCalc.[cc,h] 28 - Task calculating DISP with the expression and parameter values 29 stored in MDisp. Training and test matrix of variables to be 30 used in the DISP optimization are also defined within 31 MDispCalc::InitMapping. 32 * library/MHDisp.[cc,h] 33 - Container for the histograms to judge the quality of the DISP 34 estimate. MHDisp::GetChi2 returns the value of the quantity 35 requested to be minimized by Minuit, which is defined and 36 computed in MHDisp::Fill and MHDisp::Finalize. 37 MHDisp::GetSkymapXY returns the reconstructed map of source 38 positions. MHDisp::SetSelectedPos function to choose the 39 selection method of the DISP source position solution. 40 * library/MFDisp.[cc,h] 41 - Filter to select a sample of events to do the DISP optimization. 42 Use MFDisp::SetCuts function. 43 * library/MFindDisp.[cc,h] 44 - Main class for DISP optimization: 45 ::DefineTrainMatrix, ::DefineTestMatrix, ::DefineTrainTestMatrix 46 generate the training and test samples (in the form of matrices) 47 from the input file. 48 ::FindParams is the function steering the optimization (over the 49 training sample), calling Minuit, passing the fcn function to be 50 minimize and defining the event loop to be executed in each step. 51 ::TestParams tests the quality of the DISP estimate using the 52 test matrix sample 53 * library/Makefile, library/IFAELinkDef.h 54 - include Disp classes. 20 55 21 56 2004/12/21 Pepe Flix (represented by jrico)
Note:
See TracChangeset
for help on using the changeset viewer.