Ignore:
Timestamp:
12/07/03 12:52:29 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHPixVsTime.cc

    r2604 r2612  
    150150    Double_t t = 0;
    151151    if (fUseEventTime)
    152         t = fTime->GetTime();
     152        t = fTime->GetAxisTime();
    153153    else
    154154        t = fHeader ? fHeader->GetDAQEvtNumber() : fGraph.GetN();
     
    194194    gPad->SetBorderMode(0);
    195195    fSum->Draw("EPhist");
     196
     197    fGraph->GetHistogram()->SetXTitle("Time");
     198    fGraph->GetHistogram()->GetXaxis()->SetTimeFormat("%H:%M:%S %F1995-01-01 00:00:00");
     199    fGraph->GetHistogram()->GetXaxis()->SetTimeDisplay(1);
     200    fGraph->GetHistogram()->GetXaxis()->SetLabelSize(0.033);
    196201    */
    197202}
  • trunk/MagicSoft/Mars/mhist/MHVsTime.cc

    r2604 r2612  
    165165            return kFALSE;
    166166        }
    167         t = tm->GetTime();
     167        t = tm->GetAxisTime();
    168168    }
    169169
     
    207207    {
    208208        fGraph->GetHistogram()->SetXTitle("Time");
    209         fGraph->GetHistogram()->GetXaxis()->SetTimeFormat("%H:%M:%S");
     209        fGraph->GetHistogram()->GetXaxis()->SetTimeFormat("%H:%M:%S %F1995-01-01 00:00:00");
    210210        fGraph->GetHistogram()->GetXaxis()->SetTimeDisplay(1);
    211211        fGraph->GetHistogram()->GetXaxis()->SetLabelSize(0.033);
Note: See TracChangeset for help on using the changeset viewer.