Ignore:
Timestamp:
06/23/03 12:09:05 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2205 r2209  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/06/23: Thomas Bretz
     4 
     5   * manalysis/MBlindPixelCalc.[h,cc], manalysis/MCT1PadONOFF.[h,cc],
     6     manalysis/MCT1PadSchweizer.[h,cc], manalysis/MCompProbCalc.[h,cc],
     7     manalysis/MCT1PointingCorrCalc.[h,cc], manalysis/MEnergyEstimate.[h,cc],
     8     manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MEnergyEstParam.[h,cc],
     9     manalysis/MFiltercutsCalc.[cc,h], manalysis/MMatrixLoop.[h,cc],
     10     manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc],
     11     manalysis/MMcTriggerLvl2Calc.[h,cc], manalysis/MPadding.[h,cc],
     12     manalysis/MMultiDimDistCalc.[h,cc], manalysis/MPedCalcPedRun.[h,cc],
     13     manalysis/MPedestalCalc.[h,cc], manalysis/MPointingCorr.[h,cc],
     14     mbase/MClone.[h,cc], mbase/MGTask.[h,cc], mbase/MPrint.[h,cc],
     15     mbase/MTask.[h,cc], mbase/MTaskInteractive.[h,cc],
     16     mbase/MTaskList.[h,cc], mtools/MChisqEval.[h,cc],
     17     mbase/MContinue.[h,cc], mdatacheck/MDumpEvtHeader.[h,cc]
     18     mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc],
     19     mfileio/MReadCurrents.[h,cc], mfileio/MReadMarsFile.[h,cc],
     20     mfileio/MReadRflFile.[h,cc], mfilter/MF.[h,cc],
     21     mfilter/MFAlpha.[h,cc], mfilter/MFCT1SelBasic.[h,cc],
     22     mfilter/MFCT1SelFinal.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
     23     mfilter/MFDataChain.[h,cc], mfilter/MFDataMember.[h,cc],
     24     mfilter/MFEnergySlope.[h,cc], mfilter/MFEventSelector.[h,cc],
     25     mfilter/MFEventSelector2.[h,cc], mfilter/MFParticleId.[h,cc],
     26     mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
     27     mfilter/MFilterList.[h,cc], mhist/MFillH.[h,cc],
     28     mimage/MCameraSmooth.[h,cc], mimage/MHillasCalc.[h,cc],
     29     mimage/MHillasSrcCalc.[h,cc], mimage/MImgCleanStd.[h,cc],
     30     mimage/MNewImageParCalc.[h,cc], mmontecarlo/MMcThresholdCalc.[h,cc],
     31     mranforest/MRanForestCalc.[h,cc], mranforest/MRanForestFill.[h,cc]
     32     mmontecarlo/MMcTimeGenerate.[h,cc], mranforest/MRanForestGrow.[h,cc],
     33     mmontecarlo/MMcCollectionAreaCalc.[h,cc], mraw/MRawFileWrite.[h,cc],
     34     mmontecarlo/MMcTriggerRateCalc.[h,cc], mraw/MRawFileRead.[h,cc],
     35     manalysis/MSigmabarCalc.[h,cc]:
     36     - changed Bool_t in *Process to Int_t to support newer root
     37       versions correctly - PRELIMINARY (will be replaced by
     38       enums in the future)
     39       
     40   * manalysis/MCerPhotEvt.[h,cc]:
     41     - added case 3 and 4 to GetPixelContent
     42     - changed definition of GetPixelContent
     43
     44   * manalysis/MCurrents.[h,cc], manalysis/MPedestalCam.[h,cc]: 
     45     - changed definition of GetPixelContent
     46
     47   * manalysis/MFiltercutsCalc.[h,cc]:
     48     - Added list to ListOfCleanups, and set kMustCleanup for list
     49     - Set kMustCleanup for external filters
     50
     51   * mbase/MEvtLoop.[h,cc]:
     52     - added to ListOfCleanups
     53     - Set kMustCleanup for parlist, progressbar and display
     54     - added some checks for root's Batch-Mode
     55     - no need for checking ListOfSpecials for fDisplay (this is now
     56       handled through the Cleanups)
     57     - No need for kFileExit anymore (this can now be handles through
     58       the Cleanups)
     59     - added recursiveRemove to support Cleanups
     60     - added SetDisplay to set kMustCleanup for fDisplay
     61
     62   * mbase/MTaskList.cc, mdata/MDataArray.cc, mdata/MDataList.cc,
     63     mfilter/MFilterList.cc:
     64     - added lists to ListOfCleanups
     65     - Set kMustCleanup for the lists
     66     
     67   * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
     68     - removed unnecessary MDumpEvtHeader
     69     
     70   * mbase/MContinue.[h,cc]:
     71     - added SetDisplay to support setting display for the filter
     72     - added SetLogStream to support setting logstream for the filter
     73     
     74   * mfilter/MFCT1SelBasic.cc, mfilter/MFCT1SelFinal.cc,
     75     mfilter/MFCT1SelStandard.cc:
     76     - added Set-function to simplify Process
     77     
     78   * mgui/MCamEvent.[h,cc]:
     79     - changed GetPixelContent definition
     80     
     81   * mhist/MH.cc:
     82     - fixed Draw(TH1&, TH1&) and DrawCopy layout for newer root versions
     83
     84   * mimage/MImgCleanStd.cc:
     85     - fixed a bug in the access to ispixused-array (GetNeighbor
     86       could exceed maximum entries.
     87       
     88   * mmain/MStatusDisplay.[h,cc]:
     89     - preliminary fixes to support root's batch mode
     90     - removed adding MStatusDisplay to ListOfCleanups
     91     - changed code updating the Canvas'
     92     - exit now handled by Cleanups, so this can be deleted immediatly
     93     
     94   * mraw/MRawEvtData.[h,cc]:
     95     - changed definition of GetPixelContent
     96     - added code to GetPixelContent
     97
     98   * mraw/MRawEvtPixelIter.[h,cc]:
     99     - returns GetNumMaxHiGainSample
     100
     101   * mreflector/MRflEvtData.[h,cc]:
     102     - use static_cast in GetPhoton
     103     - added GetPixelContent
     104
     105   * mhist/MHTriggerLvl0.[h,cc], MHmhist/Camera.[h,cc],
     106     mhist/MHCamEvent.[h,cc]:
     107     - added
     108
     109   * manalysis/MSigmabar.cc:
     110     - unimportant simplification
     111     
     112   * manalysis/MSigmabarCalc.cc:
     113     - added a preliminary workaround to support files without MMcEvt
     114     - make use of FLT_MAX
     115     
     116   * mgeom/MGeomCam.[h,cc]:
     117     - Moved fPixels from pointer to an instance
     118     - removed destructor
     119     - use static_cast on operator[]
     120     - Use ForEach macro in CheckOuterRing
     121
     122   * mhist/MHSigmaTheta.cc:
     123     - added a preliminary workaround to support files without MMcEvt
     124
     125
    2126
    3127 2003/06/19: Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.