Ignore:
Timestamp:
06/03/03 15:01:28 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 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");
Note: See TracChangeset for help on using the changeset viewer.