Changeset 5512 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/30/04 11:36:51 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5511 r5512  
    2121                                                 -*-*- END OF LINE -*-*-
    2222
     23 2004/11/30: Thomas Bretz
     24 
     25   * MExtractTimeAndChargeDigitalFilter.cc:
     26     - InitArrays: added missing return statement
     27
     28
     29
    2330 2004/11/30: Markus Gaug
    2431
     
    3239     - updated to new version of MPedCalcPedRun (only important for
    3340       intensity calibration)
    34      
     41
     42
    3543
    3644 2004/11/30: Wolfgang Wittek
     
    6270
    6371
     72
    6473 2004/11/28: Markus Gaug
    6574
     
    94103     - added GetterFunction for one dedicated pad in the status display.
    95104       The pad gets resized to normal size, then.
     105
    96106
    97107
     
    160170     - removed inclusion of directory mhcalib/
    161171
     172
     173
    162174 2004/11/23: Markus Gaug
    163175 
     
    171183
    172184
     185
    173186 2004/11/23: Raquel de los Reyes
    174187
     
    177190       standard F0/F1 (pedestal/calibration) files.
    178191     - Included a Set function.
     192
    179193
    180194
     
    203217     - put a class MPedCalcPedRun in the tasklist for the intensity
    204218       calibration (does not affect normal calibration).
     219
    205220
    206221
     
    222237       to be 10Led_UV. This has to be removed immediately when the
    223238       synchronization is done and serves especially the data-check. 
     239
    224240
    225241
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc

    r5511 r5512  
    214214      return kFALSE;
    215215
     216  return kTRUE;
    216217}
    217218
Note: See TracChangeset for help on using the changeset viewer.