Ignore:
Timestamp:
12/06/04 12:55:12 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r5557 r5560  
    16581658    fillcam.SetBit(MFillH::kDoNotDisplay);
    16591659    filltme.SetBit(MFillH::kDoNotDisplay);
    1660 /*
    1661 
    1662      fillpin.SetNameTab("PINDiode");
    1663      fillbnd.SetNameTab("BlindPix");
    1664      fillcam.SetNameTab("Charge");
    1665      filltme.SetNameTab("RelTimes");
    1666 
    1667      TString drawoption;
    1668 
    1669     if (fDisplayType == kDataCheckDisplay)
    1670         drawoption += "datacheck";
    1671     if (fDisplayType == kFullDisplay)
    1672         drawoption += "all";
    1673 
    1674     fillcam.SetDrawOption(drawoption.Data());
    1675     fillbnd.SetDrawOption(drawoption.Data());
    1676     fillpin.SetDrawOption(drawoption.Data());
    1677     filltme.SetDrawOption(drawoption.Data());
    1678   */
     1660
    16791661    //
    16801662    // Set default extractors in case, none has been set...
     
    16951677        else
    16961678        {
    1697             *fLog << warn;
     1679            *fLog << err << GetDescriptor() << "ERROR - ";
    16981680            *fLog << "Used Extractor derives from MExtractTimeAndCharge, " << endl;
    16991681            *fLog << "but MExtractorCam size " << fExtractorCam.GetSize() << " ";
    17001682            *fLog << "mismatch pedcam size " << pedcam.GetSize() << "! " << endl;
     1683            return kFALSE;
    17011684        }
    17021685    }
    17031686
     1687    //
     1688    // Switch off noise calculation
     1689    //
     1690    fExtractor->SetNoiseCalculation(kFALSE);
     1691    fTimeExtractor->SetNoiseCalculation(kFALSE);
     1692
     1693    //
     1694    // Setup more tasks and tasklist
     1695    //
    17041696    MTaskEnv taskenv("ExtractSignal");
    17051697    taskenv.SetDefault(fExtractor);
Note: See TracChangeset for help on using the changeset viewer.