Ignore:
Timestamp:
12/10/03 11:54:33 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/calibration.C

    r2629 r2631  
    174174    MHCamera disp14  (geomcam, "MCalibrationCam;photons", "Nr. of Photons (Blind Pixel Method)");
    175175    MHCamera disp15  (geomcam, "MCalibrationCam;convphot", "Conversion Factor (Blind Pixel Method)");
     176    MHCamera disp16  (geomcam, "MCalibrationCam;sigma/charge", "Sigma per Charge");
    176177
    177178    disp1.SetCamContent(*cam, 0);
     
    199200    disp14.SetCamContent(*cam, 13);
    200201    disp15.SetCamContent(*cam, 14);
    201     //    disp16.SetCamError(*cam, 16);
     202    disp16.SetCamContent(*cam, 15);
    202203
    203204
     
    217218    disp14.SetYTitle("Nr Photons");
    218219    disp15.SetYTitle("Conversion Factor [Ph/FADC count]");
     220    disp16.SetYTitle("Sigma per Charge [1]");
    219221
    220222    disp1.SetPrettyPalette();
     
    231233    disp14.SetPrettyPalette();
    232234    disp15.SetPrettyPalette();
     235    disp16.SetPrettyPalette();
    233236
    234237
     
    322325
    323326    TCanvas *c4 = &d2->AddTab("Reduced Charges");
    324     c4->Divide(2,1);
     327    c4->Divide(2,2);
    325328
    326329    c4->cd(1);
     
    330333
    331334    c4->cd(3);
     335    obj->Draw();
     336
     337    c4->cd(2);
     338    gStyle->SetOptStat(1111);
     339    obj=disp16.DrawCopy("hist");
     340    ((MHCamera*)obj)->AddNotify(*cam);
     341
     342    c4->cd(4);
    332343    obj->Draw();
    333344
Note: See TracChangeset for help on using the changeset viewer.