Changeset 1283 for trunk/MagicSoft/Mars/NEWS
- Timestamp:
- 04/22/02 11:28:38 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/NEWS
r1235 r1283 17 17 hillas parameters) 18 18 19 - replaced old MHillas by a new structure which allows you to extend 20 the parameters stored in MHillas very easily. 19 - Replaced old MHillas by a new structure which allows you to extend 20 the parameters stored in MHillas very easily: 21 see MHillas and MHillasExt 21 22 22 - Added classes to handle source dependancy of image parameters. 23 - Added classes to handle source dependancy of image parameters: 24 see MHillasSrc 23 25 24 26 - Added container (MBinning) to have a standard input for the binning … … 30 32 - Added the flexible binning to the hillas histograms 31 33 32 - Added a filter for the alpha parameter (MF ilter)34 - Added a filter for the alpha parameter (MFAlpha) 33 35 34 - it is now possible to write single data members of a class object to36 - It is now possible to write single data members of a class object to 35 37 an output stream instead of the whole container only 38 39 - Added a generalized filter for a data member: 40 MFDataMember filter("MHillas.fWidth", '<', 0.5); 41 42 - Added a generalized Filter parser for more difficult filter rules 43 MF filter("MHillas.fWidth<0.5 && MHillas.fLength>0.5"); 44 45 - Added new Monte Carlo histograms: 46 MHMcEnergyImpact and MHMcEfficiency 47 48 - Added many new histograms needed for the flux calculation. 49 50 - Added a generalized histograms which can fill and show up to three 51 data members in either a one-, two- or three-dimensional histogram, eg: 52 MH3 mh3("MHillas.fWidth", "MHillas.fLength"); 36 53 37 54
Note:
See TracChangeset
for help on using the changeset viewer.