Changeset 247 in svn for trunk/Utilities/ExRootAnalysis/src/ExRootTreeWriter.cc
- Timestamp:
- Feb 5, 2009, 2:37:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ExRootAnalysis/src/ExRootTreeWriter.cc
r220 r247 4 4 * Class handling output ROOT tree 5 5 * 6 * $Date: 2009-02-0 2 11:32:01$7 * $Revision: 1. 2$6 * $Date: 2009-02-05 13:37:32 $ 7 * $Revision: 1.3 $ 8 8 * 9 9 * … … 18 18 #include "TTree.h" 19 19 #include <iostream> 20 #include <iomanip> 20 21 21 22 using namespace std; … … 31 32 if(!fNewTree) 32 33 { 33 c out << "** ERROR: cannot create tree"<< endl;34 cerr <<"** ERROR: cannot create tree **"<< endl; 34 35 return; 35 36 }
Note:
See TracChangeset
for help on using the changeset viewer.