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