Changeset 7054 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/18/05 11:15:20 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7052 r7054  
    2121
    2222                                                 -*-*- 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
    2346 2005/05/17 Thomas Bretz
    2447 
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r7053 r7054  
    19761976        SetUsePINDiode(kFALSE);
    19771977
    1978     const Int_t numexec = IsUseRawData() ? rawread.GetNuMExecutions() : read.GetNuMExecutions();
     1978    const Int_t numexec = IsUseRawData() ? rawread.GetNumExecutions() : read.GetNumExecutions();
    19791979    if (numexec>0)
    19801980    {
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r7033 r7054  
    433433    tlist.AddToList(ismc ? (MTask*)&readmc : (MTask*)&readreal);
    434434    tlist.AddToList(&pcalc,  ismc ? "Events" : "Drive");
    435     tlist.AddToList(&tlist2, "Events");
    436435    if (!ismc)
    437436        tlist.AddToList(&fillw,  "CC");
     437    tlist.AddToList(&tlist2, "Events");
    438438    tlist.AddToList(&write);
    439439
Note: See TracChangeset for help on using the changeset viewer.