Changeset 3109 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/12/04 10:25:42 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3108 r3109  
    66 
    77 2004/02/11: Hendrik Bartko
    8    * manalysis/MExtractSignal2 (Signal Extraction with a Sliding Window)
     8
     9   * manalysis/MExtractSignal2.cc:
    910     - introduced a validity check for the set-function of the window
    1011       size (even number of slices, WindowSize < NumberSlices)
    11    * manalysis/MArrivalTimeCalc2 (Arrival Time Calculation with a
    12      Sliding Window)
    13      - introduced the calculation of the arrival time as the signal
     12
     13   * manalysis/MArrivalTimeCalc2.[h,cc]:
     14     - new: introduced the calculation of the arrival time as the signal
    1415       weighted mean of the time slices in the maximum window
    1516
    1617
     18
    1719 2004/02/11: Markus Gaug
    18    * mcalib/MCalibrationCalc.cc
     20
     21   * mcalib/MCalibrationCalc.cc:
    1922     - the blind pixel signal extractor introduced one week ago, counted
    2023       one FADC slice too little, thus the normalization w.r.t. pedestals
    2124       was wrong. Now corrected.
    2225
    23    * manalysis/MExtractSignal.cc
    24    * manalysis/MExtractSignal2.cc
     26   * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
    2527     - when "WARNING - Lo Gain saturated" occurs, display also the corr.
    2628       pixel numbers.
    2729
    28    * mbase/MArray.[h,cc]
     30   * mbase/MArray.[h,cc]:
    2931     - introduced function to cut array edges with zeros.
    3032       (Thomas, should we keep it there or move it to another class? )
    3133
    32    * mcalib/MCalibrationCalc.[h,cc]
     34   * mcalib/MCalibrationCalc.[h,cc]:
    3335     - new function SetBlindPixelRange to set start and end of FADC slices
    3436       used for the blind pixel signal extraction.
     
    3638       to MFCosmics.
    3739
    38    * mcalib/MHCalibration(Blind)Pixel.[h,cc]
     40   * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
    3941     - show the fourier spectrum now with axes in frequency [Hz] instead
    4042       of inverted events.
    4143
    42    * mcalib/MHGausEvent.[h,cc]
    43    * mcalib/Makefile
    44    * mcalib/CalibLinkDef.h
     44   * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
    4545     - new base class for all kind of events with variables having a
    4646       Gaussian distribution. Will serve as base class for the
     
    4848
    4949
     50
    5051 2004/02/11: Abelardo Moralejo
    5152
     
    5556
    5657
     58
    5759 2004/02/10: Raquel de los Reyes
    5860
    59    * mhist/MHPixVsTime.[h,cc]
     61   * mhist/MHPixVsTime.[h,cc]:
    6062     - Added a default draw function and replaced the TGraph object
    6163       by a pointer to a TGraph object.
    62    * mreport/MReportTrigger.h
     64
     65   * mreport/MReportTrigger.h:
    6366     - Now it dereives from a MCamEvent class and implemented the
    6467       GetPixContent() and DrawPixelContent() functions.
    65    * maccros/CCDataCheck.C
     68
     69   * maccros/CCDataCheck.C:
    6670     - An update of the previous macro. New plots: subsystems status and
    6771       macrocells trigger.
    6872
     73
     74
    6975 2004/02/10: Markus Gaug
    7076
    71   * mcalib/MCalibrationCam.cc
    72     - fixed documentation
    73 
    74   * mhbase/MH.[h,cc]
    75     - new function ProjectArray
    76 
    77   * mcalib/MHCalibrationPixel.[h,cc]
    78   * mcalib/MHCalibrationBlindPixel.[h,cc]
    79     - use ProjectArray from MH to plot the projection of the fourier
    80       spectrum
    81 
    82   * mfilter/MFCosmics.[h,cc]
    83   * mfilter/Makefile
    84   * mfilter/FilterLinkDef.h
    85     - new filter removing cosmics, the same as in MCalibrationCalc
    86       where it was removed now.
    87       Call: MCosmics cosmics;
    88             MContinue cont(&cosmics);
    89             tlist.AddToList(&cont);
    90 
    91   * mcalib/MCalibrationCalc.[h,cc]
    92     - removed cosmics rejection from there
     77   * mcalib/MCalibrationCam.cc:
     78     - fixed documentation
     79
     80   * mhbase/MH.[h,cc]:
     81     - new function ProjectArray
     82
     83   * mcalib/MHCalibrationPixel.[h,cc],
     84     mcalib/MHCalibrationBlindPixel.[h,cc]:
     85     - use ProjectArray from MH to plot the projection of the fourier
     86       spectrum
     87
     88   * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
     89     mfilter/FilterLinkDef.h:
     90     - new filter removing cosmics, the same as in MCalibrationCalc
     91       where it was removed now.
     92       Call: MFCosmics cosmics;
     93             MContinue cont(&cosmics);
     94             tlist.AddToList(&cont);
     95
     96   * mcalib/MCalibrationCalc.[h,cc]:
     97     - removed cosmics rejection from there
    9398 
    94   * macros/calibration.C
    95   * mjobs/MJCalibration.cc
    96     - changed cosmics rejection to the filter algorithm
    97  
     99   * macros/calibration.C, mjobs/MJCalibration.cc:
     100     - changed cosmics rejection to the filter algorithm
     101
     102
    98103
    99104 2004/02/09: Markus Gaug
    100105
    101   * mcalib/MCalibrationBlindPix.[h,cc]
    102     - added histogram to display the average in FADC slices of all
    103       single and double phe events
    104 
    105   * mcalib/MCalibrationCalc.cc
    106     - fill histograms of single-phe events with higain and logain
    107       sampls
    108 
    109   * mcalib/MCalibrationCam.[h,cc]
    110   * mcalib/MCalibrationCalc.cc
    111   * mcalib/MCalibrationConfig.h
    112     - take all pixel areas out of MGeomPix::GetA(), remove all previous
    113       areas
    114     - calculate photon fluxes from blind pixel and PIN diode, use
    115       area only to fill the conversion factors in MCalibrationPix
    116 
    117 
    118   * mcalib/MJCalibration.cc
    119     - display of number of photons for Blindpixel and PIN Diode Method
    120       changed to display of photon flux which is the actually
    121       calculated quantity
     106   * mcalib/MCalibrationBlindPix.[h,cc]:
     107     - added histogram to display the average in FADC slices of all
     108       single and double phe events
     109
     110   * mcalib/MCalibrationCalc.cc:
     111     - fill histograms of single-phe events with higain and logain
     112       sampls
     113
     114   * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
     115     mcalib/MCalibrationConfig.h:
     116     - take all pixel areas out of MGeomPix::GetA(), remove all previous
     117       areas
     118     - calculate photon fluxes from blind pixel and PIN diode, use
     119       area only to fill the conversion factors in MCalibrationPix
     120
     121
     122   * mcalib/MJCalibration.cc:
     123     - display of number of photons for Blindpixel and PIN Diode Method
     124       changed to display of photon flux which is the actually
     125       calculated quantity
     126
    122127
    123128
    124129 2004/02/09: Thomas Bretz
    125130
    126   * mbadpixels/*:
    127     - added
     131   * mbadpixels/*:
     132     - added
    128133
    129134   * Makefile:
Note: See TracChangeset for help on using the changeset viewer.