Sector-dependence

Sector-dependence


_____

Nov 2, 2007


  chisq = new TH3F("chisq","Chisquare Dist (log10)",100,-5,3,6,1.,13.,250,1.495,3.995);

...

  chisq->GetXaxis()->SetRange(1,88)

  for (int sbin=1;sbin<7;sbin++) {

    chisq->GetYaxis()->SetRange(sbin,sbin);

    (mm = chisq->Project3D("xz"))->SetName(Form("ss%d",2*sbin));

    nn =((TH2D*) mm)->ProfileX();

    nn->SetLineColor(2);

  }

  c1->Clear()

  c1->Divide(3,2)

  c1->cd(1)

  ss2.Draw()

  ss2_pfx.Draw("same")

  c1->cd(2)

  ss4.Draw()

  ss4_pfx.Draw("same")

  c1->cd(3)

  ss6.Draw()

  ss6_pfx.Draw("same")

  c1->cd(4)

  ss8.Draw()

  ss8_pfx.Draw("same")

  c1->cd(5)

  ss10.Draw()

  ss10_pfx.Draw("same")

  c1->cd(6)

  ss12.Draw()

  ss12_pfx.Draw("same")


Here are the GG = -65V and the external resistor runs:

Picture 29.png


GG= -65V above  ^^^^          and external resistor below     vvvv


Picture 30.png


I see no obvious dependencies off-hand. None of the sectors dominantly drives any of the fits.