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