Changeset 4359 for trunk


Ignore:
Timestamp:
06/28/04 16:52:02 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4355 r4359  
    2222 2004/06/25: Pepe Flix
    2323
    24   * mpedestal/MPedCalcFromData.[h,cc]
    25     - added class to evaluate pedestal mean/RMS from real data events. Low Gain samples used
    26       when no switch to LG happened.
    27   * macros/PedCalcFromData.C
    28     - added macro that uses the class to evaluate pedestals from real data.
     24   * mpedestal/MPedCalcFromData.[h,cc]
     25     - added class to evaluate pedestal mean/RMS from real data events.
     26       Low Gain samples used when no switch to LG happened.
     27
     28   * macros/PedCalcFromData.C
     29     - added macro that uses the class to evaluate pedestals from real
     30       data.
     31
     32
    2933
    3034 2004/06/23: Markus Gaug
    3135
    32   * macros/calibration.C
    33     - added flag to skip the testing
    34     - added calibration of pedestal files and creation of F2-files.
    35 
    36   * macros/bootcampstandardanalysis.C
    37     - updated to use MJExtractSignal
     36   * macros/calibration.C
     37     - added flag to skip the testing
     38     - added calibration of pedestal files and creation of F2-files.
     39
     40   * macros/bootcampstandardanalysis.C
     41     - updated to use MJExtractSignal
     42
     43
    3844
    3945 2004/06/18: Markus Gaug
    4046
    41   * manalysis/MHPedestalCam.[h,cc]
    42     - use flag to choose if one wants to re-normalize the histogram
    43       results
    44 
    45   * mhist/MHCamera.[h,cc]
    46     - added one argument to CntCamContent to tell if event above or
    47       below threshold have to be counted. Default is above, like before
    48     - added one argument to Projection and ProjectionS giving the number
    49       of bins as argument (default 50 like before)
    50 
    51   * mcalib/MCalibrationChargeCalc.cc
    52     - replaced extraction of mean number of photo-electrons and mean
    53       F-Factor by a Gauss fit (instead of mean and RMS). Set the
    54       limit for deviating F-Factor from 3.5 to 4.5. This should reduce
    55       the number of uncalibrated pixels below 50 again (which was not
    56       the case in the last weeks).
    57 
    58   * mcalib/MHGausEvents.h
    59     - make DrawEvents() public
    60 
    61   * mcalib/MHCalibrationChargeLoGainPix.cc
    62     - upper histogram limit lowered for the better visibility in the
    63       data check.
    64 
    65   * mcalib/MHCalibrationChargeCam.[h,cc]
    66     - adapted Draw for the datacheck
    67 
    68   * mcalib/MHCalibrationChargeBlindPix.[h,cc]
    69     - adapted for various blind pixels
    70     - adapted Draw for the datacheck
    71 
    72   * msignal/MExtractor.[h,cc]
    73   * msignal/MExtractFixedWindow.[h,cc]
    74   * msignal/MExtractSlidingWindow.[h,cc]
    75   * msignal/MExtractFixedWindowPeakSearch.[h,cc]
    76   * msignal/MExtractFixedWindowSpline.[h,cc]
    77     - made sum in FindSignal() float which is now the variable used by
    78       the majority of the extractors.
    79 
    80   * msignal/MExtractAmplitudeSpline.[h,cc]
    81     - new extractor calculating the amplitude using a spline.
    82 
    83   * mcalib/MCalibrationPix.[h,cc]
    84   * mcalib/MCalibrationChargePix.[h,cc]
    85   * mcalib/MCalibrationChargeCalc.[h,cc]
    86     - added debug flags and output on debug
    87 
    88   * mbadpixels/MBadPixelsCam.cc
    89     - enlarged the Print-function
     47   * manalysis/MHPedestalCam.[h,cc]
     48     - use flag to choose if one wants to re-normalize the histogram
     49       results
     50
     51   * mhist/MHCamera.[h,cc]
     52     - added one argument to CntCamContent to tell if event above or
     53       below threshold have to be counted. Default is above, like before
     54     - added one argument to Projection and ProjectionS giving the number
     55       of bins as argument (default 50 like before)
     56
     57   * mcalib/MCalibrationChargeCalc.cc
     58     - replaced extraction of mean number of photo-electrons and mean
     59       F-Factor by a Gauss fit (instead of mean and RMS). Set the
     60       limit for deviating F-Factor from 3.5 to 4.5. This should reduce
     61       the number of uncalibrated pixels below 50 again (which was not
     62       the case in the last weeks).
     63
     64   * mcalib/MHGausEvents.h
     65     - make DrawEvents() public
     66
     67   * mcalib/MHCalibrationChargeLoGainPix.cc
     68     - upper histogram limit lowered for the better visibility in the
     69       data check.
     70
     71   * mcalib/MHCalibrationChargeCam.[h,cc]
     72     - adapted Draw for the datacheck
     73
     74   * mcalib/MHCalibrationChargeBlindPix.[h,cc]
     75     - adapted for various blind pixels
     76     - adapted Draw for the datacheck
     77
     78   * msignal/MExtractor.[h,cc]
     79   * msignal/MExtractFixedWindow.[h,cc]
     80   * msignal/MExtractSlidingWindow.[h,cc]
     81   * msignal/MExtractFixedWindowPeakSearch.[h,cc]
     82   * msignal/MExtractFixedWindowSpline.[h,cc]
     83     - made sum in FindSignal() float which is now the variable used by
     84       the majority of the extractors.
     85
     86   * msignal/MExtractAmplitudeSpline.[h,cc]
     87     - new extractor calculating the amplitude using a spline.
     88
     89   * mcalib/MCalibrationPix.[h,cc]
     90   * mcalib/MCalibrationChargePix.[h,cc]
     91   * mcalib/MCalibrationChargeCalc.[h,cc]
     92     - added debug flags and output on debug
     93
     94   * mbadpixels/MBadPixelsCam.cc
     95     - enlarged the Print-function
     96
    9097
    9198
    9299 2004/06/17: Markus Gaug
    93100
    94   * mjobs/MJPedestal.[h,cc]
    95     - adapted display for the datacheck
    96 
    97   * mcalib/MHCalibrationChargeCam.[h,cc]
    98     - new function Draw for the datacheck
    99     - new clone function for the DrawClone
     101   * mjobs/MJPedestal.[h,cc]
     102     - adapted display for the datacheck
     103
     104   * mcalib/MHCalibrationChargeCam.[h,cc]
     105     - new function Draw for the datacheck
     106     - new clone function for the DrawClone
    100107 
    101   * mcalib/MHCalibrationCam.h
    102     - make clone function virtual
     108   * mcalib/MHCalibrationCam.h
     109     - make clone function virtual
    103110
    104111  * mjobs/MJCalibration.cc
    105     - adapted display for the datacheck   
    106 
    107   * mcalib/MHGausEvents.h
    108     - two new getters for fFirst and fLast
    109 
    110 
    111  2004/06/17: Markus Gaug
     112     - adapted display for the datacheck   
     113 
     114   * mcalib/MHGausEvents.h
     115     - two new getters for fFirst and fLast
     116
     117
     118  2004/06/17: Markus Gaug
    112119 
    113   * mhist/MHCamera.h
    114     - make SetUsed() and Fill(x,w) public. It is now possible to use the
    115       Fill-function together with the SetUsed(idx), when no
    116       SetCamContent(...) is available.
    117       Previously, only a Fill(x,y,w) was public, with x and y positions
    118       in the camera.
     120   * mhist/MHCamera.h
     121     - make SetUsed() and Fill(x,w) public. It is now possible to use the
     122       Fill-function together with the SetUsed(idx), when no
     123       SetCamContent(...) is available.
     124       Previously, only a Fill(x,y,w) was public, with x and y positions
     125       in the camera.
    119126
    120127  * mjobs/MJPedestal.[h,cc]
     
    124131 2004/06/12: Abelardo Moralejo
    125132
    126   * manalysis/MMcCalibrationUpdate.cc
    127   * mcalib/MMcCalibrationCalc.[h,cc]
    128     - Fixed mistake in the calibration which occurred only when
    129       different light collection efficiency was simulated for outer
    130       pixels.
     133   * manalysis/MMcCalibrationUpdate.cc
     134   * mcalib/MMcCalibrationCalc.[h,cc]
     135     - Fixed mistake in the calibration which occurred only when
     136       different light collection efficiency was simulated for outer
     137       pixels.
     138
     139
    131140
    132141 2004/06/12: Abelardo Moralejo
    133142
    134   * manalysis/MMcCalibrationUpdate.[h,cc]
    135     - Adapted to the possibility of having different light collection
    136       efficiencies in inner and outer pixels. For now we assume that the
    137       dependence with incidence angle on the camera plane is the same
    138       for both types of pixels.
     143   * manalysis/MMcCalibrationUpdate.[h,cc]
     144     - Adapted to the possibility of having different light collection
     145       efficiencies in inner and outer pixels. For now we assume that the
     146       dependence with incidence angle on the camera plane is the same
     147       for both types of pixels.
     148
     149
    139150
    140151 2004/06/12: Markus Gaug
    141152
    142   * msignal/MExtractFixedWindow.cc
    143     - output the number and exact range of extraction to *fLog in the
    144       ReInit(), like it is done by MPedCalcPedRun
    145 
    146   * macros/bootcampstandardanalysis.C
    147     - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined
    148       in the beginning)
     153   * msignal/MExtractFixedWindow.cc
     154     - output the number and exact range of extraction to *fLog in the
     155       ReInit(), like it is done by MPedCalcPedRun
     156
     157   * macros/bootcampstandardanalysis.C
     158     - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined
     159       in the beginning)
     160
     161
    149162
    150163 2004/06/11: Markus Gaug
    151164
    152   * mpedestals/MPedCalcPedRun.cc
    153     - set the default upper range to 29, because otherwise the extraction
    154       window will be made too small in case that more than 14 "high-gain"
    155       slices shall be extracted. This is a bugfix! It calculated wrong
    156       pedestals in case that the user says: SetRange(a,b), where b is
    157       bigger than 14 in combination with SetWindowSize(x) where x is bigger
    158       than 14 as well (instead of : SetRange(a,b,c,d), where
    159       everything went fine). However, the intention of the last months
    160       changes was to allow exactly also the first possibility.
     165   * mpedestals/MPedCalcPedRun.cc
     166     - set the default upper range to 29, because otherwise the extraction
     167       window will be made too small in case that more than 14 "high-gain"
     168       slices shall be extracted. This is a bugfix! It calculated wrong
     169       pedestals in case that the user says: SetRange(a,b), where b is
     170       bigger than 14 in combination with SetWindowSize(x) where x is bigger
     171       than 14 as well (instead of : SetRange(a,b,c,d), where
     172       everything went fine). However, the intention of the last months
     173       changes was to allow exactly also the first possibility.
     174
     175
    161176
    162177 2004/06/11: Markus Gaug
    163178
    164   * mjobs/MJCalibration.cc
    165     - put run 27474 in list of unavailable runs (see runbook)
     179   * mjobs/MJCalibration.cc
     180     - put run 27474 in list of unavailable runs (see runbook)
     181
    166182
    167183
    168184 2004/06/08: Markus Gaug
    169185
    170   * mhist/MHCamera.cc
    171     - reduce number of default bins in AzimuthProfile
    172     - use MatchSector in AzimuthProfile, like in RadialProfile
    173 
    174   * mcalib/MCalibrationChargeCalc.cc
    175     - fix lower limit for deviation F-Factor to 1.1. This discarts a
    176       smaller number of especially outer pixels in some runs taken with
    177       the CT1 pulser box.
     186   * mhist/MHCamera.cc
     187     - reduce number of default bins in AzimuthProfile
     188     - use MatchSector in AzimuthProfile, like in RadialProfile
     189
     190   * mcalib/MCalibrationChargeCalc.cc
     191     - fix lower limit for deviation F-Factor to 1.1. This discarts a
     192       smaller number of especially outer pixels in some runs taken with
     193       the CT1 pulser box.
     194
    178195
    179196
    180197 2004/06/07: Markus Gaug
    181198
    182   * mcalib/MHCalibrationCam.h
    183     - add a function GetSize()
     199   * mcalib/MHCalibrationCam.h
     200     - add a function GetSize()
    184201
    185202   * msignal/MExtractTimeFastSpline.cc
    186203     - fixed a bug introduced on 1.6. and accelerate it a bit.
     204
     205
    187206
    188207 2004/06/04: Markus Gaug
     
    191210     - some small modifications in the way the axes are drawn and their
    192211       titles are drawn.
     212
     213
    193214
    194215 2004/06/03: Martin Merck
     
    211232       used when extracting the signal.
    212233
     234
    213235 
    214236 2004/06/03: Markus Gaug
     
    240262   * msignal/SignalLinkDef.h
    241263     - new fast spline signal extractor
     264
     265
    242266 
    243267 2004/06/02: Antonio Stamerra
     
    247271        trigger-report string from report file.
    248272        Not yet into the Makefile.
     273
    249274
    250275
Note: See TracChangeset for help on using the changeset viewer.