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