Changeset 2155 for trunk/MagicSoft/Mars
- Timestamp:
- 06/03/03 15:01:28 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPadONOFF.cc
r2152 r2155 786 786 if ( nblind->GetEntries() == 0.0 ) 787 787 { 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; 790 790 // event cannot be padded; skip event 791 791 delete nblind; … … 810 810 811 811 hblind = fHBlindPixIdTheta->ProjectionY("", binTheta, binTheta, ""); 812 //fBlinds->Clear();813 812 if ( hblind->GetEntries() > 0.0 ) 814 813 for (UInt_t i=0; i<numBlind; i++) … … 1341 1340 m1 = (TH2D*) ((TH3*)fHgON)->Project3D("zy"); 1342 1341 m1->SetDirectory(NULL); 1343 m1->SetTitle("(Input) Sigmabar new 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)"); 1346 1345 1347 1346 m1->DrawCopy("box"); … … 1352 1351 m2 = (TH2D*) ((TH3*)fHgOFF)->Project3D("zy"); 1353 1352 m2->SetDirectory(NULL); 1354 m2->SetTitle("(Input) Sigmabar new 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)"); 1357 1356 1358 1357 m2->DrawCopy("box"); -
trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc
r2128 r2155 292 292 h->SetBit(kCanDelete); 293 293 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); 303 303 304 304 pad->cd(5); … … 322 322 h->SetBit(kCanDelete); 323 323 324 //pad->cd(7);325 //fSigmaTheta.Draw(opt);324 pad->cd(4); 325 fSigmaTheta.Draw(opt); 326 326 327 327 //pad->cd(8); … … 331 331 //fSigmaPixTheta.Draw(opt); 332 332 } 333 334
Note:
See TracChangeset
for help on using the changeset viewer.