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 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 -*-*- 2004/05/21 Javier Rico * library/MDCA.[cc.h] - removed * library/MDisplay.[h,cc], library/MHillasDisplay.[h,cc] - added * library/Makefile, library/IFAELinkDef.h - remove MDCA - add MDisplay and MHillasDisplay * library/MSrcPlace.[h,cc], library/MSrcRotate.[h,cc], library/MSrcTranslate.[h,cc], library/MSrcPosFromFile.cc - remove MDCA dependences * programs/makeHillas.cc, programs/makehillas.datacard - include display and selection cuts options * programs/Makefile - include mfbase in the list of includes directory 2004/05/18 Javier Rico * macros/plotOptimal.C - dump value of maximal significance and cuts 2004/05/18 Javier Rico * library/MSrcPlace.[cc,h], library/MSrcRotate.[cc,h], library/MSrcTranslate.[cc,h], library/MSrcPosFromFile.[cc,h] - Add the possibility of having different input and output MSrcPosCam containers (CONSTRUCTORS HAVE CHANGED!) - Move the creation of internal histogram to PreProcess, so that it can be configured before creation. Now configurable: whether histo must be created or not (fCreateHisto), histo bin size (fHistoBinPrec), histogram name (fHistoName), with corresponding getters and setters - Update documentation * library/MSrcPosFromFile.cc - If no position has been measured for the first analyzed run, use the one of the first run in file instead. * programs/falseSource.cc - Change obsolete MSrcPosCam predefinitions for modern MSrcTranslate objects, which allow relative displacement of the source position from a previously assigned one. - Add flag for relative translation - Include control histograms (hOn[Off]SrcPos) for the source position * programs/falsesource.datacard - Add datacard SRCABS for relative/absolute source translation * programs/srcPos.cc - Avoid creation of internal histograms for the translation * programs/optimizeCuts.cc - Correct bug on width initial value * programs/makeHillas.cc - Pass MCalibrationQECam from the MJCalibration to the following loops (to be able to perform calibration of data) 2004/05/17 Javier Rico * library/MSrcPlace.[cc,h], library/MSrcRotate.cc, library/MSrcTranslate.cc - Assign the internal histogram a class-dependent name - Add some log lines to trace the classes behaviour - Remove function SearchForSrcPos * library/MSrcPosFromFile.[cc,h] - Correct behaviour for not found runs - Keep latest good MSrcPosCam to fill for next events - Initialize pointers to NULL - Fill also MDCA 2004/05/14 Javier Rico * library/MSrcPlace.[cc,h] - added * library/MSrcPosFromFile.[cc,h], library/MSrcRotate.[cc,h], library/MSrcTranslate.[cc,h] - inherit from MSrcPlace * programs/srcPos.cc programs/srcpos.datacard - adapt to new MSrcPlace class * library/Makefile, library/IFAELinkDef.h - include MSrcPlace 2004/05/13 Javier Rico * macros/rotation.C - added 2004/05/13 Javier Lopez * library/MCalibrateDC.[h,cc] - Task to intercalibrate the dc response of the dc current for all the pmts from a continuos light run. 2004/05/12: Javier Rico * macros/alpha.C, macros/plotOptimal.C - added * library/MSrcRotate.[cc.h] - correct bug in computation of run time for rotation * programs/srcPos.cc - change mjdpos type to Double_t 2004/05/11: Javier Rico * programs/optimizeCuts.cc, programs/optimizecuts.datacard - added * programs/Makefile - include optimizeCuts * programs/srcPos.cc, programs/srcpos.datacard - add reference rotation angle 2004/05/11: Ester Aliu * macros/signal.cc - change some things * programs/falseSource.cc - change some mathematical functions to root equivalents * programs/psffit.cc - add library 2004/05/11: Ester Aliu * programs/makeHillas.cc, programs/makehillas.datacard - add island calculations 2004/05/11: Javier Rico * programs/makeHillas.cc - prevent it from bombing because of the mjobs 2004/05/10: Javier Rico * programs/Makefile - specify libmars.so with absolute path 2004/05/07: Javier Rico * programs/pedvsslices.cc - added 2004/05/05: Ester Aliu * library/MPSFFitCalc.cc library/MSrcRotate.cc - change some mathematical functions to root equivalents * library/MIslands.[h,cc], library/MIslandCalc.[h,cc], library/MIslandClean.[h,cc] - added * library/Makefile, library/IFAELinkDef.h - add MIslands, MIslandCalc, MIslandClean 2004/05/05: Javier Lopez * library/MFHVNotNominal.[h,cc] - filter to flag events(pixels) with non nominal hv * macros/hvnotnominal.C - macro to test MFHVNotNominal filter 2004/05/05: Javier Rico * library/MSrcTranslate.[h,cc] - added * library/Makefile, library/IFAELinkDef.h - add MSrcTranslate * library/MSrcRotate.[h.cc] - adapted to changes in MObservatory and MAstro * programs/falseSource.cc programs/falsesource.datacard programs/srcPos.cc programs/srcpos.datacard - added * programs/Makefile - add falseSource and srcPos * macros/signal.C macros/signalPoint.C - added 2004/05/03: Javier Rico * makeHillas.cc - put back Jobs for pedestal and calibration parts * .rootrc - added 2004/05/03: Javier Rico * library,programs,macros,*: - new directories added - directory macros contains macros (.C) and scripts (.sh) - directory programs contains root compilables and associated [input] files - directory library contains routines to be linked with libmars.so 2004/04/30: Javier López * alpha_plot.C - macro to display hillas disttributions with corrected miss pointing * srcPosRun.sh - Script to produce the file with the positions of UMa51 using psffit executable * MSrcPosFromFile.[h,cc] - Tool to correct the position of the source for on and off data from a file * psffit.C & psffit.cc - Macro and executable to calculate the mean position of a star. * MPSFFit.[h,cc] & MPSFFitCalc.[h,cc] - Container and taks to do calculation of the psf and position of stars. 2004/04/28: Javier Rico * makeHillas.cc, makehillas.datacard - Use MJPedestal and MJCalibration and simplified datacard * Makefile - include mjobs 2004/04/28: Javier Rico * mifae/Changelog - Added. Next changes in directory mifae will be reported exclusively in here 2004/04/27: Javier Rico * mifae - Add new directory for IFAE temporal stuff * mifae/Makefile,IFAEIncl.h,IFAELinkDef.h - Add basic stuff to run the directory * mifae/MDCA.[h,cc] - Add Commichau & Starks's MDCA (provisional) * mifae/makeHillas.cc,makehillas.datacard - Add program to generate hillas parameters' file