Changeset 7054 for trunk/MagicSoft/Mars
- Timestamp:
- 05/18/05 11:15:20 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7052 r7054 21 21 22 22 -*-*- END OF LINE -*-*- 23 2005/05/18 Thomas Bretz 24 25 * mcalib/MCalibCalcFromPast.cc: 26 - added missing fIntensQE to list of initialization in 27 constructor 28 29 * mcalib/MCalibrateData.cc: 30 - fixed a bug which caused kNo to be ignored 31 - removed a second check for the size of the badpixelcam 32 33 * mjobs/MJCalibrateSignal.cc: 34 - removed the obsolete second adding of filhil and filpul to 35 the tasklist 36 37 * mjobs/MJCalibration.cc: 38 - do not display result or statistics if no execution has taken 39 place 40 41 * mjobs/MJStar.cc: 42 - moved processing of CC-branch to the beginning of the tasklist 43 44 45 23 46 2005/05/17 Thomas Bretz 24 47 -
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r7053 r7054 1976 1976 SetUsePINDiode(kFALSE); 1977 1977 1978 const Int_t numexec = IsUseRawData() ? rawread.GetNu MExecutions() : read.GetNuMExecutions();1978 const Int_t numexec = IsUseRawData() ? rawread.GetNumExecutions() : read.GetNumExecutions(); 1979 1979 if (numexec>0) 1980 1980 { -
trunk/MagicSoft/Mars/mjobs/MJStar.cc
r7033 r7054 433 433 tlist.AddToList(ismc ? (MTask*)&readmc : (MTask*)&readreal); 434 434 tlist.AddToList(&pcalc, ismc ? "Events" : "Drive"); 435 tlist.AddToList(&tlist2, "Events");436 435 if (!ismc) 437 436 tlist.AddToList(&fillw, "CC"); 437 tlist.AddToList(&tlist2, "Events"); 438 438 tlist.AddToList(&write); 439 439
Note:
See TracChangeset
for help on using the changeset viewer.