Changeset 6818 for trunk/MagicSoft


Ignore:
Timestamp:
03/14/05 15:45:02 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6800 r6818  
    2121
    2222                                                 -*-*- END OF LINE -*-*-
     23 2005/03/14 Thomas Bretz
     24
     25   * mbase/MGMenu.h:
     26     - added a fix for root 4.02.00
     27
     28
     29
    2330 2005/03/09 Markus Gaug
    2431 
     
    3542       fPowerSpectrum out of the streamer.
    3643     - intialize fFlags to 0
     44
    3745
    3846
     
    4654       any rule containing "fEnergy" is accepted.
    4755
     56
     57
    4858 2005/03/08 Markus Gaug
    4959
     
    5161     - introduce new parameter "fFitStart" to decide from outside where
    5262       to start fitting the pedestals.
     63
    5364
    5465
     
    7889     - took out some commented code which will not be used any more
    7990     - improve Print() function
     91
    8092
    8193
     
    100112
    101113
     114
    102115 2005/03/04 Abelardo Moralejo
    103116
     
    109122       time jitter.
    110123
     124
     125
    111126 2005/03/03 Markus Gaug
    112127
     
    134149     - added flag fPulsePosCheck
    135150
     151
     152
    136153 2005/03/02 Markus Gaug
    137154
     
    152169       calibration and cosmics pulses (only applied if spline is used).
    153170
     171
     172
    154173 2005/02/25 Markus Gaug
    155174
     
    165184
    166185
     186
    167187 2005/02/25 Abelardo Moralejo
     188
    168189   * msignal/MC_calibration_weights_UV.dat
    169190     - Added. Weights file for using the digital filter on MC
     
    173194       shape is the same in both gain branches.
    174195
     196
     197
    175198 2005/02/24 Markus Gaug
    176199
     
    185208     - take the TVectors out of the streamer, to be exectuable with
    186209       root.04.02
     210
     211
    187212
    188213 2005/02/24 Thomas Hengstebeck
  • trunk/MagicSoft/Mars/mbase/MGMenu.h

    r6279 r6818  
    4646        TGMenuBar(p, w, h, options) {}
    4747
    48     void BindKeys(TGMainFrame *frame);
    49     // root 4.02/00 void BindKeys(Bool_t b) { TGMenuBar::BindKeys(b); }
     48    void BindKeys(TGMainFrame *frame);                   // root<=3.10.02
     49    void BindKeys(Bool_t b) { TGMenuBar::BindKeys(b); }  // root>=4.02.00
    5050
    5151    Bool_t HandleKey(Event_t *event);
Note: See TracChangeset for help on using the changeset viewer.