Ignore:
Timestamp:
06/04/04 11:50:59 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc

    r4247 r4277  
    157157  fHGausHist.UseCurrentStyle();
    158158  fHGausHist.SetDirectory(NULL);
     159  fHGausHist.GetYaxis()->CenterTitle();
    159160}
    160161
     
    388389                                    "Probability of Power occurrance");
    389390  fHPowerProbability->SetXTitle("P(f)");
     391  fHPowerProbability->SetYTitle("Counts");
     392  fHPowerProbability->GetYaxis()->CenterTitle();
    390393  fHPowerProbability->SetDirectory(NULL);
    391394  //
     
    433436  fGraphEvents->SetTitle("Evolution of Events with time");
    434437  fGraphEvents->GetXaxis()->SetTitle((fEventFrequency) ? "Time [s]" : "Event Nr.");
     438  fGraphEvents->GetYaxis()->SetTitle(fHGausHist.GetXaxis()->GetTitle());
     439  fGraphEvents->GetYaxis()->CenterTitle();
    435440}
    436441
     
    451456  fGraphPowerSpectrum->GetXaxis()->SetTitle((fEventFrequency) ? "Frequency [Hz]" : "Frequency");
    452457  fGraphPowerSpectrum->GetYaxis()->SetTitle("P(f)");
     458  fGraphPowerSpectrum->GetYaxis()->CenterTitle();
     459
    453460}
    454461
Note: See TracChangeset for help on using the changeset viewer.