Changeset 1471 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 08/01/02 12:31:56 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MFillH.cc
r1336 r1471 69 69 #include "MFillH.h" 70 70 71 #include <fstream.h> 72 71 73 #include "MLog.h" 72 74 #include "MLogManip.h" … … 331 333 return kTRUE; 332 334 } 335 336 void MFillH::SavePrimitive(ofstream &out, Option_t *o="") 337 { 338 out << " MFillH " << ToLower(fName) << "(\""; 339 out << fHName << "\", \"" << fParContainerName << "\")" << endl; 340 } -
trunk/MagicSoft/Mars/mhist/MFillH.h
r1209 r1471 33 33 Bool_t PostProcess(); 34 34 35 void SavePrimitive(ofstream &out, Option_t *o=""); 36 35 37 ClassDef(MFillH, 0) // Task to fill a histogram with data from a parameter container 36 38 };
Note:
See TracChangeset
for help on using the changeset viewer.