Changeset 8703 for trunk/MagicSoft/Mars/NEWS
- Timestamp:
- 08/23/07 17:37:34 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/NEWS
r8698 r8703 263 263 the information is lost. 264 264 265 - sponde: added a new tab "Energy". It shows the residual of the 266 energy (lg(estimated energy)-lg(monte carlo energy)) versus 267 several parameters and it is meant to judge the quality of the 268 energy estimator. In the ideal case the residual is zero 269 and doesn't depend in the variable. In reality even a good estimator 270 can show residuals versus Monte Carlo energy. 271 265 272 - sponde: added a new tab "EventDist" showing the unweighted real 266 273 absolute number of events of your sample after cuts. This tells … … 275 282 - sponde: The OriginalMC tree with the events produced by corsika 276 283 is now processed only once 284 285 - sponde: Finally fixed most annoying bug, which has effected the 286 last bin of the collection area. It was the problem that binnings 287 of root histograms are from 1 to n (included) but there was a C-like 288 loop in sponde from 0 to n (excluded). Now the loop also includes 289 correctly under- and overflow-bins. The worse thing with this is, 290 that for the events in the highest bin not only the bin-content 291 was wrong, but also the weights applied to these events, which could 292 in pricipal effect also other parts of the distribution (eg. due 293 to energy estimation). Fortunately it effected only a few events 294 in most cases. 277 295 278 296
Note:
See TracChangeset
for help on using the changeset viewer.