Changeset 7804 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 07/26/06 11:46:55 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mhbase
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MBinning.cc
r7413 r7804 556 556 // gui elements to a macro-file. 557 557 // 558 void MBinning::StreamPrimitive(o fstream &out) const558 void MBinning::StreamPrimitive(ostream &out) const 559 559 { 560 560 out << " MBinning " << GetUniqueName(); -
trunk/MagicSoft/Mars/mhbase/MBinning.h
r7413 r7804 27 27 Byte_t fType; 28 28 29 void StreamPrimitive(o fstream &out) const;29 void StreamPrimitive(ostream &out) const; 30 30 31 31 enum { -
trunk/MagicSoft/Mars/mhbase/MFillH.cc
r7130 r7804 609 609 // gui elements to a macro-file. 610 610 // 611 void MFillH::StreamPrimitive(o fstream &out) const611 void MFillH::StreamPrimitive(ostream &out) const 612 612 { 613 613 if (fH) -
trunk/MagicSoft/Mars/mhbase/MFillH.h
r7094 r7804 45 45 void Init(const char *name, const char *title); 46 46 47 void StreamPrimitive(o fstream &out) const;47 void StreamPrimitive(ostream &out) const; 48 48 49 49 Bool_t DrawToDisplay(); -
trunk/MagicSoft/Mars/mhbase/MH3.cc
r7731 r7804 630 630 // gui elements to a macro-file. 631 631 // 632 void MH3::StreamPrimitive(o fstream &out) const632 void MH3::StreamPrimitive(ostream &out) const 633 633 { 634 634 TString name = GetUniqueName(); -
trunk/MagicSoft/Mars/mhbase/MH3.h
r7094 r7804 26 26 Double_t fScale[3]; // Scale for the three axis (eg unit) 27 27 28 void StreamPrimitive(o fstream &out) const;28 void StreamPrimitive(ostream &out) const; 29 29 30 30 enum { -
trunk/MagicSoft/Mars/mhbase/MHMatrix.cc
r7749 r7804 586 586 // gui elements to a macro-file. 587 587 // 588 void MHMatrix::StreamPrimitive(o fstream &out) const588 void MHMatrix::StreamPrimitive(ostream &out) const 589 589 { 590 590 Bool_t data = fData && !TestBit(kIsOwner); -
trunk/MagicSoft/Mars/mhbase/MHMatrix.h
r7749 r7804 61 61 void GetRandomArrayI(TArrayI &ind) const; 62 62 63 void StreamPrimitive(o fstream &out) const;63 void StreamPrimitive(ostream &out) const; 64 64 65 65 public:
Note:
See TracChangeset
for help on using the changeset viewer.