Please do not write behind the end of line tag so that it is possible to send a Changelog file to a line printer directly. Thanks. For your entries please follow EXACTLY this style: _yyyy/mm/dd_[Your Name] _ ___*_filename: _____-_description _ ___*_filename2, filename3: _____-_description _ _ _ While an underscore is a placeholder for a white-space or an empty line. -*-*- END OF LINE -*-*- 2011/04/04 Thomas Bretz * mreport/MReportFileRead.cc: - added a missing delete * mhflux/MHEnergyEst.cc, mhist/MHCamera.cc: - fixed some crashes with newer root versiony in which GetFunction("gaus") after an unsuccessfull fit might return NULL * mastro/MAstroCatalog.cc: - added the missing marker color for the dot * mpointing/MPointingDevCalc.cc: - added some comments * mmain/MEventDisplay.cc: - renamed some local variables to avoid using the same name twice * mgeom/MGeomCam.cc: - for convenience a margin of 0 in HitFrame is allowed to switch off the detection also with 0 * mbase/MThread.h: - added missing argument to call of fThread.Run() * mhbase/MH3.cc: - fixed a problem with a wrong cast - added assignment of conversion function for TProfile3D 2011/03/10 Thomas Bretz * mhbase/MH3.[h,cc]: - increased forgotten class version number from 6 to 7 2011/03/03 Reiner Rohlfs * mcorsika/MCorsikaFormat.[h,cc]: - accept an "EVTH" only after an "EVTE" and after a "RUNH" * mcorsika/MCorsikaRead.cc: - parameter change in function MCorsikaFormat::NextBlock() from "Bool_t subBlock" to "Int_t readState". 2011/02/21 Reiner Rohlfs * mcorsika/MCorsikaRead.[h,cc]: - Remove debug output and not used code 2011/02/21 Thomas Bretz * mcalib/MCalibrateData.cc mcalib/MCalibrationBlindPix.cc mcalib/MCalibrationChargeCam.cc mcalib/MCalibrationChargeCalc.cc mcalib/MCalibrationIntensityChargeCam.cc mimage/MNewImagePar2.cc mhcalib/MHCalibrationPulseTimeCam.cc mhcalib/MHCalibrationChargeCam.cc mhcalib/MHCalibrationHiLoCam.cc manalysis/MMcTriggerLvl2.cc mfilter/MFCosmics.cc mhflux/MHFalseSource.cc mhflux/MHThetaSqN.cc mastro/MAstroCamera.cc mmuon/MHSingleMuon.cc mpedestal/MPedestalSubtractedEvt.cc mpedestal/MPedCalcFromLoGain.cc mpedestal/MPedCalcPedRun.cc mpedestal/MExtractPedestal.cc mpedestal/MPedestalSubtract.cc mpedestal/MHPedestalCor.cc mhist/MHCamera.cc msignal/MExtractTimeAndCharge.cc msignal/MExtractTime.cc msignal/MExtractTimeAndChargeDigitalFilter.cc msignal/MArrivalTimeCam.cc msignal/MExtractTimeAndChargeSpline.cc mranforest/MHRanForestGini.cc mranforest/MRanForestCalc.cc mranforest/MRanForest.cc mbase/MLog.cc mbase/MMath.cc mbadpixels/MBadPixelsCam.cc mbadpixels/MBadPixelsTreat.cc mhvstime/MHSectorVsTime.cc mfbase/MFEventSelector2.cc mhbase/MBinning.cc mhbase/MH.cc mgui/MHexagon.cc msql/MSQLServer.cc: - removed the old obsolete cvs header line * msimcamera/MSimCamera.cc, msimcamera/MSimSignalCam.cc, msim/MHPhotonEvent.cc msim/MPhotonEvent.cc: - treat kArtificial in addition to kNightSky 2011/02/10 Daniela Dorner * resmc/: - uncommented line of 950nm to take into account the changes of the range of the transmission curve 2011/02/09 Reiner Rohlfs * mcorsika/MCorsikaFormat.cc: - replace the selection of the blockType from a string comparison to a switch - statement. * mcorsika/MCorsikaRead.[h,cc]: - Redesign of the Process() - method: Read after the processing of one block the header of the next block to be able do decide to process the next block in the same the same call or to return from the method. 2011/01/24 Thomas Bretz * melectronics/MAvalanchePhotoDiode.h: - shifted the Afterpulse class behind the APD class to make it compile 2011/01/07 Thomas Bretz * msimcamera/MSimAPD.[h,cc]: - added setting of the afterpulse probabilities - handle afterpulses in processing * melectronics/MAvalanchePhotoDiode.[h,cc]: - restructured header file - added treatment of afterpulses in HitCellImp - added time constants and afterpulse probability data memebers - added TSortedList to hold the afterpulses - added afterpulses to calculation of relaxation time - added call to Relax to Init - added treatment of afterpulses to FillEmpty, FillRandom and Evolve - added member functions to process the afterpulses 2011/01/06 Thomas Bretz * mimage/MNewImagePar2.cc: - use GetL() instead of GetT() for fBorderLinePixel * mgeom/MGeomRectangle.h: - added GetL member-function * mgeom/MGeomPix.h: - fixed the comment of GetT * mgeom/MGeom.h: - added abstract function GetL * mgeom/MGeomRectangle.cc: - fixed the comment for GetT - added GetL * mgeom/MGeomCamDwarf.cc: - use the HitFrame from the base class with a slightly increased radius (no change in behaviour) * mgeom/MGeomCam.[h,cc]: - added HitFrame * msimreflector/MSimReflector.[h,cc]: - implemented the possibility to overwrite the absorbing size of the detector - added fDetectorFrame * mpointing/MPointingDevCalc.cc: - updated comments * msimcamera/MSimRandomPhotons.cc: - fixed a mistake in the log-output