Changeset 7189 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 07/14/05 16:03:32 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7188 r7189 20 20 21 21 -*-*- END OF LINE -*-*- 22 2005/07/14 Thomas Bretz 23 24 * mbadpixels/MBadPixelCam.[h,cc]: 25 - added new function GetNumSuitable 26 27 * mcalib/MCalibrationChargeCalc.cc: 28 simplified FinalizeUnsuitablePixels() 29 30 22 31 23 32 2005/07/13 Abelardo Moralejo (2005/07/12) … … 64 73 also absolute calibration (=SIZE in phes) is made. 65 74 75 * mcalib/MCalibrateData.cc 76 - In PreProcess, changed initialization of fRenormFactor. Formerly 77 it was fixed to MCalibrationQEPix::gkDefaultAverageQE. Now we check 78 first if there is a valid average QE for inner pixels in 79 MCalibrationQECam, and if so, we inititalize fRenormFactor with it. 80 Else, the default gkDefaultAverageQE is taken. fRenormFactor is 81 used to convert back from photons to "equivalent inner pixel phes" 82 in the (now default) case of calibrating in phes. 83 66 84 67 85 … … 287 305 - check for existence of pointer fRawEvt in PostProcess. 288 306 307 * mcalib/MCalibrationChargeCalc.[h,cc] 308 - implement possibility to set reference number of photo-electrons from 309 outside (stored in fExternalNumPhes). 310 311 * mcalib/MCalibrateData.[h,cc], mcalib/MCalibCalcFromPast.cc, 312 mjobs/MJCalibrateSignal.cc: 313 - write calibration constants now in separate 314 MCalibrationIntensityConstCam. This is necessary since with the 315 introduction of the averageing of mean photo-electrons, the 316 MCalibrationIntensityChargeCam does not hold the correct conv. 317 factors any more. 318 319 * mcalib/MCalibrateData.[h,cc] 320 - get also pointers to the IntensityCams and use them if exist 321 (previously, only the first calibration cam was used together 322 with the updatecam.) 323 324 325 326 2005/07/13 Markus Gaug (2005/06/17) 327 328 * mcalib/MCalibrationIntensityCam.[h,cc] 329 - take out some un-used or commented code (variables fOffsets and 330 fSlopes). These data members were not in the streamter either. 331 - put some of the most-used code from the .cc file into the .h file 332 - add new function: SetCam(). 333 289 334 290 335 … … 305 350 - In CalibrateData, the sigma is used for the statistical error of the 306 351 converted signal to equiv. high-gain charges. 352 353 * mcalib/MCalibCalcFromPast.[h,cc] 354 - implement the mean photo-electron averageing for a desired number of 355 calibration updates. 356 357 * mcalib/MCalibrateData.cc 358 - use MCalibrationChargePix::GetConversionHiLoSigma() to calculate the 359 error (was previously MCalibrationChargePix::GetConversionHiLoErr(). 360 361 * callisto.cc 362 - calculate first fixed window pedestal in MJPedestalY2, 363 then sliding window pedestal in MJPedestalY3 (order reversed). 364 307 365 308 366 … … 347 405 now, depending on the study, one wants to make. 348 406 407 * mcalib/MCalibrationChargeCalc.[h,cc] 408 - set a limit to the number of un-suitable and un-reliables pixels 409 for the run to succeed: 0.1 unsuitables and 0.3 un-reliables 410 - set UseExtractorRes to kTRUE, will raise the number of 411 photo-electrons for the spline extractor by 1-2% (correctly). 412 - re-normalize the pedestal RMS of the event-by-event averaged 413 area events to the sqrt of the number of used pixels. 414 - re-normalize the sigma of the event-by-event averaged area events 415 by 1/F-Factor. 416 - introduce switch to choose if un-reliables should be used for the 417 calculation of mean number of phes (default: kTRUE). 418 - print out the number of high-gain saturated pixels. 419 420 421 422 2005/07/13 Markus Gaug (2005/06/10) 423 424 * mjobs/MJCalibrateSignal.[h,cc] 425 - skip also the PIN Diode events from the data calibration. 426 349 427 350 428 … … 357 435 - introduce flags to steer the setting of unreliability like done 358 436 in MCalibrationChargeCalc. Can be steered from the conf-file. 437 438 * mbadpixels/MBadPixelsIntensityCam.[h,cc] 439 - implement two Get and Draw-functions to display bad pixels over 440 time like in the mcalib/MCalibrationIntensityChargeCam 441 442 443 444 2005/07/13 Markus Gaug (2005/06/03) 445 446 * mhcalib/MHCalibrationPulseTimeCam.cc 447 - fill arrays only if IsOscillations() was asked. This is a speed 448 bug and could cause important memory leaks. It does not affect the 449 outcome of an analysis, however. 359 450 360 451
Note:
See TracChangeset
for help on using the changeset viewer.