Fork me on GitHub

Ignore:
Timestamp:
Feb 2, 2009, 12:34:35 PM (16 years ago)
Author:
Xavier Rouby
Message:

include statements have been cleaned

File:
1 edited

Legend:

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

    r3 r220  
    44*  Class handling output ROOT tree branch
    55*
    6 *  $Date: 2008-11-04 10:32:27 $
    7 *  $Revision: 1.1 $
     6*  $Date: 2009-02-02 11:32:01 $
     7*  $Revision: 1.2 $
    88*
    99*
     
    1212*/
    1313
    14 #include "Utilities/ExRootAnalysis/interface/ExRootTreeBranch.h"
    15 
    16 #include "TFile.h"
     14#include "ExRootTreeBranch.h"
    1715#include "TTree.h"
    1816#include "TClonesArray.h"
    19 
    20 #include <iostream>
    21 
    22 using namespace std;
    2317
    2418//------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.