Ignore:
Timestamp:
10/02/12 11:44:41 (12 years ago)
Author:
tbretz
Message:
Added some missing std::
Location:
trunk/Mars/mranforest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mranforest/MRanForest.h

    r8644 r14447  
    125125    Double_t CalcHadroness();
    126126
    127     Bool_t AsciiWrite(ostream &out) const;
     127    Bool_t AsciiWrite(std::ostream &out) const;
    128128
    129129    ClassDef(MRanForest, 1) // Storage container for tree structure
  • trunk/Mars/mranforest/MRanTree.h

    r7804 r14447  
    112112    Double_t TreeHad(const TMatrix &m, Int_t ievt);
    113113
    114     Bool_t AsciiWrite(ostream &out) const;
     114    Bool_t AsciiWrite(std::ostream &out) const;
    115115
    116116    ClassDef(MRanTree, 1) // Storage container for tree structure
Note: See TracChangeset for help on using the changeset viewer.