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