Changeset 14449 for trunk/Mars/mbase
- Timestamp:
- 10/02/12 11:50:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MEvtLoop.h
r13364 r14449 37 37 Bool_t HasDuplicateNames(TObjArray &arr, const TString txt) const; 38 38 39 void StreamPrimitive( ostream &out) const;39 void StreamPrimitive(std::ostream &out) const; 40 40 41 41 Bool_t ProcessGuiEvents(Int_t num, Int_t rc); … … 77 77 void MakeMacro(const char *filename="evtloop.C"); 78 78 79 void SavePrimitive( ostream &out, Option_t *o="");80 void SavePrimitive( ofstream &out, Option_t *o="");79 void SavePrimitive(std::ostream &out, Option_t *o=""); 80 void SavePrimitive(std::ofstream &out, Option_t *o=""); 81 81 82 82 Int_t Read(const char *name="Evtloop");
Note:
See TracChangeset
for help on using the changeset viewer.