| 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 | 2004/01/22: Thomas Bretz
|
|---|
| 7 |
|
|---|
| 8 | * mcalib/MCalibrationCam.[h,cc]:
|
|---|
| 9 | - cleaned up includes
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | 2004/01/22: Raquel de los Reyes
|
|---|
| 14 |
|
|---|
| 15 | * macros/CCDataCheck.C
|
|---|
| 16 | - macro to check the data from the central control (.rep files).
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 | 2004/01/22: Markus Gaug
|
|---|
| 21 |
|
|---|
| 22 | * macros/calibration.C
|
|---|
| 23 | - made MStatusDisplay 3 bit smaller
|
|---|
| 24 |
|
|---|
| 25 | * manalysis/MExtractSignal.cc
|
|---|
| 26 | - put fSignals->SetUsedFADCSlices into PreProcess
|
|---|
| 27 |
|
|---|
| 28 | * manalysis/MPedCalcPedRun.cc
|
|---|
| 29 | - calculate PedRMS as RMS of the sums, later renormalized to units
|
|---|
| 30 | of RMS/slice (eliminate the wrong effect of odd and even slices)
|
|---|
| 31 |
|
|---|
| 32 | * mcalib/MCalibrationCalc.cc
|
|---|
| 33 | - if bit SkipBlindPixelFit is set, now number of photons outside
|
|---|
| 34 | plexiglass is not intended to be calculated any more (previous
|
|---|
| 35 | bug)
|
|---|
| 36 | - exclude excluded pixels in eventloop
|
|---|
| 37 |
|
|---|
| 38 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
|---|
| 39 | - move functions to pointer again (otherwise, Clone will give
|
|---|
| 40 | strange results)
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 | 2004/01/21: Abelardo Moralejo
|
|---|
| 45 |
|
|---|
| 46 | * mcalib/MMcCalibrationCalc.[h,cc]
|
|---|
| 47 | - Added. First version of the task intended to calculate the
|
|---|
| 48 | conversion factors from ADC counts to photons in the MC. It has
|
|---|
| 49 | a different aim than the recently renamed class
|
|---|
| 50 | "MMcCalibrationUpdate" (which takes care that the correct
|
|---|
| 51 | pedestals and conversion factors are supplied to each event, but
|
|---|
| 52 | does not really calculate anything).
|
|---|
| 53 |
|
|---|
| 54 | * mcalib/Makefile, CalibLinkDef.h
|
|---|
| 55 | - Added new class MMcCalibrationCalc
|
|---|
| 56 |
|
|---|
| 57 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
|---|
| 58 | - Now the container MCalibrationCam is not created or modified if
|
|---|
| 59 | it is found that one such container already exists in the
|
|---|
| 60 | Parameter list (from a previous calibration).
|
|---|
| 61 |
|
|---|
| 62 |
|
|---|
| 63 |
|
|---|
| 64 | 2004/01/21: Thomas Bretz
|
|---|
| 65 |
|
|---|
| 66 | * mraw/MRawRead.cc:
|
|---|
| 67 | - restore the fake time for all runs (current time stamp in
|
|---|
| 68 | the data seems to be toally nonsense)
|
|---|
| 69 |
|
|---|
| 70 | * mraw/MRawEvtHeader.cc:
|
|---|
| 71 | - removed decoding of real time (current time stamp in the data
|
|---|
| 72 | seems to be toally nonsense)
|
|---|
| 73 |
|
|---|
| 74 |
|
|---|
| 75 |
|
|---|
| 76 | 2004/01/21: Abelardo Moralejo
|
|---|
| 77 |
|
|---|
| 78 | * mmc/MMcEvt.hxx
|
|---|
| 79 | - Uncommented 6 Getter functions (those regarding the number of
|
|---|
| 80 | photons surviving the different stages of simulation).
|
|---|
| 81 |
|
|---|
| 82 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
|---|
| 83 | - Added (see below).
|
|---|
| 84 |
|
|---|
| 85 | * manalysis/MMcCalibrationCalc.[h,cc]
|
|---|
| 86 | - Removed: changed name of this class to MMcCalibrationUpdate,
|
|---|
| 87 | which is more representative of what it really does. Moved
|
|---|
| 88 | the filling of the MCalibrationCam container from Process to
|
|---|
| 89 | ReInit, since it does not change on an event by event basis.
|
|---|
| 90 | Simplified PreProcess (MCalibrationCam was searched for twice).
|
|---|
| 91 | Updated class description and comments.
|
|---|
| 92 |
|
|---|
| 93 | * manalysis/Makefile, AnalysisLinkDef.h
|
|---|
| 94 | - Adapted to change above
|
|---|
| 95 |
|
|---|
| 96 | * macros/starmc.C
|
|---|
| 97 | - Adapted to change above. Changed also task instance name from
|
|---|
| 98 | mccalibcalc to mccalibupdate.
|
|---|
| 99 |
|
|---|
| 100 |
|
|---|
| 101 |
|
|---|
| 102 | 2004/01/21: Raquel de los Reyes
|
|---|
| 103 |
|
|---|
| 104 | * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
|
|---|
| 105 | and mcamera/MCameraCalibration.h
|
|---|
| 106 | - Added the "Get" functions (e.g GetStatus() for fStatus) to access
|
|---|
| 107 | the private data members of the class.
|
|---|
| 108 |
|
|---|
| 109 |
|
|---|
| 110 |
|
|---|
| 111 | 2004/01/20: Thomas Hengstebeck
|
|---|
| 112 |
|
|---|
| 113 | * mranforest/MRanForestCalc.[h,cc]
|
|---|
| 114 | - Added member functions Grow (training of RF) and Fill (reading in
|
|---|
| 115 | trained forest from file) which simplify macros.
|
|---|
| 116 | One just needs to call them instead of using MRanForestGrow and
|
|---|
| 117 | MRanForestFill (and the related training and fill loops) in a
|
|---|
| 118 | macro.
|
|---|
| 119 |
|
|---|
| 120 |
|
|---|
| 121 |
|
|---|
| 122 | 2004/01/20: Abelardo moralejo
|
|---|
| 123 |
|
|---|
| 124 | * manalysis/MMcCalibrationCalc.cc
|
|---|
| 125 | - removed call to MCalibrationPix::SetPedestal, which was not
|
|---|
| 126 | needed.
|
|---|
| 127 |
|
|---|
| 128 |
|
|---|
| 129 |
|
|---|
| 130 | 2004/01/20: Thomas Bretz
|
|---|
| 131 |
|
|---|
| 132 | * Makefile:
|
|---|
| 133 | - replaced 'make' by '$(MAKE)'
|
|---|
| 134 |
|
|---|
| 135 | * Makefile.rules:
|
|---|
| 136 | - added Makefile itself to dependencies
|
|---|
| 137 |
|
|---|
| 138 | * mbase/MTask.cc:
|
|---|
| 139 | - added comment about ReInit
|
|---|
| 140 |
|
|---|
| 141 | * mhbase/MH.cc:
|
|---|
| 142 | - do not clear pad in DrawClone if 'same' option given
|
|---|
| 143 |
|
|---|
| 144 | * mhist/MHVsTime.cc:
|
|---|
| 145 | - evaluate 'same' option
|
|---|
| 146 |
|
|---|
| 147 | * mfileio/MReadCurrents.[h,cc]:
|
|---|
| 148 | - obsolete, removed
|
|---|
| 149 |
|
|---|
| 150 | * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
|
|---|
| 151 | - added some comments
|
|---|
| 152 |
|
|---|
| 153 |
|
|---|
| 154 |
|
|---|
| 155 | 2004/01/20: Abelardo moralejo
|
|---|
| 156 |
|
|---|
| 157 | * mcalib/MHCalibrationPINDiode.cc
|
|---|
| 158 | - Added call to SetDirecory(0) for histograms fHErrCharge,
|
|---|
| 159 | fHPCharge, fHPTime.
|
|---|
| 160 |
|
|---|
| 161 | * manalysis/MCerPhotPix.h:
|
|---|
| 162 | - Changed position of declaration of fIsSaturated to be the last
|
|---|
| 163 | private variable. Otherwise, since in the constructor it is
|
|---|
| 164 | initialized in the last place, a warning is displayed upon
|
|---|
| 165 | compilation in some systems.
|
|---|
| 166 |
|
|---|
| 167 |
|
|---|
| 168 |
|
|---|
| 169 | 2004/01/20: Markus Gaug
|
|---|
| 170 | * mcalib/Makefile, manalysis/Makefile:
|
|---|
| 171 | - include directory ../mtools
|
|---|
| 172 |
|
|---|
| 173 | * mtools/MFFT.[h,cc]
|
|---|
| 174 | - class inherits from TObject now
|
|---|
| 175 |
|
|---|
| 176 |
|
|---|
| 177 |
|
|---|
| 178 | 2004/01/19: Markus Gaug
|
|---|
| 179 |
|
|---|
| 180 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
|---|
| 181 | - fixed a bug in fFitLegend due to which program crashed by calls
|
|---|
| 182 | to DrawClone
|
|---|
| 183 | - Modified way to change the fit function
|
|---|
| 184 |
|
|---|
| 185 | * mcalib/MHCalibrationPixel.[h,cc]
|
|---|
| 186 | - reordered function calls
|
|---|
| 187 | - removed SetupFill
|
|---|
| 188 |
|
|---|
| 189 | * mcalib/MHCalibrationPINDiode.h
|
|---|
| 190 | - reordered function calls
|
|---|
| 191 |
|
|---|
| 192 | * mcalib/MCalibrationPix.[h,cc]
|
|---|
| 193 | - limits to define fFitValid now as variables in class
|
|---|
| 194 |
|
|---|
| 195 | * mcalib/MCalibrationCam.[h,cc]
|
|---|
| 196 | - reordered function calls
|
|---|
| 197 | - incorporate option to exclude pixels
|
|---|
| 198 |
|
|---|
| 199 | * mcalib/MCalibrationBlindPix.h
|
|---|
| 200 | - Modified way to change the fit function
|
|---|
| 201 |
|
|---|
| 202 | * mcalib/MCalibrationCalc.[h,cc]
|
|---|
| 203 | - Modified way to change the fit function
|
|---|
| 204 | - incorporate option to exclude pixels from configuration file
|
|---|
| 205 |
|
|---|
| 206 | * macros/calibration.C
|
|---|
| 207 | - Modified way to change the fit function
|
|---|
| 208 | - incorporate option to exclude pixels from configuration file
|
|---|
| 209 |
|
|---|
| 210 |
|
|---|
| 211 |
|
|---|
| 212 | 2004/01/19: Javier Rico
|
|---|
| 213 |
|
|---|
| 214 | * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
|
|---|
| 215 | - Added documentation of member functions
|
|---|
| 216 |
|
|---|
| 217 |
|
|---|
| 218 |
|
|---|
| 219 | 2004/01/19: Abelardo Moralejo
|
|---|
| 220 |
|
|---|
| 221 | * manalysis/MCerPhotPix.[h,cc]
|
|---|
| 222 | - Added fIsSaturated to flag whether low gain of the pixel is
|
|---|
| 223 | saturated. Added corresponding getter and setter functions.
|
|---|
| 224 | Updated ClassDef to version 2.
|
|---|
| 225 |
|
|---|
| 226 | * mcalib/MCalibrate.cc
|
|---|
| 227 | - Set the new saturation flag of MCerPhotPix to kTRUE if at least
|
|---|
| 228 | one low gain FADC slice is saturated.
|
|---|
| 229 |
|
|---|
| 230 | * mimage/MNewImagePar.[h,cc]
|
|---|
| 231 | - Added new member variable fNumSaturatedPixels to count how many
|
|---|
| 232 | pixels were saturated. Updated ClassDef to version 2.
|
|---|
| 233 |
|
|---|
| 234 |
|
|---|
| 235 |
|
|---|
| 236 | 2004/01/19: Thomas Bretz
|
|---|
| 237 |
|
|---|
| 238 | * manalysis/MPedPhotCalc.[cc,h]:
|
|---|
| 239 | - fixed order of includes
|
|---|
| 240 | - removed obsolete forward declarations
|
|---|
| 241 | - removed obsolete data member fNumPixels (stored already twice in
|
|---|
| 242 | the two TArrayF)
|
|---|
| 243 | - fixed some small bugs in the documentation
|
|---|
| 244 |
|
|---|
| 245 | * manalysis/MPedCalcPedRun.cc:
|
|---|
| 246 | - updated my eMail address
|
|---|
| 247 |
|
|---|
| 248 |
|
|---|
| 249 |
|
|---|
| 250 | 2004/01/19: Javier Rico
|
|---|
| 251 |
|
|---|
| 252 | * macros/dohtml.C, NEWS
|
|---|
| 253 | - include some missing info
|
|---|
| 254 |
|
|---|
| 255 |
|
|---|
| 256 |
|
|---|
| 257 | 2004/01/19: Abelardo Moralejo
|
|---|
| 258 |
|
|---|
| 259 | * manalysis/MExtractedSignalPix.h
|
|---|
| 260 | - added GetNumLoGainSaturated()
|
|---|
| 261 |
|
|---|
| 262 |
|
|---|
| 263 |
|
|---|
| 264 | 2004/01/19: Markus Gaug
|
|---|
| 265 |
|
|---|
| 266 | * macros/dohtml.C
|
|---|
| 267 | - include calibration.C
|
|---|
| 268 |
|
|---|
| 269 | * manalysis/MExtractSignal.cc
|
|---|
| 270 | - warning of logain saturation now only once per event (out of loop)
|
|---|
| 271 |
|
|---|
| 272 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
|
|---|
| 273 | - new Flag fExcluded to indicate if pixel has been excluded from
|
|---|
| 274 | further analysis
|
|---|
| 275 |
|
|---|
| 276 |
|
|---|
| 277 |
|
|---|
| 278 | 2004/01/16: Javier Rico & Pepe Flix
|
|---|
| 279 |
|
|---|
| 280 | * manalysis/MPedPhotCalc.[cc,h]
|
|---|
| 281 | - added
|
|---|
| 282 | - new class for the evaluation of pedestals in units of photons
|
|---|
| 283 | using the extracted signal from pedestal runs and calibration
|
|---|
| 284 | constants defined in MCalibrate
|
|---|
| 285 |
|
|---|
| 286 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile
|
|---|
| 287 | - added entries for MPedPhotCalc
|
|---|
| 288 |
|
|---|
| 289 | * macros/pedphotcalc.C
|
|---|
| 290 | - added
|
|---|
| 291 | - example on how to use MPedPhotCalc task
|
|---|
| 292 |
|
|---|
| 293 |
|
|---|
| 294 |
|
|---|
| 295 | 2004/01/16: Markus Gaug
|
|---|
| 296 |
|
|---|
| 297 | * mcalib/MCalibrationFits.h
|
|---|
| 298 | - removed and incorporated in MHCalibrationBlindPixel.h
|
|---|
| 299 |
|
|---|
| 300 | * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
|
|---|
| 301 | mcalib/MCalibrationBlindPix.h:
|
|---|
| 302 | - incorporate Fit functions
|
|---|
| 303 | - fixed a bug due to which DrawClone crashed when class was used
|
|---|
| 304 | in a compiled macro
|
|---|
| 305 |
|
|---|
| 306 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
|
|---|
| 307 | mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
|
|---|
| 308 | mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
|
|---|
| 309 | mcalib/MHCalibrationPixel.cc:
|
|---|
| 310 | - fixed the warns and errs in fLog's
|
|---|
| 311 |
|
|---|
| 312 |
|
|---|
| 313 |
|
|---|
| 314 | 2004/01/16: Abelardo Moralejo
|
|---|
| 315 |
|
|---|
| 316 | * manalysis/MMcCalibrationCalc.cc
|
|---|
| 317 | - TMath::Max() is no longer used because it did not compile in some
|
|---|
| 318 | systems for unkown reasons. I replaced it by a safer (and may be
|
|---|
| 319 | slower) code.
|
|---|
| 320 | - Added calpix.SetFitValid();
|
|---|
| 321 |
|
|---|
| 322 | * mhist/MHEvent.cc
|
|---|
| 323 | - In MHEvent::Fill, fixed: second parameter of SetCamContent must
|
|---|
| 324 | be 1 in case of RMS:
|
|---|
| 325 | case kEvtPedestalRMS:
|
|---|
| 326 | fHist->SetCamContent(*(MCamEvent*)par, 1);
|
|---|
| 327 |
|
|---|
| 328 |
|
|---|
| 329 |
|
|---|
| 330 | 2004/01/15: Abelardo Moralejo
|
|---|
| 331 |
|
|---|
| 332 | * macros/starmc.C
|
|---|
| 333 | - Added. Version of star showing new chain to get Hillas
|
|---|
| 334 | parameters (with Size calibrated in photons) from MC files.
|
|---|
| 335 |
|
|---|
| 336 |
|
|---|
| 337 |
|
|---|
| 338 | 2004/01/15: Javier Rico
|
|---|
| 339 |
|
|---|
| 340 | * manalysis/MPedCalcPedRun.[h,cc]
|
|---|
| 341 | - optimize the running time
|
|---|
| 342 | - add (some) documentation
|
|---|
| 343 | - correct treatment for the case of several input files
|
|---|
| 344 |
|
|---|
| 345 | * macros/pedvsevent.C
|
|---|
| 346 | - added
|
|---|
| 347 | - draw pedestal mean and rms vs event# for input pixel# and run
|
|---|
| 348 | file, and compares them to the global pedestal mean and rms
|
|---|
| 349 |
|
|---|
| 350 |
|
|---|
| 351 |
|
|---|
| 352 | 2004/01/15: Raquel de los Reyes
|
|---|
| 353 |
|
|---|
| 354 | * mhist/MHCamEvent.cc, mhist/MHCamera.cc
|
|---|
| 355 | - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
|
|---|
| 356 | functions to compute the estimation of the error of the
|
|---|
| 357 | mean. It can be done calling to the function
|
|---|
| 358 | MCamEvent::SetBit(MHCamera::kVariance) in the macro
|
|---|
| 359 |
|
|---|
| 360 |
|
|---|
| 361 |
|
|---|
| 362 | 2004/01/15: Markus Gaug
|
|---|
| 363 |
|
|---|
| 364 | * mhist/MHCamera.[h,cc]
|
|---|
| 365 | - incorporate Thomas's changes
|
|---|
| 366 | - replace void CreateProjection() by TH1D *Projection(const char*)
|
|---|
| 367 |
|
|---|
| 368 | * macros/calibration.C
|
|---|
| 369 | - replace MHCamera->Draw("proj") by MHCamera->Projection()
|
|---|
| 370 | - produce better fits to the projection
|
|---|
| 371 |
|
|---|
| 372 | * manalysis/MSimulatedAnnealing.[h,cc],
|
|---|
| 373 | mhist/MHSimulatedAnnealing.[h,cc]:
|
|---|
| 374 | - moved to directory mtools
|
|---|
| 375 | - MSimulatedAnnealing now inherits from TObject
|
|---|
| 376 |
|
|---|
| 377 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
|
|---|
| 378 | mhist/Makefile, mhist/HistLinkDef.h:
|
|---|
| 379 | - removed MSimulatedAnnealing
|
|---|
| 380 | - removed MHSimulatedAnnealing
|
|---|
| 381 |
|
|---|
| 382 | * mtools/Makefile, mtools/AnalysisLinkDef.h:
|
|---|
| 383 | - added MSimulatedAnnealing
|
|---|
| 384 | - added MHSimulatedAnnealing
|
|---|
| 385 |
|
|---|
| 386 |
|
|---|
| 387 |
|
|---|
| 388 | 2004/01/15: Thomas Bretz
|
|---|
| 389 |
|
|---|
| 390 | * manalysis/AnalysisLinkDef.h:
|
|---|
| 391 | - removed MCurrents
|
|---|
| 392 |
|
|---|
| 393 | * mhist/MHCamera.[h,cc]:
|
|---|
| 394 | - added member function Projection
|
|---|
| 395 | - removed fYproj
|
|---|
| 396 |
|
|---|
| 397 | * mreport/MReport*.*:
|
|---|
| 398 | - added more comments
|
|---|
| 399 |
|
|---|
| 400 |
|
|---|
| 401 |
|
|---|
| 402 | 2004/01/14: Markus Gaug
|
|---|
| 403 |
|
|---|
| 404 | * mtools/MFFT.[h,cc]
|
|---|
| 405 | - new class to perform Fast Fourier Transforms
|
|---|
| 406 |
|
|---|
| 407 | * mtools/Makefile
|
|---|
| 408 | * mtools/ToolsLinkDef.h
|
|---|
| 409 | - include MFFT
|
|---|
| 410 |
|
|---|
| 411 | * manalysis/MExtractedSignalCam.h
|
|---|
| 412 | - removed variables fNumHiGainSamples and fNumLoGainSamples
|
|---|
| 413 | - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
|
|---|
| 414 |
|
|---|
| 415 | * manalysis/MExtractSignal.cc
|
|---|
| 416 | - updated call to SetUsedFADCSlices
|
|---|
| 417 |
|
|---|
| 418 |
|
|---|
| 419 |
|
|---|
| 420 | 2004/01/14: Abelardo Moralejo
|
|---|
| 421 |
|
|---|
| 422 | * manalysis/MMcCalibrationCalc.cc:
|
|---|
| 423 | - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
|
|---|
| 424 | This can happen (depending on camera simulation parameters), and
|
|---|
| 425 | rms = 0 later resulted in the pixel being eliminated in the
|
|---|
| 426 | image cleaning.
|
|---|
| 427 |
|
|---|
| 428 |
|
|---|
| 429 |
|
|---|
| 430 | 2004/01/14: Thomas Bretz
|
|---|
| 431 |
|
|---|
| 432 | * Makefile:
|
|---|
| 433 | - replaced old style Makefile.depend by directory specific
|
|---|
| 434 | dependancy files
|
|---|
| 435 |
|
|---|
| 436 | * Makefile.rules:
|
|---|
| 437 | - changed obsolete '.cc.o' style to newer style '%.o: %.c'
|
|---|
| 438 | - added rule to make dependency files
|
|---|
| 439 | - added rule to remove dependancy files.
|
|---|
| 440 | - added rmdep as prerequisite to clean
|
|---|
| 441 | - include dependency file
|
|---|
| 442 |
|
|---|
| 443 | * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
|
|---|
| 444 | mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
|
|---|
| 445 | mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
|
|---|
| 446 | mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
|
|---|
| 447 | mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
|
|---|
| 448 | mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
|
|---|
| 449 | mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
|
|---|
| 450 | mtools/Makefile:
|
|---|
| 451 | - removed clean-rule, use the one in Makefile.rules instead
|
|---|
| 452 |
|
|---|
| 453 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
|---|
| 454 | - added MReportHelp
|
|---|
| 455 |
|
|---|
| 456 | * mreport/MReportFileRead.cc:
|
|---|
| 457 | - moved code from MReportHelp to new file
|
|---|
| 458 | - removed usage of MReport class completely
|
|---|
| 459 |
|
|---|
| 460 | * mfilter/MFGeomag.[h,cc]:
|
|---|
| 461 | - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
|
|---|
| 462 | - changed the second loop from 0->1151 to 1152->2304
|
|---|
| 463 | - removed dummy arrays used for reading
|
|---|
| 464 | - output filename in case of 'file not found'
|
|---|
| 465 | - removed obsolete data members
|
|---|
| 466 | - removed obsolete Init function
|
|---|
| 467 | - removed forbidden underscore from member variable
|
|---|
| 468 | - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
|
|---|
| 469 |
|
|---|
| 470 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 471 | - added new member function Open
|
|---|
| 472 | - added new menu entry kFileOpen
|
|---|
| 473 | - changed UpdatePSheader algorithm (the old one was much too slow)
|
|---|
| 474 |
|
|---|
| 475 | * manalysis/MCurrents.[h,cc]:
|
|---|
| 476 | - removed (old outdated)
|
|---|
| 477 |
|
|---|
| 478 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 479 | - removed MCurrents
|
|---|
| 480 |
|
|---|
| 481 |
|
|---|
| 482 |
|
|---|
| 483 | 2004/01/14: Wolfgang Wittek
|
|---|
| 484 |
|
|---|
| 485 | * macros/ONOFFAnalysis.C:
|
|---|
| 486 | - current version
|
|---|
| 487 |
|
|---|
| 488 | * mhist/MHSigmaTheta.[h,cc]:
|
|---|
| 489 | - replace MPedestalCam by MPedPhotCam
|
|---|
| 490 |
|
|---|
| 491 | * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
|
|---|
| 492 | manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
|
|---|
| 493 | manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
|
|---|
| 494 | - replace MPedestalCam by MPedPhotCam
|
|---|
| 495 |
|
|---|
| 496 | * manalysis/MPedPhotPix.[h,cc]
|
|---|
| 497 | - uncomment SetRms()
|
|---|
| 498 |
|
|---|
| 499 |
|
|---|
| 500 |
|
|---|
| 501 | 2004/01/13: Markus Gaug
|
|---|
| 502 |
|
|---|
| 503 | * manalysis/MExtractSignal.h
|
|---|
| 504 | - seems that the reduced light intensity of the CT1 Pulser
|
|---|
| 505 | results in broader pulses -> Set Default time slices to [3,10]
|
|---|
| 506 |
|
|---|
| 507 | * mhist/MHCamera.cc
|
|---|
| 508 | - make Stat Window in option 'proj' bigger
|
|---|
| 509 | - add comment line at beginning of Draw()
|
|---|
| 510 |
|
|---|
| 511 | * mcalib/MHCalibrationBlindPixel.[h.cc]
|
|---|
| 512 | - add Function DrawClone()
|
|---|
| 513 | - fix bug in calculation of integral (GetIntegral("width"))
|
|---|
| 514 | - restrict parameters tighter
|
|---|
| 515 | - declare fit as not valid, if less than 100 events
|
|---|
| 516 | in single photo-electron peak
|
|---|
| 517 |
|
|---|
| 518 | * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
|
|---|
| 519 | - fit now with fixed normalization
|
|---|
| 520 |
|
|---|
| 521 | * mcalib/MHCalibrationPixel.[h.cc]
|
|---|
| 522 | - new function IsEmpty()
|
|---|
| 523 | - Time fit accepted if ChiSquare less than 30. (instead of 20.)
|
|---|
| 524 |
|
|---|
| 525 | * mcalib/MCalibrationPix.[h.cc]
|
|---|
| 526 | - F-Factor corrected and added error
|
|---|
| 527 | - Histograms not fitted if they are empty
|
|---|
| 528 | - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
|
|---|
| 529 |
|
|---|
| 530 | * mcalib/MCalibrationCam.cc
|
|---|
| 531 | - Square Root of Reduced Sigmas not taken, if they are < 0.
|
|---|
| 532 | - Reduced Sigma / Charge squared replaced by reduced sigma / charge
|
|---|
| 533 |
|
|---|
| 534 | * mcalib/MCalibrationCalc.cc
|
|---|
| 535 | - Blind Pixel is not additionally treated as normal pixel any more
|
|---|
| 536 | - Blind Pixel Draw replaced by DrawClone
|
|---|
| 537 |
|
|---|
| 538 | * macros/calibration.C
|
|---|
| 539 | - took out some unused code
|
|---|
| 540 | - some default axis labelling corrected
|
|---|
| 541 |
|
|---|
| 542 |
|
|---|
| 543 |
|
|---|
| 544 | 2004/01/13: Abelardo Moralejo
|
|---|
| 545 |
|
|---|
| 546 | * manalysis/MMcPedestalCopy.cc
|
|---|
| 547 | - added check of whether input file is a MC file before executing
|
|---|
| 548 | the PreProcess.
|
|---|
| 549 |
|
|---|
| 550 |
|
|---|
| 551 |
|
|---|
| 552 | 2004/01/13: Wolfgang Wittek
|
|---|
| 553 |
|
|---|
| 554 | * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
|
|---|
| 555 | - change macro to handle also MC events with finite sigmabar
|
|---|
| 556 |
|
|---|
| 557 | * manalysis/MPadOn.[h,cc]:
|
|---|
| 558 | - deleted, is replaced by MPad
|
|---|
| 559 |
|
|---|
| 560 | * manalysis/MPadOnOFF.[h,cc]:
|
|---|
| 561 | - deleted, is replaced by MPad
|
|---|
| 562 |
|
|---|
| 563 | * manalysis/MPad.[h,cc]:
|
|---|
| 564 | - new class, replacing MPadON and MPadONOFF
|
|---|
| 565 | - handle also MC events with finite sigmabar
|
|---|
| 566 |
|
|---|
| 567 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 568 | - replace MPadON and MPadONOFF by MPad
|
|---|
| 569 |
|
|---|
| 570 |
|
|---|
| 571 |
|
|---|
| 572 | 2004/01/13: Thomas Bretz
|
|---|
| 573 |
|
|---|
| 574 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 575 | - implemented new member function GetRunTypeStr
|
|---|
| 576 |
|
|---|
| 577 | * Changelog.03:
|
|---|
| 578 | - added (contains entries of 2003)
|
|---|
| 579 |
|
|---|
| 580 | * Changelog:
|
|---|
| 581 | - removed entries of 2003
|
|---|
| 582 |
|
|---|
| 583 | * mfilter/MFGeomag.cc:
|
|---|
| 584 | - simplified open/close of input files
|
|---|
| 585 |
|
|---|
| 586 | * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
|
|---|
| 587 | - added some comments
|
|---|
| 588 | - added new member function GetError
|
|---|
| 589 |
|
|---|
| 590 | * Makefile:
|
|---|
| 591 | - updated 'make dox' output for convinience
|
|---|
| 592 |
|
|---|
| 593 | * macros/dohtml.C:
|
|---|
| 594 | - do not print Info's
|
|---|
| 595 | - added mcamera
|
|---|
| 596 | - added mpointing
|
|---|
| 597 | - added mreport
|
|---|
| 598 |
|
|---|
| 599 | * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
|
|---|
| 600 | - removed some obsolete comments (these comments confused THtml)
|
|---|
| 601 |
|
|---|
| 602 | * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
|
|---|
| 603 | mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
|
|---|
| 604 | mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
|
|---|
| 605 | mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
|
|---|
| 606 | mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
|
|---|
| 607 | - replaced MPedestalCam by MPedPhotCam
|
|---|
| 608 | - removed some obsolete includes
|
|---|
| 609 |
|
|---|
| 610 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 611 | - added MLogPlugin
|
|---|
| 612 | - added MLogHtml
|
|---|
| 613 |
|
|---|
| 614 | * mbase/MLog.[h,cc]:
|
|---|
| 615 | - added use of plugins
|
|---|
| 616 |
|
|---|
| 617 | * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
|
|---|
| 618 | - added
|
|---|
| 619 |
|
|---|
| 620 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 621 | - added a Save-As dialog
|
|---|
| 622 |
|
|---|
| 623 |
|
|---|
| 624 |
|
|---|
| 625 | 2004/01/12: Thomas Bretz
|
|---|
| 626 |
|
|---|
| 627 | * macros/rootlogon.C:
|
|---|
| 628 | - added mcamera to include path
|
|---|
| 629 | - added mpointing to include path
|
|---|
| 630 | - added mreport to include path
|
|---|
| 631 |
|
|---|
| 632 | * mbase/MLog.cc:
|
|---|
| 633 | - updated my eMail address
|
|---|
| 634 |
|
|---|
| 635 | * mbase/MParContainer.h:
|
|---|
| 636 | - added Read member function
|
|---|
| 637 |
|
|---|
| 638 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 639 | - changed size of ps-paper
|
|---|
| 640 | - added a user defined bottom line to the ps-files
|
|---|
| 641 | - added name (currently unused)
|
|---|
| 642 | - added title (used as possible bottom line in ps-file)
|
|---|
| 643 |
|
|---|
| 644 | * mraw/MRawRunHeader.cc:
|
|---|
| 645 | - added some comments
|
|---|
| 646 |
|
|---|
| 647 | * status.cc:
|
|---|
| 648 | - set name of input as bottom line of status display
|
|---|
| 649 |
|
|---|
| 650 |
|
|---|
| 651 |
|
|---|
| 652 | 2004/01/12: Abelardo Moralejo
|
|---|
| 653 |
|
|---|
| 654 | * mimage/MStereoPar.cc
|
|---|
| 655 | - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
|
|---|
| 656 | instead of fSourceY = scale2*hillas1.GetMeanY() + ...
|
|---|
| 657 | Bug had no effect unless scale1 != scale2 (-> telescopes of
|
|---|
| 658 | different size).
|
|---|
| 659 |
|
|---|
| 660 |
|
|---|
| 661 |
|
|---|
| 662 | 2004/01/12: Markus Gaug
|
|---|
| 663 |
|
|---|
| 664 | * manalysis/MExtractSignal.[h,cc]
|
|---|
| 665 | - take out some uncommented code
|
|---|
| 666 | - replace logainshift by two independent variables:
|
|---|
| 667 | logainfirst, logainlast
|
|---|
| 668 | - because in most data, maximum occurs in slice 4, shift default
|
|---|
| 669 | from slices 4-9 to slices 3-8.
|
|---|
| 670 |
|
|---|
| 671 | * manalysis/MExtractedSignalPix.[h,cc]
|
|---|
| 672 | - took out some uncommented code
|
|---|
| 673 | - new initializers: instead of -1. now 99999.9
|
|---|
| 674 |
|
|---|
| 675 |
|
|---|
| 676 |
|
|---|
| 677 | 2004/01/09: Markus Gaug
|
|---|
| 678 |
|
|---|
| 679 | * mcalib/MCalibrationCam.[h,cc]
|
|---|
| 680 | - take out 1-dim histos because we can use
|
|---|
| 681 | the projections in MHCamera (s.b.)
|
|---|
| 682 |
|
|---|
| 683 | * mcalib/MHCalibrationBlindPixel.h
|
|---|
| 684 | - make the fit by default quiet
|
|---|
| 685 |
|
|---|
| 686 | * mcalib/MHCalibrationPixel.[h,cc]
|
|---|
| 687 | * mcalib/MCalibrationPix.[h,cc]
|
|---|
| 688 | - Ranges of time slices stored independently for HiGain and LoGain
|
|---|
| 689 | in order to allow consecutive checks
|
|---|
| 690 |
|
|---|
| 691 | * mhist/MHCamera.[h.cc]
|
|---|
| 692 | - add the possibility to call a Draw("proj") which will
|
|---|
| 693 | draw a Y-Projection of the histogram
|
|---|
| 694 |
|
|---|
| 695 | * macros/calibration.C
|
|---|
| 696 | - apply the drawing of the projections and fit them
|
|---|
| 697 |
|
|---|
| 698 | * mcalib/MCalibrationCalc.cc
|
|---|
| 699 | - catch the possibility of a calibration file,
|
|---|
| 700 | unintendedly being a pedestal or cosmic file.
|
|---|
| 701 | Program now exits with an error before doing the fits
|
|---|
| 702 |
|
|---|
| 703 | * mcalib/MCalibrationPix.[h,cc]
|
|---|
| 704 | - fixed a bug in calculation of fFitValid.
|
|---|
| 705 | before, a call to IsFitValid() always returned false
|
|---|
| 706 |
|
|---|
| 707 |
|
|---|
| 708 |
|
|---|
| 709 | 2004/01/09: Javier L¢pez
|
|---|
| 710 |
|
|---|
| 711 | * macros/bootcampstandardanalysis.C
|
|---|
| 712 | - added new macro that holds the main scheleton discussed in the
|
|---|
| 713 | december bootcamp in Wuerzburg. It runs first over a pedestal
|
|---|
| 714 | run, then over a calibration run, again over the pedestal run
|
|---|
| 715 | to compute de pedestal in number of photons and finally over a
|
|---|
| 716 | data run to calibrate the data.
|
|---|
| 717 |
|
|---|
| 718 |
|
|---|
| 719 |
|
|---|
| 720 | 2004/01/06: Sebastian Raducci
|
|---|
| 721 |
|
|---|
| 722 | * manalysis/MArrivalTime.[h,cc]
|
|---|
| 723 | - added new method to calculate photon arrival times. It uses the
|
|---|
| 724 | TSpline5 Root Class to interpolate the Fadc Slices. The time is
|
|---|
| 725 | the abscissa value of the absolute maximum of the interpolation
|
|---|
| 726 | - added new method to find clusters with similar arrival times.
|
|---|
| 727 | For now it's a preliminary version. It simply search for adiacent
|
|---|
| 728 | pixels having the same arrival time (color).
|
|---|
| 729 |
|
|---|
| 730 | * manalysis/MArrivalTimeCalc.[h,cc]
|
|---|
| 731 | - modified the Process() method according to the changes in the
|
|---|
| 732 | Arrival Time Cointainer
|
|---|
| 733 |
|
|---|
| 734 | * mmain/MEventDisplay.cc
|
|---|
| 735 | - added new tab in the camera event display to show the arrival
|
|---|
| 736 | time. This arrival time is calculated with the spline method
|
|---|
| 737 | - the old Arrival Time pad now it's called Max Slice Idx, because
|
|---|
| 738 | it's only the index of the slice with the max content.
|
|---|
| 739 |
|
|---|
| 740 | * mhist/MHEvent.[h,cc]
|
|---|
| 741 | - added new fType in te enumeration to handle the arrival time
|
|---|
| 742 | histos
|
|---|