Changeset 14447 for trunk/Mars/mhbase
- Timestamp:
- 10/02/12 11:44:41 (12 years ago)
- Location:
- trunk/Mars/mhbase
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mhbase/MBinning.h
r8957 r14447 27 27 Byte_t fType; 28 28 29 void StreamPrimitive( ostream &out) const;29 void StreamPrimitive(std::ostream &out) const; 30 30 31 31 enum { -
trunk/Mars/mhbase/MFillH.h
r9520 r14447 46 46 void Init(const char *name, const char *title); 47 47 48 void StreamPrimitive( ostream &out) const;48 void StreamPrimitive(std::ostream &out) const; 49 49 50 50 Bool_t DrawToDisplay(); -
trunk/Mars/mhbase/MH3.h
r10234 r14447 78 78 void HandleLogAxis(TAxis &axe) const; 79 79 80 void StreamPrimitive( ostream &out) const;80 void StreamPrimitive(std::ostream &out) const; 81 81 82 82 -
trunk/Mars/mhbase/MHMatrix.h
r9153 r14447 61 61 void GetRandomArrayI(TArrayI &ind) const; 62 62 63 void StreamPrimitive( ostream &out) const;63 void StreamPrimitive(std::ostream &out) const; 64 64 65 65 public:
Note:
See TracChangeset
for help on using the changeset viewer.