Changeset 14447 for trunk/Mars/mranforest
- Timestamp:
- 10/02/12 11:44:41 (12 years ago)
- Location:
- trunk/Mars/mranforest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mranforest/MRanForest.h
r8644 r14447 125 125 Double_t CalcHadroness(); 126 126 127 Bool_t AsciiWrite( ostream &out) const;127 Bool_t AsciiWrite(std::ostream &out) const; 128 128 129 129 ClassDef(MRanForest, 1) // Storage container for tree structure -
trunk/Mars/mranforest/MRanTree.h
r7804 r14447 112 112 Double_t TreeHad(const TMatrix &m, Int_t ievt); 113 113 114 Bool_t AsciiWrite( ostream &out) const;114 Bool_t AsciiWrite(std::ostream &out) const; 115 115 116 116 ClassDef(MRanTree, 1) // Storage container for tree structure
Note:
See TracChangeset
for help on using the changeset viewer.