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/ExRootTreeWriter.cc

    r3 r220  
    44 *  Class handling output ROOT tree
    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/ExRootTreeWriter.h"
    15 #include "Utilities/ExRootAnalysis/interface/ExRootTreeBranch.h"
     14#include "ExRootTreeWriter.h"
     15#include "ExRootTreeBranch.h"
    1616
    17 #include "TROOT.h"
    1817#include "TFile.h"
    1918#include "TTree.h"
    20 #include "TClonesArray.h"
    21 
    2219#include <iostream>
    2320
Note: See TracChangeset for help on using the changeset viewer.