| 1 | Please do not write behind the end of line tag so that it is possible
|
|---|
| 2 | to send a Changelog file to a line printer directly. Thanks.
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 | -*-*- END OF LINE -*-*-
|
|---|
| 6 |
|
|---|
| 7 | 2004/01/14: Thomas Bretz
|
|---|
| 8 |
|
|---|
| 9 | * Makefile:
|
|---|
| 10 | - replaced old style Makefile.depend by directory specific
|
|---|
| 11 | dependancy files
|
|---|
| 12 |
|
|---|
| 13 | * Makefile.rules:
|
|---|
| 14 | - changed obsolete '.cc.o' style to newer style '%.o: %.c'
|
|---|
| 15 | - added rule to make dependency files
|
|---|
| 16 | - added rule to remove dependancy files.
|
|---|
| 17 | - added rmdep as prerequisite to clean
|
|---|
| 18 | - include dependency file
|
|---|
| 19 |
|
|---|
| 20 | * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
|
|---|
| 21 | mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
|
|---|
| 22 | mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
|
|---|
| 23 | mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
|
|---|
| 24 | mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
|
|---|
| 25 | mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
|
|---|
| 26 | mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
|
|---|
| 27 | mtools/Makefile:
|
|---|
| 28 | - removed clean-rule, use the one in Makefile.rules instead
|
|---|
| 29 |
|
|---|
| 30 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
|---|
| 31 | - added MReportHelp
|
|---|
| 32 |
|
|---|
| 33 | * mreport/MReportFileRead.cc:
|
|---|
| 34 | - moved code from MReportHelp to new file
|
|---|
| 35 | - removed usage of MRepoort class completely
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 | 2004/01/14: Wolfgang Wittek
|
|---|
| 40 |
|
|---|
| 41 | * macros/ONOFFAnalysis.C:
|
|---|
| 42 | - current version
|
|---|
| 43 |
|
|---|
| 44 | * mhist/MHSigmaTheta.[h,cc]:
|
|---|
| 45 | - replace MPedestalCam by MPedPhotCam
|
|---|
| 46 |
|
|---|
| 47 | * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
|
|---|
| 48 | manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
|
|---|
| 49 | manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
|
|---|
| 50 | - replace MPedestalCam by MPedPhotCam
|
|---|
| 51 |
|
|---|
| 52 | * manalysis/MPedPhotPix.[h,cc]
|
|---|
| 53 | - uncomment SetRms()
|
|---|
| 54 |
|
|---|
| 55 |
|
|---|
| 56 |
|
|---|
| 57 | 2004/01/13: Markus Gaug
|
|---|
| 58 |
|
|---|
| 59 | * manalysis/MExtractSignal.h
|
|---|
| 60 | - seems that the reduced light intensity of the CT1 Pulser
|
|---|
| 61 | results in broader pulses -> Set Default time slices to [3,10]
|
|---|
| 62 |
|
|---|
| 63 | * mhist/MHCamera.cc
|
|---|
| 64 | - make Stat Window in option 'proj' bigger
|
|---|
| 65 | - add comment line at beginning of Draw()
|
|---|
| 66 |
|
|---|
| 67 | * mcalib/MHCalibrationBlindPixel.[h.cc]
|
|---|
| 68 | - add Function DrawClone()
|
|---|
| 69 | - fix bug in calculation of integral (GetIntegral("width"))
|
|---|
| 70 | - restrict parameters tighter
|
|---|
| 71 | - declare fit as not valid, if less than 100 events
|
|---|
| 72 | in single photo-electron peak
|
|---|
| 73 |
|
|---|
| 74 | * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
|
|---|
| 75 | - fit now with fixed normalization
|
|---|
| 76 |
|
|---|
| 77 | * mcalib/MHCalibrationPixel.[h.cc]
|
|---|
| 78 | - new function IsEmpty()
|
|---|
| 79 | - Time fit accepted if ChiSquare less than 30. (instead of 20.)
|
|---|
| 80 |
|
|---|
| 81 | * mcalib/MCalibrationPix.[h.cc]
|
|---|
| 82 | - F-Factor corrected and added error
|
|---|
| 83 | - Histograms not fitted if they are empty
|
|---|
| 84 | - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
|
|---|
| 85 |
|
|---|
| 86 | * mcalib/MCalibrationCam.cc
|
|---|
| 87 | - Square Root of Reduced Sigmas not taken, if they are < 0.
|
|---|
| 88 | - Reduced Sigma / Charge squared replaced by reduced sigma / charge
|
|---|
| 89 |
|
|---|
| 90 | * mcalib/MCalibrationCalc.cc
|
|---|
| 91 | - Blind Pixel is not additionally treated as normal pixel any more
|
|---|
| 92 | - Blind Pixel Draw replaced by DrawClone
|
|---|
| 93 |
|
|---|
| 94 | * macros/calibration.C
|
|---|
| 95 | - took out some unused code
|
|---|
| 96 | - some default axis labelling corrected
|
|---|
| 97 |
|
|---|
| 98 |
|
|---|
| 99 |
|
|---|
| 100 | 2004/01/13: Abelardo Moralejo
|
|---|
| 101 |
|
|---|
| 102 | * manalysis/MMcPedestalCopy.cc
|
|---|
| 103 | - added check of whether input file is a MC file before executing
|
|---|
| 104 | the PreProcess.
|
|---|
| 105 |
|
|---|
| 106 |
|
|---|
| 107 |
|
|---|
| 108 | 2004/01/13: Wolfgang Wittek
|
|---|
| 109 |
|
|---|
| 110 | * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
|
|---|
| 111 | - change macro to handle also MC events with finite sigmabar
|
|---|
| 112 |
|
|---|
| 113 | * manalysis/MPadOn.[h,cc]:
|
|---|
| 114 | - deleted, is replaced by MPad
|
|---|
| 115 |
|
|---|
| 116 | * manalysis/MPadOnOFF.[h,cc]:
|
|---|
| 117 | - deleted, is replaced by MPad
|
|---|
| 118 |
|
|---|
| 119 | * manalysis/MPad.[h,cc]:
|
|---|
| 120 | - new class, replacing MPadON and MPadONOFF
|
|---|
| 121 | - handle also MC events with finite sigmabar
|
|---|
| 122 |
|
|---|
| 123 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 124 | - replace MPadON and MPadONOFF by MPad
|
|---|
| 125 |
|
|---|
| 126 |
|
|---|
| 127 |
|
|---|
| 128 | 2004/01/13: Thomas Bretz
|
|---|
| 129 |
|
|---|
| 130 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 131 | - implemented new member function GetRunTypeStr
|
|---|
| 132 |
|
|---|
| 133 | * Changelog.03:
|
|---|
| 134 | - added (contains entries of 2003)
|
|---|
| 135 |
|
|---|
| 136 | * Changelog:
|
|---|
| 137 | - removed entries of 2003
|
|---|
| 138 |
|
|---|
| 139 | * mfilter/MFGeomag.cc:
|
|---|
| 140 | - simplified open/close of input files
|
|---|
| 141 |
|
|---|
| 142 | * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
|
|---|
| 143 | - added some comments
|
|---|
| 144 | - added new member function GetError
|
|---|
| 145 |
|
|---|
| 146 | * Makefile:
|
|---|
| 147 | - updated 'make dox' output for convinience
|
|---|
| 148 |
|
|---|
| 149 | * macros/dohtml.C:
|
|---|
| 150 | - do not print Info's
|
|---|
| 151 | - added mcamera
|
|---|
| 152 | - added mpointing
|
|---|
| 153 | - added mreport
|
|---|
| 154 |
|
|---|
| 155 | * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
|
|---|
| 156 | - removed some obsolete comments (these comments confused THtml)
|
|---|
| 157 |
|
|---|
| 158 | * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
|
|---|
| 159 | mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
|
|---|
| 160 | mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
|
|---|
| 161 | mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
|
|---|
| 162 | mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
|
|---|
| 163 | - replaced MPedestalCam by MPedPhotCam
|
|---|
| 164 | - removed some obsolete includes
|
|---|
| 165 |
|
|---|
| 166 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 167 | - added MLogPlugin
|
|---|
| 168 | - added MLogHtml
|
|---|
| 169 |
|
|---|
| 170 | * mbase/MLog.[h,cc]:
|
|---|
| 171 | - added use of plugins
|
|---|
| 172 |
|
|---|
| 173 | * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
|
|---|
| 174 | - added
|
|---|
| 175 |
|
|---|
| 176 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 177 | - added a Save-As dialog
|
|---|
| 178 |
|
|---|
| 179 |
|
|---|
| 180 |
|
|---|
| 181 | 2004/01/12: Thomas Bretz
|
|---|
| 182 |
|
|---|
| 183 | * macros/rootlogon.C:
|
|---|
| 184 | - added mcamera to include path
|
|---|
| 185 | - added mpointing to include path
|
|---|
| 186 | - added mreport to include path
|
|---|
| 187 |
|
|---|
| 188 | * mbase/MLog.cc:
|
|---|
| 189 | - updated my eMail address
|
|---|
| 190 |
|
|---|
| 191 | * mbase/MParContainer.h:
|
|---|
| 192 | - added Read member function
|
|---|
| 193 |
|
|---|
| 194 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 195 | - changed size of ps-paper
|
|---|
| 196 | - added a user defined bottom line to the ps-files
|
|---|
| 197 | - added name (currently unused)
|
|---|
| 198 | - added title (used as possible bottom line in ps-file)
|
|---|
| 199 |
|
|---|
| 200 | * mraw/MRawRunHeader.cc:
|
|---|
| 201 | - added some comments
|
|---|
| 202 |
|
|---|
| 203 | * status.cc:
|
|---|
| 204 | - set name of input as bottom line of status display
|
|---|
| 205 |
|
|---|
| 206 |
|
|---|
| 207 |
|
|---|
| 208 | 2004/01/12: Abelardo Moralejo
|
|---|
| 209 |
|
|---|
| 210 | * mimage/MStereoPar.cc
|
|---|
| 211 | - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
|
|---|
| 212 | instead of fSourceY = scale2*hillas1.GetMeanY() + ...
|
|---|
| 213 | Bug had no effect unless scale1 != scale2 (-> telescopes of
|
|---|
| 214 | different size).
|
|---|
| 215 |
|
|---|
| 216 |
|
|---|
| 217 |
|
|---|
| 218 | 2004/01/12: Markus Gaug
|
|---|
| 219 |
|
|---|
| 220 | * manalysis/MExtractSignal.[h,cc]
|
|---|
| 221 | - take out some uncommented code
|
|---|
| 222 | - replace logainshift by two independent variables:
|
|---|
| 223 | logainfirst, logainlast
|
|---|
| 224 | - because in most data, maximum occurs in slice 4, shift default
|
|---|
| 225 | from slices 4-9 to slices 3-8.
|
|---|
| 226 |
|
|---|
| 227 | * manalysis/MExtractedSignalPix.[h,cc]
|
|---|
| 228 | - took out some uncommented code
|
|---|
| 229 | - new initializers: instead of -1. now 99999.9
|
|---|
| 230 |
|
|---|
| 231 |
|
|---|
| 232 |
|
|---|
| 233 | 2004/01/09: Markus Gaug
|
|---|
| 234 |
|
|---|
| 235 | * mcalib/MCalibrationCam.[h,cc]
|
|---|
| 236 | - take out 1-dim histos because we can use
|
|---|
| 237 | the projections in MHCamera (s.b.)
|
|---|
| 238 |
|
|---|
| 239 | * mcalib/MHCalibrationBlindPixel.h
|
|---|
| 240 | - make the fit by default quiet
|
|---|
| 241 |
|
|---|
| 242 | * mcalib/MHCalibrationPixel.[h,cc]
|
|---|
| 243 | * mcalib/MCalibrationPix.[h,cc]
|
|---|
| 244 | - Ranges of time slices stored independently for HiGain and LoGain
|
|---|
| 245 | in order to allow consecutive checks
|
|---|
| 246 |
|
|---|
| 247 | * mhist/MHCamera.[h.cc]
|
|---|
| 248 | - add the possibility to call a Draw("proj") which will
|
|---|
| 249 | draw a Y-Projection of the histogram
|
|---|
| 250 |
|
|---|
| 251 | * macros/calibration.C
|
|---|
| 252 | - apply the drawing of the projections and fit them
|
|---|
| 253 |
|
|---|
| 254 | * mcalib/MCalibrationCalc.cc
|
|---|
| 255 | - catch the possibility of a calibration file,
|
|---|
| 256 | unintendedly being a pedestal or cosmic file.
|
|---|
| 257 | Program now exits with an error before doing the fits
|
|---|
| 258 |
|
|---|
| 259 | * mcalib/MCalibrationPix.[h,cc]
|
|---|
| 260 | - fixed a bug in calculation of fFitValid.
|
|---|
| 261 | before, a call to IsFitValid() always returned false
|
|---|
| 262 |
|
|---|
| 263 |
|
|---|
| 264 |
|
|---|
| 265 | 2004/01/09: Javier L¢pez
|
|---|
| 266 |
|
|---|
| 267 | * macros/bootcampstandardanalysis.C
|
|---|
| 268 | - added new macro that holds the main scheleton discussed in the
|
|---|
| 269 | december bootcamp in Wuerzburg. It runs first over a pedestal
|
|---|
| 270 | run, then over a calibration run, again over the pedestal run
|
|---|
| 271 | to compute de pedestal in number of photons and finally over a
|
|---|
| 272 | data run to calibrate the data.
|
|---|
| 273 |
|
|---|
| 274 |
|
|---|
| 275 |
|
|---|
| 276 | 2004/01/06: Sebastian Raducci
|
|---|
| 277 |
|
|---|
| 278 | * manalysis/MArrivalTime.[h,cc]
|
|---|
| 279 | - added new method to calculate photon arrival times. It uses the
|
|---|
| 280 | TSpline5 Root Class to interpolate the Fadc Slices. The time is
|
|---|
| 281 | the abscissa value of the absolute maximum of the interpolation
|
|---|
| 282 | - added new method to find clusters with similar arrival times.
|
|---|
| 283 | For now it's a preliminary version. It simply search for adiacent
|
|---|
| 284 | pixels having the same arrival time (color).
|
|---|
| 285 |
|
|---|
| 286 | * manalysis/MArrivalTimeCalc.[h,cc]
|
|---|
| 287 | - modified the Process() method according to the changes in the
|
|---|
| 288 | Arrival Time Cointainer
|
|---|
| 289 |
|
|---|
| 290 | * mmain/MEventDisplay.cc
|
|---|
| 291 | - added new tab in the camera event display to show the arrival
|
|---|
| 292 | time. This arrival time is calculated with the spline method
|
|---|
| 293 | - the old Arrival Time pad now it's called Max Slice Idx, because
|
|---|
| 294 | it's only the index of the slice with the max content.
|
|---|
| 295 |
|
|---|
| 296 | * mhist/MHEvent.[h,cc]
|
|---|
| 297 | - added new fType in te enumeration to handle the arrival time
|
|---|
| 298 | histos
|
|---|