Ignore:
Timestamp:
05/10/07 16:33:01 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8484 r8489  
    603603    histbp.SetMinimum(0);
    604604
     605    MHVsTime histdp("MSignalCam.GetNumPixelsUnmapped");
     606    histdp.SetName("DeadPixTm");
     607    histdp.SetTitle("Number of dead/unmapped pixels;;N");
     608    histdp.SetMinimum(0);
     609
    605610    // Task to fill the histogram
    606     MFillH fillB(&histbp, "MTime", "FillBadTime");
     611    MFillH fillB(&histbp, "MTime", "FillBadPixTm");
     612    MFillH fillD(&histdp, "MTime", "FillDeadPixTm");
    607613    fillB.SetNameTab("BadPixTm");
     614    fillD.SetNameTab("DeadPixTm");
    608615
    609616    /*
     
    765772    tlist2.AddToList(&fill9);
    766773    tlist2.AddToList(&fillB);
     774    tlist2.AddToList(&fillD);
    767775    if (extractor1->HasLoGain())
    768776    {
Note: See TracChangeset for help on using the changeset viewer.