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