Fork me on GitHub

Ignore:
Timestamp:
Feb 5, 2009, 2:37:32 PM (16 years ago)
Author:
severine ovyn
Message:

cerr ok

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/src/ExRootTreeWriter.cc

    r220 r247  
    44 *  Class handling output ROOT tree
    55 *
    6  *  $Date: 2009-02-02 11:32:01 $
    7  *  $Revision: 1.2 $
     6 *  $Date: 2009-02-05 13:37:32 $
     7 *  $Revision: 1.3 $
    88 *
    99 *
     
    1818#include "TTree.h"
    1919#include <iostream>
     20#include <iomanip>
    2021
    2122using namespace std;
     
    3132  if(!fNewTree)
    3233  {
    33     cout << "** ERROR: cannot create tree" << endl;
     34    cerr <<"**                  ERROR: cannot create tree                      **"<< endl;
    3435    return;
    3536  }
Note: See TracChangeset for help on using the changeset viewer.