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