Ignore:
Timestamp:
06/13/03 16:42:37 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2172 r2173  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/06/13: Thomas Bretz (making Mars work with gcc 3.3 on Suse 8.2)
     4
     5   * Makefile.conf.linux:
     6     - removed nonull-objects, Wtraditional and Wnested-externs
     7       due to warnings in gcc 3.3
     8     
     9   * *:
     10     - added 'using namespace std;'
     11     - exchanged *.h C++ headers by correct headers (like <fstream>)
     12     - replaced forward declarations of streams by <iosfwd>
     13
     14   * manalysis/MCerPhotAnal.cc:
     15     - cast arguments of sqrt to correct type
     16     - corrected argument type for SetPedestalRms
     17     
     18   * manalysis/MCurrents.h:
     19     - const operator[] uses 'this' now
     20     
     21   * manalysis/MEnergyEstParam.[h,cc], manalysis/MSigmabarParam.[h,cc]:
     22     - fixed definition of Print
     23
     24   * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
     25     mgui/MCamDisplay.cc, mmontecarlo/MMcThresholdCalc.cc:
     26     - cast arguments of sqrt to correct type
     27
     28   * manalysis/MMultiDimDistCalc.cc:
     29     - changed type of numg/numh to Int_t
     30     
     31   * mbase/BaseLinkDef.h:
     32     - removed pragma for __omanip_debug
     33
     34   * mbase/MLog.[h,cc]:
     35     - fixed copy constructor
     36     - removed usage of mkstemp -- TO BE FIXED
     37
     38   * mbase/MLogManip.[h,cc]:
     39     - completely replaced
     40
     41   * mdata/MDataArray.cc:
     42     - fixed variable type ncols (Double_t -> Int_t)
     43   
     44   * mdata/MDataChain.cc:
     45     - fixed argument type of gRandom->Integer()
     46   
     47   * meventdisp/MGEvtDisplay.[h,cc]:
     48     - implemented skiping of  events which have 0 Pixels
     49     
     50   * mfileio/MCT1ReadPreProc.cc:
     51     - fixed conversion for istream::read from Byte_t* to char*
     52     - fixed argument type in Fill (fmcsize_phel)
     53     
     54   * mfileio/MChain.h:
     55     - ResetTree must also set fTreeNumber to -1 due to changes in
     56       TChain::LoadTree
     57
     58   * mfilter/MFAlpha.[h,cc]:
     59      fixed type of Alpha in Init (Float_t instead of Int_t)
     60     
     61   * mfilter/MFEventSelector2.[h,cc]:
     62     - renamed Read member function to ReadDistribution
     63     
     64   * mfilter/MFilterList.h:
     65     - fixed overloading of GetRule
     66     
     67   * mhist/MBinning.cc, mhist/MH3.cc:
     68     - removed default argument in source file
     69
     70   * mhist/MHArray.cc:
     71      fixed type of sstyle (Stat_t -> Int_t)
     72     
     73   * mhist/MHCerPhotEvt.[h,cc], mhist/MHCurrents.[h,cc]:
     74     - fixed definition of Clear()
     75     
     76   * mhist/MHFadcCam.[h,cc]:
     77     - renamed Reset to ResetEntry
     78     
     79   * mhistmc/MHMcEnergy.cc:
     80     - fixed argument type of log
     81   
     82   * mhistmc/MHMcRate.cc:
     83     - cast argument of pow() to correct type
     84   
     85   * mimage/MHillas.cc:
     86     - replaced default value for MeanX and MeanY by 0
     87
     88   * mmain/MMars.cc:
     89     - fixed argument type in TGLayoutHints
     90
     91   * mmain/MStatusDisplay.cc:
     92     - fixed some argument types
     93     - for the moment removed the update of the ps-header
     94
     95   * mmc/MMcTrig.cxx:
     96     - use binary shift instead of pow for power of two
     97
     98   * mmontecarlo/MMcEnergyEst.[h,cc]:
     99     - declared fcn as static
     100     - fixed definition of Print
     101
     102   * mmontecarlo/MMcTimeGenerate.cc:
     103     - fixed argument type of SetTime
     104   
     105   * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
     106     - fixed definition of Draw
     107
     108   * mfileio/MReadRflFile.cc, mraw/MRawCrateData.cc, mraw/MRawEvtData.cc,
     109     mraw/MRawEvtHeader.cc, mraw/MRawRunHeader.cc:
     110     - fixed conversion for istream::read from Byte_t* to char*
     111
     112   * mreflector/MRflEvtData.cc, mreflector/MRflSinglePhoton.cc:
     113     - fixed definition of Print
     114
    2115
    3116 2003/06/13: Robert Wagner
Note: See TracChangeset for help on using the changeset viewer.