Changeset 749 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 04/12/01 12:39:01 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r730 r749 3 3 2000/04/09: Thomas Bretz 4 4 5 * mgui/MGeomPix.cc: 6 - fixed a small error in SetNeighbors (thanks to Oscar) 7 8 * mgui/MGFadcDisp.[h,cc]: 9 - Fixed many small errors which caused the display to display nonsens 10 in some situations 5 * mbase/MParList.cc: 6 - Added the possibility to specify a different object name in 7 FindCreateObj 8 9 * .rootrc: 10 - changed the style for the html documentation 11 12 * macros/dohtml.C: 13 - added SetXwho 14 15 * (*.cc): 16 - added the copyright comment block 17 18 * mgui/MGeomCamMagic.cc: 19 - added some comments to all these numbers 20 21 * mraw/MRawEvtPixelIter.h: 22 - added Jump member function which jumps directly to the pixel with a 23 given id 24 25 26 27 2000/04/09: Thomas Bretz 28 29 * mgui/MGeomPix.cc: 30 - fixed a small error in SetNeighbors (thanks to Oscar) 31 32 * mgui/MGFadcDisp.[h,cc]: 33 - Fixed many small errors which caused the display to display nonsens 34 in some situations 35 11 36 12 37 13 38 2000/04/04: Thomas Bretz 14 39 15 * mraw/MRawEvtData.[cc,h]: 16 - changed wrong return type of GetNumPixels to UShort_t 17 18 * mmain/MBrowser.[cc,h]: 19 - made the dialog somehow work like it should 20 21 40 * mraw/MRawEvtData.[cc,h]: 41 - changed wrong return type of GetNumPixels to UShort_t 42 43 * mmain/MBrowser.[cc,h]: 44 - made the dialog somehow work like it should 45 46 47 22 48 2000/04/03: Thomas Bretz 23 49 24 * manalysis/MCT1ReadAscii.cc: 25 - the pedestal values read from the file are now stored in MeanRms 26 instead of Sigma 27 28 * manalysis/MCerPhotCalc.cc: 29 - The pedestal mean Rms is used as the pixel error 30 31 * MImgCleanStd.cc: 32 - CleanStep1: the '<' was replaced by a '<=' to clean also pixels 33 with value=noise=0 34 35 * MMcPedestalCopy.cc: 36 - All the pedestal values are now filled in (are they calculated correctly?) 37 38 * mgui/MGeomCamMagic.cc: 39 - Forgot to initialize the Nextneighbors of the Magic Camera 40 (thanks to Oscar) 41 42 * mhist/MHStarMap.cc: 43 - I changed the model of the display (colors and bin width) to 44 get a 'better' result 50 * manalysis/MCT1ReadAscii.cc: 51 - the pedestal values read from the file are now stored in MeanRms 52 instead of Sigma 53 54 * manalysis/MCerPhotCalc.cc: 55 - The pedestal mean Rms is used as the pixel error 56 57 * MImgCleanStd.cc: 58 - CleanStep1: the '<' was replaced by a '<=' to clean also pixels 59 with value=noise=0 60 61 * MMcPedestalCopy.cc: 62 - All the pedestal values are now filled in (are they calculated correctly?) 63 64 * mgui/MGeomCamMagic.cc: 65 - Forgot to initialize the Nextneighbors of the Magic Camera 66 (thanks to Oscar) 67 68 * mhist/MHStarMap.cc: 69 - I changed the model of the display (colors and bin width) to 70 get a 'better' result 71 45 72 46 73 … … 67 94 * manalysis/MImgCleanStd.[cc,h]: 68 95 - switched to new stylish neighbors from MGeomCam 69 70 96 97 98 71 99 2000/03/30: Thomas Bretz 72 100 … … 84 112 * mmain/, mhist: 85 113 - new 86 87 114 115 116 88 117 2000/03/21: Thomas Bretz 89 118 … … 119 148 - switched from a TTree to a TChain object 120 149 - chnaged order of variables of the constructor 121 122 150 151 152 123 153 2000/03/21: Thomas Bretz 124 154 … … 134 164 * mdatacheck/MHistosAdc.[h,cc]: 135 165 - replaced by MHFadc[Cam,Pix] 136 166 137 167 * mdatacheck/MFillAdcSpect.[h,cc]: 138 168 - replaced by MFillHFadc 139 169 140 170 * macros/readCT1.C: 141 171 - uses the new classes now 142 172 - calculates and displays hillas 143 173 144 174 * manalysis/AnalysisLinkDef.h: 145 175 - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy 146 176 147 177 * manalysis/MCT1ReadAscii.cc: 148 178 - PreProcess uses FindCreateObj now 149 179 150 180 * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc: 151 181 - changed the new back to 'new with placement' 152 182 153 183 * manalysis/MCerPhotEvt.[h, cc]: 154 184 - removed cleaning from this class 155 185 156 186 * manalysis/MHillas.cc: 157 187 - some small changes in the naming inside Calc() 158 188 159 189 * manalysis/MHillas.h: 160 190 - added Get-functions … … 211 241 212 242 243 213 244 2000/03/20: Thomas Bretz 214 245 … … 248 279 * mgui/MGeomPix.h: 249 280 - added Set function 250 251 281 282 283 252 284 2000/03/02: Thomas Bretz 253 285 … … 293 325 * macros/dohtml.C: 294 326 - added manalysis 327 295 328 296 329 … … 385 418 386 419 420 387 421 2000/02/28: Thomas Bretz 388 422 … … 391 425 - it seems so, that some compilers don't like overriding the 392 426 return type of a virtual member function 393 394 427 428 429 395 430 2000/02/23: Thomas Bretz 396 431 … … 400 435 * mbase/MParList.[h,cc]: 401 436 - Removed unnecessary fNext-stuff 402 403 437 438 439 404 440 2000/02/22: Thomas Bretz 405 441 … … 418 454 * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx: 419 455 - small changes to the Print funtions 420 421 456 457 458 422 459 2000/02/21: Thomas Bretz 423 460 … … 467 504 468 505 506 469 507 2000/02/19: Harald Kornmayer 470 508 … … 478 516 mananlysis/MCerPhotEvt.cc .h 479 517 macros/readCT1.C 480 518 519 481 520 482 521 2000/02/19: Thomas Bretz … … 489 528 - split eventloop in its three parts, this should be used for 490 529 debugging only. 530 491 531 492 532 … … 502 542 analysis/MReadCT1Ascii.cc 503 543 mgui/MCamDisplay.cc, mgui/MCamDisplay.h 544 504 545 505 546 … … 524 565 525 566 567 526 568 2000/01/22: Harald Kornmayer 527 569 … … 541 583 542 584 585 543 586 2000/01/19: Thomas Bretz 544 587 … … 547 590 548 591 592 549 593 2000/01/19: Oscar Blanch 550 594 … … 553 597 554 598 599 555 600 2000/01/18: Thomas Bretz 556 601 … … 577 622 * mmc/LinkDef.h: 578 623 - removed 624 579 625 580 626 … … 599 645 600 646 647 601 648 2000/01/12: Thomas Bretz 602 649 … … 623 670 - move enum from h to cc 624 671 - removed comma operator from delete statements (nonsense) 672 625 673 626 674 … … 648 696 649 697 698 650 699 2000/12/28: Thomas Bretz 651 700 … … 658 707 * MLoopEvt.cc, MLoopEvt.h: 659 708 - Removed 709 660 710 661 711
Note:
See TracChangeset
for help on using the changeset viewer.