Changeset 2612 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 12/07/03 12:52:29 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHPixVsTime.cc
r2604 r2612 150 150 Double_t t = 0; 151 151 if (fUseEventTime) 152 t = fTime->Get Time();152 t = fTime->GetAxisTime(); 153 153 else 154 154 t = fHeader ? fHeader->GetDAQEvtNumber() : fGraph.GetN(); … … 194 194 gPad->SetBorderMode(0); 195 195 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); 196 201 */ 197 202 } -
trunk/MagicSoft/Mars/mhist/MHVsTime.cc
r2604 r2612 165 165 return kFALSE; 166 166 } 167 t = tm->Get Time();167 t = tm->GetAxisTime(); 168 168 } 169 169 … … 207 207 { 208 208 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"); 210 210 fGraph->GetHistogram()->GetXaxis()->SetTimeDisplay(1); 211 211 fGraph->GetHistogram()->GetXaxis()->SetLabelSize(0.033);
Note:
See TracChangeset
for help on using the changeset viewer.