Changeset 3280 for trunk/MagicSoft


Ignore:
Timestamp:
02/24/04 18:35:35 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargePINDiode.cc

    r3266 r3280  
    8989  fHRmsCharge.SetDirectory(NULL);
    9090
    91   fExtractSlices = 0;
     91  Clear();
    9292}
    9393
     
    235235  pad->SetBorderMode(0);
    236236   
    237   if (option.Contains("RmsCharge"))
     237  if (option.Contains("rmscharge"))
    238238    win++;
    239239
     
    242242
    243243  if (!IsEmpty())
    244     pad->SetLogy();
     244    gPad->SetLogy();
    245245
    246246  MHGausEvents::Draw(opt);
     
    252252    }
    253253}
     254
     255
     256
     257
Note: See TracChangeset for help on using the changeset viewer.