Changeset 5296 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
10/20/04 13:56:40 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5294 r5296  
    2222 2004/10/20: Markus Gaug
    2323
     24   * msignal/MExtractTimeFastSpline.cc:
     25     - fixed a compiler warning: Unused variable
     26
     27
     28
     29 2004/10/20: Markus Gaug
     30
    2431   * msignal/MExtractTimeAndChargeSpline.cc
    2532     - fixed a small bug concerning the way the second derivatives are
     
    3340
    3441
     42
    3543 2004/10/19: Abelardo Moralejo
    3644
     
    4149       serial number when looking for the container in ReInit.
    4250
     51
     52
    4353 2004/10/12: Markus Gaug
    4454
     
    4858
    4959
     60
    5061 2004/10/12: Abelardo Moralejo
    5162
     
    5667     - Changed names of a few #defines used by the camera simulation
    5768       code, to make their meanings clearer.
     69
    5870
    5971
     
    8193
    8294
     95
    8396 2004/10/11: Markus Gaug
    8497
     
    95108     - the combined extractor class sliding window and highest integral
    96109       with pedestal-AB-flag corrected, to be used for the TDAS-extractor
     110
    97111
    98112
     
    113127
    114128
     129
    115130 2004/10/08: R. DelosReyes
    116131
     
    118133    - changed the name of the Sort() function name by SortRuns()
    119134      to avoid conflicts with the Sort() function in the MDirIter class.
     135
     136
    120137
    121138 2004/10/07: Markus Gaug
     
    138155
    139156
     157
    140158 2004/10/06: Hendrik Bartko
     159
    141160  * msignal/cosmics_weights4.dat
    142161    - new weights file using 4 slices for the digital filter
     162
    143163
    144164
     
    165185
    166186
     187
    167188 2004/10/05: Thomas Bretz
    168189
     
    178199     - added mtrigger
    179200     - added mhflux
     201
     202
    180203
    181204 2004/10/05: Markus Meyer and Keiichi Mase
  • trunk/MagicSoft/Mars/msignal/MExtractTimeFastSpline.cc

    r5294 r5296  
    384384    }
    385385
     386#if 0
    386387  const Float_t pedes   = ped.GetPedestal();
    387388  const Float_t halfmax = pedes + (abmax - pedes)/2.;
    388389
    389 #if 0
    390390  //
    391391  // Now, loop from the maximum bin leftward down in order to find the position of the half maximum.
Note: See TracChangeset for help on using the changeset viewer.