Changeset 2666 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 12/12/03 14:27:05 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCalibrationPixel.cc
r2662 r2666 547 547 fHivsLoGain->GetXaxis()->SetTitle("Sum of Charges High Gain"); 548 548 fHivsLoGain->GetYaxis()->SetTitle("Sum of Charges Low Gain"); 549 550 TString titleHiLoGain = TString(fHivsLoGain->GetName()); 551 titleHiLoGain += fPixId; 552 fHivsLoGain->SetName(titleHiLoGain.Data()); 553 549 554 550 555 for (Int_t i=0;i<fTotalEntries;i++)
Note:
See TracChangeset
for help on using the changeset viewer.