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