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