Changeset 1030 for trunk/MagicSoft/Mars/mhist/MHFadcPix.cc
- Timestamp:
- 11/05/01 10:35:36 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHFadcPix.cc
r1027 r1030 54 54 55 55 fHistHi->SetDirectory(NULL); 56 fHistHi->SetXTitle(" Time/Slices");57 fHistHi->SetYTitle(" Signal");56 fHistHi->SetXTitle("Signal/FADC Units"); 57 fHistHi->SetYTitle("Count"); 58 58 59 59 delete [] name; … … 66 66 67 67 fHistLo->SetDirectory(NULL); 68 fHistLo->SetXTitle(" Time/Slices");69 fHistLo->SetYTitle(" Signal");68 fHistLo->SetXTitle("Signal/FADC Units"); 69 fHistLo->SetYTitle("Count"); 70 70 71 71 delete [] name;
Note:
See TracChangeset
for help on using the changeset viewer.