Ignore:
Timestamp:
04/01/04 14:52:32 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3606 r3624  
    2727{
    2828
    29   const TString inpath = "/home/rootdata/BlindPixel/";
     29  //  const TString inpath = "/mnt/Data/rootdata/CrabNebula/2004_01_27/";
     30  const TString inpath = "/mnt/Data/rootdata/Miscellaneous/2004_03_03/";
     31  //  const TString inpath = "/home/rootdata/BlindPixel/";
    3032
    3133  MRunIter pruns;
    3234  MRunIter cruns;
    3335
    34   pruns.AddRun(22007,inpath);
    35   cruns.AddRun(22006,inpath);
     36  pruns.AddRun(20132,inpath);
     37  cruns.AddRun(20134,inpath);
     38  //  cruns.AddRun(16774,inpath);
    3639
    3740  gStyle->SetOptStat(1111);
     
    204207  //
    205208  //  histblind.DrawClone("all");
    206   //  histcharge[555].DrawClone("all");
     209  //  histcharge[400].DrawClone("all");
    207210  //  histcharge(5).DrawClone("all");
    208211  //  histtime[5].DrawClone("fourierevents");
    209  
     212  for (Int_t aidx=0;aidx<2;aidx++)
     213    {
     214      histcharge.GetAverageHiGainArea(aidx).DrawClone("all");
     215      histcharge.GetAverageLoGainArea(aidx).DrawClone("all");
     216    }
     217 
     218  for (Int_t sector=1;sector<7;sector++)
     219    {
     220      histcharge.GetAverageHiGainSector(sector).DrawClone("all");
     221      histcharge.GetAverageLoGainSector(sector).DrawClone("all");
     222    }
     223 
     224
    210225  // Create histograms to display
    211226  MHCamera disp1  (geomcam, "Cal;Charge",               "Fitted Mean Charges");
Note: See TracChangeset for help on using the changeset viewer.