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