Changeset 2155


Ignore:
Timestamp:
06/03/03 15:01:28 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MPadONOFF.cc

    r2152 r2155  
    786786  if ( nblind->GetEntries() == 0.0 )
    787787  {
    788     *fLog << "MPadONOFF::Process(); projection for Theta bin "
    789           << binTheta << " has no entries; Skip event " << endl;
     788    //*fLog << "MPadONOFF::Process(); projection for Theta bin "
     789    //      << binTheta << " has no entries; Skip event " << endl;
    790790    // event cannot be padded; skip event
    791791    delete nblind;
     
    810810
    811811  hblind = fHBlindPixIdTheta->ProjectionY("", binTheta, binTheta, "");
    812   //fBlinds->Clear();
    813812  if ( hblind->GetEntries() > 0.0 )
    814813    for (UInt_t i=0; i<numBlind; i++)
     
    13411340    m1 = (TH2D*) ((TH3*)fHgON)->Project3D("zy");
    13421341    m1->SetDirectory(NULL);
    1343     m1->SetTitle("(Input) Sigmabarnew vs. Sigmabarold (ON, all \\Theta)");
    1344     m1->SetXTitle("pixel");
    1345     m1->SetYTitle("Sigma");
     1342    m1->SetTitle("(Input) Sigmabar-new vs. Sigmabar-old (ON, all \\Theta)");
     1343    m1->SetXTitle("Sigmabar-old (bin)");
     1344    m1->SetYTitle("Sigmabar-new (bin)");
    13461345
    13471346    m1->DrawCopy("box");
     
    13521351    m2 = (TH2D*) ((TH3*)fHgOFF)->Project3D("zy");
    13531352    m2->SetDirectory(NULL);
    1354     m2->SetTitle("(Input) Sigmabarnew vs. Sigmabarold (OFF, all \\Theta)");
    1355     m2->SetXTitle("pixel");
    1356     m2->SetYTitle("Sigma");
     1353    m2->SetTitle("(Input) Sigmabar-new vs. Sigmabar-old (OFF, all \\Theta)");
     1354    m2->SetXTitle("Sigmabar-old (bin)");
     1355    m2->SetYTitle("Sigmabar-new (bin)");
    13571356
    13581357    m2->DrawCopy("box");
  • trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc

    r2128 r2155  
    292292    h->SetBit(kCanDelete);
    293293
    294     pad->cd(4);
    295     gPad->SetBorderMode(0);
    296     h = fSigmaTheta.ProjectionY("ProjY-sigma", -1, 9999, "E");
    297     h->SetDirectory(NULL);
    298     h->SetTitle("Distribution of \\bar{\\sigma}_{ped}");
    299     h->SetXTitle("\\bar{\\sigma}_{ped}");
    300     h->SetYTitle("No.of events");
    301     h->Draw(opt);
    302     h->SetBit(kCanDelete);
     294    //pad->cd(7);
     295    //gPad->SetBorderMode(0);
     296    //h = fSigmaTheta.ProjectionY("ProjY-sigma", -1, 9999, "E");
     297    //h->SetDirectory(NULL);
     298    //h->SetTitle("Distribution of \\bar{\\sigma}_{ped}");
     299    //h->SetXTitle("\\bar{\\sigma}_{ped}");
     300    //h->SetYTitle("No.of events");
     301    //h->Draw(opt);
     302    //h->SetBit(kCanDelete);
    303303
    304304    pad->cd(5);
     
    322322    h->SetBit(kCanDelete);
    323323
    324     //pad->cd(7);
    325     //fSigmaTheta.Draw(opt);
     324    pad->cd(4);
     325    fSigmaTheta.Draw(opt);
    326326
    327327    //pad->cd(8);
     
    331331    //fSigmaPixTheta.Draw(opt);
    332332}
     333
     334
Note: See TracChangeset for help on using the changeset viewer.