Ignore:
Timestamp:
02/06/03 11:59:10 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1744 r1745  
    33 2003/02/06: Thomas Bretz
    44
    5    * mbase/MLog.[h,cc]:
    6      - serialized the GUI output (problems with mutithreded prgs, eg Cosy)
    7 
    8    * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
    9      mtemp/MVPPlotter.[h,cc]:
    10      - added changes discussed in Wuerzburg
    11 
    12    * mfileio/MCT1ReadPreProc.cc:
    13      - some simplifications
     5    * mbase/MLog.[h,cc]:
     6      - serialized the GUI output (problems with mutithreded prgs,
     7        eg Cosy)
     8
     9    * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
     10      mtemp/MVPPlotter.[h,cc]:
     11      - added changes discussed in Wuerzburg
     12   
     13    * mfileio/MCT1ReadPreProc.cc:
     14      - some simplifications
    1415
    1516
     
    2223        color of a given pixel
    2324
    24     * created two new classes for simulating the second level trigger in the
    25       directory manalysis:
    26       - MTrigLvl2.[cc|h]         // Implement the Lvl2 topology and selection
    27                                  // strategies
    28       - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the MTrigLvl2
    29                                     with the Lvl1 trigger information
     25    * created two new classes for simulating the second level trigger
     26      in the directory manalysis:
     27      - MTrigLvl2.[cc|h]         // Implement the Lvl2 topology and
     28                                 // selection strategies
     29      - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
     30                                 // MTrigLvl2 with the Lvl1 trigger
     31                                 // information
    3032
    3133    * manalysis/Makefile
     
    3840 2003/01/27: Robert Wagner
    3941
    40   * mfileio/MCT1ReadPreProc.[cc|h]
    41     - Added call of MTaskList::ReInit after processing of new
    42       run header
    43     - Filling of MC container complies to Oscar's changes of
    44       MMcEvt.[hxx,cxx] dated 2003/01/20
    45     - Added filling of run number in MRawRunHeader object while
    46       processing a new run header
     42    * mfileio/MCT1ReadPreProc.[cc|h]
     43      - Added call of MTaskList::ReInit after processing of new
     44        run header
     45      - Filling of MC container complies to Oscar's changes of
     46        MMcEvt.[hxx,cxx] dated 2003/01/20
     47      - Added filling of run number in MRawRunHeader object while
     48        processing a new run header
    4749
    4850
     
    5052 2003/01/23: Robert Wagner
    5153
    52   * manalyis/MSigmabarCalc.cc
    53     - MSigmabarCalc::Process()
    54       Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
     54    * manalyis/MSigmabarCalc.cc
     55      - MSigmabarCalc::Process()
     56        Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
    5557
    5658
     
    5860 2003/01/20: Oscar Blanch
    5961 
    60   * mmc/MMcEvt.[hxx,cxx]
    61     - Data members: fElecCphFraction, fMuonCphFraction,
    62       fOtherCphFraction have been introduced.
    63     - Class version updated to 3.
    64 
    65   * mmc/MMcCorsikaRunHeader.[h.cc]
    66     - Data members: fWobbleMode and fAtmosphericModel introduced.
    67     - Class version updated to 2.
     62    * mmc/MMcEvt.[hxx,cxx]
     63      - Data members: fElecCphFraction, fMuonCphFraction,
     64        fOtherCphFraction have been introduced.
     65      - Class version updated to 3.
     66
     67    * mmc/MMcCorsikaRunHeader.[h.cc]
     68      - Data members: fWobbleMode and fAtmosphericModel introduced.
     69      - Class version updated to 2.
    6870
    6971
    7072
    7173 2003/01/19: Thomas Bretz
    72  
    73    * manalysis/MCerPhotCalc.[h,cc]:
    74      - slight changes, mainly to the layout
    75    
    76    * manalysis/MCerPhotEvt.[h,cc]:
    77      - some small changes to make the code a bit faster
    78 
    79    * manalysis/MCerPhotPix.[h,cc]:
    80      - added AddNumPhotons
    81      
    82    * mbase/MContinue.[h,cc]:
    83      - changed comments
    84      - enhanced functionality and fixed some small bugs
    85 
    86    * mbase/Makefile:
    87      - added mfilter to paths (to be fixed)
    88    
    89    * mfileio/MCT1ReadPreProc.cc:
    90      - Init fNumEvents = 0
    91      
    92    * mgeom/MGeomCam.cc:
    93      - return 0 Ratio if the pixel number exceeds the number of pixels
     74
     75    * manalysis/MCerPhotCalc.[h,cc]:
     76      - slight changes, mainly to the layout
     77
     78    * manalysis/MCerPhotEvt.[h,cc]:
     79      - some small changes to make the code a bit faster
     80
     81    * manalysis/MCerPhotPix.[h,cc]:
     82      - added AddNumPhotons
     83
     84    * mbase/MContinue.[h,cc]:
     85      - changed comments
     86      - enhanced functionality and fixed some small bugs
     87
     88    * mbase/Makefile:
     89      - added mfilter to paths (to be fixed)
     90
     91    * mfileio/MCT1ReadPreProc.cc:
     92      - Init fNumEvents = 0
     93
     94    * mgeom/MGeomCam.cc:
     95      - return 0 Ratio if the pixel number exceeds the number of pixels
    9496
    9597   * mgui/MCamDisplay.[h,cc]:
     
    99101     - fixed the context menu display
    100102   
    101    * mhist/HistLinkDef.h, mhist/Makefile:
    102      - added MHCerPhotEvt
    103 
    104    * mhist/MHCerPhotEvt.[h,cc]:
    105      - added
    106      
    107    * mhist/MFillH.cc:
    108      - changed the initialization of fParContainer from pList to NULL
    109    
    110    * mhist/MHHillasExt.cc:
    111      - fixed a smallo bug when filling the histograms (crached when scaling
    112        under some circumstances)
    113    
    114    * mhist/MHStarMap.cc:
    115      - added a warning output
    116 
    117    * mmontecarlo/MMcCollectionAreaCalc.cc:
    118      - added a check for impact=NaN (some MC Files have this)
     103    * mhist/HistLinkDef.h, mhist/Makefile:
     104      - added MHCerPhotEvt
     105
     106    * mhist/MHCerPhotEvt.[h,cc]:
     107      - added
     108     
     109    * mhist/MFillH.cc:
     110      - changed the initialization of fParContainer from pList to NULL
     111   
     112    * mhist/MHHillasExt.cc:
     113      - fixed a smallo bug when filling the histograms (crached when scaling
     114        under some circumstances)
     115   
     116    * mhist/MHStarMap.cc:
     117      - added a warning output
     118
     119    * mmontecarlo/MMcCollectionAreaCalc.cc:
     120      - added a check for impact=NaN (some MC Files have this)
    119121
    120122
     
    163165        otherwise, we got a compilation error in Alpha machines.
    164166
    165 <<<<<<< Changelog
    166 
    167 
    168  2002/12/13: Oscar Blanch
    169 =======
    170167
    171168
    172169 2002/12/13: Oscar blanch
    173 >>>>>>> 1.369
    174170
    175171    * mgeom/MGeomMirror.[h,cc]
Note: See TracChangeset for help on using the changeset viewer.