Ignore:
Timestamp:
11/03/03 15:41:36 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2448 r2454  
    11                                                 -*-*- END OF LINE -*-*-
     2  2003/11/03: Thomas Bretz
     3 
     4   * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
     5     - fixed such, that it now works correctly with non-MC files
     6     - moved container requests from PreProcess to ReInit
     7     - removed some obsolete data members - made them locally
     8     
     9   * manalysis/MMcPedestalRead.[h,cc]:
     10     - removed
     11     
     12   * mbase/MEvtLoop.cc:
     13     - replaced the gApplication->InheritsFrom(TRint::Class())
     14       workaround for thread safty by the more correct check
     15       whether we are running in the main Thread (TThread::Self())
     16       
     17   * mbase/MTask.h:
     18     - added the missing const-qualifier to GetNumExecutions
     19     
     20   * mbase/MTaskList.cc:
     21     - fixed a typo in the output
     22     
     23   * mimage/MHillasCalc.[h,cc]:
     24     - replaced TArrayC by TArrayL to support huge number of events
     25     - added PrintSkipped
     26     - added comments to the data members
     27
     28
     29
    230 2003/10/31: Marcos Lopez
    331
    4    * mhist/MFill.cc:
     32   * mhist/MFillH.cc:
    533     - Fixed a bug in function PreProcess(MParList *pList). Inside the
    634       conditional sentence "if (!fWeight && !fWeightName.IsNull())", 
    735       fWeight never pointed to the object MWeight recoverd from the
    836       parameter list.
    9  
    10     * mhistmc/MHMcEnergyImpact.cc 
    11       - In the Fill function, pass the weight to the histogram fHist.
    12 
    13    * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc] 
    14       - Added new class for changing the energy spectrum of the showers
    15         simulated with Corsika to a different one, be using weights   
     37
     38   * mhistmc/MHMcEnergyImpact.cc:
     39     - In the Fill function, pass the weight to the histogram fHist.
     40
     41   * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
     42     - Added new class for changing the energy spectrum of the showers
     43       simulated with Corsika to a different one, be using weights   
    1644                       
    1745   * mmontecarlo/Makefile, MonteCarloLinkDef.h
Note: See TracChangeset for help on using the changeset viewer.