Changeset 6886
- Timestamp:
- 03/23/05 14:59:43 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.cc
r6470 r6886 1318 1318 pix.CreateGraphEvents(); 1319 1319 TGraph *gr = pix.GetGraphEvents(); 1320 1321 xaxe2->SetTitle(gr->GetXaxis()->GetTitle()); 1322 yaxe2->SetTitle(gr->GetYaxis()->GetTitle()); 1320 if (gr) 1321 { 1322 xaxe2->SetTitle(gr->GetXaxis()->GetTitle()); 1323 yaxe2->SetTitle(gr->GetYaxis()->GetTitle()); 1324 } 1323 1325 1324 1326 null2->Draw();
Note:
See TracChangeset
for help on using the changeset viewer.