Changeset 4459 for trunk/MagicSoft
- Timestamp:
- 08/04/04 11:59:54 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4456 r4459 41 41 - removed the MBlind* entries 42 42 43 * mmain/MEventDisplay.cc, mmain/MOnlineDisplay.cc: 43 * star.cc, mmain/MEventDisplay.cc, mmain/MOnlineDisplay.cc, 44 mmain/MAnalysis.cc, mfileio/MCT1ReadPreProc.[h,cc]: 44 45 - removed usage of MBlind* 46 - MBadPixel* TO BE ADDED 45 47 46 48 * merpp.cc: … … 80 82 - implemented scaled image cleaning 81 83 - replaced usage of MSigmabar by MPedPhotCam for democratic cleaning 84 85 * manalysisct1, manalysisct1/Makefile, 86 manalysisct1/AnalysisCT1LinkDef.h: 87 - new 88 89 * manalysis/MCT1*: 90 - moved to new directory manalysisct1 91 92 * manalysis/Makefile, manalysis/AnalysisLinkDef.h: 93 - updated 94 - removed MPad because long time ago changed discuseed were not made 95 (it doesn't compile anymore, because MBlindPixels is missing now) 82 96 83 97 -
trunk/MagicSoft/Mars/star.cc
r3183 r4459 18 18 #include "MCerPhotCalc.h" 19 19 #include "MCerPhotAnal2.h" 20 #include "MBlindPixelCalc.h"21 20 #include "MSigmabarCalc.h" 22 21 #include "MImgCleanStd.h" … … 198 197 nanal.SetFilter(&f2); 199 198 200 MBlindPixelCalc blind;201 199 MSigmabarCalc sgcal; 202 200 //MFillH fills("MHSigmaTheta", "", "FillSigmaTheta"); … … 216 214 tlist.AddToList(&ncalc); 217 215 tlist.AddToList(&nanal); 218 tlist.AddToList(&blind);219 216 tlist.AddToList(&sgcal); 220 217 //tlist.AddToList(&fills); … … 233 230 // Setup tasks 234 231 // 235 blind.SetUseInterpolation();236 237 232 write.AddContainer(write.AddSerialNumber("MMcEvt"), "Events", kFALSE); 238 233 write.AddContainer(write.AddSerialNumber("MSigmabar"), "Events"); … … 267 262 268 263 //plist.FindObject("MHSigmaTheta")->Write(); 269 //plist.FindObject("MHBlindPixels")->Write();270 264 271 265 gLog << all << "Star finished successfull!" << endl; … … 405 399 nanal.SetFilter(&f2); 406 400 407 MBlindPixelCalc blind;408 401 MSigmabarCalc sgcal; 409 402 //MFillH fills("MHSigmaTheta", "", "FillSigmaTheta"); 410 //MFillH fillb("MHBlindPixels", "", "FillBlindPixels");411 403 MImgCleanStd clean; 412 404 MHillasCalc hcalc; … … 423 415 tlist.AddToList(&ncalc); 424 416 tlist.AddToList(&nanal); 425 tlist.AddToList(&blind);426 417 tlist.AddToList(&sgcal); 427 418 //tlist.AddToList(&fills); … … 440 431 // Setup tasks 441 432 // 442 blind.SetUseInterpolation();443 433 444 434 write.AddContainer(write.AddSerialNumber("MMcEvt"), "Events", kFALSE); … … 474 464 475 465 //plist.FindObject("MHSigmaTheta")->Write(); 476 //plist.FindObject("MHBlindPixels")->Write();477 466 478 467 gLog << all << "Star finished successfull!" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.