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