Ignore:
Timestamp:
06/14/08 16:55:58 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8948 r8957  
    917917          gPad->SetBorderMode(0);
    918918          gPad->SetTicks();
    919           MHCamera *obj10=(MHCamera*)disp30.DrawCopy("hist");
     919          MHCamera *obj12=(MHCamera*)disp30.DrawCopy("hist");
    920920          //
    921921          // for the datacheck, fix the ranges!!
    922922          //
    923           obj10->SetMinimum(fTimeOffsetMin);
    924           obj10->SetMaximum(fTimeOffsetMax);
     923          obj12->SetMinimum(fTimeOffsetMin);
     924          obj12->SetMaximum(fTimeOffsetMax);
    925925          //
    926926          // Set the datacheck sizes:
    927927          //
    928           FixDataCheckHist((TH1D*)obj10);
    929           obj10->SetStats(kFALSE);
     928          FixDataCheckHist((TH1D*)obj12);
     929          obj12->SetStats(kFALSE);
    930930          //
    931931          // set reference lines
    932932          //
    933           DisplayReferenceLines(obj10,5);
     933          DisplayReferenceLines(obj12,5);
    934934     
    935935          c5.cd(3);
     
    949949          gPad->SetBorderMode(0);
    950950          gPad->SetTicks();
    951           MHCamera *obj11=(MHCamera*)disp31.DrawCopy("hist");
     951          MHCamera *obj13=(MHCamera*)disp31.DrawCopy("hist");
    952952          //
    953953          // for the datacheck, fix the ranges!!
    954954          //
    955           obj11->SetMinimum(fTimeResolutionMin);
    956           obj11->SetMaximum(fTimeResolutionMax);
     955          obj13->SetMinimum(fTimeResolutionMin);
     956          obj13->SetMaximum(fTimeResolutionMax);
    957957          //
    958958          // Set the datacheck sizes:
    959959          //
    960           FixDataCheckHist((TH1D*)obj11);
    961           obj11->SetStats(kFALSE);
     960          FixDataCheckHist((TH1D*)obj13);
     961          obj13->SetStats(kFALSE);
    962962          //
    963963          // set reference lines
    964964          //
    965           DisplayReferenceLines(obj11,6);
     965          DisplayReferenceLines(obj13,6);
    966966         
    967967          c5.cd(4);
    968968          gPad->SetBorderMode(0);
    969           obj11->SetPrettyPalette();
    970           obj11->Draw();
     969          obj13->SetPrettyPalette();
     970          obj13->Draw();
    971971         
    972972          c5.cd(6);
     
    11511151            disp34.CamDraw(c32, 2, 2, 0);
    11521152
    1153             MHCalibrationCam *cam = (MHCalibrationCam*)plist.FindObject("MHCalibrationRelTimeCam");
     1153            MHCalibrationCam *ccam = (MHCalibrationCam*)plist.FindObject("MHCalibrationRelTimeCam");
    11541154           
    1155             for (Int_t sector=1;sector<cam->GetAverageSectors();sector++)
     1155            for (Int_t sector=1;sector<ccam->GetAverageSectors();sector++)
    11561156            {
    1157                 cam->GetAverageHiGainSector(sector).DrawClone("fourierevents");
    1158                 cam->GetAverageLoGainSector(sector).DrawClone("fourierevents");
     1157                ccam->GetAverageHiGainSector(sector).DrawClone("fourierevents");
     1158                ccam->GetAverageLoGainSector(sector).DrawClone("fourierevents");
    11591159            }
    11601160
Note: See TracChangeset for help on using the changeset viewer.