Changeset 5869 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 01/17/05 11:54:30 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5868 r5869 21 21 -*-*- END OF LINE -*-*- 22 22 23 2005/01/17 Thomas Bretz 24 25 * manalysis/MEnergyEstimate.[h,cc]: 26 - changed to be more general. Energy is now estimated from a rule 27 (MDataChain) The default behaviour is still the same as before 28 to copy the energy from MMcEvt 29 30 * mbase/MTask.cc: 31 - changed to write out the descriptor istead of the task-name only 32 in Pre/PostProcess 33 34 * mhbase/MH.cc: 35 - initialize fSerialNumber and fNumExecutions in constructor 36 37 * mhflux/MHFalseSource.cc: 38 - according to a suggestion by Markus Mayer I have changed 39 \\sigma_{max}=f to S_{max}=f\\sigma 40 41 * mjobs/MJCalibrateSignal.cc: 42 - as discussed with Markus and Abelardo fixed the MFTriggerPattern 43 call. 44 45 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc, 46 mtrigger/MTriggerPatternDecode.cc: 47 - added some comment about file version 48 49 50 23 51 2005/01/17 Markus Gaug 24 52 25 * msignal/MExtractTimeAndChargeDigitalFilter.cc 26 - remove a situation where the high-gain signal can be 0. 27 28 * mtrigger/MTriggerPattern.h 29 - fixed a bug in defining the trigger bit pattern (Have to start 30 from 0 instead of 1) 53 * msignal/MExtractTimeAndChargeDigitalFilter.cc 54 - remove a situation where the high-gain signal can be 0. 55 56 * mtrigger/MTriggerPattern.h 57 - fixed a bug in defining the trigger bit pattern (Have to start 58 from 0 instead of 1) 59 31 60 32 61 33 62 2005/01/16 Markus Gaug 34 63 35 * mhcalib/MHCalibrationCam.[h,cc] 36 * mhcalib/MHCalibrationRelTimeCam.[h,cc] 37 * mhcalib/MHCalibrationChargeCam.[h,cc] 38 - put overflow management and results camera initialization into 39 base class 64 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc], 65 mhcalib/MHCalibrationChargeCam.[h,cc] 66 - put overflow management and results camera initialization into 67 base class 40 68 41 * mcalib/MCalibrateData.[h,cc] 42 - added possibility to re-normalize signal to equiv. photo-electrons 43 ( SetSignalType(MCalibrateData::kPhe) ). 44 Default is old version in photons 45 - speed up Process by storing pre-calculated calibration constants 46 in arrays (needed 40% of CPU time of the eventloop before, now: 23%) 47 - added new pointer to different MCalibrationChargeCam used for 48 updates 49 - added possibility to update the conversion factors using the 50 MCalibrationChargeCam stored in fCalibUpdate. 51 - added Print() function 52 53 * mcalib/MCalibCalcFromPast.[h,cc] 54 - committed final version, now also in the Makefile 55 56 57 * mjobs/MJCalibrateSignalFromOutside.[h,cc] 58 * macros/calibration.C 59 - committed final version, now able to calibrate interlaced cal. 60 events. 69 * mcalib/MCalibrateData.[h,cc] 70 - added possibility to re-normalize signal to equiv. photo-electrons 71 ( SetSignalType(MCalibrateData::kPhe) ). 72 Default is old version in photons 73 - speed up Process by storing pre-calculated calibration constants 74 in arrays (needed 40% of CPU time of the eventloop before, now: 23%) 75 - added new pointer to different MCalibrationChargeCam used for 76 updates 77 - added possibility to update the conversion factors using the 78 MCalibrationChargeCam stored in fCalibUpdate. 79 - added Print() function 80 81 * mcalib/MCalibCalcFromPast.[h,cc] 82 - committed final version, now also in the Makefile 83 84 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C 85 - committed final version, now able to calibrate interlaced cal. 86 events. 87 61 88 62 89 63 90 2005/01/14 Hendrik Bartko 64 91 65 * msignal/calibration_weights_UV.dat 66 - fixed a small bug in the noise autocorrelation of the AB-noise 67 * msignal/calibration_weights_blue.dat 68 - new weights file for blue calibration pulses 69 * cosmics_weights.dat 70 - fixed a small bug in the noise autocorrelation of the AB-noise 92 * msignal/calibration_weights_UV.dat 93 - fixed a small bug in the noise autocorrelation of the AB-noise 94 95 * msignal/calibration_weights_blue.dat 96 - new weights file for blue calibration pulses 97 98 * cosmics_weights.dat 99 - fixed a small bug in the noise autocorrelation of the AB-noise 100 71 101 72 102 … … 89 119 - Use now the new class MTriggerPattern directly to recognize an 90 120 interlaced pedestal event. 121 91 122 92 123
Note:
See TracChangeset
for help on using the changeset viewer.