Changeset 1077 for trunk/MagicSoft/Mars/mhist/MHFadcCam.cc
- Timestamp:
- 11/14/01 15:06:39 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHFadcCam.cc
r1051 r1077 112 112 113 113 } 114 /*void MHFadcCam::SaveHist(char *name)115 {116 //117 // save all histogram in this class to a root file118 //119 120 //121 // FIXME: Don't open a file and write to this file!122 // just Fill the current container (or the two histograms123 // to an open file. The user must choose a file before.124 //125 TFile out( name, "recreate") ;126 127 //128 // loop over all pixels and write the files out129 //130 131 fHistLo->Write();132 fHistHi->Write();133 }134 135 */
Note:
See TracChangeset
for help on using the changeset viewer.