Changeset 14447 for trunk/Mars/mjobs
- Timestamp:
- 10/02/12 11:44:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mjobs/MDataSet.h
r9460 r14447 48 48 void ResolveSequences(const TEnv &env, const TString &prefix, const TArrayI &num, TList &list/*, const TString &sequences, const TString &data*/) const; 49 49 Bool_t GetWobbleMode(const TEnv &env, const TString &prefix) const; 50 static void PrintFile( ostream &out, const MSequence &obj);51 void PrintSeq( ostream &out, const MSequence &seq) const;50 static void PrintFile(std::ostream &out, const MSequence &obj); 51 void PrintSeq(std::ostream &out, const MSequence &seq) const; 52 52 53 53 // Directory and file handling … … 182 182 183 183 // TObject 184 void Print( ostream &out, Option_t *o) const;184 void Print(std::ostream &out, Option_t *o) const; 185 185 void Print(Option_t *o) const; 186 186 void Print() const { Print(""); } //*MENU*
Note:
See TracChangeset
for help on using the changeset viewer.