Changeset 4277 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 06/04/04 11:50:59 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
r4247 r4277 157 157 fHGausHist.UseCurrentStyle(); 158 158 fHGausHist.SetDirectory(NULL); 159 fHGausHist.GetYaxis()->CenterTitle(); 159 160 } 160 161 … … 388 389 "Probability of Power occurrance"); 389 390 fHPowerProbability->SetXTitle("P(f)"); 391 fHPowerProbability->SetYTitle("Counts"); 392 fHPowerProbability->GetYaxis()->CenterTitle(); 390 393 fHPowerProbability->SetDirectory(NULL); 391 394 // … … 433 436 fGraphEvents->SetTitle("Evolution of Events with time"); 434 437 fGraphEvents->GetXaxis()->SetTitle((fEventFrequency) ? "Time [s]" : "Event Nr."); 438 fGraphEvents->GetYaxis()->SetTitle(fHGausHist.GetXaxis()->GetTitle()); 439 fGraphEvents->GetYaxis()->CenterTitle(); 435 440 } 436 441 … … 451 456 fGraphPowerSpectrum->GetXaxis()->SetTitle((fEventFrequency) ? "Frequency [Hz]" : "Frequency"); 452 457 fGraphPowerSpectrum->GetYaxis()->SetTitle("P(f)"); 458 fGraphPowerSpectrum->GetYaxis()->CenterTitle(); 459 453 460 } 454 461
Note:
See TracChangeset
for help on using the changeset viewer.