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 -*-*- 2009/01/14 Daniel Hoehne-Moench * datacenter/scripts/sourcefile: - extended errorcoding on mc run process status * datacenter/scripts/runmccallisto, runmcstar: - deleted unnecessary lines, adapted to primary structure * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C: - added * datacenter/scripts/fillmccallisto, fillmcstar: - added 2009/01/14 Thomas Bretz * readraw.cc: - check first whether the file exist before adding the extension * mbase/MMath.[h,cc]: - added function to Re-sort an array * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc: - Improved output * mfileio/MWriteRootFile.cc: - fixed a problem which prevented to open more than one /dev/null devices independantly * mgeom/MGeomCam.cc: - cosmetics * mgeom/MGeomCamDwarf.h: - fixed a typo in an ifdef * mgeom/MGeomPix.[h,cc]: - added funtion to return positon as TVector2 - slightly improved the algorithm to check IsInside - fixed the conditional signs for the orientation of pixels in GetDirection * mmain/MEventDisplay.cc: - Give different names to the MPedestalSubtract tasks - fixed buttons - call AddGeometryTags after ReInit to allow reading new geometries in ReInit * mmc/MMcEvtBasic.h: - added a new primary type kNightSky * mraw/MRawEvtPixelIter.h: - replaced type of the number of bytes by UInt_t * mraw/MRawRunHeader.h: - allow to validate the magic-number from outside (for MCs) * datacenter/scripts/runcorsika: - added a lot of comments - reordered values in input card - switched off a lot of obsolete output - changed the Magnetic field to a value corresponding to the location of MAGIC at 2200m height valid for January 2009. (The old value never took place there?!) The value was taken from www.noaa.gov/geomagmodels 2009/01/12 Daniel Hoehne-Moench * datacenter/db/menu.php: - bugfix: now the SumTriggerFlag is correctly displayed in the web interface 2009/01/09 Daniel Hoehne-Moench * datacenter/macros/fillcamera.C - implemented new variables: zbinmin, zbinmax, number of sumtriggers, sum trigger flag - bugfix: for P and C runs the mirror fraction and the impact parameter had unreasonable values (negative) which were filled into the mcdb, now->0 * datacenter/scripts/fillcamera, mcsequences: - implemented call of getdbsetup 2009/01/09 Stefan Ruegamer * datacenter/scripts/buildsequenceentries - corrected IFS argument 2009/01/08 Stefan Ruegamer * datacenter/scripts/filesondisk - added S and N runs 2009/01/07 Daniel Hoehne-Moench * datacenter/macros/filldotrun.C: - updated column counting numbers - included a check for the number of columns in the runfiles * datacenter/macros/buildsequenceentries.C: - implemented SumTriggerFlagKEY for sequence building 2009/01/06 Thomas Bretz * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h, mbase/MArrayS.h: - removed GetSize * mbase/MArrayF.h: - added Add() - added AddClipped * mbase/MMath.[h,cc]: - implemented ReSort * mcorsika/MCorsikaEvtHeader.cc: - removed obsolete comments * mcorsika/MCorsikaRead.cc: - cosmetics * mcorsika/MCorsikaRunHeader.[h,cc]: - added comments about file contents - added fWavelengthMin/Max * mextralgo/MExtralgoSpline.[h,cc]: - renamed SearchY to SearchYdn - fixed a problem in SearchYup (must be ++i instead of i++) (this is relatively unimportant because it was only used in the determination of the pulse width which we never really used) - added a sanity/range-check to SearchYup and SearchYdn - added a comment - changed the order of arguments in EvalDeriv1 - changed the order of arguments in EvalDeriv2 - accelerated EvalDeriv1 (one multiplication less) - added Deriv1 function - made SearchYup and SearchYdn public * mjobs/MDataSet.cc: - removed an obsolete return statement * mraw/MRawEvtData.[h,cc]: - changed pointer in AddPixel to reference - added a Set function * mraw/MRawRunHeader.[h,cc]: - added a lot of fixes for wrong run numbers written by Arehucas - added a fix for strange file numbers written by Arehucas - added functions as monta carlo interface to set contents * msignal/MSignalCam.cc: - defined a case 9 2009/01/05 Thomas Bretz * mhbase/MH.h: - commited missing changes from last year * merpp.cc: - fixed a description * sponde.cc: - added "Multiple dataset at once" * star.cc: - removed obsolete -ff option from output * mbase/MTime.[h,cc]: - added GetBinary - added WriteBinary * mbase/MEvtLoop.cc: - display paused status in status line - improved pause handling