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