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 -*-*- 2010/04/22 Thomas Bretz * showplot.cc: - added --debug-mem option * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc, mhflux/MHAlpha.cc, mhist/MHCamEvent.cc: - added missing call to the RecursiveRemove of the base class * mfileio/MReadTree.cc: - In the case Notify failed since about two years accidentaly kTRUE instead of kERROR was returned * mfileio/MWriteRootFile.cc: - added some more debug output * mhflux/MAlphaFitter.cc: - Return if fit failed * mhflux/MHPhi.cc: - avoid inf and nan when producing histogram (the divisor could have been zero in case of the inetgral of an empty histogram) 2010/04/21 Thomas Bretz * macros/rootlogon.C: - a small fix which gets rid of the annoying error about an unlocked mutex when starting the MStatusDisplay in the interpreter. It makes sure that fGThreadFactory gets initialized from the main thread. * mbase/MStatusDisplay.cc: - added a console output if TryLock fails - the return value of TString::Index was misinterpreted * mmuon/MHSingleMuon.cc: - removed another reference to gMinuit * msimcamera/MSimRandomPhotons.cc: - re-did the output - choose the other rate f2 instead of f1 * msimcamera/MSimTrigger.[h,cc]: - keep the index of the trigger channel which finnaly issued the trigger and propagate it to the event header * mraw/MrawEvtHeader.h: - implementd setter for fNumTriggerLvl1 2010/04/20 Thomas Bretz * mfileio/MReadTree.cc: - no error was returned anymore when Notify() failed. Fixed. 2010/04/19 Thomas Bretz * mbase/MStatusArray.cc: - added a workaround to prevent crashes in case of double deleteion of the fHistogram in TGraphs * mcorsika/MCorsikaEvtHeader.cc: - replaced special characters by UTF8 characters * mgeom/MGeom.[h,cc]: - implemented function to return the distance squared * mjobs/MJSimulation.cc: - display degree symbol correctly in plots - added artificial star-files to output - for the moment the output of the reflector files is suppressed * mmuon/MHSingleMuon.cc: - catch if the fit failed - replaced use of gMinuit by direct access to the function * mpointing/MPointing.cc: - replaced deg-symbol by UTF8 character * mpointing/MPointingDevCalc.cc: - added more information * msignal/MSignalCam.[h,cc]: - made the data members describing the image persistent. they are not guranteed to have correct contents. Use MNewImagePar instead. - increased class version number accordingly * msimreflector/MMirrorHex.h: - added Getter for fD 2010/04/13 Daniela Dorner * datacenter/db/builddatasets.php: - updated check for observation mode: allowed 'N/A', as there is else an error for old data 2010/04/13 Thomas Bretz * msim/MHPhotonEvent.cc: - automatic binning for case 3 - new case 5 * msim/MHPhotonEvent.h: - this can be a huge memory consumption and we don't need double precision (range) accordingly changed all TH*D to TH*F. consequently increased class version number 2010/03/30 Thomas Bretz * Makefile.conf.general: - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get ignored * mbase/MQuaternion.h: - added member-function to normalize vector part of quaternion * mbase/MTime.cc: - issue an error if __LINUX__ is not set * mjobs/MJSimulation.cc: - set name of reflector explicitly to "Reflector" * msimreflector/MMirror.h: - added member function to set z position (for optimization purpose) - added SimPSF(TVector3&) * msimreflector/MSimReflector.[h,cc]: - added name of reflector as data member * melectronics/MAvalanchePhotoDiode.cc: - scale the crosstalk probability as the height of the emitted signal with the recovery time. * mhflux/MHEnergyEst.cc: - added a workaround to get rid of some root-warnings * mjtrain/MJTrainEnergy.cc: - improved axis labels * mpointing/MPointingDevCalc.cc: - added some more comments * msimreflector/MMirror.[h,cc]: - added fShape to allow for parabolic mirrors * msimreflector/MReflector.cc: - implemented the option of parabolic mirrors into the reflector defintion file * msimreflector/MSimReflector.[h,cc]: - implemented (and fixed) the calculation of the reflection at parabolic surfaces - implemented the possibility to switch off the early check for "photon can hit the camera" (fDetectorMargin<0) - added setter for fDetectorMargin 2010/03/01 Stefan Ruegamer * resources/hilocalib.rc: - added df factors for p23-25, using the same as for p22. Sequences are not running with df in these periods, therefore the correct factors cannot be determined, and it doesn't matter anyway. * datacenter/read_lapalma-tapes: - added automationsetup before movingrawfiles 2010/02/23 Thomas Bretz * mbase/MAGIC.cc: - projections are supposed to work again in root 5.26 (not tested yet) * mbase/MGMap.cc, mbase/MObjLookup.cc: - key and val are Long64 in newer root versions * mdata/MDataPhrase.cc: - need inclusion of TFormulaPrimitive in root 5.26 * mhflux/MMcSpectrumWeight.cc: - root 5.26 has a different calling convention for TH1::Intgeral * mjobs/MJob.cc: - added a suggested parenthesis * mjtrain/MJTrainDisp.cc: - cast the MH3 histogram correctly to a TH2 2010/02/22 Daniela Dorner * datacenter/db/menu.php: - added ObsLevel and download link column for cta pages * datacenter/db/ctadefs.php: - added observation level * datacenter/db/ctamcinfo.php: - added column with download link for the files * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php, datacenter/db/culminating.php, datacenter/db/datacheck.php, datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php, datacenter/db/include.php, datacenter/db/mcinfo.php, datacenter/db/opticaldata.php, datacenter/db/printtable.php, datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php, datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php, datacenter/db/sources.php, datacenter/db/statussbs.php: - bugfix for get.txt * datacenter/db/datasetinfo-aio.php: - bugfix calling PrintPage() 2010/02/01 Daniela Dorner * datacenter/scripts/fillmcdb: - added observation level * datacenter/scripts/sourcefile: - added comment concerning $0 problem - added 'ERROR' in processlog message of makedir 2010/02/04 Stefan Ruegamer * mraw/MRawRunHeader.cc - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U so that the new 5xxxxxx sequences can be processed - adapted error message - inserted Domino calibration run * mraw/MRawRunHeader.cc - inserted Domino calibration run 2010/02/01 Daniela Dorner * datacenter/scripts/runsimtel - fixes typo - replaced path in disk-check by variable 2010/01/15 Stefan Ruegamer * datacenter/scripts/dowebplots, jobmanager - if-condition if [ "$numproc" = "" ] now correctly checks for "0" * datacenter/scripts/scriptlauncher - added automationsetup variable in condor command * datacenter/macros/buildsequenceentries.C - where necessary changed Int to Long to account for the high value of the stereo runs * resources/sequences.rc - added two transition conditions for the calibration scripts 10Led_UV_PEDANDCAL_1kHz and 10LED_UV