Changeset 2155 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 06/03/03 15:01:28 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.